Commit graph

161 commits

Author SHA1 Message Date
Pingumask
0e3451fc80
Merge branch 'develop' into develop 2023-04-23 20:06:56 +00:00
Pingumask
b687661ceb
Merge pull request #33 from MRegnard/patch-3
Updating General's French Description
2023-04-23 19:38:01 +00:00
Pingumask
75427fc35a
Merge pull request #35 from MRegnard/patch-5
Updating Assassin's French Description
2023-04-23 19:07:23 +00:00
Pingumask
6bdce8f5b3
Merge pull request #30 from MRegnard/patch-1
Updating Fortune Teller's French Description
2023-04-23 18:33:16 +00:00
Pingumask
113512a666
Merge pull request #36 from MRegnard/patch-6
Consistency about Bounty Hunter's French Name
2023-04-23 18:32:39 +00:00
Pingumask
f755bc0bd9
Merge pull request #37 from MRegnard/patch-7
Jinxes: Consistency about French names
2023-04-23 18:14:36 +00:00
Pingumask
c5a573e0a8
Merge pull request #38 from MRegnard/patch-8
Updating Mezepheles' French Description
2023-04-23 18:07:35 +00:00
Pingumask
a71d9de706
Merge pull request #39 from MRegnard/patch-9
Updating Judge's French Description
2023-04-23 18:05:56 +00:00
MRegnard
bb83af3f33
Updating Judge's French Description
The Judge can't use its power if he nominated.
2023-04-22 21:32:00 +02:00
MRegnard
90c16a7520
Updating Mezepheles' French Description
If a good player pronounces the secret word during the night, and if he pronounces it before Mezepheles' effect in night order, then he becomes evil that night, and not the next one.
2023-04-21 19:49:27 +02:00
MRegnard
6af9f0768b
Update hatred.json 2023-04-21 11:20:46 +02:00
MRegnard
bdf8d684f6
Consistency about Bounty Hunter's French Name
The French name of Bounty Hunter is now always the same.
2023-04-19 09:52:50 +02:00
MRegnard
147c5b8c54
Correction of Assassin's French Description
The Assassin cannot use his ability during the first night.
2023-04-18 10:30:18 +02:00
MRegnard
a2b38b4fde
Best translation of "Time" (Vote History) 2023-04-17 21:58:31 +02:00
MRegnard
f2d524b8e5
Updating General's French Description
Using the official vocabulary
2023-04-17 20:02:24 +02:00
MRegnard
4f5f5b9eae
Updating Fortune Teller's French Description
Taking account we can have more than one Demon.
2023-04-17 19:57:37 +02:00
MRegnard
50addbbcb9
Correcting previous commit 2023-04-17 19:55:21 +02:00
MRegnard
055abc1b47
Updated French Fortune Teller's Description
Taking account the possibility of many Demons
2023-04-17 19:53:48 +02:00
MRegnard
7fcbca2692
Orthographical & Grammatical Correction 2023-04-17 19:51:23 +02:00
MRegnard
148eb5bdb1
Orthographical & Grammatical Corrections 2023-04-17 19:47:26 +02:00
MRegnard
f732c229a6
Orthographical & Grammatical Corrections 2023-04-17 18:48:11 +02:00
MRegnard
e35ca15d2e
Orthographical & Grammatical Corrections 2023-04-17 18:39:40 +02:00
pingumask
91c4e5fd47 Corrected some French mistranslation leading to gameplay errors
Thanks https://github.com/MRegnard for pointing out those errors
2023-04-16 00:01:55 +00:00
pingumask
64ec8e6000 French role name adjustments 2023-04-15 19:04:48 +00:00
pingumask
503e86268b Additional reminders for deviant & buddhist
based on the suggestion by https://github.com/MRegnard
2023-04-15 19:03:06 +00:00
Pingumask
9df8456774 Preset Timers 2022-12-29 17:05:03 +01:00
pingumask
fb51230d7e fixed night order in french version 2022-12-26 13:19:18 +01:00
pingumask
b44bab4cf7 streamer mode 2022-12-26 13:09:47 +01:00
Pingumask
d59cef24d3 storyteller tools 2022-11-06 17:48:18 +01:00
pingumask
738d2c42ff add "Ring bell" for Strory teller 2022-10-27 22:37:06 +02:00
Pingumask
fdb208c03a Localization + French translation 2022-10-27 22:36:19 +02:00
Steffen
350d2a5a18
fixed local server (closes #240) 2022-01-25 12:25:48 +01:00
Steffen
3d696c85de
fix negative nightOrder numbers causing a mess (fixes #193) 2021-07-14 14:00:10 +02:00
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
5171996b39
bugfixes and improved session joining 2021-03-30 21:34:09 +02:00
Steffen
da3a13518b
fix shifting player bug on delete (fixes #135) 2021-03-19 20:09:13 +01: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
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
Dave
992841a45b cleaning up methods added for sending and receiveing changed pronouns in sockets.js 2021-03-02 19:16:46 +00:00
Dave
6ad516588c updated sockets send and recieve logic for pronouns to allow ST to update players pronouns and block infinite loops between a seated player and ST updates 2021-02-28 16:08:31 +00:00
Dave
ecb205e027 cleaning up vueX code to reuse existing player update methods, and add form flow logic to block infinite loops 2021-02-28 13:17:40 +00:00
Dave
769c891a67 correcting pronoun to pronouns in all occurances 2021-02-28 11:23:16 +00:00
Dave
0ffde84188 adding code doc comments to the sendPlayerPronoun method 2021-02-28 11:00:41 +00:00
Dave
2e930e6606 Merge branch 'main' of https://github.com/davotronic5000/townsquare into #43_gender_pronouns 2021-02-28 10:30:44 +00:00
Steffen
fac108d12c fix missing role alert 2021-02-18 17:22:46 +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