Commit Graph

300 Commits

Author SHA1 Message Date
Liam Westby
55078e8b24 Only request animation frames when needed 2018-03-29 11:28:34 -05:00
Liam Westby
11366c662c Always scroll to top when resizing 2018-03-29 09:30:39 -05:00
Liam Westby
7e3d73aa1c Better layout in landscape 2018-03-29 09:30:20 -05:00
Liam Westby
8e75b2a025
Merge pull request #52 from realModusOperandi/environment
Change URLs to use the current host rather than hardcoding localhost
2018-03-29 07:27:24 -07:00
Liam Westby
27cb480d48 Change URLs to use the current host rather than hardcoding localhost 2018-03-29 09:24:32 -05:00
Andrew Guibert
47ac3524e8
Merge pull request #51 from realModusOperandi/controls-update
Controls page theme
2018-03-28 18:52:37 -05:00
Liam Westby
c47c579a17 Allow dragging finger to change direction 2018-03-28 17:32:12 -05:00
Liam Westby
54306a0173 Rework portrait mode layout 2018-03-28 17:31:52 -05:00
Liam Westby
4f913da5ff Draw controller on the canvas manually 2018-03-28 16:23:07 -05:00
Liam Westby
b4c5b16881 Prototype drawing the controller on the canvas 2018-03-28 16:23:07 -05:00
Liam Westby
6f237f3a11 Clean up controls scss 2018-03-28 16:23:07 -05:00
Andrew Guibert
a44f506769
Merge pull request #50 from aguibert/prod-env
Mechanism for prod deployments
2018-03-28 16:17:58 -05:00
Andrew Guibert
b334454224 Mechanism for prod deployments 2018-03-28 15:54:08 -05:00
Andrew Guibert
a9746d7f1b
Merge pull request #49 from aguibert/env-vars
Move service URLs to environment variables
2018-03-28 14:57:43 -05:00
Andrew Guibert
abd22c835c Move service URLs to environment variables 2018-03-28 12:51:32 -05:00
Liam Westby
ece29d1f09
Merge pull request #47 from realModusOperandi/fix-players
Prevent player list from becoming so small that PLAYERS overflowed
2018-03-24 10:20:47 -05:00
Liam Westby
cc3c4e2c86 Prevent player list from becoming so small that PLAYERS overflowed 2018-03-24 08:15:47 -07:00
Andrew Guibert
2eea956e87
Merge pull request #46 from olendvcook/trailDeathFix
stop players killing themselves from quick direction changes
2018-03-23 11:28:04 -07:00
orcook
ec905312c2 stop players killing themselves from quick direction changes 2018-03-23 11:17:46 -05:00
Andrew Guibert
ee7499b505
Merge pull request #45 from aguibert/start-countdown
Game starting countdown
2018-03-23 01:04:53 -07:00
Andrew Guibert
040d03abdc Countodown to games starting 2018-03-22 11:40:41 -07:00
Andrew Guibert
8afcb30f69 Upgrade to WL March Beta and implement proper clean task 2018-03-22 11:20:07 -07:00
Olen Cook
ee833c7773
Merge pull request #44 from olendvcook/3x3Player
3x3 player
2018-03-22 10:37:14 -05:00
orcook
122d7feadb 3x3 player 2018-03-21 17:42:55 -05:00
Liam Westby
9bf31a3ae2
Merge pull request #43 from realModusOperandi/players
Theme and Angularize the game page
2018-03-21 11:08:37 -05:00
Liam Westby
dd400772f4 Theme and Angularize the game page 2018-03-20 18:05:21 -05:00
Liam Westby
d43e284519
Merge pull request #42 from realModusOperandi/network
Refactor frontend network code
2018-03-20 08:23:24 -05:00
Liam Westby
ea24f17366 Fix incorrect game ID not showing error 2018-03-19 17:40:53 -05:00
Liam Westby
64d6fbc992 Convert websocket to rxjs subject
Introduce services to subscribe to this subject and handle converting message formats
2018-03-19 17:26:32 -05:00
Liam Westby
d628a8e848 Convert from jquery to angular httpclient 2018-03-19 17:21:45 -05:00
Liam Westby
a5be1ca1d9
Merge pull request #41 from realModusOperandi/rename
Rename method to work around JSONB bug
2018-03-16 15:20:10 -05:00
Liam Westby
9d371acc52 Rename method to work around JSONB bug 2018-03-16 15:17:40 -05:00
Olen Cook
46c9199a73
Merge pull request #40 from olendvcook/phoneNoBroadcast
Don't send game updates to phone players
2018-03-15 09:54:23 -05:00
orcook
56a608fb8c filter out phone sessions instead of seperate map 2018-03-14 17:39:28 -05:00
orcook
ff4e05d583 Don't send game updates to phone players 2018-03-14 15:46:05 -05:00
Olen Cook
f443dc283c
Merge pull request #39 from olendvcook/obstacleDisplay
fix obstacle drawing, improve collisions
2018-03-14 10:19:08 -05:00
Liam Westby
1d76005bee
Merge pull request #38 from realModusOperandi/look-and-feel
Refresh the login to demonstrate look and feel
2018-03-13 17:30:10 -05:00
orcook
51cdce7f0e fix obstacle drawing, improve collisions 2018-03-13 17:25:09 -05:00
Liam Westby
6068d0e93c Refinements 2018-03-13 17:01:15 -05:00
Liam Westby
5379d248e1 Restyle login page 2018-03-13 17:01:15 -05:00
Liam Westby
ba7634f293
Merge pull request #37 from realModusOperandi/join-phone
Fix joining game as phone
2018-03-13 17:00:00 -05:00
Olen Cook
0871dd62ab
Merge pull request #36 from olendvcook/disconnectedPlayers
Show disconnected players after game starts
2018-03-13 16:57:33 -05:00
Liam Westby
6312c67d34 Fix joining game as phone
The name was not changed over to use ID
2018-03-13 16:35:45 -05:00
orcook
4d7d8dd4d4 clear up player spot on board when they leave before game starts 2018-03-13 14:21:53 -05:00
orcook
73d258644b Show disconnected players after game starts 2018-03-13 13:10:13 -05:00
Olen Cook
d365c20b22
Merge pull request #34 from olendvcook/ObstacleCollisionFix
Fix Obstacle Collision
2018-03-12 16:48:06 -05:00
orcook
817cb8ef46 Fix Obstacle Collision 2018-03-12 16:29:24 -05:00
Andrew Guibert
5457684753
Merge pull request #33 from aguibert/player-win-loss-updates
Have game-service send stat updates to player-service
2018-03-12 10:40:29 -05:00
Andrew Guibert
1061fc4264 Have game-service send stat updates to player-service 2018-03-11 12:29:49 -05:00
Andrew Guibert
9db1cbb965
Merge pull request #32 from aguibert/game-player-id
Tie player-service into game-service
2018-03-09 15:33:45 -06:00