summaryrefslogtreecommitdiff
path: root/library/include/Core.h
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Expose an API to claim the suspend lock from the Core.Alexander Gavrilov2012-08-181-0/+21
* Merge https://github.com/jjyg/dfhackPetr Mrázek2012-07-091-1/+4
|\
| * add SC_PAUSED / SC_UNPAUSED onStateChange eventsjj2012-07-051-1/+4
* | Move back to using interposition to be more portableTimothy Collett2012-06-291-0/+7
|/
* Re-add fake SDL headers, get rid of real SDL use.Petr Mrázek2012-06-141-5/+3
* More work on getting dfhack building & compiling on Mac OS XTimothy Collett2012-05-251-4/+4
* Initial changes to get dfhack building on the MacTimothy Collett2012-05-241-7/+7
* Support using focus strings to limit keybinding scope.Alexander Gavrilov2012-05-191-0/+1
* Add central locations for onUpdate and onStateChange handling in core.Alexander Gavrilov2012-05-171-0/+14
* Expose builtin commands to dfhack-run, and add lua script support.Alexander Gavrilov2012-05-041-1/+9
* Merge https://github.com/jaxad0127/dfhackPetr Mrázek2012-04-161-0/+2
|\
| * Make tiletypes more usefulJared Adams2012-04-151-0/+2
* | Add an official core lua context, and allow plugins to send events to it.Alexander Gavrilov2012-04-151-0/+2
|/
* Clean up some chaos in old code.Petr Mrázek2012-04-151-6/+0
* Allow plugins to export functions to lua with safe reload support.Alexander Gavrilov2012-04-141-0/+2
* Track world and map changes separately for plugin_onstatechangePetr Mrázek2012-04-011-1/+5
* Pull console output support and REPL out of dfusion into core lib.Alexander Gavrilov2012-03-311-0/+1
* Move CoreService to a separate file.Alexander Gavrilov2012-03-171-1/+1
* Make the DF suspend lock recursive, and add RPC calls for batch suspend.Alexander Gavrilov2012-03-151-4/+8
* Add support for exporting functions from plugins, with example in rename.Alexander Gavrilov2012-03-151-0/+1
* Implement trivial RPC interface for dfhack via TCP & protobufs.Alexander Gavrilov2012-03-141-0/+4
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-2/+10
* Fixed up formatting, debug messages in new Windows Hotkey stuff.Clayton Hughes2012-03-091-2/+1
* Windows now detects hotkeys using the correct keyboard layout.Clayton Hughes2012-03-091-0/+3
* First pass at windowing, track df2mc, stonesensePetr Mrázek2012-03-051-2/+7
* Get rid of Simple namespace, Gui module is now a namespace.Petr Mrázek2012-03-031-4/+0
* Fix normal hooks.Petr Mrázek2012-02-281-1/+2
* Add eggy hooks (linux only for now)Petr Mrázek2012-02-281-1/+7
* Make it run on Windows, re-added more missing globals to memory.xmlPetr Mrázek2012-02-101-1/+1
* Remove UTF-8 BOMsQuietust2012-01-271-1/+1
* Kill the Constructions moduleQuietust2012-01-241-5/+1
* Kill the Vegetation module, replacing it with the same 3 simple methods used ...Quietust2012-01-241-4/+0
* Kill the Engravings moduleQuietust2012-01-241-4/+0
* Kill the Units module, and add another pair of methods to the Items module to...Quietust2012-01-241-4/+0
* Goodbye, Translation moduleQuietust2012-01-241-4/+0
* Kill the Maps moduleQuietust2012-01-191-4/+0
* Kill the Items moduleQuietust2012-01-161-4/+0
* Dissolve vermin module.Petr Mrázek2012-01-081-4/+0
* Buildings aren't a module anymore, fix probe segfaults.Petr Mrázek2012-01-081-4/+0
* Merge https://github.com/angavrilov/dfhackPetr Mrázek2011-12-311-0/+1
* Header changes/cleanup.Petr Mrázek2011-12-311-0/+224