| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update license, add contributors file, bump release number | Petr Mrázek | 2012-09-30 | 1 | -1/+1 |
| * | Add an api function for destroying items. | Alexander Gavrilov | 2012-09-14 | 1 | -0/+32 |
| * | Add function for making item projectiles. | Alexander Gavrilov | 2012-09-12 | 1 | -0/+45 |
| * | Remove stuff that shouldn't be in the core, and expose to lua what's left. | Alexander Gavrilov | 2012-05-20 | 1 | -218/+132 |
| * | Fix order-of-operations oopsie in DFHack::Items::moveToInventory | Kelly Martin | 2012-05-19 | 1 | -5/+5 |
| * | Merge derp fixed. | Petr Mrázek | 2012-05-19 | 1 | -4/+2 |
| * | Merge https://github.com/playfordh/dfhack | Petr Mrázek | 2012-05-19 | 1 | -0/+245 |
| |\ |
|
| | * | Added new method - Items::moveToInventory(...) | harlanplayford | 2012-05-15 | 1 | -0/+242 |
| * | | Added df::Items::moveToBuilding. Moved item from ground to building, usefull ... | Warmist | 2012-05-18 | 1 | -0/+33 |
| * | | Make Items::getPosition exactly match the DF original in behavior. | Alexander Gavrilov | 2012-05-17 | 1 | -5/+29 |
| |/ |
|
| * | Update dfhack for specific_ref. | Alexander Gavrilov | 2012-05-03 | 1 | -30/+17 |
| * | Enable warnings correctly on linux and fix a lot of them. | Alexander Gavrilov | 2012-04-20 | 1 | -0/+3 |
| * | Add unit position and container api. | Alexander Gavrilov | 2012-04-13 | 1 | -1/+7 |
| * | Add core api for moving items between ground and containers. | Alexander Gavrilov | 2012-04-12 | 1 | -17/+160 |
| * | Support pre-initializing vtable pointers from symbols.xml | Alexander Gavrilov | 2012-04-12 | 1 | -2/+2 |
| * | Update the item owner modification api and export it to lua. | Alexander Gavrilov | 2012-04-11 | 1 | -33/+45 |
| * | Tweaks and cleanups | Petr Mrázek | 2012-03-24 | 1 | -8/+0 |
| * | Change to the traits representation of enum and bitfield properties. | Alexander Gavrilov | 2012-03-15 | 1 | -10/+2 |
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -1/+1 |
| * | Get rid of Simple namespace, Gui module is now a namespace. | Petr Mrázek | 2012-03-03 | 1 | -1/+0 |
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -7/+7 |
| * | Cleanup code to get rid of MSVC warning C4482 | Quietust | 2012-01-31 | 1 | -6/+6 |
| * | Remove UTF-8 BOMs | Quietust | 2012-01-27 | 1 | -1/+1 |
| * | Kill the Units module, and add another pair of methods to the Items module to... | Quietust | 2012-01-24 | 1 | -2/+24 |
| * | df::tool_uses is now implicitly int16_t, so no more enum_field<> here | Quietust | 2012-01-23 | 1 | -1/+1 |
| * | Cleanup the Units module | Quietust | 2012-01-21 | 1 | -1/+1 |
| * | Update code to accomodate the new coord/coord2d/coord_path structs. | Alexander Gavrilov | 2012-01-19 | 1 | -3/+3 |
| * | angavrilov changed general_ref_type to be all uppercase | Quietust | 2012-01-18 | 1 | -5/+5 |
| * | Kill the Items module | Quietust | 2012-01-16 | 1 | -153/+3 |
| * | t_itemref -> df::general_ref | Quietust | 2012-01-16 | 1 | -29/+32 |
| * | df_item -> df::item, t_itemflags -> df::item_flags | Quietust | 2012-01-16 | 1 | -19/+19 |
| * | Use the announcement API to report starting and stopping workflow jobs. | Alexander Gavrilov | 2012-01-15 | 1 | -17/+36 |
| * | Support the most important job types in workflow. | Alexander Gavrilov | 2012-01-10 | 1 | -1/+1 |
| * | Update structures and implement modifying the job_item item type. | Alexander Gavrilov | 2012-01-09 | 1 | -0/+330 |
| * | Remove DfVector, break MSVC builds until further notice. | Petr Mrázek | 2012-01-04 | 1 | -2/+1 |
| * | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -9/+9 |
| * | Renaming Creatures to Units | Petr Mrázek | 2011-12-02 | 1 | -2/+2 |
| * | Items refactor. readItem turned into copyItem, most Items methods now accept ... | Petr Mrázek | 2011-10-26 | 1 | -33/+28 |
| * | More of the items overhaul | Petr Mrázek | 2011-10-25 | 1 | -31/+4 |
| * | Item description method found! | Petr Mrázek | 2011-10-25 | 1 | -0/+6 |
| * | Kill item variable accessors. YES. | Petr Mrázek | 2011-10-25 | 1 | -440/+24 |
| * | Creatures module rewrite | Petr Mrázek | 2011-09-18 | 1 | -1/+1 |
| * | Improved Items module and itemhacks plugin | Matthew Cline | 2011-07-24 | 1 | -5/+87 |
| * | Making Items a bit more sane. It's still using Accessors though. | Petr Mrázek | 2011-07-20 | 1 | -68/+44 |
| * | Maps no longer copy the map block pointer array, blocks are structs, map data... | Petr Mrázek | 2011-07-07 | 1 | -3/+3 |
| * | Crud removal: Context is gone. Added missing FakeSDL.h | Petr Mrázek | 2011-06-17 | 1 | -7/+7 |
| * | Yay, kittens! Also some license cleanup, IO thread usage, more SDL wrapping a... | Petr Mrázek | 2011-06-16 | 1 | -2/+3 |
| * | Stripped nonsense from the DFHack vector wrapper. Next step: removal. | Petr Mrázek | 2011-06-13 | 1 | -3/+3 |
| * | First 'working' DFHack inside DF, for 'some' values of 'working'. | Petr Mrázek | 2011-06-12 | 1 | -3/+3 |
| * | Fix creature owned items vector offset on Windows, added support for owned it... | Petr Mrázek | 2011-05-28 | 1 | -0/+6 |