summaryrefslogtreecommitdiff
path: root/library/include
Commit message (Expand)AuthorAgeFilesLines
...
| * Move formatting newly-found globals for symbols.xml to lua code.Alexander Gavrilov2012-06-211-0/+2
* | Move back to using interposition to be more portableTimothy Collett2012-06-292-0/+13
* | Merge branch 'master' of https://github.com/angavrilov/dfhackTimothy Collett2012-06-181-24/+7
|\ \ | |/
| * Sync to the change in gamemode/gametype globals.Alexander Gavrilov2012-06-161-24/+7
* | Merge branch 'master' of github.com:peterix/dfhackTimothy Collett2012-06-148-12/+620
|\ \ | |/
| * Re-add fake SDL headers, get rid of real SDL use.Petr Mrázek2012-06-145-9/+605
| * Merge https://github.com/danaris/dfhackPetr Mrázek2012-06-146-606/+15
| |\
| * \ Merge https://github.com/jjyg/dfhackPetr Mrázek2012-06-131-3/+3
| |\ \
| | * \ Merge branch 'master' of git://github.com/angavrilov/dfhackjj2012-06-112-11/+11
| | |\ \
| | * | | export openplugin/lookupplugin from plugin managerjj2012-06-021-3/+3
| * | | | Support casting references and allocating arrays of numbers in lua wrapper.Alexander Gavrilov2012-06-131-0/+1
| | |/ / | |/| |
| * | | Support 7-argument vmethods.Alexander Gavrilov2012-06-051-0/+11
* | | | Disable a whole bunch of no-longer-necessary debug outputTimothy Collett2012-06-141-6/+6
| |_|/ |/| |
* | | Trying to set up an autorelease pool, but not yet succeeding.Timothy Collett2012-05-261-0/+7
* | | More work on getting dfhack building & compiling on Mac OS XTimothy Collett2012-05-252-8/+8
* | | Merge git://github.com/quietust/dfhackTimothy Collett2012-05-241-11/+0
|\ \ \ | |/ /
| * | Cleanup World module to use df::global, and fix crashes when control_mode/gam...Quietust2012-05-231-11/+0
| |/
* | Initial changes to get dfhack building on the MacTimothy Collett2012-05-245-612/+14
|/
* Remove stuff that shouldn't be in the core, and expose to lua what's left.Alexander Gavrilov2012-05-201-1/+6
* Merge remote-tracking branch 'kmartin/master'Alexander Gavrilov2012-05-201-1/+2
|\
| * Merge https://github.com/playfordh/dfhackPetr Mrázek2012-05-191-1/+2
| |\
| | * Added new method - Items::moveToInventory(...)harlanplayford2012-05-151-1/+2
* | | Support using focus strings to limit keybinding scope.Alexander Gavrilov2012-05-191-0/+1
* | | Add a mechanism converting ui focus to a string representation.Alexander Gavrilov2012-05-193-0/+52
|/ /
* | Merge https://github.com/warmist/dfhackPetr Mrázek2012-05-181-1/+3
|\ \
| * | Added df::Items::moveToBuilding. Moved item from ground to building, usefull ...Warmist2012-05-181-1/+3
* | | Support trade viewscreens in Items::getSelectedItem.Alexander Gavrilov2012-05-181-0/+2
|/ /
* | Add central locations for onUpdate and onStateChange handling in core.Alexander Gavrilov2012-05-172-10/+14
* | Improve lua api for tile biome access.Alexander Gavrilov2012-05-132-2/+18
* | Request designation rescan in auto-growing burrows.Alexander Gavrilov2012-05-122-0/+31
* | Add api for enabling liquid and temperature updates for blocks.Alexander Gavrilov2012-05-123-16/+16
|/
* Add code for adding abstract buildings and removing constructions.Alexander Gavrilov2012-05-062-0/+14
* Add a couple more building api functions.Alexander Gavrilov2012-05-061-1/+12
* Move some things that won't work in dfhack-client to a separate file.Alexander Gavrilov2012-05-052-3/+3
* Fix some things that confuse MSVC.Alexander Gavrilov2012-05-051-3/+3
* Implement timeouts in the core lua context, and quicksave script.Alexander Gavrilov2012-05-041-0/+2
* Expose builtin commands to dfhack-run, and add lua script support.Alexander Gavrilov2012-05-043-1/+15
* Update dfhack for specific_ref.Alexander Gavrilov2012-05-032-0/+15
* Allow both coordinate object and (x,y,z) as arguments to getTileBlock.Alexander Gavrilov2012-05-021-3/+22
* Add a convenience function for designating constructions.Alexander Gavrilov2012-05-013-0/+25
* Update building creation code with new knowledge, and fix zone.Alexander Gavrilov2012-05-011-1/+17
* Implement unconstructed building instance creation and linking into world.Alexander Gavrilov2012-04-294-0/+67
* Add api to check the walkable cache, and update flow_forbid in liquids.Alexander Gavrilov2012-04-262-0/+7
* Split off the burrows api from Maps and Units.Alexander Gavrilov2012-04-263-34/+78
* Retrieve unit noble position info, and use it in getProfessionName.Alexander Gavrilov2012-04-261-1/+12
* Add a few more lua api functions, documentation, and unit sort orders.Alexander Gavrilov2012-04-232-1/+7
* Support sorting units in many more ui contexts.Alexander Gavrilov2012-04-221-2/+28
* Add a hotkey command that sorts units in lists using lua comparators.Alexander Gavrilov2012-04-212-0/+3
* Enable warnings correctly on linux and fix a lot of them.Alexander Gavrilov2012-04-203-9/+9
* Fix lua wrapper sizeof for static arrays.Alexander Gavrilov2012-04-202-2/+4