Commit graph

74 commits

Author SHA1 Message Date
MRegnard
12fb45ccaa
Translating "Exile" and "Execution" in french (#82) 2023-06-21 19:36:13 +00:00
MRegnard
624ffb9a21 Correcting CHANGELOG's format 2023-06-21 21:34:07 +02:00
Pingumask
8051ab24ba Small UI tweeks in custom script selection 2023-06-20 01:05:36 +02:00
Pingumask
13b1a9237d More custom scripts 2023-06-20 00:47:29 +02:00
Pingumask
51da23a094 Corrected french description for minstrel 2023-06-17 18:58:12 +00:00
Pingumask
2053c0fe55 3.10.1 2023-06-11 12:35:57 +00:00
MRegnard
e85b62f1c1
Correcting some french descriptions (#54)
* Correct some french descriptions

- The Magician appears as A Demon, not as THE Demon
- The Acrobat takes account of their living neighbours
- When a player dies because of Riots, they are not executed

* Update CHANGELOG.md

---------

Co-authored-by: Pingumask <68610022+Pingumask@users.noreply.github.com>
2023-06-11 12:10:31 +00:00
MRegnard
03939da49e
Update CHANGELOG.md (#53)
Taking account of the previous commits

Co-authored-by: Pingumask <68610022+Pingumask@users.noreply.github.com>
2023-06-11 12:06:08 +00:00
MRegnard
a9f7461ee5
Update Atheist's French Description
* Correct some french descriptions

* Update CHANGELOG.md

* Update roles.json

---------

Co-authored-by: Pingumask <68610022+Pingumask@users.noreply.github.com>
2023-06-11 12:01:53 +00:00
MRegnard
cb0aab8b52
Update French roles Descriptions
* Correct some french descriptions

- The Magician appears as A Demon, not as THE Demon
- The Acrobat takes account of their living neighbours
- When a player dies because of Riots, they are not executed

* Update CHANGELOG.md

* Update roles.json
2023-06-11 11:53:47 +00:00
Dae Lorant
a9724778a6
Updated changelog
Apparently changelog update is required for a pull request, so here is one :)
2022-10-12 21:21:15 -07:00
Steffen
2a66dfff4b
changelog 2022-06-14 14:56:44 +02:00
Steffen
75dd02c6a3
added redirect to Chinese version 2022-04-08 11:02:13 +02:00
Steffen
1c4ad9634a
changelog & npm audit 2022-04-04 11:27:55 +02:00
Nathan Ferguson
84f6cab2d8 Add static hover target to prevent reminder token flickering #153 2022-04-03 22:35:18 +12:00
Steffen
0bd590c80e
2.15.3 2022-02-20 20:06:28 +01:00
Steffen
b9ae60c652
gamestate bug fixed and nightwatchman deploy 2022-02-20 20:05:01 +01:00
eddgabriel
11e1e99a94 Nightwatchman 2022-02-05 21:15:55 +00:00
eddgabriel
31265aa4fd Atheist 2021-12-07 10:15:40 +00:00
eddgabriel
8649aa4eec Psychopath 2021-11-18 22:11:35 +00:00
eddgabriel
6a3fdfa384 Riot
Look at the number of those jinxes... Just look at 'em...
2021-11-04 22:14:44 +00:00
eddgabriel
c93b50df42 Engineer 2021-10-21 22:35:11 +01:00
eddgabriel
772c94a6c6 Alchemist! 2021-10-14 13:36:43 +01:00
eddgabriel
401312ab09 Puzzlemaster 2021-09-28 11:43:10 +01:00
eddgabriel
fa1feb3c0b Fearmonger 2021-09-10 00:07:12 +01:00
eddgabriel
9517a3e262 Golem 2021-08-31 10:20:33 +01:00
eddgabriel
9fff5541bb Al-Hadikhia 2021-08-12 23:21:28 +01:00
eddgabriel
a35c6f3c14 Noble 2021-08-02 10:28:59 +01:00
eddgabriel
fb2e81c299 Huntsman/Damsel 2021-07-20 20:27:02 +01:00
Steffen
97121e81e7
changelog 2021-07-14 14:00:10 +02:00
eddgabriel
2a751b7fc2 Update CHANGELOG.md 2021-07-08 22:34:40 +01:00
eddgabriel
073494974e Tick... Tick... Tick... 2021-07-01 22:15:06 +01:00
Jul Gvoz
233d972e33 Revert Mezepheles to Mephit 2021-06-21 00:25:10 +03:00
Steffen
ab2ceb0139
changelog 2021-06-19 20:18:48 +02:00
eddgabriel
4f4031dcc4 Abracadabra! 2021-06-03 22:22:40 +01:00
JulGvoz
bf2cec0ec5
Update CHANGELOG.md 2021-05-31 17:18:06 +03:00
Steffen
1afec12478
farmer 2021-05-25 19:41:08 +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
eddgabriel
73ce0058c2 It's Paradise! 2021-05-03 05:41:41 +01:00
eddgabriel
c2bdfec625 Update CHANGELOG.md 2021-04-29 21:58:22 +01:00
eddgabriel
e24080417f Update CHANGELOG.md 2021-04-15 22:52:23 +01:00
Steffen
a6443c945a
changelog 2021-04-09 21:40:55 +02:00
nicfreeman1209
b936cd2286 Update CHANGELOG.md 2021-04-01 09:41:09 +01:00
Steffen
5171996b39
bugfixes and improved session joining 2021-03-30 21:34:09 +02:00
Steffen
5733990205
changelog updated 2021-03-19 20:11:13 +01: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
Michael Langford
3cfc9939f9
Merge branch 'main' into feature-visible-nom-log-indicator-button 2021-03-18 15:49:04 -04:00
Michael Langford
7cdef69368 Adds description of nomination log indicator 2021-03-18 15:47:01 -04:00
Dave
d0b2d88344 updating changelog.md 2021-03-16 20:41:20 +00:00