Commit Graph

47 Commits

Author SHA1 Message Date
Gareth Latty d3e816eddb Move to using shared material library.
Build / Build docker images. (push) Has been cancelled
2022-06-02 23:07:50 +01:00
Gareth Latty a6035da2e6 Update to new FontAwesome version, add semantic Icon layer for consistency. 2022-05-30 16:16:03 +01:00
Gareth Latty 0af429e55b Move to more modern docker compose setup, fix small bug with ad, update dependencies. 2022-05-30 03:20:01 +01:00
Gareth Latty 9556eec4b6 Bunch of clean-up for more modern standards. 2022-05-20 23:58:40 +01:00
Gareth Latty d0c0225cc1 Update dependencies. 2022-05-20 16:56:56 +01:00
Gareth Latty c5f1204dca Update elm dependencies. 2021-11-28 19:14:35 +00:00
Gareth Latty fe666999f2 Node 17, dockerized development, updated packages. 2021-11-28 16:21:58 +00:00
Gareth Latty 6d9e185a7e Fix bug with switches not correctly handling input. 2021-10-04 16:27:50 +01:00
Gareth Latty 21fb6aad6b Update dependencies. 2021-09-19 14:11:12 +01:00
Gareth Latty 82b9513226 Update dependencies and fix Heroku build. 2021-09-19 13:10:41 +01:00
Gareth Latty 6b18d67459 Resolve #213: Fix bug where call isn't sent to clients correctly when not playing with card choices. 2021-01-02 12:44:19 +00:00
Gareth Latty 933d0760fb Update build process a little. 2020-12-31 01:25:27 +00:00
Gareth Latty 410f49a779 Resolve #72: Czar Choices 2020-12-31 01:25:27 +00:00
Gareth Latty 14a1751452 Roll back to Webpack 4 due to issues with 5 migration. 2020-10-11 15:58:20 +01:00
Gareth Latty 6446e90fa8 Fix for updated JSON Against Humanity. 2020-10-11 04:18:35 +01:00
Gareth Latty a3a62fba2e Resolve some bugs and refactor localizations.
Resolve #167: Correct capitalization on cards
Resolve #169: Fix cast code failing to compile by moving to ES6 for the closure compiler target.
Move to noun and plural set-up which should make localization easier.
2020-09-27 19:08:13 +01:00
Gareth Latty 5d37ea016a Workaround for issue where Firefox can offer excessive numbers of TTS voices causing slowdown. 2020-09-08 19:35:58 +01:00
Gareth Latty de7cf37d75 Allow liking plays once the round is complete. 2020-09-06 21:57:40 +01:00
Gareth Latty 1947cb2b3e Update dependencies. 2020-06-14 16:47:08 +01:00
Gareth Latty b0ab6eac05 Resolve #140, fix change to Many Decks API, resolve #145 & #146. 2020-05-28 14:46:49 +01:00
Gareth Latty 9617886555 Many Decks integration. 2020-05-21 02:38:15 +01:00
Gareth Latty 4639cd4607 Resolve #47: Add “Never Have I Ever” house rule. 2020-05-16 16:23:44 +01:00
Gareth Latty d3d0d997df Resolve #129: Allow liking plays during revealing. 2020-05-16 16:00:24 +01:00
Gareth Latty 492d439929 Resolve #128: Make it so revealing has a wait time at the end like playing, and make revealing possible to disable in config.
This includes a massive simplification of the configuration system.
2020-05-16 15:56:44 +01:00
Gareth Latty 749485b16a Resolve #117: Move from Weightless to MWC.
Resolve #132: Fix some issues with the Postgres backend.
2020-05-16 15:53:43 +01:00
Gareth Latty 1e80a4ca44 Changes to support Make Decks. 2020-05-03 00:25:33 +01:00
Gareth Latty 17331589f0 Add a built-in deck source and the CaH base deck.
This does a lot of the work needed for #120.
2020-05-01 01:12:12 +01:00
Gareth Latty 1444b48510 Fix issue with discards that was leading to cards being lost instead of reshuffled. 2020-04-30 12:13:53 +01:00
Gareth Latty 9a45dd0117 Fix list in readme and Heroku deployment. 2020-04-27 20:34:04 +01:00
Gareth Latty c8977d9197 Resolve #122: Custom card fills are now synchronised with the server. 2020-04-27 19:53:46 +01:00
Gareth Latty 0780d2ad9a Resolve #101: Blank cards focus properly. 2020-04-26 13:36:51 +01:00
Gareth Latty 7a175b1a88 Resolve #121: Add an option to automatically advance the round. 2020-04-25 12:31:33 +01:00
Gareth Latty e810c111bb Fix bug with hard-coded card size string, use elm type for grammatical noun gender and fix some comments. 2020-04-04 16:50:54 +01:00
Gareth Latty 65bdb38910 Fix language selection issues. 2020-03-28 20:36:44 +00:00
Gareth Latty 431a614af7 Update dependencies. 2020-03-28 18:48:01 +00:00
Gareth Latty 3688d64bb1 Update dependencies and fix Heroku build. 2020-02-19 13:18:05 +00:00
Gareth Latty 9b75e479df Overhaul of the config system.
Resolve #98: Switch to a patch based config system.
Resolve #99: Allow users to view configuration to start new games.
Resolve #21: Check for a sane number of responses.
2020-02-07 03:17:01 +00:00
Gareth Latty 7702981ddb Resolve #37: Add spectation. 2020-01-19 15:24:58 +00:00
Gareth Latty 9cbf6db5f3 Away state, Time Limits, Leaving games. 2020-01-12 14:00:10 +00:00
Gareth Latty aa0d3a4b5b Resolve #95: Add support for browser notifications. 2020-01-04 02:37:00 +00:00
Gareth Latty 9e400a2529 Surface join lobby specific errors. 2020-01-02 09:25:33 +00:00
Gareth Latty d80279a3b1 Move v2 to master. 2019-12-28 14:11:08 +00:00
Gareth Latty 01e12eab05 Updates to everything, move to node 13. 2019-12-27 16:32:49 +00:00
Gareth Latty 110acdb70f Implemented AI (“Rando”), refactored card rendering. 2019-07-28 18:42:45 +01:00
Gareth Latty 62a87e021f Updated event system, fix card draw. 2019-06-26 02:35:02 +01:00
Gareth Latty 7d88752bd1 Set up Heroku deployment. 2019-06-23 01:02:52 +01:00
Gareth Latty dcdf011304 Initial v2 2019-06-22 04:37:15 +01:00