summaryrefslogtreecommitdiff
path: root/library/modules/Items.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Add an api function for destroying items.Alexander Gavrilov2012-09-141-0/+32
* Add function for making item projectiles.Alexander Gavrilov2012-09-121-0/+45
* Remove stuff that shouldn't be in the core, and expose to lua what's left.Alexander Gavrilov2012-05-201-218/+132
* Fix order-of-operations oopsie in DFHack::Items::moveToInventoryKelly Martin2012-05-191-5/+5
* Merge derp fixed.Petr Mrázek2012-05-191-4/+2
* Merge https://github.com/playfordh/dfhackPetr Mrázek2012-05-191-0/+245
|\
| * Added new method - Items::moveToInventory(...)harlanplayford2012-05-151-0/+242
* | Added df::Items::moveToBuilding. Moved item from ground to building, usefull ...Warmist2012-05-181-0/+33
* | Make Items::getPosition exactly match the DF original in behavior.Alexander Gavrilov2012-05-171-5/+29
|/
* Update dfhack for specific_ref.Alexander Gavrilov2012-05-031-30/+17
* Enable warnings correctly on linux and fix a lot of them.Alexander Gavrilov2012-04-201-0/+3
* Add unit position and container api.Alexander Gavrilov2012-04-131-1/+7
* Add core api for moving items between ground and containers.Alexander Gavrilov2012-04-121-17/+160
* Support pre-initializing vtable pointers from symbols.xmlAlexander Gavrilov2012-04-121-2/+2
* Update the item owner modification api and export it to lua.Alexander Gavrilov2012-04-111-33/+45
* Tweaks and cleanupsPetr Mrázek2012-03-241-8/+0
* Change to the traits representation of enum and bitfield properties.Alexander Gavrilov2012-03-151-10/+2
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-1/+1
* Get rid of Simple namespace, Gui module is now a namespace.Petr Mrázek2012-03-031-1/+0
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-7/+7
* Cleanup code to get rid of MSVC warning C4482Quietust2012-01-311-6/+6
* Remove UTF-8 BOMsQuietust2012-01-271-1/+1
* Kill the Units module, and add another pair of methods to the Items module to...Quietust2012-01-241-2/+24
* df::tool_uses is now implicitly int16_t, so no more enum_field<> hereQuietust2012-01-231-1/+1
* Cleanup the Units moduleQuietust2012-01-211-1/+1
* Update code to accomodate the new coord/coord2d/coord_path structs.Alexander Gavrilov2012-01-191-3/+3
* angavrilov changed general_ref_type to be all uppercaseQuietust2012-01-181-5/+5
* Kill the Items moduleQuietust2012-01-161-153/+3
* t_itemref -> df::general_refQuietust2012-01-161-29/+32
* df_item -> df::item, t_itemflags -> df::item_flagsQuietust2012-01-161-19/+19
* Use the announcement API to report starting and stopping workflow jobs.Alexander Gavrilov2012-01-151-17/+36
* Support the most important job types in workflow.Alexander Gavrilov2012-01-101-1/+1
* Update structures and implement modifying the job_item item type.Alexander Gavrilov2012-01-091-0/+330
* Remove DfVector, break MSVC builds until further notice.Petr Mrázek2012-01-041-2/+1
* Header changes/cleanup.Petr Mrázek2011-12-311-9/+9
* Renaming Creatures to UnitsPetr Mrázek2011-12-021-2/+2
* Items refactor. readItem turned into copyItem, most Items methods now accept ...Petr Mrázek2011-10-261-33/+28
* More of the items overhaulPetr Mrázek2011-10-251-31/+4
* Item description method found!Petr Mrázek2011-10-251-0/+6
* Kill item variable accessors. YES.Petr Mrázek2011-10-251-440/+24
* Creatures module rewritePetr Mrázek2011-09-181-1/+1
* Improved Items module and itemhacks pluginMatthew Cline2011-07-241-5/+87
* Making Items a bit more sane. It's still using Accessors though.Petr Mrázek2011-07-201-68/+44
* Maps no longer copy the map block pointer array, blocks are structs, map data...Petr Mrázek2011-07-071-3/+3
* Crud removal: Context is gone. Added missing FakeSDL.hPetr Mrázek2011-06-171-7/+7
* Yay, kittens! Also some license cleanup, IO thread usage, more SDL wrapping a...Petr Mrázek2011-06-161-2/+3
* Stripped nonsense from the DFHack vector wrapper. Next step: removal.Petr Mrázek2011-06-131-3/+3
* First 'working' DFHack inside DF, for 'some' values of 'working'.Petr Mrázek2011-06-121-3/+3
* Fix creature owned items vector offset on Windows, added support for owned it...Petr Mrázek2011-05-281-0/+6