Alphabetical Index | Tags by Size | Find tag:

Script

Related tags: Record, ScriptedInfo, Scripting, ScriptLex, Scripts, scriptsys, ScriptSystem, Variable

Authorship: 100% skyjake

View commits by groups

November 2014
2014-11-08 libcore | Refactor : Apply PIMPL in the Script class
January 2014
2014-01-17 Added | Client : Added the script binding App.quit()
2014-01-17 Refactor : Revised naming convention of native script functions
2014-01-16 libdeng2 : Utilities for easier creation of native script functions
2014-01-06 libdeng2 : Functions retain their original namespace
2014-01-06 libdeng2 : Creating records with expressions
September 2013
2013-09-10 libdeng2 | Widgets : Use monospace for 'print' output
August 2013
2013-08-10 Client | libdeng2 : Separated app-specific stuff out of Config.de
May 2013
2013-05-10 libdeng2 : Setting the source path (for __file__)
April 2013
2013-04-11 Added | Tests : Added a new case for the Kitchen Sink
December 2012
2012-12-09 libdeng2 : Constants should be in all caps
2012-12-08 libdeng2 : Implemented missing AND and OR operators
2012-12-08 libdeng2 | Refactor : Functions support native entry points
2012-12-03 libdeng2 : Allow slice operator on text values
2012-12-03 libdeng2 : Detect a missing statement after ':'
2012-12-03 libdeng2 : More convenient way to add values into an array
2012-12-03 Added | libdeng2 | Refactor : Added DeleteStatement
2012-12-03 Added | libdeng2 : Added built-in function Record
November 2012
2012-11-29 Added | libdeng2 : Added "export" statement and keyword