Commit Graph

22 Commits

Author SHA1 Message Date
Chr1Z93
fe5996d9a5 force correct scale for minicards 2024-06-27 15:55:53 +02:00
Chr1Z93
4928822051 updated investigator scaling 2024-06-13 13:56:46 +02:00
Chr1Z93
fbd70c0f74 updated XML 2024-05-28 01:02:36 +02:00
Chr1Z93
b2fa2597df Merge branch 'main' into spawner 2024-02-14 22:20:18 +01:00
Chr1Z93
31b4613caf code maintenance 2024-02-12 10:01:05 +01:00
Chr1Z93
90588c06fc Merge branch 'main' into spawner 2024-02-10 15:46:17 +01:00
Chr1Z93
bb82e6b432 fixed annotations 2024-02-01 22:45:46 +01:00
Chr1Z93
3026a60d4f spawner update 2024-01-28 12:01:22 +01:00
Chr1Z93
af84ab56b3 code fixes 2024-01-16 14:52:44 +01:00
Chr1Z93
d173f45927 top of file cleanup 2023-09-26 16:14:37 +02:00
Chr1Z93
7e0f7d651f shortening sideways check 2023-03-25 01:05:02 +01:00
Chr1Z93
f25cb59aeb automatically detecting sideways deck 2023-03-25 00:08:48 +01:00
Chr1Z93
5963904091 add alt view angle for sideways decks 2023-03-24 13:23:08 +01:00
Buhallin
c33d0386b7
Update Unified Player Card panel to use relative positioning
Because of the mix of global and relative positioning this ended up being very complex.  Tried to make sure the comments were thorough, but open to any improvement suggestions.
2023-01-06 16:20:09 -08:00
Buhallin
b72cbca8a2
Minor format cleanup 2022-12-19 17:06:52 -08:00
Buhallin
a2fb1058c6
Create a unified panel for groups of player cards.
The will replace the investigator boxes, class card spread tokens, and weakness container.  It will (in the future) replace the bonded and upgrade sheet bags.

This is a code-only submit while we wait on final images for the new panel.
2022-12-17 01:24:19 -08:00
Buhallin
c04c7df9f1
Handle review comments 2022-11-17 01:27:59 -08:00
Buhallin
2eba59d971
Create SpawnBag to replace card memory bags
This adds a new SpawnBag capability which will replace the various small memory bags around the table.

Initial implementation is for the Bonded container, which is no longer a bag.
2022-11-16 17:49:31 -08:00
Buhallin
fa4d1f428d
Finish some missed cleanup and fix a bug with deck size 2022-11-14 02:02:18 -08:00
Buhallin
258e8aec79
Rotate investigator cards 90 degrees when spawning, so they match the orientation of other cards 2022-11-13 23:51:52 -08:00
Buhallin
98469664a2
Update Search a Card to use the new CardSpawner module
This required enhancing the CardSpawner to handle mixed card sizes (investigator, standard, mini).
2022-11-13 23:42:44 -08:00
Buhallin
d23aa2c2e4
Extract card spawning methods from the loader
This refactors the current ArkhamDB loader by moving the card spawning operations to a standalone file which can be included in other objects.

Card list build methods are appropriately updated as well.
2022-11-12 02:31:12 -08:00