1. 19 Mar, 2012 6 commits
    • twanvl's avatar
      Big change set: · 5fb8cafb
      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.
      5fb8cafb
    • twanvl's avatar
      don't die when invoking mse fails · 70f7be2b
      twanvl authored
      70f7be2b
    • twanvl's avatar
      added a symbol file to the test set · 25703cc1
      twanvl authored
      25703cc1
    • twanvl's avatar
      added end-of-file value to test-magic.mse-script · 355ce0f1
      twanvl authored
      355ce0f1
    • twanvl's avatar
      fix: check starting_age <= age, instead of starting_age < age. Otherwise we... · a6dd1cb5
      twanvl authored
      fix: check starting_age <= age, instead of starting_age < age. Otherwise we can get into an infinite loop!
      a6dd1cb5
    • twanvl's avatar
      Expose the 'warning' function, and added a similar 'error' function. · bf2b2a2d
      twanvl authored
      Documented both of them
      bf2b2a2d
  2. 18 Mar, 2012 6 commits
  3. 17 Mar, 2012 10 commits
  4. 11 Mar, 2012 5 commits
  5. 10 Mar, 2012 5 commits
  6. 09 Mar, 2012 1 commit
  7. 13 Feb, 2012 1 commit
  8. 23 Sep, 2011 1 commit
  9. 06 May, 2011 1 commit
  10. 01 May, 2011 1 commit
  11. 30 Apr, 2011 3 commits