summaryrefslogtreecommitdiff
path: root/library/LuaTypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-2/+2
* Fix access to unnamed bits in bitfields, and allow hook.apply(false)Alexander Gavrilov2012-09-011-2/+2
* Implement support for lua-backed viewscreens.Alexander Gavrilov2012-08-191-0/+22
* Add rather inefficient type_identity wrapping for std::set.Alexander Gavrilov2012-08-181-0/+3
* Make primitive refs (i.e. pointers to numbers, etc) behave as arrays.Alexander Gavrilov2012-06-131-2/+24
* Update dfhack for specific_ref.Alexander Gavrilov2012-05-031-7/+20
* Implement unconstructed building instance creation and linking into world.Alexander Gavrilov2012-04-291-0/+5
* Enable warnings correctly on linux and fix a lot of them.Alexander Gavrilov2012-04-201-29/+0
* Support the '#' string as index for wrapper vector insert at end.Alexander Gavrilov2012-04-171-3/+12
* Add an official core lua context, and allow plugins to send events to it.Alexander Gavrilov2012-04-151-4/+14
* Allow plugins to export functions to lua with safe reload support.Alexander Gavrilov2012-04-141-0/+6
* Export a few maps functions to lua.Alexander Gavrilov2012-04-111-0/+9
* Stop printall(df.global) from breaking if there are unknown addresses.Alexander Gavrilov2012-04-101-6/+9
* Wrap a few utility functions defined on the c++ side for lua.Alexander Gavrilov2012-04-051-5/+28
* Experimental: try wrapping a dfhack api function.Alexander Gavrilov2012-04-051-3/+8
* Optimize wrapper: use pointers instead of strings as most frequent keys.Alexander Gavrilov2012-04-011-3/+3
* Update lua to 5.2 and fix obvious breakage due to obsolete api.Alexander Gavrilov2012-03-311-2/+2
* Allow assigning NULL lightuserdata to pointers, and export a global.Alexander Gavrilov2012-03-291-1/+8
* Implement __pairs and __ipairs for DF objects.Alexander Gavrilov2012-03-291-30/+208
* Merge branch 'master' of https://github.com/peterix/dfhackQuietust2012-03-281-2/+13
|\
| * Disable pointer auto-vivification unless new is specified.Alexander Gavrilov2012-03-281-1/+12
| * Implement recursive transfer of values from lua to c++ structures.Alexander Gavrilov2012-03-281-2/+68
* | Implement recursive transfer of values from lua to c++ structures.Alexander Gavrilov2012-03-271-2/+68
|/
* Make enum attributes accessible through the lua wrapper.Alexander Gavrilov2012-03-251-0/+14
* Attach static methods to the type objects in the lua wrapper.Alexander Gavrilov2012-03-251-0/+27
* Expose virtual methods in the lua wrapper.Alexander Gavrilov2012-03-251-22/+95
* Support resize/erase/insert for containers, and allow any index in BitArray.Alexander Gavrilov2012-03-241-7/+114
* Split LuaWrapper.cpp into two files.Alexander Gavrilov2012-03-241-0/+872