Chr1Z
9c6a33182b
Merge pull request #318 from argonui/nav-overlay
...
Add camera_ignore tags and reduce X_BUFFER
2023-06-22 01:13:18 +02:00
Chr1Z
3c726be71c
Merge pull request #321 from argonui/orphan-scripts
...
removal of 3 orphaned script files
2023-06-22 00:57:28 +02:00
Chr1Z93
0263924ce7
changed internal notation
2023-06-21 23:47:26 +02:00
Chr1Z93
1bfd025100
updated code
2023-06-21 22:58:32 +02:00
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