Commit Graph

669 Commits

Author SHA1 Message Date
Chr1Z93
c7f2db91aa removal of 3 orphaned script files 2023-06-21 22:42:50 +02:00
Chr1Z93
34fd025992 fixed scoping 2023-06-21 22:11:53 +02:00
Chr1Z93
ebf79b554c added language dropdown 2023-06-21 20:02:20 +02:00
Chr1Z93
9dd8fe8ad6 rename function 2023-06-19 15:58:09 +02:00
Chr1Z93
7cb30bfcc1 re-add debug variable to cast 2023-06-19 15:19:23 +02:00
Chr1Z93
3e5caf0f48 add tags and reduce X_BUFFER 2023-06-19 15:16:43 +02:00
Chr1Z93
1b28fbdfdd use token type from metadata 2023-06-19 10:08:16 +02:00
Entrox-Licher
ec28088945 Addressed the last of PR suggestions, fixing several issues with option panel importing 2023-06-19 01:46:11 -04:00
Chr1Z93
e670244dc8 return sealed tokens to chaos bag before cleanup 2023-06-18 21:50:15 +02:00
Chr1Z93
82fdeda11b keep state for replenishing 2023-06-18 21:03:29 +02:00
Entrox-Licher
609c54738e Addressed more PR suggestions, adding named tables, more APIs, improving deck importer functions, and fixing a minor error in an unrelated API 2023-06-18 14:07:24 -04:00
Entrox-Licher
7a79bc8fac Addressed more PR suggestions, removing extraneous scripting zone and adding more information and comments on tool 2023-06-18 01:45:03 -04:00
Entrox-Licher
838c0be0fc Addressed various PR suggestions. Additionally, implemented ChaosBagApi to follow API design pattern suggested for the codebase. 2023-06-18 00:54:03 -04:00
Buhallin
ddb264fe13
Update player mat handling of customizable cards
- Fixes broken data retrieval to get the selected upgrades
- Moves "is this customization active" logic into the UpgradeSheetLibrary
- Extends the area covered by searchAroundSelf() to extend farther in (and past) the set aside card areas
- Made searchAroundSelf() dynamic, removing the need for explicit position and areas
2023-06-17 01:18:07 -07:00
Entrox-Licher
b537b13ae6
Merge branch 'argonui:main' into entrox-main 2023-06-16 09:50:58 -04:00
Chr1Z93
200647ea85 updated order 2023-06-16 10:24:21 +02:00
Chr1Z93
fe120991b2 adds the directive to the signature cards of roland 2023-06-16 09:52:16 +02:00
Chr1Z
3539820fed
Merge pull request #310 from argonui/victory-updating
Victory Display: trigger update from clue hotkey
2023-06-15 23:37:20 +02:00
Chr1Z
fdfee19e42
Merge pull request #307 from argonui/upkeep
Upkeep: ready face-down cards, removed legacy code
2023-06-15 23:19:01 +02:00
Chr1Z93
4fb8b3786e moved "placeCard" into API 2023-06-15 23:18:17 +02:00
Entrox-Licher
f562f441cf
Merge branch 'argonui:main' into entrox-main 2023-06-14 17:33:12 -04:00
Chr1Z93
e564a1f1fe trigger update from clue hotkey 2023-06-14 22:17:55 +02:00
Chr1Z93
1efd0c110a added new parameter 2023-06-13 19:08:50 +02:00
Chr1Z93
95ea1957dd let context menu open for single sealing cards 2023-06-13 18:48:28 +02:00
Chr1Z93
f0b2e90342 updated upkeep 2023-06-13 15:59:35 +02:00
Chr1Z
656764e174
Merge pull request #300 from argonui/stat-counter
Chaos Token Stat Tracker: sorted printing
2023-06-13 12:06:23 +02:00
Chr1Z
c002583689
Merge pull request #297 from argonui/new-tokens
New Tokens
2023-06-13 12:06:10 +02:00
Chr1Z
7919f866d6
Merge pull request #306 from argonui/customs_refactor
Customs refactor
2023-06-13 10:24:19 +02:00
Chr1Z
118adb2c83
Merge pull request #294 from argonui/tokenarranger
Token-Arranger: removes check for new data to support scenario card flip
2023-06-13 09:47:08 +02:00
Chr1Z93
ec3beb2127 splitting variable declaration 2023-06-13 09:47:52 +02:00
Chr1Z93
9d126215ba added additional check 2023-06-13 09:45:05 +02:00
Chr1Z93
ba5d277995 resolving comments 2023-06-13 09:39:10 +02:00
Buhallin
4d4945cd4f
Final refactoring of customizable card handling
This brings ArkhamDB integration in line with the new data structures, adds documentation, and does some simple name and text cleanup.
2023-06-13 00:01:12 -07:00
Chr1Z93
e449ad6c28 change id range for parallel investigators 2023-06-12 22:39:43 +02:00
Chr1Z93
fd02d615d1 reverted metadata update, updated scripting 2023-06-12 10:06:40 +02:00
Chr1Z93
eb899b1790 sorted printing 2023-06-11 18:01:38 +02:00
Entrox-Licher
9378355ad7 Merge branch 'importer-exporter' into entrox-main 2023-06-07 15:44:24 -04:00
Buhallin
867471221a
Refactor customizable card upgrade sheets
- Unify UI definition into a single table
- Make input (text) fields associate with the row
- Separate UI and data
- Enhance button click to select up to the clicked column
2023-06-02 02:44:18 -07:00
Chr1Z93
9bf434e245 just make the TokenArranger update every time 2023-05-26 10:00:28 +02:00
Tikatoy
8682ff44d6
Merge pull request #293 from argonui/unrelenting
"Auto-fail" exclusion for "Unrelenting (1)"
2023-05-23 21:57:20 -07:00
Tikatoy
99bef9d4e1
Merge pull request #292 from argonui/victory-hotkey
"Move card to victory display" hotkey: correctly rotates cards when placing them and remove tokens from it
2023-05-23 18:22:24 -07:00
Tikatoy
e49c8751ff
Merge pull request #282 from argonui/navigation-overlay
improved implementation of Navigation Overlay
2023-05-23 16:03:38 -07:00
Tikatoy
5906f91076
Merge pull request #291 from argonui/clue-hotkey
"Take a clue" hotkey: handling for stacked clues
2023-05-23 15:45:04 -07:00
Tikatoy
90cfc37a25
Merge pull request #286 from argonui/alt-art
DeckImporter: cleaned up code for alt art import
2023-05-23 15:42:26 -07:00
Chr1Z93
fc4f60ca19 add settings menu 2023-05-23 15:44:50 +02:00
Chr1Z93
caa273e7e1 addition of edit button to set pitch 2023-05-23 12:42:24 +02:00
Chr1Z93
847243329a removes faulty onExit handling 2023-05-22 10:35:18 +02:00
Chr1Z93
06532bb994 remove tokens from card 2023-05-21 11:43:26 +02:00
Chr1Z93
a419abf2c9 auto-fail exclusion for unrelenting 2023-05-20 10:01:54 +02:00
Chr1Z93
2297ea294d formatting 2023-05-16 10:48:39 +02:00
Chr1Z93
1bd55af78a formatting 2023-05-16 10:38:43 +02:00
Chr1Z93
bbc8c5599d fixed autoformatting 2023-05-16 10:37:23 +02:00
Chr1Z93
ac5788ef75 correctly rotates cards when placing them 2023-05-16 10:33:53 +02:00
Chr1Z93
189f08cce3 handling for stacked clues 2023-05-16 10:13:13 +02:00
Chr1Z93
311d36ce81 added "take a clue" hotkey 2023-05-12 13:02:33 +02:00
Tikatoy
4c0e63842c
Merge pull request #270 from argonui/playmat-images
Custom Playmat Images: added TSK and Ghosts of Onigawa, minor layout update
2023-05-11 16:20:42 -07:00
Chr1Z
b8a2657c24
Merge pull request #279 from argonui/multiseal-bugfix
Bless/Curse: fixed multiseal and save/load
2023-05-12 00:37:30 +02:00
Chr1Z93
fb8c9c83c5 changed color table key 2023-05-11 23:52:17 +02:00
Chr1Z93
c1a3821530 fixed EoF LB 2023-05-11 15:42:36 +02:00
Chr1Z93
cc7b0d0e63 automatic token discarding 2023-05-11 15:37:25 +02:00
Chr1Z93
991f95519f cleaned up code 2023-05-11 15:12:50 +02:00
Chr1Z93
658ab9a8c2 added some comments 2023-05-11 15:01:13 +02:00
Chr1Z93
fe108d5e8b code cleanup 2023-05-11 14:50:33 +02:00
Chr1Z93
0f55556c4d updated living ink 2023-05-11 14:34:55 +02:00
Chr1Z93
ec08810143 updated summoned servitor 2023-05-11 14:12:56 +02:00
Chr1Z93
43fce75b7d using require for customizables 2023-05-11 11:56:39 +02:00
Chr1Z93
28a22df8be starting rework for customizables 2023-05-11 01:10:28 +02:00
Chr1Z
7576824b20
removed additional line 2023-05-10 09:43:55 +02:00
Chr1Z93
5005800a79 updated casts 2023-05-09 00:23:00 +02:00
Chr1Z93
25e07b1e46 removal of obsolete files 2023-05-08 22:13:12 +02:00
Chr1Z93
df7673cdfb custom color support 2023-05-08 20:26:15 +02:00
Chr1Z93
d50f34bdc0 reworking variable names 2023-05-08 13:53:38 +02:00
Chr1Z93
bcfd405651 changed icon 2023-05-08 12:09:25 +02:00
Chr1Z93
ae1d538c59 restructuring 2023-05-08 11:33:00 +02:00
Chr1Z93
26c65700e7 update camera position 2023-05-08 10:55:39 +02:00
Chr1Z93
ca79dcb1a0 moved code 2023-05-08 10:04:16 +02:00
Chr1Z93
99270cede9 Merge branch 'main' into navigation-overlay 2023-05-08 00:18:40 +02:00
Chr1Z93
3d4429a95b further fixing 2023-05-07 16:52:52 +02:00
Chr1Z93
3aa3ebd0cb improved code 2023-05-07 16:22:10 +02:00
Chr1Z93
24bedfecac fixed xml buttons 2023-05-07 02:16:09 +02:00
Chr1Z93
862e402654 further code updating 2023-05-06 17:02:18 +02:00
Chr1Z93
439345c3e1 updating xml 2023-05-06 16:49:28 +02:00
Chr1Z93
3c6d890b16 xml split, code cleanup (WIP) 2023-05-06 15:44:30 +02:00
Chr1Z93
fc48919b38 updated navigation overlay name 2023-05-06 14:22:45 +02:00
Chr1Z93
81bfaaf14a added missing TSK images 2023-05-06 13:30:33 +02:00
Chr1Z93
4a58076119 reverted formatting change 2023-05-04 00:08:32 +02:00
Chr1Z93
a9e23a0b32 outcommented token manager logs 2023-05-03 13:44:47 +02:00
Chr1Z93
f190d3ccea fixed multiseal and save/load 2023-05-02 22:56:39 +02:00
Tikatoy
0c984576e8
Merge pull request #272 from argonui/phase-tracker
updated Phase Tracker
2023-04-28 17:15:45 -07:00
Tikatoy
44875c3238
Merge pull request #277 from argonui/tarot-cards-updated
Tarot Cards: added context menu option to flip preview
2023-04-28 16:55:15 -07:00
Chr1Z93
e9f578819f updated context menu caption 2023-04-27 15:38:58 +02:00
Chr1Z93
6c06e9f42c resolving comments 2023-04-27 13:15:34 +02:00
Chr1Z93
47f0f091c8 fixed linebreaks 2023-04-27 11:31:29 +02:00
Chr1Z93
d0a8117cfd added additional function to rotate card+preview 2023-04-27 11:15:26 +02:00
Chr1Z93
0117cd9920 added context menu option to tarot cards to flip preview 2023-04-27 11:01:50 +02:00
Chr1Z93
5ad7263014 fixed function name 2023-04-24 00:07:24 +02:00
BootleggerFinn
2dbb45e2e7
Merge pull request #273 from argonui/discard-bugfix
Playermat: variable name corrected
2023-04-20 19:45:01 -05:00
BootleggerFinn
e4bf68c29e
Merge pull request #274 from argonui/token-discard-bugfix
Playermat: additional condition for discarding tokens
2023-04-20 19:44:28 -05:00
Chr1Z93
6c2cf7cad9 updated position 2023-04-20 23:04:13 +02:00
Chr1Z93
d1da16d73b additional condition: existing memo 2023-04-20 23:01:13 +02:00
Chr1Z93
8a99036f7c variable name corrected 2023-04-20 22:52:46 +02:00
Chr1Z
b1b384c1a2
Merge pull request #263 from argonui/modversion
update notification
2023-04-20 10:33:07 +02:00
Chr1Z93
aa26a59f55 removed details from downloaded modversion file 2023-04-20 10:23:23 +02:00
Chr1Z93
18e0ba8275 initial commit 2023-04-20 09:09:45 +02:00
Chr1Z93
6c0deb0f3e upscaled TSK images 2023-04-19 22:45:54 +02:00
Chr1Z93
6a5c0b4cd1 added TSK and Ghosts of Onigawa, minor layout update 2023-04-19 21:15:03 +02:00
Chr1Z93
a526e645a8 resolving review comments 2023-04-19 20:04:45 +02:00
Chr1Z
ecfd765806
Merge pull request #268 from argonui/mythos-exit
added removal of Mythos data onCollisionExit
2023-04-19 11:02:48 +02:00
Chr1Z93
2851e8a9a4 added "usual places" explanation 2023-04-19 00:41:49 +02:00
Chr1Z93
71396cbb6f reverted playercard panel folder removal 2023-04-19 00:04:30 +02:00
Chr1Z93
c20659887d added finn icon 2023-04-18 23:35:46 +02:00
Chr1Z93
8c2d050854 updated XML 2023-04-18 22:49:25 +02:00
Chr1Z93
f2b59a5c7b updated notification 2023-04-18 20:25:29 +02:00
Chr1Z93
93971f3434 Merge branch 'main' into modversion 2023-04-18 19:35:37 +02:00
Chr1Z93
500ddf6d9c keep scenarioName intact 2023-04-18 09:36:04 +02:00
Chr1Z
5bd8755155
Merge pull request #267 from argonui/soundcube
updated soundcube
2023-04-18 09:31:10 +02:00
Chr1Z93
ba6bd5e222 added removal of Mythos data onCollisionExit 2023-04-17 22:53:05 +02:00
Chr1Z93
a7301565dc updated soundcube 2023-04-17 21:54:44 +02:00
Chr1Z93
81f4f678c7 readded index to stop token draw lagging 2023-04-17 09:26:25 +02:00
Chr1Z93
abb7718ad9 removed comment to enable conditional showing 2023-04-17 00:42:59 +02:00
Chr1Z93
4fe52a4856 added comments 2023-04-16 23:19:51 +02:00
Chr1Z93
1e641968a2 keep notification open if release notes are viewed 2023-04-16 23:11:17 +02:00
Chr1Z93
ace11ed2b2 split release notes into separate window 2023-04-16 23:10:23 +02:00
Chr1Z93
387145ca19 updated height 2023-04-14 17:52:08 +02:00
Chr1Z93
eb447e4640 updated save function 2023-04-14 17:46:45 +02:00
Chr1Z93
647553558f initial commit 2023-04-14 17:34:02 +02:00
Chr1Z93
f3096e4366 moved token remover a bit down 2023-04-13 09:28:02 +02:00
Chr1Z93
f0686eea7b Merge branch 'main' into hotkeys 2023-04-13 01:16:21 +02:00
Chr1Z93
c9dea98e24 Merge branch 'main' into hotkeys 2023-04-13 01:15:48 +02:00
BootleggerFinn
9d9346f15e
Merge pull request #246 from argonui/token-arranger
Token Arranger: code cleanup, variable renaming
2023-04-12 18:15:19 -05:00
Chr1Z93
38ecfed04f Merge branch 'main' into soundcube 2023-04-13 01:13:13 +02:00
BootleggerFinn
b1c44dd595
Merge pull request #254 from argonui/bugfix-discard
Bugfix: exclude playermat owned tokens from discarding
2023-04-12 18:10:24 -05:00
BootleggerFinn
b65a3a5f5b
Merge pull request #255 from argonui/blurse-bugfix
Bugfix: fixed names in Bless/Curse Manager API
2023-04-12 18:09:30 -05:00
BootleggerFinn
a95e96d703
Merge pull request #257 from argonui/threat-area-move
Playermat: moving threat area down
2023-04-12 18:08:06 -05:00
BootleggerFinn
d298913db6
Merge pull request #258 from argonui/layout
Adding token remover for white/orange, moving Phase Tracker
2023-04-12 18:07:27 -05:00
Chr1Z93
a3858fc6ca corrected minicard spawn position 2023-04-12 23:34:27 +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
a0e069c233 moving threat area down 2023-04-12 10:25:50 +02:00
Chr1Z93
9a8dd4aeb0 fixed approach and updated horror token names 2023-04-11 22:37:55 +02:00
Chr1Z93
708efb32ce fixed names in api 2023-04-11 22:22:40 +02:00
Chr1Z93
c2e4fc8ca8 exclude playermat owned tokens 2023-04-11 22:17:29 +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
Chr1Z93
9abcfc46e1 resolving comments 2023-04-10 11:06:05 +02:00
Chr1Z93
bad6b5264e removed whitespace 2023-04-09 03:08:34 +02:00
Chr1Z93
e5189c1a21 Merge branch 'main' into hotkeys 2023-04-09 03:06:14 +02:00
Chr1Z
837ba302a9
Merge pull request #234 from argonui/fanmade-campaigns
Side-scenarios and fan-made campaigns: optimization
2023-04-08 20:54:00 +02:00
Chr1Z
2e8e0aea4c
Merge pull request #226 from argonui/chaos-token-updates
Chaos Token spawning, drawing and sealing // Custom Playercolors
2023-04-08 20:04:53 +02:00