Commit Graph

86 Commits

Author SHA1 Message Date
Andrew Guibert
472793ab21 Fix bad starting positions for P3 and P4 on CrossSlice map 2018-05-17 14:47:58 -05:00
Andrew Guibert
687a93230c Change orange player to P4 since orange is not main theme color 2018-05-17 12:49:56 -05:00
Andrew Guibert
d0883a2d04 Minor improvements to frontend performance 2018-05-16 13:07:56 -05:00
Andrew Guibert
c5564510eb Update player colors to orange/green/blue/purple 2018-05-16 11:21:35 -05:00
Andrew Guibert
296c57a129 New HulkSmash map 2018-05-16 09:43:01 -05:00
Andrew Guibert
bfdc7e4cd8 Fix explosions not showing when player dies 2018-05-15 14:06:33 -05:00
Andrew Guibert
e048675b58 Send users back to login page if they end up at the game page for an invalid round 2018-05-15 10:30:36 -05:00
Andrew Guibert
10bb5805b0 Update keystore so its password matches what is in config 2018-05-15 09:25:58 -05:00
Andrew Guibert
3a1057dd88 Handle requeues with REST instead of websockets 2018-05-14 22:55:39 -05:00
Andrew Guibert
c08ec14c33 Take away requeu button on mobile and replace it with prompt 2018-05-14 16:02:11 -05:00
Andrew Guibert
17cf9906d7 Allow game speed and map to be dynamically configurable 2018-05-14 14:49:46 -05:00
Andrew Guibert
bcdfab2a73 Reduce max time between rounds from 20s to 30s 2018-05-11 17:30:10 -05:00
Andrew Guibert
5fc3b9325d Fix player 3 starting direction for CrossSlice map 2018-05-11 16:56:53 -05:00
Andrew Guibert
5cd6ff171a Allow game maps to set player starting directions 2018-05-11 13:56:42 -05:00
Andrew Guibert
df929897b3 Prevent players from making a u-turn too quickly 2018-05-11 10:46:38 -05:00
Andrew Guibert
af6c80456c Remove security trace from server.xml configs 2018-05-10 16:29:54 -05:00
orcook
859ad7d843 AutoStart rename to LobbyCountdown and code cleanup 2018-05-10 13:54:07 -05:00
orcook
a42d1fd7c2 backend game autostart 2018-05-10 12:11:21 -05:00
Andrew Guibert
4de7fc4b62 Remove unused properties from moving obstacles on backend 2018-05-09 13:00:37 -05:00
Andrew Guibert
3bcc7f2198 Remove unused code/properties for tracking player trails 2018-05-09 12:51:42 -05:00
Andrew Guibert
8fb4f19a6c Plug in bike icons to game board 2018-05-09 10:02:56 -05:00
Liam Westby
bd7b8917a4 Use LinkedHashSets for players and obstacles to preserve order 2018-05-07 08:27:35 -05:00
Andrew Guibert
5843b3e121 Show player list even if 0 human players are in game 2018-05-06 12:44:57 -05:00
Andrew Guibert
b80f81cb51 Run post game processing asynchronously 2018-05-06 00:19:02 -05:00
Andrew Guibert
1b02cf9937 Use fine-grained features instead of convenience features 2018-05-04 11:13:00 -05:00
Andrew Guibert
116ae99bf6 Add ability to leave party queues 2018-05-03 12:47:56 -05:00
Andrew Guibert
5aacfcf659 Player queues for parties 2018-05-03 11:05:07 -05:00
Andrew Guibert
dd410f6b48 Use safe randomly generated party codes 2018-05-03 08:38:17 -05:00
Andrew Guibert
e985d0d951 Sanitize usernames on frontend and backend 2018-05-03 08:38:17 -05:00
Ryan Esch
180c6f000f login 2018-05-02 15:45:06 -05:00
Andrew Guibert
a5cd5e1c21 Use Party IDs for a consistent ID across multiple games 2018-04-12 22:35:59 -05:00
Ryan Esch
d620d7d455 random game board 2018-04-09 17:25:30 -05:00
Andrew Guibert
72e486b01d Implement rating system 2018-04-06 23:05:45 -05:00
Ryan Esch
7575fabe8f Add AI 2018-04-06 09:38:45 -05:00
Andrew Guibert
0c09785857 Implement quick join 2018-04-05 14:45:18 -05:00
Ryan Esch
73e483a901 update obstacle movement 2018-04-05 13:31:17 -05:00
ryanesch
2830757f12
Merge pull request #58 from ryanesch/trail
fix trail
2018-04-04 15:08:07 -05:00
Ryan Esch
4dc15ab6e0 fix trail 2018-04-04 14:39:08 -05:00
Andrew Guibert
0595e97473 Add a check to observe session timeouts in cloud env 2018-03-31 18:26:32 -05:00
Andrew Guibert
912cb9a7b4 Attempt to keep players in the same starting locations across multiple rounds 2018-03-31 18:26:11 -05:00
Andrew Guibert
33c1b0bc4e Send heartbeat to clients every 100 sec to prevent cloud timeouts. Also fix bugs in requeue flow 2018-03-31 17:13:52 -05:00
Andrew Guibert
a39f966cb9 Send player list in reliable order and pad empty slots with bots 2018-03-30 16:36:08 -05:00
Andrew Guibert
a4b84fa471 Disable noisy logging by default 2018-03-30 16:35:38 -05:00
orcook
3a7eeab937 Hal Update 2018-03-30 14:19:19 -05:00
orcook
7c2a548d73 move AI storage to players 2018-03-29 14:08:42 -05:00
orcook
009c133402 AI 2nd pass, don't extend player calls anymore 2018-03-29 14:08:41 -05:00
orcook
c173b5facd Ai framework and basic bot AI 2018-03-29 14:08:41 -05:00
orcook
ec905312c2 stop players killing themselves from quick direction changes 2018-03-23 11:17:46 -05:00
Andrew Guibert
040d03abdc Countodown to games starting 2018-03-22 11:40:41 -07:00
orcook
122d7feadb 3x3 player 2018-03-21 17:42:55 -05:00