summaryrefslogtreecommitdiff
path: root/library/modules/Units.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Add an API function for reading the nominal skill level.Alexander Gavrilov2012-09-291-3/+18
* Merge branch 'master' of git://github.com/angavrilov/dfhackTimothy Collett2012-09-101-3/+476
|\
| * Clean up the movement speed calculation function and move into the core.Alexander Gavrilov2012-09-091-6/+274
| * Move curse-affected attribute value getters to the core.Alexander Gavrilov2012-09-091-0/+52
| * Finish the effective skill computation function, and move to core.Alexander Gavrilov2012-09-091-3/+156
* | Merge branch 'master' of http://github.com/peterix/dfhackTimothy Collett2012-09-101-0/+37
|\ \ | |/
| * Add getProfessionColor and getCasteProfessionColor to Units moduleQuietust2012-08-221-0/+37
* | Merge further changes (???)Timothy Collett2012-09-101-1/+1
|/
* Update Units::isCitizen after looking at game-over detection code.Alexander Gavrilov2012-05-221-8/+63
* Merge https://github.com/Caldfir/dfhackPetr Mrázek2012-05-181-12/+7
|\
| * Added in job loading to t_unit for stonesense.Caldfir2012-04-221-12/+7
* | Update building creation code with new knowledge, and fix zone.Alexander Gavrilov2012-05-011-1/+1
* | Split off the burrows api from Maps and Units.Alexander Gavrilov2012-04-261-62/+0
* | Retrieve unit noble position info, and use it in getProfessionName.Alexander Gavrilov2012-04-261-4/+78
* | Add a few more lua api functions, documentation, and unit sort orders.Alexander Gavrilov2012-04-231-32/+168
* | Add a hotkey command that sorts units in lists using lua comparators.Alexander Gavrilov2012-04-211-0/+16
* | Enable warnings correctly on linux and fix a lot of them.Alexander Gavrilov2012-04-201-1/+1
|/
* Add burrow subcommands to modify burrow unit and tile sets.Alexander Gavrilov2012-04-141-0/+45
* Add unit position and container api.Alexander Gavrilov2012-04-131-0/+29
* Update the item owner modification api and export it to lua.Alexander Gavrilov2012-04-111-31/+0
* Add api for manipulating burrows to the core.Alexander Gavrilov2012-04-111-0/+39
* Pull a few utility functions into the core and publish to lua.Alexander Gavrilov2012-04-071-0/+59
* Export a few more functions to lua.Alexander Gavrilov2012-04-061-11/+16
* Add unit professions and filtering on status.Alexander Gavrilov2012-03-181-0/+37
* Add a RPC call to retrieve unit info.Alexander Gavrilov2012-03-171-0/+29
* 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-3/+3
* Make things work properly.Petr Mrázek2012-01-271-0/+5
* Kill the Units module, and add another pair of methods to the Items module to...Quietust2012-01-241-65/+22
* Goodbye, Translation moduleQuietust2012-01-241-19/+4
* Get rid of df_nameQuietust2012-01-211-4/+4
* Cleanup the Units moduleQuietust2012-01-211-91/+53
* df_item -> df::item, t_itemflags -> df::item_flagsQuietust2012-01-161-2/+2
* Remove unreferenced variablesQuietust2012-01-111-2/+0
* Remove DfVector, break MSVC builds until further notice.Petr Mrázek2012-01-041-5/+4
* Header changes/cleanup.Petr Mrázek2011-12-311-9/+9
* Renaming Creatures to UnitsPetr Mrázek2011-12-021-0/+619