0
0
Fork 0
Commit graph

491 commits

Author SHA1 Message Date
Oliver
45cd8beb2c
Merge pull request #81 from Oliver-Akins/dev
Fix order of ternary expression
2021-03-04 14:48:52 -07:00
Oliver-Akins
9f8842f8be Fix order of ternary expression 2021-03-04 14:47:30 -07:00
Oliver
00f98e85c0
Merge pull request #80 from Oliver-Akins/dev
Fix order of ternary expression - IMPORTANT
2021-03-04 14:45:41 -07:00
Oliver-Akins
3b80f093cb Fix order of ternary expression 2021-03-04 14:45:08 -07:00
Oliver
ba26fc6568
Merge pull request #79 from Oliver-Akins/dev
v1.2.7
2021-03-04 13:43:05 -07:00
Oliver-Akins
475f72d99a Move the discard hand button icon to the config 2021-03-03 22:38:18 -07:00
Oliver-Akins
45f3c201f9 Move the eye icon to the config 2021-03-03 22:37:56 -07:00
Oliver-Akins
56cb1ed483 Migrate the position names into the config. 2021-03-03 22:37:24 -07:00
Oliver-Akins
9b7b9d2af8 Move the team settings into the config. 2021-03-03 22:31:54 -07:00
Oliver-Akins
59cbad36d0 Move survey URL to the JS config 2021-03-03 22:26:42 -07:00
Oliver-Akins
3af9e6cb90 Correct config default 2021-03-03 22:24:03 -07:00
Oliver-Akins
50b3efec4c Move the prod and dev websocket URI to a config file. 2021-03-03 22:22:14 -07:00
Oliver-Akins
3359c84fe4 Remove alias from attributions panel. 2021-03-03 22:17:40 -07:00
Oliver-Akins
f3795a4fea Remove the tooling list 2021-03-03 22:14:17 -07:00
Oliver-Akins
af59cae747 Change email in mobile device warning.
Once the code is open source, this will be changed to tell people to go to the GitHub repo.
2021-03-03 22:01:43 -07:00
Oliver-Akins
3f7f30128e Fix name of type 2021-03-03 19:34:30 -07:00
Oliver-Akins
c9a0eb5563 Fix spelling error in README 2021-03-03 17:36:29 -07:00
Oliver
de2f02b321
Merge pull request #78 from Oliver-Akins/dev
v1.2.6
2021-03-01 16:46:03 -07:00
Oliver-Akins
758666c5fb Make button change mouse type 2021-02-28 22:06:36 -07:00
Oliver-Akins
8d724adee3 Add event listener for team randomization 2021-02-28 22:01:55 -07:00
Oliver-Akins
c7890776f9 Adjust button positioning in lobby and add a button randomization 2021-02-28 22:01:40 -07:00
Oliver-Akins
4c9db9414f Adjust function header 2021-02-28 21:58:54 -07:00
Oliver-Akins
a99d7716df Correct the randomization algorithm 2021-02-28 21:58:39 -07:00
Oliver-Akins
c0d907379e Rename and implement randomize teams event. 2021-02-28 20:49:19 -07:00
Oliver-Akins
be446a0390 Add a modal that displays all players on the team and which one is the spirit. 2021-02-28 20:13:04 -07:00
Oliver-Akins
9629116470 Add payload datatypes for RandomizeTeams 2021-02-28 19:40:22 -07:00
Oliver-Akins
c6546af332 Begin work on a randomize teams method. 2021-02-28 19:39:50 -07:00
Oliver-Akins
a7d718333d Use the askSpirit method 2021-02-28 19:39:13 -07:00
Oliver-Akins
73fb548707 Rename method 2021-02-28 19:38:54 -07:00
Oliver-Akins
04a0780225 Get the correct hand from the team for spirits reconnecting 2021-02-28 19:38:15 -07:00
Oliver-Akins
526e063eed Update all manipulations of the hand to use the proper data 2021-02-28 19:37:39 -07:00
Oliver-Akins
f8cc97fa58 Update team datastore types 2021-02-28 19:36:54 -07:00
Oliver-Akins
39304d739b Adapt the Team object to work with the two hands 2021-02-28 19:35:14 -07:00
Oliver-Akins
1a54b301d1 Add method for storing a card in the spirit's hand 2021-02-28 19:33:12 -07:00
Oliver-Akins
0be8cbf55b Condense comment 2021-02-28 18:26:18 -07:00
Oliver-Akins
3b797ca9d8 Make docstrings better. (resolves #77) 2021-02-28 18:23:26 -07:00
Oliver-Akins
a3b3cfa71f Add the spirits to their rooms when rejoining. (Fixes #75) 2021-02-28 18:15:43 -07:00
Oliver
a8db700449
Merge pull request #68 from Oliver-Akins/dev
v1.2.5
2021-01-26 17:07:22 -07:00
Oliver-Akins
b380fef99b Add a card ID for if there are multiple guessers in the game 2021-01-26 16:48:49 -07:00
Oliver-Akins
249bc5bca6 Add a property if there are multiple guessers on a team 2021-01-26 16:48:23 -07:00
Oliver-Akins
0d8f13a0a5 Add test file patterns to the gitignore. 2021-01-26 16:20:37 -07:00
Oliver-Akins
8c2963c75b Use updated reset method. 2021-01-26 16:19:12 -07:00
Oliver-Akins
0d0e9ecdad Reset all parts of the team, not just the hand. 2021-01-26 16:18:57 -07:00
Oliver-Akins
a5ee46bfb2 Protect against undefined property error 2021-01-26 16:13:45 -07:00
Oliver-Akins
7e12fa253a Protect against attempting to draw 0 cards 2021-01-26 16:12:55 -07:00
Oliver
7d2f43a37b
Merge pull request #62 from Oliver-Akins/dev
v1.2.4
2021-01-23 12:45:05 -07:00
Oliver-Akins
4d885ea36b Reset each team's hand 2021-01-23 12:36:07 -07:00
Oliver-Akins
e8a44d16d5 Add resetHand method for teams 2021-01-23 12:35:42 -07:00
Oliver-Akins
865c454589 Make spirits see the buttons at end of the game 2021-01-23 12:34:48 -07:00
Oliver
c1b32f1cb7
Merge pull request #58 from Oliver-Akins/dev
v1.2.3
2021-01-12 16:12:03 -07:00