index
:
dfhack
master
to-upstream
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
include
/
LuaWrapper.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update license, add contributors file, bump release number
Petr Mrázek
2012-09-30
1
-1
/
+1
*
Support casting references and allocating arrays of numbers in lua wrapper.
Alexander Gavrilov
2012-06-13
1
-0
/
+1
*
Add an official core lua context, and allow plugins to send events to it.
Alexander Gavrilov
2012-04-15
1
-0
/
+6
*
Allow plugins to export functions to lua with safe reload support.
Alexander Gavrilov
2012-04-14
1
-6
/
+5
*
Wrap a few utility functions defined on the c++ side for lua.
Alexander Gavrilov
2012-04-05
1
-3
/
+8
*
Experimental: try wrapping a dfhack api function.
Alexander Gavrilov
2012-04-05
1
-0
/
+5
*
Optimize wrapper: use pointers instead of strings as most frequent keys.
Alexander Gavrilov
2012-04-01
1
-19
/
+26
*
Add df.is_instance(a,b) to check if typeof(b) is subtype of typeof(a).
Alexander Gavrilov
2012-04-01
1
-0
/
+1
*
Pull console output support and REPL out of dfusion into core lib.
Alexander Gavrilov
2012-03-31
1
-0
/
+2
*
Implement __pairs and __ipairs for DF objects.
Alexander Gavrilov
2012-03-29
1
-1
/
+19
*
Implement recursive transfer of values from lua to c++ structures.
Alexander Gavrilov
2012-03-27
1
-0
/
+7
*
Add a delete() method to the objects in the lua wrapper.
Alexander Gavrilov
2012-03-25
1
-0
/
+1
*
Attach static methods to the type objects in the lua wrapper.
Alexander Gavrilov
2012-03-25
1
-0
/
+2
*
Support resize/erase/insert for containers, and allow any index in BitArray.
Alexander Gavrilov
2012-03-24
1
-0
/
+1
*
Split LuaWrapper.cpp into two files.
Alexander Gavrilov
2012-03-24
1
-0
/
+189