summaryrefslogtreecommitdiff
path: root/library/include/LuaWrapper.h
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Support casting references and allocating arrays of numbers in lua wrapper.Alexander Gavrilov2012-06-131-0/+1
* Add an official core lua context, and allow plugins to send events to it.Alexander Gavrilov2012-04-151-0/+6
* Allow plugins to export functions to lua with safe reload support.Alexander Gavrilov2012-04-141-6/+5
* Wrap a few utility functions defined on the c++ side for lua.Alexander Gavrilov2012-04-051-3/+8
* Experimental: try wrapping a dfhack api function.Alexander Gavrilov2012-04-051-0/+5
* Optimize wrapper: use pointers instead of strings as most frequent keys.Alexander Gavrilov2012-04-011-19/+26
* Add df.is_instance(a,b) to check if typeof(b) is subtype of typeof(a).Alexander Gavrilov2012-04-011-0/+1
* Pull console output support and REPL out of dfusion into core lib.Alexander Gavrilov2012-03-311-0/+2
* Implement __pairs and __ipairs for DF objects.Alexander Gavrilov2012-03-291-1/+19
* Implement recursive transfer of values from lua to c++ structures.Alexander Gavrilov2012-03-271-0/+7
* Add a delete() method to the objects in the lua wrapper.Alexander Gavrilov2012-03-251-0/+1
* Attach static methods to the type objects in the lua wrapper.Alexander Gavrilov2012-03-251-0/+2
* Support resize/erase/insert for containers, and allow any index in BitArray.Alexander Gavrilov2012-03-241-0/+1
* Split LuaWrapper.cpp into two files.Alexander Gavrilov2012-03-241-0/+189