index
:
dfhack
master
to-upstream
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
include
/
DataIdentity.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
*
Fix wrong assumptions in lua wrapper for BitArray.
Alexander Gavrilov
2012-09-02
1
-1
/
+1
*
Add rather inefficient type_identity wrapping for std::set.
Alexander Gavrilov
2012-08-18
1
-0
/
+40
*
Add a hotkey command that sorts units in lists using lua comparators.
Alexander Gavrilov
2012-04-21
1
-0
/
+1
*
Fix lua wrapper sizeof for static arrays.
Alexander Gavrilov
2012-04-20
1
-1
/
+3
*
Add an official core lua context, and allow plugins to send events to it.
Alexander Gavrilov
2012-04-15
1
-1
/
+5
*
Allow plugins to export functions to lua with safe reload support.
Alexander Gavrilov
2012-04-14
1
-17
/
+31
*
Add a World::GetPersistentData version that auto-adds if not found.
Alexander Gavrilov
2012-04-05
1
-1
/
+3
*
Fix mistake: static initialization code cannot access other static objects.
Alexander Gavrilov
2012-03-29
1
-3
/
+6
*
Make enum attributes accessible through the lua wrapper.
Alexander Gavrilov
2012-03-25
1
-0
/
+52
*
Expose virtual methods in the lua wrapper.
Alexander Gavrilov
2012-03-25
1
-8
/
+26
*
Support resize/erase/insert for containers, and allow any index in BitArray.
Alexander Gavrilov
2012-03-24
1
-12
/
+76
*
Implement allocation and copy for c++ objects in the lua wrapper.
Alexander Gavrilov
2012-03-24
1
-0
/
+3
*
Add a _field method that returns refs to struct and container items.
Alexander Gavrilov
2012-03-23
1
-0
/
+3
*
Get rid of the write mode field table in metamethods.
Alexander Gavrilov
2012-03-23
1
-1
/
+0
*
Remove the return type from lua_read, because it always returns 1.
Alexander Gavrilov
2012-03-23
1
-8
/
+8
*
Minor refactoring of container indexing and object allocation.
Alexander Gavrilov
2012-03-22
1
-14
/
+24
*
Support containers in the lua wrapper.
Alexander Gavrilov
2012-03-21
1
-18
/
+179
*
Support ordinary struct and class fields.
Alexander Gavrilov
2012-03-20
1
-0
/
+3
*
Add support for primitive type fields in lua wrapper.
Alexander Gavrilov
2012-03-20
1
-27
/
+115
*
Export the type tree with enum keys to lua.
Alexander Gavrilov
2012-03-19
1
-2
/
+1
*
Skeleton type metadata for future use in lua bindings.
Alexander Gavrilov
2012-03-19
1
-0
/
+175