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