136 Commits

Author SHA1 Message Date
Chr1Z93
f3096e4366 moved token remover a bit down 2023-04-13 09:28:02 +02:00
Chr1Z93
38ecfed04f Merge branch 'main' into soundcube 2023-04-13 01:13:13 +02:00
Chr1Z93
96ca2c66ce increased delay for locking 2023-04-12 18:17:46 +02:00
Chr1Z93
dee13c5d26 added delay for locking helpers 2023-04-12 18:07:40 +02:00
Chr1Z93
bf394e9e82 misc. changes 2023-04-12 17:52:31 +02:00
Chr1Z93
a0bfbdf6db Merge branch 'main' into soundcube 2023-04-10 11:10:31 +02:00
Chr1Z93
ff580abf1a removed option panel entry 2023-04-10 11:08:12 +02:00
Jorge Parra
240e198df5 Added import functionality to deal with trauma, ArkhamDB deck IDs, investigator count, campaign guide page, and options menu settings. Additionally, reduced reliance on scripting zones by adding tags to promote future extensibility. 2023-04-05 14:46:52 -04:00
Chr1Z93
cdbec62924 adding option to disable sounds 2023-04-04 13:00:40 +02:00
Chr1Z93
108bdfc281 introducing soundcubeapi 2023-04-04 00:46:29 +02:00
Chr1Z93
3879c8ed27 implemented vacuum and bell sound 2023-04-03 23:54:44 +02:00
Chr1Z93
5239229bde Merge branch 'main' into chaos-token-updates 2023-03-16 13:50:16 +01:00
Chr1Z93
c52df403bc better custom color support 2023-03-16 13:13:38 +01:00
BootleggerFinn
cfdd6831b6
Merge pull request #232 from argonui/data-helper-cleanup
Data Helper: removal of deprecated functionality
2023-03-12 14:51:27 -05:00
Chr1Z93
c701e2a472 fix for "hidden" cards 2023-03-10 19:47:07 +01:00
Chr1Z93
0492292c23 renaming api path 2023-03-10 12:51:12 +01:00
Chr1Z93
eda30c7438 changing "playmatAPI" to "playmatApi" 2023-03-10 12:47:42 +01:00
Chr1Z93
62b3c29bda making rotation relative 2023-03-10 00:19:01 +01:00
Chr1Z93
2343cd8eb0 updated positions 2023-03-09 23:55:40 +01:00
Chr1Z93
99ed76417e automatically set description of chaos tokens 2023-03-06 13:20:09 +01:00
Chr1Z
1282c0094c
Merge branch 'main' into chaos-token-updates 2023-03-05 03:41:15 +01:00
Chr1Z93
1971cbb681 custom color support for chaos stat tracker 2023-03-05 03:39:35 +01:00
Chr1Z93
ca214f7ecd first batch of player cards updates 2023-03-04 13:54:10 +01:00
Chr1Z93
832b8a24df first commit 2023-03-03 00:39:20 +01:00
Chr1Z93
9b7cc02c3a moving spawnable objects to the new bag 2023-03-02 14:54:20 +01:00
Chr1Z
8b57be99b7
Merge branch 'main' into token-metadata 2023-03-01 14:42:19 +01:00
Chr1Z93
5850a81d68 also grab data onLoad 2023-03-01 14:42:10 +01:00
Chr1Z93
a1e6560440 removal of unneeded option panel code 2023-02-28 18:22:03 +01:00
Chr1Z93
4884899f30 discard function and color detection updates 2023-02-28 15:00:28 +01:00
Chr1Z93
b9fe13b658 second part of updates 2023-02-28 12:35:35 +01:00
Chr1Z
31006694b8
Merge pull request #184 from argonui/faster-connectors
Optimize location connection drawing during drag operations
2023-01-12 01:06:39 +01:00
Buhallin
e6854801fb
Clear vector lines from cards when they're not being dragged
The events which can indicate a drag stop are varied:
- Drag a card into another on the table (tryObjectEnterContainer)
- Drag multiple cards into another on the table (onCollisionEnter, tryObjectEnterContainer)
- Group multiple cards while holding them (tryObjectEnterContainer)
2023-01-11 13:42:58 -08:00
Buhallin
67eaa646e1
Remove old lines 2023-01-11 03:39:33 -08:00
Buhallin
5caeb47c82
Enhancements and tweaks for the scenario title splash
- Add a background gradient
- Add a wrapping panel to hold both text and gradient
- Add font resizing in case of very long scenario names.  None currently overflow, but this should ensure they stay on one line if we get a longer one
2023-01-10 18:05:19 -08:00
Chr1Z
7c396e58fc
Merge pull request #167 from argonui/accessories-positions-update
Option Panel: Accessories spawn position update
2023-01-09 06:59:24 +01:00
Chr1Z93
40854e43e2 object renaming 2023-01-08 16:07:38 +01:00
Chr1Z93
71dd7aee81 updated spawns and CYOA memory layout 2023-01-08 13:01:48 +01:00
Chr1Z93
cddd513840 removal of luascriptstates for boxes 2023-01-08 02:38:26 +01:00
Chr1Z
77eaaa3dfb
Merge branch 'main' into table-layout 2023-01-07 00:58:48 +01:00
Chr1Z
a046b65307
Merge pull request #158 from argonui/chaos-token-checking
New utility file: TokenChecker
2023-01-07 00:35:10 +01:00
Chr1Z93
9bf8f00399 refactor and option added 2023-01-06 02:02:24 +01:00
Chr1Z93
46781a9f9e adding new util file 2023-01-05 15:59:07 +01:00
Chr1Z93
d8e8aaf3cb first commit 2023-01-05 13:03:15 +01:00
Chr1Z93
560435a3bc Merge branch 'main' into location-snap-tags 2023-01-04 00:50:37 +01:00
Chr1Z93
568d28ac1b enable play area snaps by default 2023-01-04 00:45:48 +01:00
Chr1Z
fe13216c57
Merge pull request #148 from argonui/resource-counter-token
Option: Clickable resource tokens
2023-01-04 00:36:52 +01:00
Chr1Z93
707b977efc resolving comments 2023-01-03 23:04:59 +01:00
Chr1Z
b32e339540
Merge branch 'main' into chaosbagmanager 2023-01-03 22:07:34 +01:00
Chr1Z
fa9dd37d2e
add data for default options 2023-01-03 22:00:28 +01:00
Chr1Z
9dff6886ea
Merge branch 'main' into optionpanel 2023-01-03 21:57:02 +01:00