Commit Graph

55 Commits

Author SHA1 Message Date
Steffen 300395de08
v2.13.0 (#168)
* add support for custom fabled (closes #110)

* 2.13.0

* show custom fabled first

* add recordVoteHistory & clearVoteHistory to session menu

* Update CHANGELOG.md

* socket part of toggle recordVoteHistory

analogous to isNight

* remove accidental

* Add files via upload

* add custom fabled

* Add option to reduce night animations to save power.

* add fallback icon for fabled

* changelog

* disable all animations now

* linter

* add 'on the block' indicator

- after vote, ST chooses to put onto block / empty block / no change to block
- player menu has add / remove from block
- players are automatically removed from the block when (i) they die (ii) another player is put onto block
- fixed crash on add/remove/etc player mid vote

* hide rounded corners on maximized modals

(barely visible anyway)

* ST always sees vote history

i.e. toggle affects only players

* empty block at night

* avoid clashing with seat icon

* nlc: toggle within session.js

* lint

* minor

* Use proper "Exile" terminology for exile

* Add info about "Banishment"->"Exile" to CHANGELOG

* requested changes

* remove direct ST control of block

* player menu order

* move block/night logic from socket to menu

* minor fix to previous

* on block -> marked

* requested changes

* requested change

Co-authored-by: Steffen <steffen@baumgart.biz>

* fix players being moved or removed during a nomination (closes #164)
add vue linter

* let's try adding a lint error

* linter adjusted

* it's working!

* requested change

record marked player id in session

* feedback implemented
npm audit

* prepare develop branch

* adjust linter config

* revert version bump

* fixes & visuals

* Update CHANGELOG.md

* restore old lint command (fixes #170)

* minor fix default

* show jinxed interactions on character reference modal

* 2.13.0

* changelog

Co-authored-by: nicfreeman1209 <nicfreeman1209@gmail.com>
Co-authored-by: nicfreeman1209 <14160941+nicfreeman1209@users.noreply.github.com>
Co-authored-by: Adrian Irving-Beer <wisq@wisq.net>
Co-authored-by: Andrew Conant <emptierset@gmail.com>
2021-05-15 20:07:54 +02:00
Steffen a90ca50f7a
a big bunch of other bugfixes 2021-03-14 20:42:39 +01:00
Steffen 317c5a1ff8 reduce custom role transport by replacing object keys with numerical indices 2021-02-04 21:55:04 +01:00
Steffen a5d6d593c8 show generic icons for custom roles and opt out players 2021-02-04 21:40:59 +01:00
Steffen d409186ff1 re-enabled custom role support 2021-02-03 22:12:38 +01:00
Steffen ec64584da5 added custom image opt in 2021-02-01 22:33:59 +01:00
Dave db8f23a572 fixing comment for clarity 2021-01-25 15:53:35 +00:00
Dave a95b3065bd renaming extraTravelers to otherTravelers for consistancy accross the app 2021-01-25 14:49:37 +00:00
Dave 64f5621d7c renaming travellers to travelers for consistancy with existing code. 2021-01-25 14:46:37 +00:00
Dave 04993633fd updating custom edition loading to update the list of travelers not in the current edition 2021-01-15 16:33:33 +00:00
Dave 5700184fff fixing filter logic in index state to correctly get travelers not in the currently selected edition. 2021-01-09 20:40:59 +00:00
Dave ea574fcc58 cleaning up code pulling non edition travellers in to the role modal and fixing spelling of travellers 2021-01-09 00:21:45 +00:00
Dave c1db6aa447 adding propertie to state for travelers not in the selected edition 2021-01-08 17:55:46 +00:00
Steffen 9b94c2f51d add global audio mute entry to grimoire menu 2020-12-27 20:49:29 +01:00
Steffen 2741950837 remove screenshot feature as it is no longer needed 2020-12-27 20:11:57 +01:00
Steffen efa4a0fa4b load roles from gamestate that belong to different editions (like travelers) 2020-12-23 21:18:35 +01:00
Steffen 398fe89bb7 refactored edition handling to support custom script metadata 2020-12-19 22:15:42 +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 15ced66b42 add vote history 2020-12-06 22:27:52 +01:00
Steffen a37add61d9 added night phase switch 2020-12-02 20:39:12 +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 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 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
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 d8b7a91402
fixed zooming with new responsive design (closes #5) 2020-06-08 12:35:13 +02:00
Steffen ff61770150
persist zoom level 2020-06-07 21:51:19 +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 0f1397c53d
modularized session 2020-05-30 22:47:42 +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 06a11d7208
added session pings and connected player count 2020-05-24 22:13:52 +02:00
Steffen 061e7565e8
added support for custom (base character) scripts 2020-05-15 23:36:45 +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 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