| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | tools updated (not fully), added editor( edit everything in df) | Warmist | 2012-03-18 | 5 | -152/+233 |
| * | embark and friendship working. | Warmist | 2012-03-18 | 11 | -81/+79 |
| * | Merge branch 'master' of git://github.com/peterix/dfhack | Warmist | 2012-03-17 | 1 | -2/+1 |
| |\ |
|
| | * | Move depends out of main library, make them (static) libraries. | Petr Mrázek | 2012-03-13 | 1 | -2/+1 |
| * | | Started move to new system. Temp disabled non-working plugins. | Warmist | 2012-03-17 | 8 | -58/+98 |
| * | | Alignment done (at least for now). Now there is a working access to df. | Warmist | 2012-03-16 | 3 | -7/+71 |
| * | | alignment hell, and started to port all plugins to new structure based mode. | Warmist | 2012-03-13 | 4 | -19/+62 |
| * | | Fixed loops in linked lists, split xml_types into windows (and in the future ... | Warmist | 2012-03-13 | 6 | -156/+243 |
| |/ |
|
| * | Fixes for DfHack::Process foolery. | Warmist | 2012-03-11 | 5 | -16/+8 |
| * | Updated to new dfhack standards. | Warmist | 2012-03-11 | 4 | -67/+119 |
| * | Df reading starting to work. Lots of testing required, some types don't have ... | Warmist | 2012-03-11 | 4 | -24/+156 |
| * | Lots of work done with xml parsing. | Warmist | 2012-03-04 | 7 | -77/+269 |
| * | More work with parsing xml (almost works) | Warmist | 2012-03-02 | 3 | -2/+468 |
| * | Pattern reader to a tree | Warmist | 2012-02-23 | 1 | -0/+55 |
| * | Added dfusion plugin name. | Warmist | 2012-02-23 | 1 | -0/+2 |
| * | fixed build errors with offsetgroup | Warmist | 2012-02-23 | 2 | -468/+88 |
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -1/+0 |
| * | DFhackCExport is only needed on the plugin_* functions | Quietust | 2012-02-13 | 1 | -4/+4 |
| * | Added missing keybinding mention to 'ls', DFusion hotfix. | Petr Mrázek | 2012-02-06 | 1 | -2/+2 |
| * | Fixed crash with dfusion migrants plugin. | Warmist | 2012-01-06 | 1 | -1/+1 |
| * | Merge branch 'master' of git://github.com/peterix/dfhack | Warmist | 2012-01-06 | 11 | -52/+52 |
| |\ |
|
| | * | Fix MSVC builds, break buildings :D | Petr Mrázek | 2012-01-05 | 4 | -8/+8 |
| | * | Remove DfVector, break MSVC builds until further notice. | Petr Mrázek | 2012-01-04 | 6 | -37/+37 |
| | * | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 6 | -15/+15 |
| * | | Added binding to suspend/resume (engine.suspend and engine.resume in lua) | Warmist | 2012-01-05 | 1 | -0/+14 |
| |/ |
|
| * | Fix for give sentience. | Warmist | 2011-12-27 | 2 | -1/+6 |
| * | Split some plugins to plugin/init pairs (for dfusion init mode) | Warmist | 2011-12-27 | 6 | -626/+629 |
| * | Removed thready argument to dfusion, replaced with init (just sets stuff up, ... | Warmist | 2011-12-27 | 1 | -7/+12 |
| * | Added getKeys method to lua offsetgroup and a way to cast versioninfo to offs... | Warmist | 2011-12-24 | 2 | -6/+42 |
| * | Added header files to dfusion's project | Warmist | 2011-12-24 | 1 | -1/+4 |
| * | Added getKeys to OffsetGroup (for easy lua access to all things that memory.x... | Warmist | 2011-12-24 | 2 | -1/+2 |
| * | Added utils.lua with usefull lua utils. | Warmist | 2011-12-18 | 3 | -1/+3 |
| * | Added autorunning initcustom.lua (for place to put private scripts) autorunni... | Warmist | 2011-12-12 | 6 | -0/+196 |
| * | Added autorunning initcusom.lua if it exists (for custom scripts) | Warmist | 2011-12-11 | 1 | -0/+1 |
| * | Lua function calling. | Warmist | 2011-12-04 | 3 | -0/+56 |
| * | Start of building hacking | Warmist | 2011-10-02 | 4 | -0/+27 |
| * | Better onfunction hints, new onfunction location (Hurt) | Warmist | 2011-09-21 | 2 | -1/+9 |
| * | Added calldf function to call df functions (did not find any working function... | Warmist | 2011-09-21 | 3 | -2/+23 |
| * | Small fixes + lua_bit lib (fixes flag manipulations) | Warmist | 2011-09-17 | 10 | -25/+250 |
| * | Fixes so that windows ver would build (and work) | Warmist | 2011-08-25 | 2 | -1/+5 |
| * | Refactored onfunction a bit, added function hints. | Warmist | 2011-08-21 | 3 | -14/+14 |
| * | Linux support for onfunction/Die. | Warmist | 2011-08-21 | 3 | -40/+48 |
| * | Move function found for linux. | Warmist | 2011-08-21 | 1 | -1/+3 |
| * | Linux tinkerings, moved few offsets and part of creature pattern into memory.... | Warmist | 2011-08-21 | 5 | -66/+72 |
| * | Started migration to init/plugin scheme (init files for noninteractive parts)... | Warmist | 2011-08-21 | 6 | -154/+175 |
| * | OnFunction got new functions to make function callbacks easier (namely SetCal... | Warmist | 2011-08-20 | 1 | -3/+26 |
| * | Replaced test function with OnCreature move... | Warmist | 2011-08-20 | 3 | -5/+6 |
| * | more registers supported | Warmist | 2011-08-20 | 4 | -4/+20 |
| * | Working onfunction... | Warmist | 2011-08-20 | 3 | -2/+2 |
| * | Almost working onfunction plugin... need to work out few bugs | Warmist | 2011-08-20 | 3 | -10/+16 |