Commit Graph

432 Commits

Author SHA1 Message Date
Steffen d50a90de21
Merge branch 'develop' into animation_toggle 2021-05-09 21:59:59 +02:00
Steffen c6209a2510
Merge branch 'develop' into main 2021-05-09 21:58:31 +02:00
Steffen 9eb9f44e32
Merge pull request #147 from bra1n/fabled
Custom Fabled
2021-05-09 21:57:46 +02:00
nicfreeman1209 05023583da
requested change
Co-authored-by: Steffen <steffen@baumgart.biz>
2021-05-06 10:35:08 +01:00
nicfreeman1209 19ad2adc17 requested changes 2021-05-05 20:06:23 +01:00
nicfreeman1209 5aba663403 minor fix to previous 2021-05-05 15:08:49 +01:00
nicfreeman1209 b9b9e59b53 requested changes 2021-05-05 07:58:13 +01:00
nicfreeman1209 e762e89485 nlc: toggle within session.js 2021-05-03 17:55:11 +01:00
nicfreeman1209 5edc476b08 ST always sees vote history
i.e. toggle affects only players
2021-05-03 14:32:58 +01:00
nicfreeman1209 c39aef622e hide rounded corners on maximized modals
(barely visible anyway)
2021-05-03 13:33:51 +01:00
eddgabriel 73ce0058c2 It's Paradise! 2021-05-03 05:41:41 +01:00
Steffen ef28198679 linter 2021-05-01 22:54:55 +02:00
Steffen a99d996419 disable all animations now 2021-05-01 22:46:12 +02:00
Steffen fe0f0bfbf1
Merge pull request #157 from wisq/main
Add option to reduce night animations to save power.
2021-05-01 21:26:54 +02:00
Steffen 8ce8f07d26 add fallback icon for fabled 2021-05-01 21:19:35 +02:00
eddgabriel 7a7b0fd323 King and Choirboy double bill! 2021-04-29 21:43:17 +01:00
Adrian Irving-Beer a66892c30d
Add option to reduce night animations to save power. 2021-04-28 18:36:28 -04:00
Steffen 82bd7f7fff
Add files via upload 2021-04-21 15:41:15 +02:00
nicfreeman1209 654a4d02cd remove accidental 2021-04-18 17:29:20 +01:00
nicfreeman1209 230507a67f socket part of toggle recordVoteHistory
analogous to isNight
2021-04-18 17:26:24 +01:00
nicfreeman1209 6d3c32675b
Merge pull request #4 from bra1n/main
update local repo
2021-04-18 15:23:11 +01:00
nicfreeman1209 a2fb33eafe add recordVoteHistory & clearVoteHistory to session menu 2021-04-18 15:19:59 +01:00
eddgabriel fb0f7a7304 Marionette 2021-04-15 21:56:40 +01:00
Steffen 0d41e9fd46
show custom fabled first 2021-04-15 21:06:53 +02:00
Steffen a7852115fe
add support for custom fabled (closes #110) 2021-04-15 21:05:00 +02:00
Steffen 1dae16f924
add warning icon for setup roles in character assignment modal 2021-04-09 21:33:52 +02:00
Steffen d4e144f0f0
Merge pull request #144 from nicfreeman1209/main
make reference sheet fit to screen in single col mode
2021-04-02 20:57:10 +02:00
nicfreeman1209 3c849942fe apply only when maximized 2021-04-01 22:37:48 +01:00
eddgabriel 1dc837d12a I don't believe you... 2021-04-01 22:01:44 +01:00
nicfreeman1209 2493d3353a make reference sheet fit to screen in single col mode 2021-04-01 09:31:37 +01:00
Steffen a0a2760939
Merge pull request #142 from bra1n/updated-reference-sheets
Updated reference sheets
2021-03-30 21:37:55 +02:00
Steffen 5171996b39
bugfixes and improved session joining 2021-03-30 21:34:09 +02:00
Steffen 4620332fff
reference sheet finished 2021-03-30 21:33:52 +02:00
Steffen 52aff7b544
Update fabled.json 2021-03-29 09:17:13 +02:00
Steffen b4ee856705
updated character reference sheet visuals 2021-03-28 21:56:58 +02:00
eddgabriel ca475f3af2 Correct MINION/DEMON
Correct MINION/DEMON info locations in night order
2021-03-23 00:16:15 +00:00
Steffen da3a13518b
fix shifting player bug on delete (fixes #135) 2021-03-19 20:09:13 +01:00
Steffen 6a8f5608a1
Merge pull request #134 from bra1n/133_fix_race_condition_bug_setting_pronouns
updated the send and update sockets methods for player pronouns to pa…
2021-03-19 19:55:41 +01:00
Steffen fca2d386a9
Merge pull request #125 from langford/feature-visible-nom-log-indicator-button
Adds indicator of a player-visible voting log
2021-03-19 19:55:23 +01:00
eddgabriel 96eee80017 Opiates time! 2021-03-18 21:53:13 +00:00
Michael Langford 3cfc9939f9
Merge branch 'main' into feature-visible-nom-log-indicator-button 2021-03-18 15:49:04 -04:00
Michael Langford 13f0d82c34 Hides nomination log button when sessionId==0
This commmit implements 2 stylistic suggestions
as well: a CSS class name change and removes seemingly
redundant spacing specification. Testing on chrome and safari
reveals neither caues a functional change.
2021-03-17 11:16:38 -04:00
Michael Langford 9a232c835a
camel to kebab for nomlogSummary
Adopts preferred CSS class format
2021-03-17 10:50:53 -04:00
Dave dedf0be0b9 adding documentation comment to explain new isFromSockets property 2021-03-16 19:47:42 +00:00
Dave 8b4f09a2c4 correcting fromSockets property to be isFromSockets 2021-03-16 19:46:52 +00:00
Dave 6ad1df5a35 updated the send and update sockets methods for player pronouns to pass through a flag when the pronoun is updated from the sockets to stop the update being broadcast again and causing infinite loops of sockets messages being sent. This also simplifys from the previous loop prevention functionality. 2021-03-16 15:14:51 +00:00
Steffen a90ca50f7a
a big bunch of other bugfixes 2021-03-14 20:42:39 +01:00
Steffen f0c09cf497
fix (pre-)vote calculation being off by one if the nominee votes (fixes #131) 2021-03-14 20:41:56 +01:00
Steffen a849001068
remove player names from character reference / night order modal when town square is public (closes #119) 2021-03-14 20:29:36 +01:00
Dave 8ea11c8f9e Changing the clearRoles mutator to preserve the player pronouns when clearing all roles as a storyteller. 2021-03-13 09:59:44 +00:00