summaryrefslogtreecommitdiff
path: root/plugins/Dfusion/dfusion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed Console module from dfusion.Warmist2012-07-181-3/+0
* Add a few more unit orderings, and a way to reverse direction.Alexander Gavrilov2012-04-211-3/+19
* Implement a way to do prompts from core context.Alexander Gavrilov2012-04-151-2/+1
* Add an official core lua context, and allow plugins to send events to it.Alexander Gavrilov2012-04-151-0/+7
* Pull console output support and REPL out of dfusion into core lib.Alexander Gavrilov2012-03-311-96/+8
* Set '_' to the first result value for both interactive shortcuts.Alexander Gavrilov2012-03-301-13/+18
* Enhance the interactive interpreter mode of dfusion.Alexander Gavrilov2012-03-301-8/+60
* Moving to new LuaWrapper.Warmist2012-03-241-0/+3
* few small bugs (embark caste selection) and moved runsaved to non-auto.Warmist2012-03-181-6/+9
* Fixes for DfHack::Process foolery.Warmist2012-03-111-1/+1
* Updated to new dfhack standards.Warmist2012-03-111-37/+50
* Lots of work done with xml parsing.Warmist2012-03-041-0/+2
* Added dfusion plugin name.Warmist2012-02-231-0/+2
* New plugin interfacePetr Mrázek2012-02-211-1/+0
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-4/+4
* Header changes/cleanup.Petr Mrázek2011-12-311-6/+6
* Removed thready argument to dfusion, replaced with init (just sets stuff up, ...Warmist2011-12-271-7/+12
* Lua function calling.Warmist2011-12-041-0/+3
* Small fixes + lua_bit lib (fixes flag manipulations)Warmist2011-09-171-1/+4
* Started migration to init/plugin scheme (init files for noninteractive parts)...Warmist2011-08-211-5/+14
* fixed few formating things, and annoying 'g' error. (work-around somehow the ...Warmist2011-08-191-1/+0
* Added dfusion thready flag to spawn another threadWarmist2011-08-191-9/+22
* Merge https://github.com/warmist/dfhackPetr Mrázek2011-08-131-4/+4
|\
| * small fixes to VersionInfo wrapper, added Current_Race in Memory.xml to new v...Warmist2011-08-091-4/+4
* | Command history separated from Console.Petr Mrázek2011-08-131-8/+9
|/
* versionInfo wrapper, no offsetgroup methods yetWarmist2011-08-091-7/+9
* Make dfusion use the static lua lib.Petr Mrázek2011-08-081-4/+4
* Embark and friendship workingWarmist2011-08-051-0/+6
* Lots of changes, including hexsearch and wrapper for lua, also LUNE - an obje...Warmist2011-08-031-0/+2
* small bugfix (lua_Process.cpp) and onTick rate slowedWarmist2011-07-281-9/+9
* Small fixes and lua port of ProcessWarmist2011-07-281-4/+2
* Peek and pokes with lua bindings. Also interpreter implementedWarmist2011-07-281-2/+24
* Added simple readme, fixed sdl_threads and moved to tinythreads (mutex for lu...Warmist2011-07-271-9/+13
* Functioncalling minilibWarmist2011-07-191-14/+0
* Functioncall minilib testingWarmist2011-07-171-12/+16
* Merge branch 'dfapi' of git://github.com/peterix/dfhack into dfapiWarmist2011-07-171-1/+43
* Improved error checking (and flood protection)Warmist2011-07-161-2/+8
* Full DFHack::Console to lua binding.Warmist2011-07-161-10/+14
* OnTick working!Warmist2011-07-161-8/+20
* Added lua c++ wrapperWarmist2011-07-161-7/+15
* Lua integrated.Warmist2011-07-161-1/+11
* First dfusion plugin commitWarmist2011-07-161-0/+52