summaryrefslogtreecommitdiff
path: root/library/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | Sync to changes in df-structures.Alexander Gavrilov2012-05-261-2/+2
* | | Merge remote-tracking branch 'q-github/master'Alexander Gavrilov2012-05-263-39/+35
|\ \ \ | | |/ | |/|
| * | Don't crash if "gps" is nullQuietust2012-05-232-7/+22
| * | Cleanup World module to use df::global, and fix crashes when control_mode/gam...Quietust2012-05-231-32/+13
| |/
* | Update Units::isCitizen after looking at game-over detection code.Alexander Gavrilov2012-05-221-8/+63
|/
* Support sorting items in stocks, and correct unit sorting in joblist.Alexander Gavrilov2012-05-211-1/+21
* Handle the stocks screen in the focus strings.Alexander Gavrilov2012-05-211-0/+11
* DF code analysis uncovered another item-related flag to clear.Alexander Gavrilov2012-05-201-1/+17
* Remove stuff that shouldn't be in the core, and expose to lua what's left.Alexander Gavrilov2012-05-201-218/+132
* Merge remote-tracking branch 'kmartin/master'Alexander Gavrilov2012-05-201-1/+244
|\
| * 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
* | | Support using focus strings to limit keybinding scope.Alexander Gavrilov2012-05-191-6/+17
* | | Add a mechanism converting ui focus to a string representation.Alexander Gavrilov2012-05-191-0/+320
|/ /
* | 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
* | | Merge https://github.com/warmist/dfhackPetr Mrázek2012-05-181-0/+33
|\ \ \
| * | | Added df::Items::moveToBuilding. Moved item from ground to building, usefull ...Warmist2012-05-181-0/+33
* | | | Support trade viewscreens in Items::getSelectedItem.Alexander Gavrilov2012-05-181-0/+30
|/ / /
* | | Add a workaround for Planepacked bug in buildings constructed via API.Alexander Gavrilov2012-05-171-0/+55
* | | Make Items::getPosition exactly match the DF original in behavior.Alexander Gavrilov2012-05-171-5/+29
* | | Support creating rollers and stops with dfhack.buildings.constructBuilding.Alexander Gavrilov2012-05-171-1/+16
* | | Improve lua api for tile biome access.Alexander Gavrilov2012-05-131-10/+37
* | | Add api for enabling liquid and temperature updates for blocks.Alexander Gavrilov2012-05-123-14/+40
| |/ |/|
* | Add code for adding abstract buildings and removing constructions.Alexander Gavrilov2012-05-062-0/+161
* | Add a couple more building api functions.Alexander Gavrilov2012-05-061-0/+45
* | Allow constructing itemless actual buildings.Alexander Gavrilov2012-05-061-2/+18
* | Fix some things that confuse MSVC.Alexander Gavrilov2012-05-051-1/+1
* | Update dfhack for specific_ref.Alexander Gavrilov2012-05-032-35/+23
* | Add a convenience function for designating constructions.Alexander Gavrilov2012-05-013-11/+117
* | Update building creation code with new knowledge, and fix zone.Alexander Gavrilov2012-05-012-45/+123
* | Implement unconstructed building instance creation and linking into world.Alexander Gavrilov2012-04-292-0/+616
* | Add api to check the walkable cache, and update flow_forbid in liquids.Alexander Gavrilov2012-04-261-0/+14
* | Split off the burrows api from Maps and Units.Alexander Gavrilov2012-04-263-228/+278
* | Retrieve unit noble position info, and use it in getProfessionName.Alexander Gavrilov2012-04-261-4/+78
* | Add support for a few more viewscreens to Units::getSelectedUnit.Alexander Gavrilov2012-04-261-0/+67
* | Add a few more lua api functions, documentation, and unit sort orders.Alexander Gavrilov2012-04-232-35/+188
* | Add a hotkey command that sorts units in lists using lua comparators.Alexander Gavrilov2012-04-211-0/+16
* | Rename units.other[0] to units.active.Alexander Gavrilov2012-04-211-2/+2
* | Enable warnings correctly on linux and fix a lot of them.Alexander Gavrilov2012-04-209-20/+28
* | Implement SOIL/STONE substitution logic, and add compat in mapexport.Alexander Gavrilov2012-04-191-5/+76
* | Refactor MapCache: make it parse everything that is known re tiles & mats.Alexander Gavrilov2012-04-191-57/+353
* | Sync to changes in the data structure definitions.Alexander Gavrilov2012-04-191-1/+1
|/
* Add burrow subcommands to modify burrow unit and tile sets.Alexander Gavrilov2012-04-142-0/+116
* Add unit position and container api.Alexander Gavrilov2012-04-132-1/+36
* Add core api for moving items between ground and containers.Alexander Gavrilov2012-04-122-18/+161
* 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-112-64/+45