index
:
dfhack
master
to-upstream
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
LuaWrapper.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 a problem with number to address cast for high-half addresses.
Alexander Gavrilov
2012-06-16
1
-1
/
+1
*
Support casting references and allocating arrays of numbers in lua wrapper.
Alexander Gavrilov
2012-06-13
1
-5
/
+84
*
Support sorting items in the trade screens.
Alexander Gavrilov
2012-05-18
1
-0
/
+13
*
Fix lua wrapper sizeof for static arrays.
Alexander Gavrilov
2012-04-20
1
-2
/
+15
*
Wrap MaterialInfo for lua.
Alexander Gavrilov
2012-04-06
1
-0
/
+3
*
Experimental: try wrapping a dfhack api function.
Alexander Gavrilov
2012-04-05
1
-1
/
+4
*
Add functions for checking validity of lua wrapper objects.
Alexander Gavrilov
2012-04-02
1
-0
/
+106
*
Optimize wrapper: use pointers instead of strings as most frequent keys.
Alexander Gavrilov
2012-04-01
1
-36
/
+54
*
Fix a bug: LookupTypeInfo cannot assume the result is userdata.
Alexander Gavrilov
2012-04-01
1
-6
/
+4
*
Add df.is_instance(a,b) to check if typeof(b) is subtype of typeof(a).
Alexander Gavrilov
2012-04-01
1
-11
/
+54
*
Pull console output support and REPL out of dfusion into core lib.
Alexander Gavrilov
2012-03-31
1
-11
/
+1
*
Update lua to 5.2 and fix obvious breakage due to obsolete api.
Alexander Gavrilov
2012-03-31
1
-9
/
+8
*
Allow assigning NULL lightuserdata to pointers, and export a global.
Alexander Gavrilov
2012-03-29
1
-8
/
+6
*
Implement __pairs and __ipairs for DF objects.
Alexander Gavrilov
2012-03-29
1
-12
/
+76
*
Merge branch 'master' of https://github.com/peterix/dfhack
Quietust
2012-03-28
1
-13
/
+47
|
\
|
*
Disable pointer auto-vivification unless new is specified.
Alexander Gavrilov
2012-03-28
1
-12
/
+46
|
*
Implement recursive transfer of values from lua to c++ structures.
Alexander Gavrilov
2012-03-28
1
-9
/
+106
*
|
Implement recursive transfer of values from lua to c++ structures.
Alexander Gavrilov
2012-03-27
1
-9
/
+106
|
/
*
Make enum attributes accessible through the lua wrapper.
Alexander Gavrilov
2012-03-25
1
-4
/
+52
*
Add a delete() method to the objects in the lua wrapper.
Alexander Gavrilov
2012-03-25
1
-4
/
+35
*
Attach static methods to the type objects in the lua wrapper.
Alexander Gavrilov
2012-03-25
1
-81
/
+96
*
Support resize/erase/insert for containers, and allow any index in BitArray.
Alexander Gavrilov
2012-03-24
1
-1
/
+4
*
Split LuaWrapper.cpp into two files.
Alexander Gavrilov
2012-03-24
1
-926
/
+39
*
Implement allocation and copy for c++ objects in the lua wrapper.
Alexander Gavrilov
2012-03-24
1
-47
/
+255
*
Add a _field method that returns refs to struct and container items.
Alexander Gavrilov
2012-03-23
1
-6
/
+139
*
Add a _displace method that implements offsetting a pointer by an int.
Alexander Gavrilov
2012-03-23
1
-2
/
+73
*
Add a sizeof method/function to retrieve object/type size and address.
Alexander Gavrilov
2012-03-23
1
-11
/
+110
*
Get rid of the write mode field table in metamethods.
Alexander Gavrilov
2012-03-23
1
-66
/
+57
*
Remove the return type from lua_read, because it always returns 1.
Alexander Gavrilov
2012-03-23
1
-32
/
+36
*
Minor refactoring of container indexing and object allocation.
Alexander Gavrilov
2012-03-22
1
-18
/
+7
*
Implement bitfields and add a _kind metadata field to types and objects.
Alexander Gavrilov
2012-03-21
1
-27
/
+372
*
Support containers in the lua wrapper.
Alexander Gavrilov
2012-03-21
1
-73
/
+371
*
Support ordinary struct and class fields.
Alexander Gavrilov
2012-03-20
1
-72
/
+317
*
Add support for primitive type fields in lua wrapper.
Alexander Gavrilov
2012-03-20
1
-5
/
+334
*
Export the type tree with enum keys to lua.
Alexander Gavrilov
2012-03-19
1
-0
/
+218