summaryrefslogtreecommitdiff
path: root/library/include/PluginManager.h
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Fix a deadlock problem between suspend in (un)load, and onupdate.Alexander Gavrilov2012-08-261-1/+3
* Track lua event listener count, and let the C++ host know.Alexander Gavrilov2012-08-231-18/+3
* ruby: use the color_ostream argument from dfhack to output to dfhack-runjj2012-07-031-2/+2
* ruby: handle .rb files in df/hack/scripts/jj2012-06-241-0/+2
* export openplugin/lookupplugin from plugin managerjj2012-06-021-3/+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-171-10/+0
* Export the onStateChange event to core lua context & add some docs.Alexander Gavrilov2012-04-171-7/+7
* Add an official core lua context, and allow plugins to send events to it.Alexander Gavrilov2012-04-151-1/+22
* Clean up some chaos in old code.Petr Mrázek2012-04-151-1/+10
* Allow plugins to export functions to lua with safe reload support.Alexander Gavrilov2012-04-141-3/+50
* Track world and map changes separately for plugin_onstatechangePetr Mrázek2012-04-011-2/+4
* Add support for exporting functions from plugins, with example in rename.Alexander Gavrilov2012-03-151-7/+16
* Implement trivial RPC interface for dfhack via TCP & protobufs.Alexander Gavrilov2012-03-141-8/+3
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-16/+17
* Get rid of Simple namespace, Gui module is now a namespace.Petr Mrázek2012-03-031-4/+7
* Hidden weather command raw value overridePetr Mrázek2012-02-221-2/+2
* New plugin interfacePetr Mrázek2012-02-211-1/+5
* Silence annoying warning in MSVCQuietust2012-01-111-1/+1
* Merge https://github.com/angavrilov/dfhackPetr Mrázek2011-12-311-7/+14
* Header changes/cleanup.Petr Mrázek2011-12-311-0/+182