Commit Graph

18 Commits

Author SHA1 Message Date
cajun
cb6cab414d Rooms and autoreminder prototype (#81)
* add rooms
* add clear splits and fuse
* rebuild the split and fuse images
* add nyx and UB frames
2024-09-29 15:32:32 -05:00
GenevensiS
8206eb68d4 Non essential includes (#48)
* add more includes
2024-09-29 12:22:53 -05:00
GenevensiS
960dc2a219 Card symbol and transform symbol modifications (#83) 2024-09-29 12:11:46 -05:00
cajun
5abb168dc4 Update symbol_fields_loyalty
fix broken links
2024-09-29 00:08:41 -05:00
cajun
290a21c59a popunder art, cleanup 2024-09-26 18:15:16 -05:00
GenevensiS
fb3e5092a6 Update to 2.5.3 (#78)
* Update to 2.5.3

- add `exists_in_package` script function, which take a string argument of the form
"/package-name.package-extension/file-name.file-extension" and return true if the file can be loaded by MSE.
- add 175% export zoom option

* update watermark handling
* collapse card_watermark_1 etc into custom_watermark_link(#)
* added verify_watermark_image, a script that runs in custom watermark fields
* if the field is a potentially valid link, it will run exists_in_package, width_of, and length_of and caches their info in the field
* if the image is too big, it displays it normally instead of erroring

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
2024-09-26 15:37:23 -05:00
GenevensiS
206de32133 MSE 2.5.2 and Showcase Catchup (#18)
* Updated to MSE 2.5.2
* Added Assassin's Creed Memory Corridor
* Added Bloomburrow Borderless Anime
* Added Bloomburrow Woodland
* Added Compleated Planeswalkers
* Added Duskmourn Paranormal
* Added Kamigawa Neon
* Added Kamigawa Ninja
* Added Kamigawa Samurai
* Added Innistrad Fang
* Added Theros Constellation
* Added Capenna Art Deco
* Added Capenna Golden Age
* Added Capenna Skyscraper
* Added Doctor Who TARDIS
* Added Dominaria Stained Glass
* Added Eldraine Enchanting Tales
* Added Fallout PipBoy
* Added Ikoria Crystal
* Added Innistrad Double Feature
* Added Innistrad Equinox
* Added Ixalan Treasures
* Added Ixalan Legends
* Added Ixalan Caverns
* Added Lord of the Rings Ring
* Added Lord of the Rings Scroll
* Added Ravnica City Mural
* Added Ravnica Dossier
* Added Tarkir Dragon Wing
* Added Thunder Junction Breaking News
* Added Thunder Junction Vault
* Added Thunder Junction Wanted Poster
* Added Unfinity Of Tomorrow
* Added Unfinity Attractions
* Added Secret Lair Baseball
* Added revamped option to Amonkhet Invocations
* Added UB stamp compatibility to old showcase frames
* Added foils and popouts modules
* Add foil_mask blending system
* Fixes #57
2024-09-23 14:11:14 -05:00
cajun
8fd810b1d3 fix type_name for localization
type_name() returns a localized string, so type_name comparisions should compare against type_name() of a known quantity instead
2024-09-23 10:12:58 -05:00
cajun
1a5432a0ec update to MOM plane frame (#74)
Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
2024-09-23 09:55:31 -05:00
cajun
ce77357b06 UB Adventure, Saga, Mainframe (#73)
* add UB frames to M15 Mainframes, M15 Sagas, and M15 Adventures
* Putting off Mainframe DFC and Mainframe Walkers until the Frame Disassembly

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
2024-09-23 09:55:09 -05:00
GenevensiS
c4200b4862 Add colorable symbol font (#53)
* changed white_text to generic recolorable symbols
* add pawprint symbol
2024-09-17 13:16:43 -05:00
GenevensiS
7833d5ad8f Add extra stamps options (#60)
* add classicshifted stamps
* improve custom stamp handling and add realm acorn examples
* add split_custom_directory function so we don't have to keep copy pasting filename injection scripts
* improve to_number_lax

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
2024-09-17 11:53:00 -05:00
GenevensiS
e77bb8ec38 Gen modules integration (#54)
genevensis frames magic-modules integration
2024-09-17 11:05:00 -05:00
cajun
b7d87f0848 fix mainframe dfc walker mask bug 2024-09-11 18:34:07 -05:00
cajun
6d617985ce [274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
2024-09-10 22:21:23 -05:00
cajun
c96226fa40 [in progress] make all mana fonts alch_compatible (#49)
---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
2024-05-26 04:14:58 -05:00
GenevensiS
056abce80f Add corners options to some showcases (#44)
* Add corners option for Strixhaven showcases, Amonkhet Invocation, Dungeon Module, Secret Lair Full Art, and Unstable Basics
* Added option to remove name background from Unstable Basics
---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
2024-05-26 03:24:24 -05:00
GenevensiS
fd4b8e4c89 card_fields rewrite and magic-modules.mse-include (#21)
Overhauls the card_fields file to allow for template designers more freedom in manipulating data.

Adds magic-modules.mse-include, a large scale include file for building templates in a standardized way. Applying this to existing frames will be coming in future updates.
2024-05-24 17:57:47 -05:00