19 Commits (2e5f1a2c2fe541252151af39f61511d2ccc4e3a8)

Author SHA1 Message Date
Burathar 2e5f1a2c2f move qr helpers to utils.py, implement user hash login 4 years ago
Burathar e09e73d340 fix player.last_location() 4 years ago
Burathar 713d4ddee3 implement hunter dashboard, inc catch bunny 4 years ago
Burathar bdc61af997 fix Times Caught column 4 years ago
Burathar 8776302c2a filter None results from game.last_locations() 4 years ago
Burathar 7540cbf9db replace game.game_players with game.players 4 years ago
Burathar 5624f737bf fix users association 4 years ago
Burathar f387cd5b9b rename game_players to players, add bunnies method 4 years ago
Burathar 88eb7194d7 Add location methods to game_player 4 years ago
Burathar 6c9e363dfc finally get player_catch_player to work... rip my life 4 years ago
Burathar 703af9b4e3 Resolve issue #17 and implement deletegame 4 years ago
Burathar ea4d5189cd resolve issue #20 4 years ago
Burathar 182eebbc35 fix issues that arise from updating to database model 1.4 4 years ago
Burathar bbb5504dad make model modules itself import each other with relative imports 4 years ago
Burathar db33cf8f20 Replace relation between user and player_caught_player with game_player and player_caught_player 4 years ago
Burathar fea0d1dc2f Replace relation between user and player_found_objective with game_player and player_found_objective 4 years ago
Burathar 15c27bbfdc Replace relation between user and notification_player with game_player and notification_player 4 years ago
Burathar 6ae6cb2755 Add id to Game_Player 4 years ago
Burathar 7e4f2b67dc Rename Player table to User, split models into separate files 4 years ago