- 03 Aug, 2008 4 commits
-
-
twanvl authored
-
twanvl authored
this fixes combined_editor in extra fields.
-
twanvl authored
-
twanvl authored
Catch all exceptions in onPaint functions, because otherwise we show a message box. Message boxes while in a paint handler lead to a crash on win32. Made a CATCH_ALL_ERRORS macro containing the common catch statements.
-
- 02 Aug, 2008 3 commits
- 25 Jul, 2008 1 commit
-
-
pichoro authored
Added German translation. Also only up to date as of 0.3.6b.
-
- 23 Jul, 2008 2 commits
- 21 Jul, 2008 2 commits
- 16 Jul, 2008 1 commit
-
-
pichoro authored
-
- 12 Jul, 2008 5 commits
- 10 Jul, 2008 6 commits
- 09 Jul, 2008 1 commit
-
-
twanvl authored
Added abs, random_int, random_real, random_shuffle, random_select script functions. Made == comparison of doubles use a small epsilon, so things like 3/2 == 1.5 are actually true.
-
- 01 Jul, 2008 1 commit
-
-
pichoro authored
New saturated multicolor and dark artifacts for magic-new-flip, magic-new-split, magic-new-promo, and magic-extended-art styles.
-
- 29 Jun, 2008 1 commit
-
-
twanvl authored
When saving files an older version number is used if that version of MSE would be able to open the set
-
- 28 Jun, 2008 6 commits
-
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
Added I_DUP instruction
-
twanvl authored
* numbers are no longer auto converted to booleans, use to_boolean or != 0 * booleans are no longer auto converted to numbers, use to_int * strings will soon no longer be auto converted to numbers, use to_int Added version information ("since 0.3.7") to documentation
-
twanvl authored
TODO: don't allow the same set file to be opened twice, fork a window for it instead
-
- 26 Jun, 2008 1 commit
-
-
pichoro authored
-
- 25 Jun, 2008 3 commits
- 24 Jun, 2008 2 commits
- 21 Jun, 2008 1 commit
-
-
coppro authored
show_pending_errors() was being called over and over again from the GUI update system - somehow it managed to have a single thread in two places at once. Also tried recursive mutex, resulted in infinite dialogs until an out-of-memory crash. Also, minor conversion fix.
-