summaryrefslogtreecommitdiff
path: root/library/include/DataFuncs.h
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Follow changes to structures.Alexander Gavrilov2012-09-171-32/+56
* Add experimental support for interposing vmethods of known classes.Alexander Gavrilov2012-08-171-6/+9
* Support 7-argument vmethods.Alexander Gavrilov2012-06-051-0/+11
* Request designation rescan in auto-growing burrows.Alexander Gavrilov2012-05-121-0/+17
* Add an official core lua context, and allow plugins to send events to it.Alexander Gavrilov2012-04-151-4/+4
* Allow plugins to export functions to lua with safe reload support.Alexander Gavrilov2012-04-141-5/+1
* Add api for manipulating burrows to the core.Alexander Gavrilov2012-04-111-0/+8
* Wrap a few utility functions defined on the c++ side for lua.Alexander Gavrilov2012-04-051-1/+8
* Experimental: try wrapping a dfhack api function.Alexander Gavrilov2012-04-051-2/+20
* Add a World::GetPersistentData version that auto-adds if not found.Alexander Gavrilov2012-04-051-0/+4
* Work around a msvc issue with spurious specialization ambiguity errors.Alexander Gavrilov2012-03-261-5/+18
* Fix lua wrapper: create one function identity instance per method.Alexander Gavrilov2012-03-251-2/+2
* Expose virtual methods in the lua wrapper.Alexander Gavrilov2012-03-251-0/+129