| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update license, add contributors file, bump release number | Petr Mrázek | 2012-09-30 | 1 | -1/+1 |
| * | Add a script to reclassify 'individual choice' weapons based on unit skill. | Alexander Gavrilov | 2012-09-29 | 1 | -0/+31 |
| * | fix for updated viewlist_petst | jj | 2012-09-26 | 1 | -1/+1 |
| * | Support the Room list in getSelectedBuilding. | Alexander Gavrilov | 2012-09-20 | 1 | -0/+4 |
| * | Add unit/item/job/building getter hook vmethods to dfhack_viewscreen. | Alexander Gavrilov | 2012-09-20 | 1 | -0/+11 |
| * | Add an API function that returns the selected building. | Alexander Gavrilov | 2012-09-20 | 1 | -0/+58 |
| * | Follow changes in XML defs. | Alexander Gavrilov | 2012-09-18 | 1 | -7/+7 |
| * | Follow changes to structures. | Alexander Gavrilov | 2012-09-17 | 1 | -2/+2 |
| * | Support setting the target area for the siege engine. | Alexander Gavrilov | 2012-09-08 | 1 | -3/+4 |
| * | Implement a pressure plate sensitive to machine power. | Alexander Gavrilov | 2012-09-06 | 1 | -1/+8 |
| * | Add some APIs required by steam engine to the core. | Alexander Gavrilov | 2012-09-02 | 1 | -2/+149 |
| * | Expose the liquids plugin engine to lua, and make a wrapper gui script. | Alexander Gavrilov | 2012-08-25 | 1 | -0/+17 |
| * | Tweak the API for current viewscreen, and dispatch show/dismiss from C++. | Alexander Gavrilov | 2012-08-24 | 1 | -7/+9 |
| * | Add a module for painting tiles into the gps global. | Alexander Gavrilov | 2012-08-19 | 1 | -0/+6 |
| * | Merge https://github.com/danaris/dfhack | Petr Mrázek | 2012-06-14 | 1 | -1/+1 |
| |\ |
|
| | * | Merge git://github.com/quietust/dfhack | Timothy Collett | 2012-05-24 | 1 | -5/+18 |
| | |\ |
|
| | * | | Initial changes to get dfhack building on the Mac | Timothy Collett | 2012-05-24 | 1 | -1/+1 |
| * | | | Support adventure mode and stockpile screens in focus strings. | Alexander Gavrilov | 2012-06-06 | 1 | -1/+44 |
| | |/
|/| |
|
| * | | Don't crash if "gps" is null | Quietust | 2012-05-23 | 1 | -5/+18 |
| |/ |
|
| * | Support sorting items in stocks, and correct unit sorting in joblist. | Alexander Gavrilov | 2012-05-21 | 1 | -1/+21 |
| * | Handle the stocks screen in the focus strings. | Alexander Gavrilov | 2012-05-21 | 1 | -0/+11 |
| * | Support using focus strings to limit keybinding scope. | Alexander Gavrilov | 2012-05-19 | 1 | -6/+17 |
| * | Add a mechanism converting ui focus to a string representation. | Alexander Gavrilov | 2012-05-19 | 1 | -0/+320 |
| * | Support trade viewscreens in Items::getSelectedItem. | Alexander Gavrilov | 2012-05-18 | 1 | -0/+30 |
| * | Add support for a few more viewscreens to Units::getSelectedUnit. | Alexander Gavrilov | 2012-04-26 | 1 | -0/+67 |
| * | Rename units.other[0] to units.active. | Alexander Gavrilov | 2012-04-21 | 1 | -2/+2 |
| * | Enable warnings correctly on linux and fix a lot of them. | Alexander Gavrilov | 2012-04-20 | 1 | -1/+1 |
| * | Pull a few utility functions into the core and publish to lua. | Alexander Gavrilov | 2012-04-07 | 1 | -0/+4 |
| * | Rename "interface" to "interfacest" and just avoid all of these MSVC problems | Quietust | 2012-03-15 | 1 | -1/+1 |
| * | Misc fixes for warnings... | Petr Mrázek | 2012-03-10 | 1 | -1/+0 |
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -39/+44 |
| * | Get rid of Simple namespace, Gui module is now a namespace. | Petr Mrázek | 2012-03-03 | 1 | -152/+34 |
| * | Fix horrible errors and make MSVC shut upt about non-issues. | Petr Mrázek | 2012-03-01 | 1 | -5/+5 |
| * | Add ability menu/area map width reading and writing to the Gui module, and us... | Mike Stewart | 2012-02-21 | 1 | -0/+32 |
| * | Support the new unitlist screen; it's same as joblist, but with pages. | Alexander Gavrilov | 2012-02-20 | 1 | -3/+20 |
| * | Fix header includes, update structures. | Petr Mrázek | 2012-02-20 | 1 | -2/+1 |
| * | Fixage. | Petr Mrázek | 2012-02-19 | 1 | -5/+6 |
| * | Make it build and run on linux (no stonesense, df2mc, dfusion) | Petr Mrázek | 2012-02-09 | 1 | -24/+8 |
| * | Strip out old offsets from Gui module and use df::global vars where available | Quietust | 2012-01-24 | 1 | -96/+24 |
| * | Support showing announcements, as suggested by Q. | Alexander Gavrilov | 2012-01-15 | 1 | -0/+66 |
| * | Add utility functions to retrieve the selected job/unit/item. | Alexander Gavrilov | 2012-01-14 | 1 | -0/+208 |
| * | Move a bunch of stuff from the jobutils plugin into the core. | Alexander Gavrilov | 2012-01-07 | 1 | -0/+97 |
| * | Remove DfVector, break MSVC builds until further notice. | Petr Mrázek | 2012-01-04 | 1 | -18/+39 |
| * | Merge https://github.com/angavrilov/dfhack | Petr Mrázek | 2011-12-31 | 1 | -0/+36 |
| |\ |
|
| | * | Implement context-sensitive keybinding support. | Alexander Gavrilov | 2011-12-31 | 1 | -0/+36 |
| * | | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -6/+6 |
| |/ |
|
| * | Added mouse position and designation coord, along with a 'trackpos' command f... | Petr Mrázek | 2011-09-26 | 1 | -0/+37 |
| * | Don't take over console in TEXT mode. | Petr Mrázek | 2011-08-01 | 1 | -0/+10 |
| * | Qt plugin fixes for windows, renamed interface to df_interface in Gui. | Petr Mrázek | 2011-07-16 | 1 | -6/+6 |
| * | Hotkey UI for linux. | Petr Mrázek | 2011-07-09 | 1 | -33/+28 |