0
0
Fork 0
Commit graph

517 commits

Author SHA1 Message Date
Oliver-Akins
6bdf0ee17c Fix spelling error in conditional (closes #46) 2021-01-10 14:15:18 -07:00
Oliver-Akins
daa18d6a9a Fix: Character cases causing interface not recognize the game end. (closes #47) 2021-01-10 14:13:58 -07:00
Oliver-Akins
78d1d979de Change to a strict type check 2021-01-10 13:58:17 -07:00
Oliver-Akins
2a7d51dae9 Update the README to have better setup steps for systemd. 2021-01-09 16:35:25 -07:00
Oliver-Akins
d8d43a9d06 Update log events. 2021-01-09 16:29:51 -07:00
Oliver-Akins
8360070711 Update exit code listeners to accomodate for systemd 2021-01-09 16:29:05 -07:00
Oliver-Akins
30a67f653d Correct the link command for the service file. 2021-01-09 15:32:52 -07:00
Oliver-Akins
8f708133d4 Add filepath in text step rather than just the example. 2021-01-09 15:13:46 -07:00
Oliver-Akins
cd31676634 Add command to access logs. 2021-01-09 15:13:30 -07:00
Oliver-Akins
bb9f187a2e Remove step where you try to erroneously enable the ghost-writer service 2021-01-09 15:13:16 -07:00
Oliver-Akins
dd67a7e22e Update information for the websocket.port property 2021-01-09 15:01:13 -07:00
Oliver-Akins
2d520e2ceb Remove resources cache from git 2021-01-09 14:59:06 -07:00
Oliver-Akins
b1331a519b Add config option for datetime visibility in the logger 2021-01-09 14:56:23 -07:00
Oliver-Akins
bfc5453f28 Create service file. 2021-01-09 14:35:36 -07:00
Oliver-Akins
e7344fe45c Add proper filepath for the service file link. 2021-01-09 14:35:22 -07:00
Oliver-Akins
cddac3a642 Add configuration section to server readme 2021-01-09 01:56:34 -07:00
Oliver-Akins
48e2ae15f8 Add setup instructions for the server 2021-01-09 01:54:11 -07:00
Oliver-Akins
64b4bce28c Update log level default to be info instead of silly. 2021-01-09 01:30:09 -07:00
Oliver-Akins
9d7bd8c893 Move ChosenObject listener from the ChooseObject component to the InGame component so that the guessers also have a listener for the event data. 2021-01-09 01:25:31 -07:00
Oliver-Akins
5057294c0e Add response listener for GameReset 2021-01-09 01:23:04 -07:00
Oliver-Akins
c16257cdbe Add configuration section to README 2021-01-09 01:20:15 -07:00
Oliver-Akins
3cb599511e Change README to have proper install instructions. 2021-01-09 00:51:55 -07:00
Oliver-Akins
9336bf641a Update gitignore 2021-01-09 00:26:29 -07:00
Oliver-Akins
5ebe6ea5c7 Remove vertical margin so flex can deal with it better 2021-01-09 00:18:17 -07:00
Oliver-Akins
bf7732de26 Emit event to all clients in game not just writers 2021-01-09 00:17:44 -07:00
Oliver-Akins
db585bb1dc Add the datastores section of the server config 2021-01-09 00:17:19 -07:00
Oliver-Akins
d613e53de9 Remove the webserver section of the server config 2021-01-09 00:17:05 -07:00
Oliver-Akins
ed2c96762a Point the Resonym site link to the Resonym site rather than a path on this site. 2021-01-08 23:17:52 -07:00
Oliver-Akins
980249939d Only show survey button if the link exists 2021-01-08 23:17:21 -07:00
Oliver-Akins
098a71dcd6 Fix spelling mistake 2021-01-08 23:13:10 -07:00
Oliver-Akins
59819dba45 Add the user to the correct socket rooms. 2021-01-08 23:12:48 -07:00
Oliver-Akins
fdd0b19a4c Fix error on trying to see if the game has been won when there's not even an object chosen yet. 2021-01-08 23:12:28 -07:00
Oliver-Akins
66ff888221 Add survey button to attributions popup and hand at end of the game. Closes #38 2021-01-08 23:11:58 -07:00
Oliver-Akins
0e8f8811f6 Add survey link to the VueX state 2021-01-08 22:18:50 -07:00
Oliver-Akins
21bca5f468 Add ResetGame button when someone has the right answer. 2021-01-07 18:17:37 -07:00
Oliver-Akins
c1226a81c5 Add styling for when an answer is correct. 2021-01-07 18:16:54 -07:00
Oliver-Akins
2f190cafd8 Allow null object cards. 2021-01-07 18:16:27 -07:00
Oliver-Akins
d2760c6a26 Add reset method. 2021-01-07 18:15:57 -07:00
Oliver-Akins
8e5cc3a612 Add reset method. 2021-01-07 18:15:41 -07:00
Oliver-Akins
3441e5acd2 Add ResetGame types 2021-01-07 18:15:32 -07:00
Oliver-Akins
aa5159d10f Register ResetGame listener 2021-01-07 18:14:39 -07:00
Oliver-Akins
d56ac2e689 Add ResetGame functionality. 2021-01-07 18:14:17 -07:00
Oliver-Akins
c0a2c22691 Add missing punctuation 2021-01-07 16:29:08 -07:00
Oliver-Akins
eb2a85399b Update logs / add an error log on 500 errors. 2021-01-07 16:15:43 -07:00
Oliver-Akins
2d59397c4a Update event template. 2021-01-07 16:13:37 -07:00
Oliver-Akins
93c0ee591d Fix setAnswers mutation. 2021-01-07 16:12:48 -07:00
Oliver-Akins
7993c0257f Fix data not being populated properly. 2021-01-07 16:12:15 -07:00
Oliver-Akins
65776efd06 Fix error that prevents rendering of the entire board 2021-01-07 16:11:48 -07:00
Oliver-Akins
80209790a8 Sync state upon game rejoin 2021-01-07 15:33:53 -07:00
Oliver-Akins
76e667142f Prevent error if options is not defined. 2021-01-07 15:33:37 -07:00