Magic Set Editor 2.2.2 (Unofficial)
General Comments
This release is a compilation of changes I had made to my local copy of MSE primarily for convenience. I'm approaching this with no relation to any existing/former developers on the MSE project so my knowledge of the codebase is limited and there may be unintended bugs.
Warning: If you're upgrading from 2.0.0 or older it's likely that you'll see template warnings or errors. Somewhere between 2.0.0 and 2.1.2 the template parsing was made to be more strict so it's much pickier about the use of colons in property definitions, the use of equality checks versus assignments (:=
and ==
), and if/else blocks.
Changes since the last stable release
Bug fixes:
- Correct unicode text entry behavior. (twanvl#121, #28)