summaryrefslogtreecommitdiff
path: root/library/include/DataIdentity.h
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Fix wrong assumptions in lua wrapper for BitArray.Alexander Gavrilov2012-09-021-1/+1
* Add rather inefficient type_identity wrapping for std::set.Alexander Gavrilov2012-08-181-0/+40
* Add a hotkey command that sorts units in lists using lua comparators.Alexander Gavrilov2012-04-211-0/+1
* Fix lua wrapper sizeof for static arrays.Alexander Gavrilov2012-04-201-1/+3
* Add an official core lua context, and allow plugins to send events to it.Alexander Gavrilov2012-04-151-1/+5
* Allow plugins to export functions to lua with safe reload support.Alexander Gavrilov2012-04-141-17/+31
* Add a World::GetPersistentData version that auto-adds if not found.Alexander Gavrilov2012-04-051-1/+3
* Fix mistake: static initialization code cannot access other static objects.Alexander Gavrilov2012-03-291-3/+6
* Make enum attributes accessible through the lua wrapper.Alexander Gavrilov2012-03-251-0/+52
* Expose virtual methods in the lua wrapper.Alexander Gavrilov2012-03-251-8/+26
* Support resize/erase/insert for containers, and allow any index in BitArray.Alexander Gavrilov2012-03-241-12/+76
* Implement allocation and copy for c++ objects in the lua wrapper.Alexander Gavrilov2012-03-241-0/+3
* Add a _field method that returns refs to struct and container items.Alexander Gavrilov2012-03-231-0/+3
* Get rid of the write mode field table in metamethods.Alexander Gavrilov2012-03-231-1/+0
* Remove the return type from lua_read, because it always returns 1.Alexander Gavrilov2012-03-231-8/+8
* Minor refactoring of container indexing and object allocation.Alexander Gavrilov2012-03-221-14/+24
* Support containers in the lua wrapper.Alexander Gavrilov2012-03-211-18/+179
* Support ordinary struct and class fields.Alexander Gavrilov2012-03-201-0/+3
* Add support for primitive type fields in lua wrapper.Alexander Gavrilov2012-03-201-27/+115
* Export the type tree with enum keys to lua.Alexander Gavrilov2012-03-191-2/+1
* Skeleton type metadata for future use in lua bindings.Alexander Gavrilov2012-03-191-0/+175