summaryrefslogtreecommitdiff
path: root/plugins/Dfusion
Commit message (Expand)AuthorAgeFilesLines
...
* tools updated (not fully), added editor( edit everything in df)Warmist2012-03-185-152/+233
* embark and friendship working.Warmist2012-03-1811-81/+79
* Merge branch 'master' of git://github.com/peterix/dfhackWarmist2012-03-171-2/+1
|\
| * Move depends out of main library, make them (static) libraries.Petr Mrázek2012-03-131-2/+1
* | Started move to new system. Temp disabled non-working plugins.Warmist2012-03-178-58/+98
* | Alignment done (at least for now). Now there is a working access to df.Warmist2012-03-163-7/+71
* | alignment hell, and started to port all plugins to new structure based mode.Warmist2012-03-134-19/+62
* | Fixed loops in linked lists, split xml_types into windows (and in the future ...Warmist2012-03-136-156/+243
|/
* Fixes for DfHack::Process foolery.Warmist2012-03-115-16/+8
* Updated to new dfhack standards.Warmist2012-03-114-67/+119
* Df reading starting to work. Lots of testing required, some types don't have ...Warmist2012-03-114-24/+156
* Lots of work done with xml parsing.Warmist2012-03-047-77/+269
* More work with parsing xml (almost works)Warmist2012-03-023-2/+468
* Pattern reader to a treeWarmist2012-02-231-0/+55
* Added dfusion plugin name.Warmist2012-02-231-0/+2
* fixed build errors with offsetgroupWarmist2012-02-232-468/+88
* New plugin interfacePetr Mrázek2012-02-211-1/+0
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-4/+4
* Added missing keybinding mention to 'ls', DFusion hotfix.Petr Mrázek2012-02-061-2/+2
* Fixed crash with dfusion migrants plugin.Warmist2012-01-061-1/+1
* Merge branch 'master' of git://github.com/peterix/dfhackWarmist2012-01-0611-52/+52
|\
| * Fix MSVC builds, break buildings :DPetr Mrázek2012-01-054-8/+8
| * Remove DfVector, break MSVC builds until further notice.Petr Mrázek2012-01-046-37/+37
| * Header changes/cleanup.Petr Mrázek2011-12-316-15/+15
* | Added binding to suspend/resume (engine.suspend and engine.resume in lua)Warmist2012-01-051-0/+14
|/
* Fix for give sentience.Warmist2011-12-272-1/+6
* Split some plugins to plugin/init pairs (for dfusion init mode)Warmist2011-12-276-626/+629
* Removed thready argument to dfusion, replaced with init (just sets stuff up, ...Warmist2011-12-271-7/+12
* Added getKeys method to lua offsetgroup and a way to cast versioninfo to offs...Warmist2011-12-242-6/+42
* Added header files to dfusion's projectWarmist2011-12-241-1/+4
* Added getKeys to OffsetGroup (for easy lua access to all things that memory.x...Warmist2011-12-242-1/+2
* Added utils.lua with usefull lua utils.Warmist2011-12-183-1/+3
* Added autorunning initcustom.lua (for place to put private scripts) autorunni...Warmist2011-12-126-0/+196
* Added autorunning initcusom.lua if it exists (for custom scripts)Warmist2011-12-111-0/+1
* Lua function calling.Warmist2011-12-043-0/+56
* Start of building hackingWarmist2011-10-024-0/+27
* Better onfunction hints, new onfunction location (Hurt)Warmist2011-09-212-1/+9
* Added calldf function to call df functions (did not find any working function...Warmist2011-09-213-2/+23
* Small fixes + lua_bit lib (fixes flag manipulations)Warmist2011-09-1710-25/+250
* Fixes so that windows ver would build (and work)Warmist2011-08-252-1/+5
* Refactored onfunction a bit, added function hints.Warmist2011-08-213-14/+14
* Linux support for onfunction/Die.Warmist2011-08-213-40/+48
* Move function found for linux.Warmist2011-08-211-1/+3
* Linux tinkerings, moved few offsets and part of creature pattern into memory....Warmist2011-08-215-66/+72
* Started migration to init/plugin scheme (init files for noninteractive parts)...Warmist2011-08-216-154/+175
* OnFunction got new functions to make function callbacks easier (namely SetCal...Warmist2011-08-201-3/+26
* Replaced test function with OnCreature move...Warmist2011-08-203-5/+6
* more registers supportedWarmist2011-08-204-4/+20
* Working onfunction...Warmist2011-08-203-2/+2
* Almost working onfunction plugin... need to work out few bugsWarmist2011-08-203-10/+16