summaryrefslogtreecommitdiff
path: root/plugins/manipulator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make backspace seek to top left corner in manipulator.Alexander Gavrilov2012-09-291-0/+10
|
* manipulator: avoid NULL deref with unassigned job in unit listjj2012-09-291-1/+5
|
* manipulator: show full group when navigating labor groupsjj2012-09-281-0/+11
|
* manipulator: make cursor_down_z go to beginning of next groupjj2012-09-281-4/+6
|
* manipulator: better screen width usagejj2012-09-281-25/+79
|
* manipulator: make up/down keys wrap aroundjj2012-09-281-2/+15
|
* Implement the common suggestion of Shift-Enter in trade screens.Alexander Gavrilov2012-09-281-0/+1
|
* Sort by units.active (arrival), and seek to top/bottom in manipulator.Alexander Gavrilov2012-09-231-0/+34
|
* Make manipulator re-read names and professions if change is suspected.Alexander Gavrilov2012-09-201-4/+40
| | | | | Namely, if it either invoked View Unit itself, or was queried (possibly by the rename plugin) via getSelectedUnit.
* Add unit/item/job/building getter hook vmethods to dfhack_viewscreen.Alexander Gavrilov2012-09-201-0/+7
|
* Several Manipulator updatesQuietust2012-09-191-29/+61
| | | | | | * Add documentation to README, cleanup some docs for other plugins * Preserve existing unit list order and cursor/scroll position * Adjust mouse input handling, don't move cursor on left-click
* Add mouse input to Manipulator, along with column labelsQuietust2012-09-181-0/+104
|
* Rework handling of column positions, and insert a new "Happiness" columnQuietust2012-09-131-46/+111
|
* Make it clear that this is from DFHack, and properly name it Dwarf ManipulatorQuietust2012-09-131-2/+2
|
* Fix crash bug when using manipulator in Arena modeQuietust2012-09-121-1/+1
|
* Display command key helper for Manipulator on Unit List, various tweaksQuietust2012-08-311-11/+21
|
* Add "Toggle Group" keyQuietust2012-08-301-7/+38
|
* Use generic DOCTOR tile for wound dresser labor.Alexander Gavrilov2012-08-301-1/+1
|
* Display creature graphics tiles beneath the column headersQuietust2012-08-301-148/+159
|
* Tweak column labels a bitQuietust2012-08-281-8/+10
|
* Fix skill sortQuietust2012-08-281-1/+1
|
* Adjust grid display - labors without skills use different tiles, and skills ↵Quietust2012-08-271-3/+14
| | | | without labors have a red background
* Add ViewCre and Zoom-Cre to Manipulator (by forwarding them to Unitlist)Quietust2012-08-261-4/+26
|
* Key names are bright green, not dark greenQuietust2012-08-251-7/+7
|
* Add sorting, command help; replace filtering with just using the current ↵Quietust2012-08-251-104/+191
| | | | page of the UnitList viewscreen (and don't close it)
* Manipulator - store unit 'summary' objects so names/professions can be ↵Quietust2012-08-221-38/+64
| | | | cached (for faster sorting), and properly display skill level when it's exactly at the level threshold
* Use Units module to get unit colors, fix initial scroll positionQuietust2012-08-221-7/+8
|
* Use Units module to get profession stringsQuietust2012-08-221-24/+4
|
* Fix bugs in window resizing, cleanup some other stuffQuietust2012-08-221-22/+52
|
* Put some compatibility features into the base dfhack viewscreen.Alexander Gavrilov2012-08-221-6/+3
|
* manipulator: Inherit from dfhack_viewscreen, and don't use itoa.Alexander Gavrilov2012-08-221-11/+6
|
* Manipulator - display summary of selected unit + skill/laborQuietust2012-08-211-18/+117
|
* New plugin: Dwarf Manipulator - enter the [u]nits list and press [l]abors to ↵Quietust2012-08-211-0/+533
get a DwarfTherapist-style labor editor