- 01 Apr, 2012 2 commits
- 24 Mar, 2012 1 commit
-
-
twanvl authored
-
- 22 Mar, 2012 4 commits
-
-
twanvl authored
-
twanvl authored
not that anyone cares
-
twanvl authored
simplification: Card::value(String) and Set::value(String) now return ScriptValueP& instead of a specific T that extends Value.
-
twanvl authored
SimpleValueAction is no longer a template class, and is now used as base for MultipleChoiceValueAction and TextValueAction.
-
- 21 Mar, 2012 3 commits
- 20 Mar, 2012 1 commit
-
-
twanvl authored
-
- 19 Mar, 2012 8 commits
-
-
twanvl authored
commit latest version (downloaded from 2011-09-15 release from http://mtg.pifro.com/viewtopic.php?f=26&t=1457)
-
twanvl authored
-
twanvl authored
* Use ScriptValueP for all Value types. All Value types now inherit from AnyValue, all Fields inherit from AnyField. Common properties, in particular scripting, are done by AnyValue/AnyField * Repurposed ImageValueToImage as the representation for image values. * Added LocalSymbolFile as the representation for symbol values. * Moved FileName to package.hpp, and renamed it to LocalFileName. The notification of packages that was previously done by Reader/Writer is now done by LocalFileName. * Added toFriendlyString to ScriptValue, it is used (primarily) for the card list. The idea is that this function strips tags and always returns something, for example "<image>" for images. * Removed backwards compatibility with 0.2.7 style tags, since I was too lazy to update it. Code is a bit messy right now, since cleanup will come in separate commits.
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
fix: check starting_age <= age, instead of starting_age < age. Otherwise we can get into an infinite loop!
-
twanvl authored
Documented both of them
-
- 18 Mar, 2012 6 commits
- 17 Mar, 2012 10 commits
-
-
twanvl authored
(now actually compiles)
-
twanvl authored
-
twanvl authored
commit new icons(downloaded from 2011-09-15 release from http://mtg.pifro.com/viewtopic.php?f=26&t=1457)
-
twanvl authored
-
twanvl authored
* added simple history browsing with up/down arrow keys * show whether MessageCtrl has focus * don't draw lines between input and resulting errors
-
twanvl authored
-
twanvl authored
-
twanvl authored
commit latest version (downloaded from 2011-09-15 release from http://mtg.pifro.com/viewtopic.php?f=26&t=1457)
-
twanvl authored
-
twanvl authored
-
- 11 Mar, 2012 5 commits
-
-
twanvl authored
* Added after_reading function that is called by Reader after reading a complete object. This generalizes Packaged::validate, which is now also called via this mechanism. * Use a single 'last_modified' Age, instead of a separate one for scripts. The counter should now only go up by 1 for each Action performed. In theory the counter could also be made local to ScriptManager.
-
twanvl authored
* added some utility functions for working with ScriptDefaults
-
twanvl authored
-
twanvl authored
-
twanvl authored
-