| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update license, add contributors file, bump release number | Petr Mrázek | 2012-09-30 | 1 | -1/+1 |
| * | Fix a deadlock problem between suspend in (un)load, and onupdate. | Alexander Gavrilov | 2012-08-26 | 1 | -7/+17 |
| * | Suspend DF around loading and unloading plugins. | Alexander Gavrilov | 2012-08-23 | 1 | -0/+5 |
| * | Track lua event listener count, and let the C++ host know. | Alexander Gavrilov | 2012-08-23 | 1 | -3/+56 |
| * | Implement support for lua-backed viewscreens. | Alexander Gavrilov | 2012-08-19 | 1 | -1/+1 |
| * | ruby: use the color_ostream argument from dfhack to output to dfhack-run | jj | 2012-07-03 | 1 | -1/+1 |
| * | ruby: handle .rb files in df/hack/scripts/ | jj | 2012-06-24 | 1 | -1/+7 |
| * | Add central locations for onUpdate and onStateChange handling in core. | Alexander Gavrilov | 2012-05-17 | 1 | -2/+0 |
| * | Move some things that won't work in dfhack-client to a separate file. | Alexander Gavrilov | 2012-05-05 | 1 | -0/+1 |
| * | Implement timeouts in the core lua context, and quicksave script. | Alexander Gavrilov | 2012-05-04 | 1 | -1/+1 |
| * | Expose builtin commands to dfhack-run, and add lua script support. | Alexander Gavrilov | 2012-05-04 | 1 | -35/+2 |
| * | Export the onStateChange event to core lua context & add some docs. | Alexander Gavrilov | 2012-04-17 | 1 | -0/+2 |
| * | Try working around some msvc problems. | Alexander Gavrilov | 2012-04-16 | 1 | -1/+1 |
| * | Add an official core lua context, and allow plugins to send events to it. | Alexander Gavrilov | 2012-04-15 | 1 | -11/+49 |
| * | Allow plugins to export functions to lua with safe reload support. | Alexander Gavrilov | 2012-04-14 | 1 | -4/+108 |
| * | Clear the command vector during plugin load and unload to avoid confusion. | Alexander Gavrilov | 2012-03-28 | 1 | -0/+2 |
| * | A number of interface tweaks in RemoteClient. | Alexander Gavrilov | 2012-03-16 | 1 | -1/+1 |
| * | Add support for exporting functions from plugins, with example in rename. | Alexander Gavrilov | 2012-03-15 | 1 | -17/+53 |
| * | Check for a valid plugin_shutdown function when unloading plugins | Petr Mrázek | 2012-03-11 | 1 | -2/+4 |
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -31/+28 |
| * | Get rid of Simple namespace, Gui module is now a namespace. | Petr Mrázek | 2012-03-03 | 1 | -1/+1 |
| * | Fix possible source of vile errors. | Petr Mrázek | 2012-03-01 | 1 | -5/+5 |
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -12/+21 |
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -10/+10 |
| * | Merge https://github.com/angavrilov/dfhack | Petr Mrázek | 2011-12-31 | 1 | -14/+8 |
| |\ |
|
| | * | Implement context-sensitive keybinding support. | Alexander Gavrilov | 2011-12-31 | 1 | -13/+78 |
| * | | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -8/+7 |
| * | | Implement context-sensitive keybinding support. | Alexander Gavrilov | 2011-12-30 | 1 | -14/+82 |
| |/ |
|
| * | Notify plugins about game being loaded or unloaded. | Alexander Gavrilov | 2011-12-30 | 1 | -0/+24 |
| * | Fix plugin reloading. | Alexander Gavrilov | 2011-12-29 | 1 | -1/+1 |
| * | Many tweaks to plugins, reorganized the build system and removed more cruft. | Petr Mrázek | 2011-08-14 | 1 | -2/+2 |
| * | Fix problem with running interactive commands from hotkeys. | Petr Mrázek | 2011-08-06 | 1 | -4/+8 |
| * | Linux-side of threading function rewrite. Windows=broken. | Petr Mrázek | 2011-07-27 | 1 | -31/+27 |
| * | Make 'die' plugin a builtin, made the console interaction less confusing. | Petr Mrázek | 2011-07-20 | 1 | -1/+3 |
| * | Added plugin loading/unloading/reloading. Many locks. Too many damn locks. | Petr Mrázek | 2011-07-18 | 1 | -43/+231 |
| * | Fix for a bug in command history queue access. dfhack script can run valgrind. | Petr Mrázek | 2011-07-14 | 1 | -3/+3 |
| * | Windows side of the Console rewrite | Petr Mrázek | 2011-07-14 | 1 | -3/+4 |
| * | Integrate linenoise into Console - Linux part | Petr Mrázek | 2011-07-13 | 1 | -4/+3 |
| * | Hotkey UI for linux. | Petr Mrázek | 2011-07-09 | 1 | -1/+1 |
| * | Fixed prospector, added the command list back, removed the plugin init consol... | Petr Mrázek | 2011-06-27 | 1 | -2/+4 |
| * | Added optional plugin_onupdate function, called each Core update. | Petr Mrázek | 2011-06-27 | 1 | -0/+14 |
| * | Added destructor code for PluginManager, console color reset funstion. | Petr Mrázek | 2011-06-25 | 1 | -14/+22 |
| * | Plugin manager, reworked kittens and reveal. | Petr Mrázek | 2011-06-25 | 1 | -0/+181 |