Commit Graph

445 Commits

Author SHA1 Message Date
Andrew Guibert
ee1cdd20db Only load BAM sound once instead of on every death 2018-05-15 11:01:40 -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
8f68ddf09e
Merge pull request #96 from realModusOperandi/hidpi
Increase internal canvas resolution to 1200
2018-05-14 10:42:58 -05:00
Liam Westby
e256265f95 Fix login width on desktop browsers 2018-05-14 10:31:30 -05:00
Liam Westby
d537a9a21c Up internal canvas resolution to 1200 and scale everything to match 2018-05-14 10:31:13 -05:00
Andrew Guibert
f2d8119f8b
Merge pull request #95 from aguibert/happy-hour-bugfixes
Happy hour bugfixes
2018-05-14 08:09:14 -05:00
Andrew Guibert
a0abb0a1a5
Merge pull request #94 from aguibert/bam
BAM
2018-05-11 17:30:23 -05:00
Andrew Guibert
bcdfab2a73 Reduce max time between rounds from 20s to 30s 2018-05-11 17:30:10 -05:00
Andrew Guibert
bc46ef05bf Remove players from the board when they leave/disconnect before the round starts 2018-05-11 17:27:03 -05:00
Andrew Guibert
5fc3b9325d Fix player 3 starting direction for CrossSlice map 2018-05-11 16:56:53 -05:00
Andrew Guibert
47726aa90b BAM 2018-05-11 15:04:55 -05:00
Andrew Guibert
6485bf9b16
Merge pull request #93 from aguibert/player-dead-image
Player go boom
2018-05-11 14:38:33 -05:00
Andrew Guibert
926a23fa70 Player go boom 2018-05-11 14:29:23 -05:00
Andrew Guibert
888f8325f1
Merge pull request #92 from aguibert/player-starting-directions
Allow game maps to set player starting directions
2018-05-11 14:09:49 -05:00
Andrew Guibert
5cd6ff171a Allow game maps to set player starting directions 2018-05-11 13:56:42 -05:00
Andrew Guibert
33981d48d8
Merge pull request #91 from aguibert/game-uturn-bugfix
Prevent players from making a u-turn too quickly
2018-05-11 11:20:54 -05:00
Andrew Guibert
df929897b3 Prevent players from making a u-turn too quickly 2018-05-11 10:46:38 -05:00
Andrew Guibert
adf2778e15
Merge pull request #90 from aguibert/wlp-beta-2018-5
Wlp beta 2018 5
2018-05-10 16:35:35 -05:00
Andrew Guibert
af6c80456c Remove security trace from server.xml configs 2018-05-10 16:29:54 -05:00
Andrew Guibert
95efe7781b Upgrade to wlp-beta-2018.5.0.0 2018-05-10 16:09:59 -05:00
ryanesch
ded065adf7
Merge pull request #89 from aguibert/jwt-issuer-fix
Hardcode JWT issuer to liberty bikes URL
2018-05-10 15:25:52 -05:00
Andrew Guibert
212554a11e Hardcode JWT issuer to liberty bikes URL 2018-05-10 15:21:27 -05:00
Olen Cook
b0cb7b3897
Merge pull request #88 from olendvcook/gameAutoStart
Backend Game LobbyCountdown
2018-05-10 14:04:25 -05:00
orcook
859ad7d843 AutoStart rename to LobbyCountdown and code cleanup 2018-05-10 13:54:07 -05:00
Andrew Guibert
de10350fca
Merge pull request #87 from aguibert/frontend-auth-service-env
Covert auth-service to use JSON-B instead of Jackson
2018-05-10 13:28:33 -05:00
Andrew Guibert
6c2470b906 Set JWT issuer to current auth-service endpoint URL 2018-05-10 13:27:27 -05:00
orcook
a42d1fd7c2 backend game autostart 2018-05-10 12:11:21 -05:00
Andrew Guibert
ae8d4964ea Covert auth-service to use JSON-B instead of Jackson 2018-05-10 10:09:36 -05:00
Andrew Guibert
ef6670d742
Merge pull request #86 from aguibert/frontend-auth-service-env
Specify HTTP protocol in auth url env var
2018-05-09 14:08:43 -05:00
Andrew Guibert
8967fa611e Specify HTTP protocol in auth url env var 2018-05-09 14:06:40 -05:00
Andrew Guibert
44a4f89899
Merge pull request #85 from aguibert/player-tooltip-fixes
Player tooltip fixes and JSON data model cleanup
2018-05-09 13:52:44 -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
d5613cfc1b Prevent player tooltips from going off game board 2018-05-09 12:32:17 -05:00
Andrew Guibert
403751c8c6
Merge pull request #84 from aguibert/player-bike-icons
Plug in bike icons to game board
2018-05-09 10:56:17 -05:00
Andrew Guibert
8fb4f19a6c Plug in bike icons to game board 2018-05-09 10:02:56 -05:00
Andrew Guibert
b2bfbe83a2
Merge pull request #83 from aguibert/player-tooltips
Identify players at beginning of each game
2018-05-08 15:32:11 -05:00
Andrew Guibert
8f554920cb Identify players at beginning of each game 2018-05-08 15:00:10 -05:00
Liam Westby
a8307d6dea
Merge pull request #82 from realModusOperandi/mobile-wide
Resolve some display issues that cropped up recently
2018-05-08 10:59:20 -05:00
Liam Westby
b9dc0f21f3 Fix player card incorrect positioning on Chrome 2018-05-08 10:03:52 -05:00
Liam Westby
056caf1344 Fix panels being too wide on mobile 2018-05-08 09:59:03 -05:00
Liam Westby
b4b1e06bab
Merge pull request #81 from realModusOperandi/fix-build-break
Resolve "undefined" error
2018-05-07 20:38:55 -05:00
Liam Westby
8f754d2e4e Resolve "undefined" error 2018-05-07 18:29:11 -05:00
Liam Westby
eff0dcd5b4
Merge pull request #80 from realModusOperandi/fix-build-break
Fix build break that only happens with prod build
2018-05-07 17:21:46 -05:00
Liam Westby
811f32fd2c Fix build break that only happens with prod build 2018-05-07 17:11:08 -05:00
Liam Westby
aabf519aef
Merge pull request #79 from realModusOperandi/board-images
Use game library for rendering
2018-05-07 15:27:06 -05:00