Commit Graph

2310 Commits

Author SHA1 Message Date
GenevensiS dc348b4812 Add to_json and from_json script functions 2025-08-07 18:45:12 +02:00
GenevensiS 12eb39b5e2 remove debug message 2025-08-01 14:02:20 +02:00
GenevensiS 2b9bc1f296 Add cutter lines option when printing 2025-08-01 13:54:12 +02:00
GenevensiS d74879b6dd fix empty locale bug 2025-07-24 10:05:42 +02:00
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 7f6170998b update locales 2025-07-20 03:12:33 +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 0c457411c2 widen welcome window buttons 2025-07-02 03:31:51 +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 2ba44de420 update locales 2025-06-26 20:57:10 +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 e2d546743b update locales 2025-06-21 11:48:34 +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
ebbit1q 6cac4ae0dc update linux instructions in readme (#44)
merges bsd and linux sections as their contents are expectedly near
identical
adds dependencies for more oses
adds instructions for missing gtk-config
adds instructions for installing resources
2025-06-09 03:17:07 +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 38624d4784 Merge pull request #42 from G-e-n-e-v-e-n-s-i-S/get-mse-path
add get_mse_path script function
2025-05-22 12:40:48 +02:00
GenevensiS c577417191 add get_mse_path script function 2025-05-22 12:39:09 +02:00
GenevensiS 94369f5969 Merge pull request #40 from G-e-n-e-v-e-n-s-i-S/dropdown-close-prevention
Stop dropdown menus from closing on wxEVT_SIZE events
2025-05-19 17:51:23 +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 f220b900fa Merge pull request #39 from G-e-n-e-v-e-n-s-i-S/version-number-2-5-8
Preload font subfolders
2025-05-15 02:47:28 +02:00
GenevensiS fdff0c8495 Preload font subfolders 2025-05-15 02:45:02 +02:00
GenevensiS 51de95fe00 Merge pull request #38 from G-e-n-e-v-e-n-s-i-S/version-number-2-5-8
Bump Version number to 2.5.8
2025-05-15 02:37:05 +02:00
GenevensiS 431c767fcf Update CMakeLists.txt 2025-05-15 02:34:12 +02:00
GenevensiS 5907163f59 add plains as exception to english_singular and english_plural 2025-04-15 22:33:08 +02:00
GenevensiS 5c8d481066 update locales 2025-04-14 17:14:46 +02:00