Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-09 | Added new scripting interface and Lua engine. | Guillaume Melquiond | 1 | -69/+0 | |
2006-03-06 | Cleaned up unnecessary header dependencies and fixed some indentations. | Björn Steinbrink | 1 | -15/+13 | |
2005-05-21 | Disabled scripting by default (enabled using --with-scripting at configure) | Aaron Marks | 1 | -0/+4 | |
2005-05-10 | Updated scripting interface & added some class documentation. | Aaron Marks | 1 | -10/+20 | |
- Updated Squirrel scripting interface. - Added registerFunction which will register a function for the specified scripting VM. | |||||
2005-05-09 | Renamed script-sq.* script-squirrel.*. | Aaron Marks | 1 | -4/+14 | |
Renamed ScriptingInterface to Script (to save typing :)). Updated skill tree definition. | |||||
2005-04-19 | Added basic object definition for reviewal. | Aaron Marks | 1 | -0/+47 | |
Added basic scripting interface & Squirrel (squirrel.sf.net). |