summaryrefslogtreecommitdiff
path: root/library/include/DataDefs.h
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Forbid stuff from bins in siege-engine, if forbid ammo standing order set.Alexander Gavrilov2012-09-271-0/+3
* Merge branch 'master' of git://github.com/angavrilov/dfhackTimothy Collett2012-09-101-1/+1
|\
| * Implement inheritance-aware vmethod interposing.Alexander Gavrilov2012-08-261-1/+1
* | Merge branch 'master' of http://github.com/peterix/dfhackTimothy Collett2012-09-101-0/+12
|\ \ | |/
| * Add rather inefficient type_identity wrapping for std::set.Alexander Gavrilov2012-08-181-0/+1
| * Add experimental support for interposing vmethods of known classes.Alexander Gavrilov2012-08-171-0/+11
* | Merge further changes (???)Timothy Collett2012-09-101-1/+1
|/
* Add a mechanism converting ui focus to a string representation.Alexander Gavrilov2012-05-191-0/+3
* Implement unconstructed building instance creation and linking into world.Alexander Gavrilov2012-04-291-0/+3
* Enable warnings correctly on linux and fix a lot of them.Alexander Gavrilov2012-04-201-2/+2
* Fix lua wrapper sizeof for static arrays.Alexander Gavrilov2012-04-201-1/+1
* Update the item owner modification api and export it to lua.Alexander Gavrilov2012-04-111-0/+3
* Pull console output support and REPL out of dfusion into core lib.Alexander Gavrilov2012-03-311-35/+0
* Make enum attributes accessible through the lua wrapper.Alexander Gavrilov2012-03-251-1/+9
* Add a delete() method to the objects in the lua wrapper.Alexander Gavrilov2012-03-251-0/+6
* Expose virtual methods in the lua wrapper.Alexander Gavrilov2012-03-251-4/+15
* Support resize/erase/insert for containers, and allow any index in BitArray.Alexander Gavrilov2012-03-241-0/+13
* Implement allocation and copy for c++ objects in the lua wrapper.Alexander Gavrilov2012-03-241-4/+5
* Remove the return type from lua_read, because it always returns 1.Alexander Gavrilov2012-03-231-3/+3
* Minor refactoring of container indexing and object allocation.Alexander Gavrilov2012-03-221-19/+28
* Implement bitfields and add a _kind metadata field to types and objects.Alexander Gavrilov2012-03-211-2/+35
* Support containers in the lua wrapper.Alexander Gavrilov2012-03-211-0/+13
* Support ordinary struct and class fields.Alexander Gavrilov2012-03-201-1/+1
* Add support for primitive type fields in lua wrapper.Alexander Gavrilov2012-03-201-1/+24
* Export the type tree with enum keys to lua.Alexander Gavrilov2012-03-191-0/+6
* Skeleton type metadata for future use in lua bindings.Alexander Gavrilov2012-03-191-42/+193
* Add a ListMaterials remote call for bulk download of basic material info.Alexander Gavrilov2012-03-171-4/+13
* Add many new template functions for enums & bitfields.Alexander Gavrilov2012-03-171-11/+166
* Change to the traits representation of enum and bitfield properties.Alexander Gavrilov2012-03-151-25/+67
* Support crafts and add a couple of options in workflow.Alexander Gavrilov2012-03-141-1/+1
* Add a new DfArray class to match generated headers.Alexander Gavrilov2012-02-121-0/+1
* Use globals defined by the latest codegen.Alexander Gavrilov2012-02-111-32/+2
* Adjust FOR_ENUM_ITEMS to account for ENUM_LAST_ITEM being inclusive now.Alexander Gavrilov2012-01-211-1/+1
* Add the gps global to Memory.xml.Alexander Gavrilov2012-01-191-1/+2
* Update code to accomodate the new coord/coord2d/coord_path structs.Alexander Gavrilov2012-01-191-0/+4
* Add utility functions to retrieve the selected job/unit/item.Alexander Gavrilov2012-01-141-1/+7
* Update structures and implement modifying the job_item item type.Alexander Gavrilov2012-01-091-5/+22
* Move a few functions into the core, and add some more.Alexander Gavrilov2012-01-081-0/+6
* Move a bunch of stuff from the jobutils plugin into the core.Alexander Gavrilov2012-01-071-0/+12
* Support multi-valued enum attributes.Alexander Gavrilov2012-01-061-0/+7
* Add a hotkey command to duplicate jobs in workshops.Alexander Gavrilov2012-01-041-0/+1
* Implement printing job details.Alexander Gavrilov2012-01-031-0/+13
* Move the MaterialInfo class to the main library.Alexander Gavrilov2012-01-031-0/+11
* Add a plugin to tweak inorganic materials in jobs.Alexander Gavrilov2012-01-021-0/+4
* Update xml defs with more ui info.Alexander Gavrilov2012-01-021-0/+1
* Update structure definitions & add the fixwagons plugin from Q.Alexander Gavrilov2012-01-011-4/+11
* Header changes/cleanup.Petr Mrázek2011-12-311-0/+185