Commit Graph

1457 Commits

Author SHA1 Message Date
GenevensiS 397cb31dad tweaks to sliders 2025-07-22 08:43:13 +02:00
GenevensiS 5cd8069bf1 add global_script statistics dimension property
this script is ran once at the start, and its result is stored in the 'global_value' variable, which is accessible to the regular script.
2025-07-21 04:31:30 +02:00
GenevensiS 51f882315a fix symbol-font bug
seen here:
https://github.com/MagicSetEditorPacks/Full-Magic-Pack/issues/149
2025-07-20 07:50:02 +02:00
GenevensiS d85f5a4927 add add_card_to_set script function
make styling_data initializable in new_card script function
2025-07-19 18:18:33 +02:00
GenevensiS 45d48d67b1 Revert "restrict drop down menu closing conditions"
This reverts commit 026400a1e0.
2025-07-18 04:40:16 +02:00
GenevensiS 70e44474a5 fix "referencing nonexistant file" bug
improve internal error message
2025-07-15 02:30:11 +02:00
GenevensiS 0e4c91b940 add insert_image and add_bleed_edge functions 2025-07-14 01:23:26 +02:00
GenevensiS e4e5b6840e rewrite print layout logic
allow for different size cards
2025-07-14 00:41:25 +02:00
GenevensiS 58ab8f3636 Make some values scriptable
color radius
color left width
color right width
color top width
color bottom width
font shadow displacement x
font shadow displacement y
font shadow blur
2025-07-14 00:23:45 +02:00
GenevensiS dafd1a4f19 Load all fonts folders 2025-07-10 17:17:10 +02:00
GenevensiS 026400a1e0 restrict drop down menu closing conditions 2025-07-02 21:40:45 +02:00
GenevensiS 67f8b2bcb1 close drop down menus on tab key press 2025-07-02 01:23:35 +02:00
GenevensiS 276842be30 restrict drop down menu closing conditions 2025-07-02 00:27:26 +02:00
GenevensiS 2e839d673b change keyword name and match proportions 2025-07-01 22:45:19 +02:00
ebbit1q a953d72f88 fix string typing error 2025-06-30 00:32:05 +02:00
ebbit1q b230ca44b8 fix string typing error 2025-06-29 23:45:29 +02:00
GenevensiS e252c8808b optimise updateCardCounts 2025-06-29 23:19:28 +02:00
GenevensiS 5be8ae8794 Update add_csv_window.cpp 2025-06-26 21:01:30 +02:00
GenevensiS 8acd60d2d6 fix error message 2025-06-25 23:00:25 +02:00
GenevensiS d95e9cb2b4 fix reference bug in readCSV() 2025-06-25 22:50:58 +02:00
GenevensiS e45353af9b Add Json importer (#46)
add boost-json to dependencies
2025-06-21 07:53:35 +02:00
GenevensiS 128bb3867d fix add_csv_window description 2025-06-13 00:55:21 +02:00
GenevensiS 66fe43c499 add "silver" and "gold" color words 2025-06-13 00:35:33 +02:00
GenevensiS 337f463b9a expose folder_name package property 2025-06-12 22:59:36 +02:00
GenevensiS a401d68c9b update locales 2025-06-09 17:04:18 +02:00
GenevensiS 87fbc0e80e Implement CSV / TSV import (#45)
- add csv/tsv importer
- add `make_map` script function
- add `alt name` field property
- add `construction script` field property
- add `construction script` game property
2025-06-09 04:53:33 +02:00
GenevensiS fa300f6e4c allow additional individual choices in slider fields 2025-06-02 14:49:10 +02:00
GenevensiS c36cd2d4da don't draw checkerboard when image field has default 2025-06-02 14:05:26 +02:00
GenevensiS 0d1b5a6be0 better print bug fix 2025-06-01 23:00:29 +02:00
GenevensiS 2e48c5e868 Allow "Default" in slider fields 2025-05-22 22:15:35 +02:00
GenevensiS 616ea3f725 Create slider field type 2025-05-22 12:52:26 +02:00
GenevensiS c577417191 add get_mse_path script function 2025-05-22 12:39:09 +02:00
GenevensiS 7ad662f74e Stop dropdown menus from closing on wxEVT_SIZE events
This prevents dropdown menus from closing when there is a console message/warning/error
2025-05-19 17:49:40 +02:00
GenevensiS fdff0c8495 Preload font subfolders 2025-05-15 02:45:02 +02:00
GenevensiS 5907163f59 add plains as exception to english_singular and english_plural 2025-04-15 22:33:08 +02:00
ebbit1q 8efb2fa492 fix compile error
fixes string typing error that happens in font.cpp
2025-04-14 00:57:49 +02:00
GenevensiS f227609f60 Merge pull request #36 from TomTkacz/master
implemented import_image function
2025-04-13 14:43:15 +02:00
GenevensiS 91433d5c9d localize pattern in new_card 2025-04-11 03:48:18 +02:00
GenevensiS 1a3940c16d localization pattern 2025-04-11 03:25:21 +02:00
GenevensiS 71350f8fe6 Merge pull request #35 from TomTkacz/local_fonts
font rendering/exporting without installing system-wide
2025-04-10 15:35:47 +02:00
GenevensiS 28b2862bd8 simplify code 2025-04-08 01:47:45 +02:00
GenevensiS dca935a966 Add support for .otf files, add option to load subdirectories 2025-04-07 23:12:58 +02:00
TomTkacz 551efc70ca removed 'path:' prefix in function call 2025-03-12 06:07:16 -05:00
TomTkacz ee4cf2d7b4 made fonts available without installing system-wide 2025-03-12 05:53:02 -05:00
TomTkacz e83233f512 removed unused include 2025-03-11 03:30:17 -05:00
TomTkacz 06f94bb502 fixed duplicate set writing bug + enforced unicode strings 2025-03-11 03:24:31 -05:00
TomTkacz f9aa4f9577 fixed import_image not generating in CLI 2025-03-10 20:34:23 -05:00
GenevensiS 99ca32984b Add include localized file token 2025-03-11 02:31:22 +01:00
GenevensiS b33fdd4856 add include localized file token 2025-03-11 02:27:03 +01:00
TomTkacz fa25da3d39 implemented import_image function 2025-03-10 04:33:42 -05:00