Commit Graph

559 Commits

Author SHA1 Message Date
Andrew Guibert
96ac696764
Merge pull request #119 from aguibert/twitter-auth
Twitter auth option
2018-05-24 08:34:30 -05:00
Andrew Guibert
e226cca7cf Fix getJWTInfo error on page load 2018-05-24 08:22:45 -05:00
Andrew Guibert
6ce0b8fc26
Merge pull request #120 from aguibert/duplicate-player-id-bugfix
Prevent multiple players with the same ID from joining the same round
2018-05-23 21:01:04 -05:00
Andrew Guibert
dba5e22c42 Prevent multiple players with the same ID from joining the same round 2018-05-23 19:59:09 -05:00
Andrew Guibert
2731e7861a Rename google key and secret properties 2018-05-23 18:14:53 -05:00
Andrew Guibert
c0454efede Twitter auth option 2018-05-23 18:11:37 -05:00
Andrew Guibert
88bf2f5afa
Merge pull request #118 from aguibert/github-auth
GitHub auth option
2018-05-23 16:02:32 -05:00
Andrew Guibert
55431dcb91 Move config properties to central location and tolerate missing config 2018-05-23 15:09:48 -05:00
Liam Westby
5f87addab4
Merge pull request #117 from realModusOperandi/new-icon
Create site favicons
2018-05-23 15:02:35 -05:00
Liam Westby
a93add7867 Create site favicons 2018-05-23 14:39:39 -05:00
Liam Westby
a3cf71e979
Merge pull request #115 from realModusOperandi/new-icon
Update icon on login screen
2018-05-23 13:55:52 -05:00
ryanesch
2f4c608c05
Merge pull request #116 from ryanesch/addautotimerback
auto start and reduce end timer
2018-05-23 13:55:02 -05:00
Ryan Esch
1dbac52f33 auto start and reduce end timer 2018-05-23 13:47:43 -05:00
Andrew Guibert
2320d5d4ab Implement GitHub SSO option 2018-05-23 12:44:18 -05:00
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
ryanesch
a79b50ee55
Merge pull request #114 from ryanesch/googleusername
For Google Auth, add register username panel
2018-05-22 16:24:52 -05: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
ryanesch
8ef6f5a856
Merge pull request #112 from ryanesch/removetimelimit
remove game start timer and add time at end of round
2018-05-22 10:53:28 -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
f35aa640ec
Merge pull request #110 from realModusOperandi/game-refactor
Move onMessage cases to their own methods for readability
2018-05-22 10:41:41 -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
47a698bf20
Merge pull request #109 from realModusOperandi/game-refactor
Rework player drawing
2018-05-18 12:20:21 -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
Liam Westby
a39f8f52b7
Merge pull request #108 from aguibert/bugfixes-05-17
Bugfixes 05 17
2018-05-18 06:44:58 -05:00
Andrew Guibert
9f5f798aee Use proper ctor for EventSourcePolyFill 2018-05-17 16:37:42 -05:00
Andrew Guibert
a03bd9c2f1 Don't accept player direction changes if player is not alive 2018-05-17 16:17:00 -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
Andrew Guibert
472793ab21 Fix bad starting positions for P3 and P4 on CrossSlice map 2018-05-17 14:47:58 -05:00
Liam Westby
9876f1ee68
Merge pull request #107 from realModusOperandi/game-refactor
Create and use generic tooltip class
2018-05-17 14:10:50 -05:00
Liam Westby
ecdce1155b Create and use generic tooltip class 2018-05-17 13:22:54 -05:00
Andrew Guibert
e5cf08925d
Merge pull request #106 from aguibert/player-glowing-path
Player glowing path
2018-05-17 12:56:13 -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
90a2c1cd42 Put glow effect around player trails 2018-05-17 12:47:49 -05:00
Liam Westby
3862357b4e
Merge pull request #105 from realModusOperandi/game-refactor
Extract constants to separate files
2018-05-17 11:49:20 -05:00
Liam Westby
6e6f2d0228 Extract constants to separate files 2018-05-17 08:28:31 -05:00
Andrew Guibert
5fa7f92c46
Merge pull request #104 from aguibert/readme-writeup
Technology writeup in README
2018-05-16 22:46:41 -05:00
Andrew Guibert
cab7a53002 Technology writeup in README 2018-05-16 22:45:30 -05:00
Liam Westby
47577797b3
Merge pull request #102 from realModusOperandi/angular-6
Add production build in again
2018-05-16 16:16:20 -05:00
Liam Westby
61a994ae39 Add production build in again 2018-05-16 16:09:19 -05:00
Liam Westby
6eaf015c5e
Merge pull request #101 from realModusOperandi/angular-6
Update to Angular 6
2018-05-16 16:04:29 -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