Related tags: Script, ScriptedInfo, Scripting, ScriptLex, Scripts, scriptsys, ScriptSystem, Variable
Authorship: 93% skyjake, 7% danij
libcore (16) libdeng2 (10) |
Refactor (7) Added (5) |
Fixed (4) Cleanup (1) |
Scripting (1) |
October 2015 | |||
2015-10-28 | Refactor | : | Record member navigation; renamed addRecord() |
2015-10-18 | libcore | Refactor | : | Iterating subrecords using a std::function |
August 2014 | |||
2014-08-04 | libcore | Refactor | : | Trying out C++11 for listing subrecords |
2014-08-04 | libcore | Refactor | : | Trying out C++11 for listing subrecords |
July 2014 | |||
2014-07-04 | libcore | Refactor | Scripting | : | Handling super records |
January 2014 | |||
2014-01-07 | libdeng2 | Refactor | : | Setting values without recreating variables |
December 2012 | |||
2012-12-09 | libdeng2 | Refactor | : | Improved addArray() method |
August 2018 | |||
2018-08-01 | Added | libcore | : | Added an isEmpty() method |
December 2016 | |||
2016-12-07 | Added | libcore | : | Added a new utility method |
January 2016 | |||
2016-01-19 | Added | libcore | : | Added variadic template for creating a record with members |
March 2014 | |||
2014-03-12 | Added | libdeng2 | : | Added an explicit setter for char const* |
2014-03-12 | Added | libdeng2 | : | Added an explicit setter for char const* |
July 2014 | |||
2014-07-31 | Fixed | libcore | : | Assignment causes notifications about members |
April 2014 | |||
2014-04-11 | Fixed | libdeng2 | : | Use copy behavior for copied subrecords |
May 2013 | |||
2013-05-13 | Fixed | libdeng2 | : | Checking for existence shouldn't throw exception |
December 2012 | |||
2012-12-09 | Fixed | libdeng2 | : | Potential memory leak |
July 2015 | |||
2015-07-07 | Cleanup | libcore | : | Cleanup of text output |
July 2014 | |||
2014-07-04 | libcore | Refactor | Scripting | : | Handling super records |