| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removed Console module from dfusion. | Warmist | 2012-07-18 | 1 | -131/+0 |
| * | Expose builtin commands to dfhack-run, and add lua script support. | Alexander Gavrilov | 2012-05-04 | 1 | -1/+2 |
| * | Added ability to call dfuse as a hotkey. | Warmist | 2012-04-03 | 1 | -3/+13 |
| * | Pull console output support and REPL out of dfusion into core lib. | Alexander Gavrilov | 2012-03-31 | 1 | -71/+2 |
| * | Update lua to 5.2 and fix obvious breakage due to obsolete api. | Alexander Gavrilov | 2012-03-31 | 2 | -9/+21 |
| * | Enhance the interactive interpreter mode of dfusion. | Alexander Gavrilov | 2012-03-30 | 1 | -10/+45 |
| * | Add missing array terminator - without this, Release builds crash on startup | Quietust | 2012-03-27 | 1 | -1/+2 |
| * | Extern "C" mess fixed, bitlib mess fixed, bitlib added to autoload. | Warmist | 2012-03-26 | 2 | -182/+0 |
| * | New pointer, setup pointer and df-array. ALso new tool, empregnate. | Warmist | 2012-03-18 | 1 | -0/+17 |
| * | Started move to new system. Temp disabled non-working plugins. | Warmist | 2012-03-17 | 1 | -2/+2 |
| * | Fixes for DfHack::Process foolery. | Warmist | 2012-03-11 | 1 | -10/+2 |
| * | Updated to new dfhack standards. | Warmist | 2012-03-11 | 1 | -28/+65 |
| * | Lots of work done with xml parsing. | Warmist | 2012-03-04 | 1 | -41/+73 |
| * | fixed build errors with offsetgroup | Warmist | 2012-02-23 | 1 | -442/+88 |
| * | Added missing keybinding mention to 'ls', DFusion hotfix. | Petr Mrázek | 2012-02-06 | 1 | -2/+2 |
| * | Merge branch 'master' of git://github.com/peterix/dfhack | Warmist | 2012-01-06 | 5 | -32/+32 |
| |\ |
|
| | * | Fix MSVC builds, break buildings :D | Petr Mrázek | 2012-01-05 | 3 | -5/+5 |
| | * | Remove DfVector, break MSVC builds until further notice. | Petr Mrázek | 2012-01-04 | 5 | -32/+32 |
| * | | Added binding to suspend/resume (engine.suspend and engine.resume in lua) | Warmist | 2012-01-05 | 1 | -0/+14 |
| |/ |
|
| * | Added getKeys method to lua offsetgroup and a way to cast versioninfo to offs... | Warmist | 2011-12-24 | 1 | -6/+41 |
| * | Lua function calling. | Warmist | 2011-12-04 | 1 | -0/+39 |
| * | Added calldf function to call df functions (did not find any working function... | Warmist | 2011-09-21 | 1 | -2/+19 |
| * | Small fixes + lua_bit lib (fixes flag manipulations) | Warmist | 2011-09-17 | 2 | -0/+182 |
| * | Fixes so that windows ver would build (and work) | Warmist | 2011-08-25 | 1 | -0/+4 |
| * | Linux tinkerings, moved few offsets and part of creature pattern into memory.... | Warmist | 2011-08-21 | 1 | -2/+2 |
| * | more registers supported | Warmist | 2011-08-20 | 1 | -1/+9 |
| * | Working onfunction... | Warmist | 2011-08-20 | 1 | -1/+1 |
| * | Started working on new plugin | Warmist | 2011-08-20 | 1 | -0/+27 |
| * | Merge https://github.com/warmist/dfhack | Petr Mrázek | 2011-08-13 | 1 | -16/+20 |
| |\ |
|
| | * | small fixes to VersionInfo wrapper, added Current_Race in Memory.xml to new v... | Warmist | 2011-08-09 | 1 | -8/+8 |
| | * | finnaly fixed the VersionInfo. Should work now. | Warmist | 2011-08-09 | 1 | -8/+12 |
| * | | Command history separated from Console. | Petr Mrázek | 2011-08-13 | 1 | -17/+2 |
| |/ |
|
| * | Rest of methods (editing not implemented) | Warmist | 2011-08-09 | 1 | -203/+417 |
| * | versionInfo wrapper, no offsetgroup methods yet | Warmist | 2011-08-09 | 1 | -0/+214 |
| * | Linux compatibilty run, not sure if windows is not broken... | Warmist | 2011-08-08 | 3 | -18/+26 |
| * | Lua versioninfo start, small ressurection tool update. | Warmist | 2011-08-07 | 1 | -0/+1 |
| * | Embark and friendship working | Warmist | 2011-08-05 | 2 | -3/+157 |
| * | .o file reader source files | Warmist | 2011-08-04 | 2 | -0/+103 |
| * | DWORD_ fix, not sure if correct | Warmist | 2011-08-03 | 1 | -2/+2 |
| * | Ported items plugin with more stuff | Warmist | 2011-08-03 | 2 | -6/+47 |
| * | Fixes to hexsearch | Warmist | 2011-08-03 | 2 | -5/+5 |
| * | Lots of changes, including hexsearch and wrapper for lua, also LUNE - an obje... | Warmist | 2011-08-03 | 3 | -0/+133 |
| * | small bugfix (lua_Process.cpp) and onTick rate slowed | Warmist | 2011-07-28 | 1 | -1/+1 |
| * | Small fixes and lua port of Process | Warmist | 2011-07-28 | 3 | -2/+306 |
| * | Functioncall minilib quickfix for unix. | Warmist | 2011-07-28 | 1 | -1/+4 |
| * | Peek and pokes with lua bindings. Also interpreter implemented | Warmist | 2011-07-28 | 1 | -1/+133 |
| * | Added simple readme, fixed sdl_threads and moved to tinythreads (mutex for lu... | Warmist | 2011-07-27 | 1 | -0/+18 |
| * | Functioncalling minilib | Warmist | 2011-07-19 | 1 | -8/+39 |
| * | Functioncall minilib testing | Warmist | 2011-07-17 | 1 | -0/+81 |
| * | Full DFHack::Console to lua binding. | Warmist | 2011-07-16 | 1 | -0/+137 |