summaryrefslogtreecommitdiff
path: root/plugins/Dfusion/src
Commit message (Expand)AuthorAgeFilesLines
* Removed Console module from dfusion.Warmist2012-07-181-131/+0
* Expose builtin commands to dfhack-run, and add lua script support.Alexander Gavrilov2012-05-041-1/+2
* Added ability to call dfuse as a hotkey.Warmist2012-04-031-3/+13
* Pull console output support and REPL out of dfusion into core lib.Alexander Gavrilov2012-03-311-71/+2
* Update lua to 5.2 and fix obvious breakage due to obsolete api.Alexander Gavrilov2012-03-312-9/+21
* Enhance the interactive interpreter mode of dfusion.Alexander Gavrilov2012-03-301-10/+45
* Add missing array terminator - without this, Release builds crash on startupQuietust2012-03-271-1/+2
* Extern "C" mess fixed, bitlib mess fixed, bitlib added to autoload.Warmist2012-03-262-182/+0
* New pointer, setup pointer and df-array. ALso new tool, empregnate.Warmist2012-03-181-0/+17
* Started move to new system. Temp disabled non-working plugins.Warmist2012-03-171-2/+2
* Fixes for DfHack::Process foolery.Warmist2012-03-111-10/+2
* Updated to new dfhack standards.Warmist2012-03-111-28/+65
* Lots of work done with xml parsing.Warmist2012-03-041-41/+73
* fixed build errors with offsetgroupWarmist2012-02-231-442/+88
* Added missing keybinding mention to 'ls', DFusion hotfix.Petr Mrázek2012-02-061-2/+2
* Merge branch 'master' of git://github.com/peterix/dfhackWarmist2012-01-065-32/+32
|\
| * Fix MSVC builds, break buildings :DPetr Mrázek2012-01-053-5/+5
| * Remove DfVector, break MSVC builds until further notice.Petr Mrázek2012-01-045-32/+32
* | Added binding to suspend/resume (engine.suspend and engine.resume in lua)Warmist2012-01-051-0/+14
|/
* Added getKeys method to lua offsetgroup and a way to cast versioninfo to offs...Warmist2011-12-241-6/+41
* Lua function calling.Warmist2011-12-041-0/+39
* Added calldf function to call df functions (did not find any working function...Warmist2011-09-211-2/+19
* Small fixes + lua_bit lib (fixes flag manipulations)Warmist2011-09-172-0/+182
* Fixes so that windows ver would build (and work)Warmist2011-08-251-0/+4
* Linux tinkerings, moved few offsets and part of creature pattern into memory....Warmist2011-08-211-2/+2
* more registers supportedWarmist2011-08-201-1/+9
* Working onfunction...Warmist2011-08-201-1/+1
* Started working on new pluginWarmist2011-08-201-0/+27
* Merge https://github.com/warmist/dfhackPetr Mrázek2011-08-131-16/+20
|\
| * small fixes to VersionInfo wrapper, added Current_Race in Memory.xml to new v...Warmist2011-08-091-8/+8
| * finnaly fixed the VersionInfo. Should work now.Warmist2011-08-091-8/+12
* | Command history separated from Console.Petr Mrázek2011-08-131-17/+2
|/
* Rest of methods (editing not implemented)Warmist2011-08-091-203/+417
* versionInfo wrapper, no offsetgroup methods yetWarmist2011-08-091-0/+214
* Linux compatibilty run, not sure if windows is not broken...Warmist2011-08-083-18/+26
* Lua versioninfo start, small ressurection tool update.Warmist2011-08-071-0/+1
* Embark and friendship workingWarmist2011-08-052-3/+157
* .o file reader source filesWarmist2011-08-042-0/+103
* DWORD_ fix, not sure if correctWarmist2011-08-031-2/+2
* Ported items plugin with more stuffWarmist2011-08-032-6/+47
* Fixes to hexsearchWarmist2011-08-032-5/+5
* Lots of changes, including hexsearch and wrapper for lua, also LUNE - an obje...Warmist2011-08-033-0/+133
* small bugfix (lua_Process.cpp) and onTick rate slowedWarmist2011-07-281-1/+1
* Small fixes and lua port of ProcessWarmist2011-07-283-2/+306
* Functioncall minilib quickfix for unix.Warmist2011-07-281-1/+4
* Peek and pokes with lua bindings. Also interpreter implementedWarmist2011-07-281-1/+133
* Added simple readme, fixed sdl_threads and moved to tinythreads (mutex for lu...Warmist2011-07-271-0/+18
* Functioncalling minilibWarmist2011-07-191-8/+39
* Functioncall minilib testingWarmist2011-07-171-0/+81
* Full DFHack::Console to lua binding.Warmist2011-07-161-0/+137