Commit Graph

130 Commits

Author SHA1 Message Date
Steffen 1f58f344eb fix nomination history type 2020-12-22 13:25:09 +01:00
Steffen 125d5a9510 clearing vote history as ST clears it for everyone
fixed role distribution bug
2020-12-22 11:32:00 +01:00
Steffen 297181ebe8 added changelog and updated socket endpoint 2020-12-21 21:26:36 +01:00
Steffen bbb95a6373 finished custom script meta info 2020-12-20 22:01:56 +01:00
Steffen 398fe89bb7 refactored edition handling to support custom script metadata 2020-12-19 22:15:42 +01:00
Steffen f7eef3f8ea add player role distribution through live session for ST 2020-12-15 22:31:50 +01:00
Steffen 53d608288d only empty seats can be claimed by players and ST can clear seats now 2020-12-15 15:59:43 +01:00
Steffen 7c0f31584c simplify session URLs 2020-12-14 21:49:40 +01:00
Steffen c31d264c7f finished gamestate export & import (closes #58) 2020-12-13 21:50:44 +01:00
Steffen e0958ac129 first draft of gamestate modal
improved general modal performance
2020-12-12 22:03:36 +01:00
Steffen 200c7f9b7d custom roles are no longer synced in live games due to traffic and security concerns (closes #60) 2020-12-10 22:30:34 +01:00
Steffen c09d1c7101 fix regex issue 2020-12-10 21:37:18 +01:00
Steffen faf378dca3 only sync player data when changing player related things 2020-12-07 21:41:56 +01:00
Steffen 15ced66b42 add vote history 2020-12-06 22:27:52 +01:00
Steffen dcff59a183 added vote countdown & alert 2020-12-05 22:24:55 +01:00
Steffen 40087a3478 added vote pausing
added half-second voting speeds
2020-12-03 21:09:06 +01:00
Steffen a37add61d9 added night phase switch 2020-12-02 20:39:12 +01:00
Steffen f915a1a7f8 added fabled to session gamestate object 2020-12-01 22:42:21 +01:00
Steffen f10ff968a6 finished adding night reminders to fabled 2020-11-30 22:04:21 +01:00
Steffen 02d7002e34 moved fabled to player store
cleaned up some things around fabled night reminders
added fabled to night sheet
2020-11-29 22:17:02 +01:00
Steffen b047fafda1 fix small issue with latency calculation 2020-09-22 09:10:35 +02:00
Steffen 0b5d9c5865 moved latency calculation server-side
made host per channel exclusive
added auto-reconnection
2020-09-21 11:24:36 +02:00
Steffen 1409bea1f3 fixed voting race condition
added session ping
cleaned up vote text
2020-09-16 11:39:36 +02:00
Steffen a8a87a1e38
adjusted custom scripts with fabled support
added session handling for fabled
2020-08-09 22:02:02 +02:00
Steffen f7c8e022a3
fabled UI finished 2020-08-09 21:28:38 +02:00
Steffen d0292a9430
started working on fabled 2020-07-23 13:52:53 +02:00
Steffen af1717134c
added support for custom roles in live sessions 2020-07-23 12:25:51 +02:00
Steffen fd75b1771f
fixed jumpy clock hands when someone joins in the middle of a vote (fixes #49) 2020-07-23 10:40:26 +02:00
Steffen 1ce9c08dc3
keep night order for dead players (closes #47) 2020-07-19 21:16:45 +02:00
Steffen e19aa7a6fe
fix swapping and moving players in live sessions (fixes #46) 2020-07-19 21:11:23 +02:00
Steffen 6ab0780803
added global reminders and new custom script (closes #37) 2020-07-09 13:05:50 +02:00
Steffen b47b45ceb2
unbreak custom role script 2020-07-03 21:28:42 +02:00
Steffen 036f61fed0
separated night order reference sheet into its own modal and hotkey (fixes #36) 2020-07-01 10:44:12 +02:00
Steffen b158230fce
handle empty image urls correctly (fixes #42) 2020-07-01 10:20:56 +02:00
Steffen 75d08e2e7e
added support for (local) custom characters (closes #4) 2020-06-30 13:50:35 +02:00
Steffen b986715ee5
sync votes along with gamestate (fixes #35) 2020-06-30 10:16:56 +02:00
Ben Finney ac475e39ce Store characters in the order specified in the script.
This corrects issue #38 by following the script sequence (not the
catalogue of characters) for storing the characters.
2020-06-24 22:47:55 +10:00
Ben Finney 8aebece218 Rename a parameter to more accurately reflect its usage. 2020-06-24 22:47:55 +10:00
Ben Finney 396990cd1d Define Map of all known characters. 2020-06-24 22:47:55 +10:00
Steffen 8b55ae1416
added night order to reference sheet (closes #30) 2020-06-18 12:46:41 +02:00
Steffen 5b6b36b645
load custom script roles in live sessions 2020-06-18 10:52:07 +02:00
Steffen 395619afb4
load traveler data in live sessions 2020-06-18 10:15:37 +02:00
Steffen 2218b10331
made voting clock speed customizable (closes #27) 2020-06-18 10:00:32 +02:00
Steffen 24d6c4c1f2
allow the ST to set a vote 2020-06-16 10:58:36 +02:00
Steffen d8b7a91402
fixed zooming with new responsive design (closes #5) 2020-06-08 12:35:13 +02:00
Steffen 539f3c0b76
add list of players that voted YES 2020-06-07 22:22:50 +02:00
Steffen ff61770150
persist zoom level 2020-06-07 21:51:19 +02:00
Steffen 080b1314ad
fix vote timer (closes #22) 2020-06-07 21:42:07 +02:00
Steffen d41eafda07 fix votes 2020-06-05 22:12:51 +02:00
Steffen bc6eb9a11a
syncing and styling 2020-06-05 20:19:49 +02:00
Steffen 863c2137a6
Merge branch 'master' into voting
# Conflicts:
#	src/components/Menu.vue
2020-06-04 21:57:18 +02:00
Steffen 4a69cd50f9
menu stuff 2020-06-04 21:56:07 +02:00
Steffen 6a37d17aec
vote timer 2020-06-03 23:04:50 +02:00
Steffen 31b4cd5183
added vote buttons 2020-06-03 22:25:23 +02:00
Steffen c2d142f169
added vote component 2020-05-31 23:42:08 +02:00
Steffen f42d7dd2be
added seat claiming 2020-05-31 00:18:31 +02:00
Steffen 0f1397c53d
modularized session 2020-05-30 22:47:42 +02:00
Steffen bcbbde1f30
fix last player leaving and not getting removed from session 2020-05-27 22:55:48 +02:00
Steffen 8a43c1e3e3
added custom socket server 2020-05-27 22:33:51 +02:00
Steffen ca1c1113b2
added character reference modal 2020-05-27 21:44:38 +02:00
Steffen 1f22f69f00
custom reminder notes 2020-05-25 20:50:06 +02:00
Steffen 9f1fb223da
fixed ping timer bug 2020-05-25 19:32:23 +02:00
Steffen 505593d1c6
prevent assigning players a traveler role in a live session (fixes #13) 2020-05-24 22:18:43 +02:00
Steffen 06a11d7208
added session pings and connected player count 2020-05-24 22:13:52 +02:00
Steffen 28a99ae914
added missing store hooks 2020-05-19 15:21:38 +02:00
Steffen 8cca5ece8d
added player move feature 2020-05-19 15:19:19 +02:00
Steffen 061e7565e8
added support for custom (base character) scripts 2020-05-15 23:36:45 +02:00
Steffen ddb4105c89
added swapping, fixed some bugs 2020-05-12 22:22:36 +02:00
Steffen 4fd880961c
replaced background image again
added session handling with persistence and urls
2020-05-12 20:48:00 +02:00
Steffen c8d71e7454
fix bluffs not being cleared 2020-05-12 19:59:48 +02:00
Steffen 2ceee0421b
small fixes 2020-05-09 21:56:51 +02:00
Steffen da3cd96723
added live sessions for townsquare sync 2020-05-09 21:47:00 +02:00
Steffen a028cf867f
menu added, session plugin created 2020-05-08 19:33:29 +02:00
Steffen 46ce385781
update window title depending on grimoire mode (closes #2) 2020-05-05 20:13:30 +02:00
Steffen 33c9edf339
finished moving stuff to store 2020-05-04 23:05:36 +02:00
Steffen ca91112b26
further adjustments to store 2020-05-03 23:05:17 +02:00
Steffen 84e533640b
basic player store 2020-05-02 22:23:05 +02:00
Steffen 7e48036aa3
added persistence plugin to store 2020-05-02 21:46:51 +02:00
Steffen 23f754a955
further cleanup 2020-05-02 21:33:44 +02:00
Steffen 966c6f0944
here comes Vuex 2020-05-02 21:11:20 +02:00