Commit Graph

167 Commits

Author SHA1 Message Date
Liam Westby
796a8716b0 Update icon on login screen 2018-05-22 21:39:18 -05:00
Andrew Guibert
b2075728ef
Merge pull request #113 from aguibert/player-icon-updates
Player icon updates
2018-05-22 17:26:53 -04:00
Ryan Esch
2627698928 register username 2018-05-22 16:18:02 -05:00
Andrew Guibert
838a2097ec Make obstacles dark red and give them pulsing glowing effects 2018-05-22 15:00:13 -05:00
Andrew Guibert
dca93ac15e Update player status images 2018-05-22 14:18:25 -05:00
Ryan Esch
5e3db54053 remove game start timer for now 2018-05-22 10:42:08 -05:00
Andrew Guibert
a721726d6b
Merge pull request #111 from aguibert/player-image-update
Use new higher resolution player image
2018-05-22 10:41:47 -04:00
Andrew Guibert
da95f9280b Use new higher resolution player image 2018-05-22 09:25:02 -05:00
Liam Westby
5691f28471 Move onMessage cases to their own methods for readability 2018-05-18 15:02:16 -05:00
Liam Westby
d35824be68 Clean up import 2018-05-18 12:10:25 -05:00
Liam Westby
6cf54a09e4 Update player to use container
and rework positioning to be relative to that container
2018-05-18 10:30:45 -05:00
Liam Westby
bd03116e44 Fix players jumping around when one dies and on start 2018-05-18 08:33:24 -05:00
Liam Westby
80cb7a4364 Calculate positions using sizes of the entities involved
This removes the magic numbers
2018-05-18 08:27:36 -05:00
Andrew Guibert
9f5f798aee Use proper ctor for EventSourcePolyFill 2018-05-17 16:37:42 -05:00
Andrew Guibert
1c5580dc32 Fix bug where turning into a wall and dying didn't display the fatal direction change 2018-05-17 16:16:17 -05:00
Liam Westby
ecdce1155b Create and use generic tooltip class 2018-05-17 13:22:54 -05:00
Andrew Guibert
90a2c1cd42 Put glow effect around player trails 2018-05-17 12:47:49 -05:00
Liam Westby
6e6f2d0228 Extract constants to separate files 2018-05-17 08:28:31 -05:00
Liam Westby
61a994ae39 Add production build in again 2018-05-16 16:09:19 -05:00
Liam Westby
f812adbac5 Fixes after review 2018-05-16 16:02:18 -05:00
Liam Westby
5545b1c8e5 Bring in compat module to work around bug in new style import 2018-05-16 15:13:36 -05:00
Liam Westby
82b1ea6487 Resolve inability to find http or https errors 2018-05-16 14:11:17 -05:00
Liam Westby
a7474d9fbc Some additional updates 2018-05-16 14:11:17 -05:00
Liam Westby
ef1b566d78 Upgrade to Angular CLI 6 2018-05-16 14:11:17 -05:00
Liam Westby
a481a4af41 Build error due to old-style rxjs import 2018-05-16 14:11:17 -05:00
Liam Westby
64e9d622aa Angular 6 GM 2018-05-16 14:11:17 -05:00
Liam Westby
5a68ee2ab7 Update to angular 6 rc 5 2018-05-16 14:11:17 -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
bfdc7e4cd8 Fix explosions not showing when player dies 2018-05-15 14:06:33 -05:00
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
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
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
bc46ef05bf Remove players from the board when they leave/disconnect before the round starts 2018-05-11 17:27:03 -05:00
Andrew Guibert
47726aa90b BAM 2018-05-11 15:04:55 -05:00
Andrew Guibert
926a23fa70 Player go boom 2018-05-11 14:29:23 -05:00
Andrew Guibert
8967fa611e Specify HTTP protocol in auth url env var 2018-05-09 14:06:40 -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
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
8f754d2e4e Resolve "undefined" error 2018-05-07 18:29:11 -05:00
Liam Westby
811f32fd2c Fix build break that only happens with prod build 2018-05-07 17:11:08 -05:00