1. 24 Mar, 2012 1 commit
  2. 22 Mar, 2012 4 commits
  3. 21 Mar, 2012 3 commits
  4. 20 Mar, 2012 1 commit
  5. 19 Mar, 2012 8 commits
  6. 18 Mar, 2012 6 commits
  7. 17 Mar, 2012 10 commits
  8. 11 Mar, 2012 5 commits
  9. 10 Mar, 2012 2 commits
    • twanvl's avatar
      remove last_change from MultipleChoiceValue. It is now stored in the action,... · 61d37f1a
      twanvl authored
      remove last_change from MultipleChoiceValue. It is now stored in the action, which makes more sense.
      61d37f1a
    • twanvl's avatar
      Experimental: · 9857a30b
      twanvl authored
       * use ScriptValueP, wrapped in AnyValue, instead of the specialized value types
       * serialize these values using script syntax.
       * However: #ifdefed out for now, because I first wanted to commit the following change:
      
      This requires a change to handling of last_change of MultipleChoiceValue. Instead of storing it in the field, it is now just part of the action. The action therefore has to be passed to Value::update.
      9857a30b