index
:
dfhack
master
to-upstream
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
LuaTypes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update license, add contributors file, bump release number
Petr Mrázek
2012-09-30
1
-2
/
+2
*
Fix access to unnamed bits in bitfields, and allow hook.apply(false)
Alexander Gavrilov
2012-09-01
1
-2
/
+2
*
Implement support for lua-backed viewscreens.
Alexander Gavrilov
2012-08-19
1
-0
/
+22
*
Add rather inefficient type_identity wrapping for std::set.
Alexander Gavrilov
2012-08-18
1
-0
/
+3
*
Make primitive refs (i.e. pointers to numbers, etc) behave as arrays.
Alexander Gavrilov
2012-06-13
1
-2
/
+24
*
Update dfhack for specific_ref.
Alexander Gavrilov
2012-05-03
1
-7
/
+20
*
Implement unconstructed building instance creation and linking into world.
Alexander Gavrilov
2012-04-29
1
-0
/
+5
*
Enable warnings correctly on linux and fix a lot of them.
Alexander Gavrilov
2012-04-20
1
-29
/
+0
*
Support the '#' string as index for wrapper vector insert at end.
Alexander Gavrilov
2012-04-17
1
-3
/
+12
*
Add an official core lua context, and allow plugins to send events to it.
Alexander Gavrilov
2012-04-15
1
-4
/
+14
*
Allow plugins to export functions to lua with safe reload support.
Alexander Gavrilov
2012-04-14
1
-0
/
+6
*
Export a few maps functions to lua.
Alexander Gavrilov
2012-04-11
1
-0
/
+9
*
Stop printall(df.global) from breaking if there are unknown addresses.
Alexander Gavrilov
2012-04-10
1
-6
/
+9
*
Wrap a few utility functions defined on the c++ side for lua.
Alexander Gavrilov
2012-04-05
1
-5
/
+28
*
Experimental: try wrapping a dfhack api function.
Alexander Gavrilov
2012-04-05
1
-3
/
+8
*
Optimize wrapper: use pointers instead of strings as most frequent keys.
Alexander Gavrilov
2012-04-01
1
-3
/
+3
*
Update lua to 5.2 and fix obvious breakage due to obsolete api.
Alexander Gavrilov
2012-03-31
1
-2
/
+2
*
Allow assigning NULL lightuserdata to pointers, and export a global.
Alexander Gavrilov
2012-03-29
1
-1
/
+8
*
Implement __pairs and __ipairs for DF objects.
Alexander Gavrilov
2012-03-29
1
-30
/
+208
*
Merge branch 'master' of https://github.com/peterix/dfhack
Quietust
2012-03-28
1
-2
/
+13
|
\
|
*
Disable pointer auto-vivification unless new is specified.
Alexander Gavrilov
2012-03-28
1
-1
/
+12
|
*
Implement recursive transfer of values from lua to c++ structures.
Alexander Gavrilov
2012-03-28
1
-2
/
+68
*
|
Implement recursive transfer of values from lua to c++ structures.
Alexander Gavrilov
2012-03-27
1
-2
/
+68
|
/
*
Make enum attributes accessible through the lua wrapper.
Alexander Gavrilov
2012-03-25
1
-0
/
+14
*
Attach static methods to the type objects in the lua wrapper.
Alexander Gavrilov
2012-03-25
1
-0
/
+27
*
Expose virtual methods in the lua wrapper.
Alexander Gavrilov
2012-03-25
1
-22
/
+95
*
Support resize/erase/insert for containers, and allow any index in BitArray.
Alexander Gavrilov
2012-03-24
1
-7
/
+114
*
Split LuaWrapper.cpp into two files.
Alexander Gavrilov
2012-03-24
1
-0
/
+872