2115 Commits

Author SHA1 Message Date
96LawDawg
1610ced9e9
Public Library - Add Escrime (#2444) 2025-01-13 17:58:24 -06:00
96LawDawg
af4f414e93
Public Library - Add Hikari (#2440) 2025-01-12 14:35:37 -06:00
ArnoldSmith86
84098f6e45
fixed card border with showInactiveFaceToSeat (#2443) 2025-01-12 18:25:32 +01:00
96LawDawg
31ea345901
Update JSON Editor for count parameters (#2425)
PR #1466 allowed "all" to be an option for the count parameter of FLIP, MOVE, MOVEXY, and ROTATE.  And PR #2377 allowed "loop" for AUDIO.  Neither of those PRs updated the JSON editor.  This fixes that.
2025-01-11 16:03:54 +00:00
96LawDawg
23602a845c
Fix inherit id change for decks in dropTarget (#2431)
* Fix inherit id change for decks in dropTarget

Fixes #2429. I made a special case for this situation since we are treating "deck" like an "id" in a dropTarget.

* fixed that it would turn dropTarget into an array even if it was no array before

---------

Co-authored-by: Arnold Smith <arnold.smith.86@mail.ru>
2025-01-11 15:56:31 +00:00
96LawDawg
cdc88741d6
Fix crash when all seats have skipTurn true (#2409) 2025-01-11 15:43:08 +00:00
96LawDawg
972d28e9ea
Clarify mass asset upload in editor (again) (#2386)
The sidebar menu assets download/upload section is confusing. It was adjusted in #2164, but there is still confusion. Hopefully the text changes will fix that.
2025-01-11 15:36:06 +00:00
96LawDawg
54f2714734
Add additional pre-defined variables and collections for seats (#2420) 2025-01-11 00:41:14 +00:00
96LawDawg
8b27a5eaba
Add Editor Buttons for cardDefaults (#2417)
Fixes #956.  Also adds option to insert default width and height.
2025-01-11 00:24:43 +00:00
ArnoldSmith86
6afebe9252
fixed symbol picker filter for new nofill icons (#2438) 2025-01-10 16:04:21 +01:00
96LawDawg
937b855f63
Replace Google Material Icons with Material Symbols (#2432) 2025-01-09 16:05:56 -06:00
96LawDawg
92f9940693
Fix Symbol Picker Client Crash (#2434) 2025-01-07 17:38:49 -06:00
96LawDawg
2290e2b884
Public Library - Add Henny's Star Buffet (#2428) 2025-01-01 18:00:36 +01:00
96LawDawg
fbccb318e4
Public Library - Update Guan Dan (#2427)
Various bug fixes.
2024-12-31 18:37:17 -06:00
96LawDawg
67b0ed8613
Public Library - Add CONTEST (#2421) 2024-12-29 16:57:24 +00:00
96LawDawg
b725c51515
Public Library - Add 4-Letter Words (#2419) 2024-12-29 16:27:28 +00:00
96LawDawg
20245d6deb
Fix deck generator dark mode color problem (#2424) 2024-12-29 10:17:11 -06:00
96LawDawg
bd5a94a7da
Give focus to first JSON command option (#2415) 2024-12-28 17:32:04 +00:00
96LawDawg
e385172f15
Add prompt before overwriting widgets with same id from buffer (#2411) 2024-12-26 14:57:55 +00:00
96LawDawg
c85bcca2a2
Show anonymous widget details in tree (#2414) 2024-12-26 14:50:01 +00:00
96LawDawg
5abf4161d5
Fix pile overlay color in darkmode (#2416)
Fixes #2306.
2024-12-26 08:42:37 -06:00
96LawDawg
7d1de898d8
Public Library - Add Flipz (#2407) 2024-12-25 14:38:48 +00:00
96LawDawg
b16bd104cd
Public Library - Add Arlo and Isla (#2408) 2024-12-25 08:31:30 -06:00
ArnoldSmith86
f07ed8e231
fixed transitions (#2403) 2024-12-18 13:45:19 -06:00
96LawDawg
7005854300
Public Library - Add - 2036 Daimyo (#2400)
Similar to Samarai.  VTT implementation by Mitchell Stolycia
2024-12-17 07:15:30 -06:00
96LawDawg
3d22bb0208
Public Library - Uncheckered - Fix Summary Table (#2398) 2024-12-13 00:32:17 -06:00
ArnoldSmith86
cf766a4f89
added official Docker image (#2392) 2024-12-09 11:24:24 +00:00
ArnoldSmith86
4801bd29a4
fixed crash and missing cards when one client deletes a pile while another adds a card (#2363) 2024-12-05 08:10:22 +00:00
ArnoldSmith86
0d9e6de9cb
fixed crash when adding a new cardType (#2389) 2024-12-05 06:26:07 +00:00
ArnoldSmith86
7160176870
fixed crash in deck generator (#2388) 2024-12-05 07:18:55 +01:00
ArnoldSmith86
7120cb0349
fixed crash when receiving a delta while having invalid JSON (#2385) 2024-12-04 07:06:33 +01:00
ArnoldSmith86
673fc51774
updated dependencies (#2374) 2024-12-03 08:39:47 +00:00
96LawDawg
a5aa74511a
Update AUDIO with silence and count parameters (#2377) 2024-12-01 18:36:09 +00:00
ArnoldSmith86
c4f83ad328
fixed crash when renaming (#2382) 2024-12-01 10:34:36 +01:00
96LawDawg
6315acf847
Public Library - Update Green Streams (#2381)
Change library image
2024-11-30 18:34:59 +00:00
96LawDawg
4b3efcc30c
Public Library - Add Green Streams (#2380)
Similar to Blue Lagoon.  Implementation by maddie.
2024-11-30 10:46:00 -06:00
96LawDawg
02f4c34b92
Public Library - Add District Development (#2379) 2024-11-30 14:15:32 +00:00
96LawDawg
77f2cf3e84
Add player count to toolbar (#2376) 2024-11-29 14:16:21 +00:00
bjalder26
d53d121dfd
Audio to AudioContext (#2328)
* Update main.js AudioContext

* Update widget.js

* export variables

* audioObj, -type, fix playerArray

* Cleaning up js

no functional changes

* Cleaning up addAudio

Making addAudio more condensed

* activeGameButton, routine in cardDefaults, get rid of null

block "activeGameButton" from trying to active AudioContext because that is an automated click and causes an error.

Adding the ability to find audio routines in cardDefaults.

Getting rid null because undefined is correct

* fix finding audio in cardDefaults routines

* load source not already set

This provides support for sources that are not already set when the page is open.  This would only be important if the url for the source is stored in a property, or when creating a game so you can test your sound without refreshing the browser.

* Create audio.js

* Update widget.js to migrate code to audio.js

* main to audio.js & get rid of preloading

* add audio.js to minify.mjs

* fix minify.mjs mistake

* Update widget.js

* mapAssetURLs

* Update audio.js

* Update statemanaged.js

* Update widget.js

* Update player.mjs

* Update room.mjs

* Move/update volume controls

* Getting rid of vol controls in main

* remove variables from main.js

* Update broadcast in room.mjs

* mapAssetURLs only once

* Removed audio 'type' from JSON editor

* Get rid of import, comments, and spaces

* Simplifying if statement

* Update room.mjs

* Update room.mjs

* order is alphabetical - for the most part

* do not use broadcast for audio

* removed unused sources variable

* use dollar shortcut and added missing await for exception handling

* Get rid of JSON.stringify

* Getting rid of unneeded JSON.parse

* args.players is always an array (sometimes empty)

* Update audio tutorial

* Change song demo to .wav file

---------

Co-authored-by: Arnold Smith <arnold.smith.86@mail.ru>
Co-authored-by: 96LawDawg <76912527+96LawDawg@users.noreply.github.com>
2024-11-28 07:35:48 -06:00
ArnoldSmith86
89518a1928
added technical details to the client crash overlay (#2371) 2024-11-26 10:19:46 +00:00
ArnoldSmith86
0af1114816
fixed that hotkeys would still press disabled editor toolbar buttons (#2369) 2024-11-26 09:44:14 +00:00
ArnoldSmith86
f1d93f9743
fixed star count location (#2368) 2024-11-26 09:11:49 +00:00
ArnoldSmith86
bcfc9a5675
added error handling to the Copy State JSON editor button (#2370) 2024-11-26 10:04:05 +01:00
96LawDawg
63251124fd
Public Library - Add Mystic Tiles (#2367) 2024-11-23 15:56:45 +00:00
96LawDawg
0c0383a481
Update About Overlay (#2345) 2024-11-23 09:48:12 -06:00
96LawDawg
eb4a824fea
Fix star number location (#2359) 2024-11-16 22:08:00 +00:00
96LawDawg
c4e8422e78
PL Searching for Sasquatch - Fix Broken Seat Routines (#2364)
Fixes problem that sitting in seat does not update playerName variable.
2024-11-16 15:59:28 -06:00
ArnoldSmith86
474911888b
updated testcafe on github (#2353) 2024-11-11 19:33:16 +00:00
96LawDawg
d3680fcd1c
Public Library - Add Uncheckered (#2352) 2024-11-01 19:13:42 +01:00
ArnoldSmith86
89ee111789
fixed editor crash for non-object dragLimit and grid (#2344) 2024-10-18 09:42:19 +02:00