Releases: twanvl/MagicSetEditor2
Releases · twanvl/MagicSetEditor2
Magic Set Editor 2.1.2
Magic Set Editor 2.1.1
Changes since the last stable release
Features:
- Sorting of the card list can now be changed per window
Bug fixes:
- Fixed: keywords after atoms were not showing up (#67)
- Fixed: multiple keywords that matched in the same place both showed reminder text. (#70)
Now, when there are overlapping matches the longest one is used. - Fixed: Slice Image window defaulting to Force to Fit (#69)
- Fixed: Wide set symbols being shrunk down (#68)
Magic Set Editor 2.1.0
What is included?
This download only includes the core program files. No templates are included.
See https://magicseteditor.boards.net/board/5/additional-downloads
for template downloads
Some templates may need to be updated, but the recent magic mainframe template will work with this version of magic set editor.
Changes since the last stable release:
Features:
- In the quick search box you can specify which field to search in,
for exampletype:Wizard
searches for cards with Wizard in the type. - Added "Select All" to menu (#19)
- Added "Save as Directory" to menu
- Added a keyboard shortcut for the search box (Ctrl+K)
Bug fixes:
- Keywords that appear multiple times don't mess up reminder text (#20)
- card variable in console panel now refers to the selected card
- length function now gives correct results for maps
substr("foo",begin:3)
now returns "" instead of true
Template features:
- Added
<font:...>
tag to change the font inside a text field. - Added
<margin:...>
tag to change the margins of a block of text. - Added
<align:...>
tag to change the horizontal alignment of a block of text. - Added
<li>
tag for list bullet points. (Experimental!) - Colors can now be written using hex notation,
#rrggbb
/#rrggbbaa
, and short hex notation (#rgb
/#rgba
) - Added
card_style.field.layout
, with information on the position of each line and paragraph in a text box. - It is now possible to set the width and height of set info and style fields. This is especially useful for set specific images like watermarks and symbols.
Scripting:
- Added type_name function
nil != ""
, so missing values are no longer equal to the empty string- The
=
operator is now deprecated, use==
for comparisons,:=
for assignment. - if statements without an else will now produce a warning if their result is used.
- Added
case ... of
control structure, for comparing a value against multiple alternatives
Internal:
- Switch build system to to CMake
- Update code to work with wxWidgets 3.1 and C++ 17
- Lots of code cleanup
- There is now a 64 bit version for modern windows systems.
MSE 2.0.2 release candidate 9
Fixes some keyword bugs
MSE 2.0.2 release candidate 8
...
MSE 2.0.2 release candidate 7
Fix #48
MSE 2.0.2 release candidate 6
- Fixed bugs with reminder text
MSE 2.0.2 release candidate 5
Changes since last release candidate:
- Changed how
<li>
tags work - Rewritten keyword system to fix #20. Please check that all keyword stuff works as before
- Changed how tags match, in particular,
<blah>
is no longer interpreted as bold. Check if this breaks any templates.
MSE 2.0.2 release candidate 4
v2.0.2-rc4 Added <li>, <margin> and <align> tags
MSE 2.0.2 release candidate 3
Hopefully the final release candidate before a real release.