| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update license, add contributors file, bump release number | Petr Mrázek | 2012-09-30 | 1 | -1/+1 |
| * | Implement a special command parsing mode with one verbatim argument. | Alexander Gavrilov | 2012-09-24 | 1 | -1/+27 |
| * | Support "ls -a" to list scripts in subdirs. | Alexander Gavrilov | 2012-08-29 | 1 | -8/+17 |
| * | Tweak the API for current viewscreen, and dispatch show/dismiss from C++. | Alexander Gavrilov | 2012-08-24 | 1 | -1/+1 |
| * | Suspend DF around loading and unloading plugins. | Alexander Gavrilov | 2012-08-23 | 1 | -0/+1 |
| * | Extract the color enum from color_ostream to toplevel. | Alexander Gavrilov | 2012-08-19 | 1 | -3/+3 |
| * | Expose an API to claim the suspend lock from the Core. | Alexander Gavrilov | 2012-08-18 | 1 | -27/+54 |
| * | Add a utility function for patching read-only memory. | Alexander Gavrilov | 2012-08-17 | 1 | -0/+50 |
| * | add SC_PAUSED / SC_UNPAUSED onStateChange events | jj | 2012-07-05 | 1 | -0/+10 |
| * | ruby: use the color_ostream argument from dfhack to output to dfhack-run | jj | 2012-07-03 | 1 | -3/+3 |
| * | fix error spam when using Zoom hotkeys | jj | 2012-06-28 | 1 | -2/+4 |
| * | ruby: handle .rb files in df/hack/scripts/ | jj | 2012-06-24 | 1 | -12/+38 |
| * | Merge https://github.com/angavrilov/dfhack | Petr Mrázek | 2012-06-23 | 1 | -12/+15 |
| |\ |
|
| | * | Fix TEXT mode support, even making it work somewhat. | Alexander Gavrilov | 2012-06-14 | 1 | -5/+12 |
| | * | Make dfhack.run_script usable from other scripts, and document it. | Alexander Gavrilov | 2012-06-14 | 1 | -7/+3 |
| * | | Nuke some error prints. | Petr Mrázek | 2012-06-23 | 1 | -9/+0 |
| |/ |
|
| * | Linux build works again. | Petr Mrázek | 2012-06-14 | 1 | -2/+1 |
| * | Re-add fake SDL headers, get rid of real SDL use. | Petr Mrázek | 2012-06-14 | 1 | -33/+38 |
| * | Trying to set up an autorelease pool, but not yet succeeding. | Timothy Collett | 2012-05-26 | 1 | -0/+13 |
| * | Initial changes to get dfhack building on the Mac | Timothy Collett | 2012-05-24 | 1 | -32/+32 |
| * | Support using focus strings to limit keybinding scope. | Alexander Gavrilov | 2012-05-19 | 1 | -14/+47 |
| * | Add a workaround for Planepacked bug in buildings constructed via API. | Alexander Gavrilov | 2012-05-17 | 1 | -0/+13 |
| * | Add central locations for onUpdate and onStateChange handling in core. | Alexander Gavrilov | 2012-05-17 | 1 | -11/+24 |
| * | Stop Shift-Enter from being handled as if it was Shift-M. | Alexander Gavrilov | 2012-05-16 | 1 | -0/+12 |
| * | Implement timeouts in the core lua context, and quicksave script. | Alexander Gavrilov | 2012-05-04 | 1 | -0/+4 |
| * | Expose builtin commands to dfhack-run, and add lua script support. | Alexander Gavrilov | 2012-05-04 | 1 | -52/+166 |
| * | Merge https://github.com/jaxad0127/dfhack | Petr Mrázek | 2012-04-16 | 1 | -3/+3 |
| |\ |
|
| | * | Make tiletypes more useful | Jared Adams | 2012-04-15 | 1 | -3/+3 |
| * | | Add an official core lua context, and allow plugins to send events to it. | Alexander Gavrilov | 2012-04-15 | 1 | -0/+17 |
| |/ |
|
| * | Allow plugins to export functions to lua with safe reload support. | Alexander Gavrilov | 2012-04-14 | 1 | -4/+16 |
| * | Change SC_MAP_LOADED handling: only NULL/not NULL change is meaningful. | Alexander Gavrilov | 2012-04-10 | 1 | -7/+12 |
| * | Make Core::Suspend safe in plugin_onupdate by pretending to hold the lock. | Alexander Gavrilov | 2012-04-03 | 1 | -0/+17 |
| * | Improve performance of the persistent data api, and wrap it for lua. | Alexander Gavrilov | 2012-04-01 | 1 | -8/+7 |
| * | Track world and map changes separately for plugin_onstatechange | Petr Mrázek | 2012-04-01 | 1 | -4/+30 |
| * | Pull console output support and REPL out of dfusion into core lib. | Alexander Gavrilov | 2012-03-31 | 1 | -0/+10 |
| * | More fixes | Petr Mrázek | 2012-03-29 | 1 | -6/+8 |
| * | Fix F keys in keybindings: they obviously don't have unicode symbols. | Alexander Gavrilov | 2012-03-28 | 1 | -0/+1 |
| * | A number of interface tweaks in RemoteClient. | Alexander Gavrilov | 2012-03-16 | 1 | -1/+1 |
| * | Rename "interface" to "interfacest" and just avoid all of these MSVC problems | Quietust | 2012-03-15 | 1 | -1/+1 |
| * | Merge https://github.com/angavrilov/dfhack | Petr Mrázek | 2012-03-15 | 1 | -28/+67 |
| |\ |
|
| | * | Make the DF suspend lock recursive, and add RPC calls for batch suspend. | Alexander Gavrilov | 2012-03-15 | 1 | -28/+67 |
| * | | Merge https://github.com/angavrilov/dfhack | Petr Mrázek | 2012-03-15 | 1 | -7/+17 |
| |\ \
| |/ |
|
| | * | Add support for exporting functions from plugins, with example in rename. | Alexander Gavrilov | 2012-03-15 | 1 | -7/+7 |
| | * | Improve support for void RPC functions, dfhack-run, etc. | Alexander Gavrilov | 2012-03-15 | 1 | -0/+2 |
| | * | Implement trivial RPC interface for dfhack via TCP & protobufs. | Alexander Gavrilov | 2012-03-14 | 1 | -0/+8 |
| * | | Merge https://github.com/ClaytonHughes/dfhack | Petr Mrázek | 2012-03-14 | 1 | -11/+37 |
| |\ \
| |/
|/| |
|
| | * | Fixed script loading improperly checking for errors. | Clayton Hughes | 2012-03-12 | 1 | -9/+12 |
| | * | Added 'script' command to load DFHack scripts from file. Syntax is the same ... | Clayton Hughes | 2012-03-11 | 1 | -5/+26 |
| * | | Merge branch 'cleanups' of https://github.com/plaes/dfhack | Petr Mrázek | 2012-03-12 | 1 | -1/+0 |
| |\ \ |
|
| | * | | Don't compile Lua on UNIX | Priit Laes | 2012-02-23 | 1 | -1/+0 |