summaryrefslogtreecommitdiff
path: root/plugins/sort.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix for updated viewlist_petstjj2012-09-261-1/+1
|
* Follow changes to structures.Alexander Gavrilov2012-09-171-1/+1
|
* Fix cage-related bug in the sort plugin.Petr Mrázek2012-08-031-1/+6
|
* Support sorting items in stocks, and correct unit sorting in joblist.Alexander Gavrilov2012-05-211-1/+23
|
* Add a mechanism converting ui focus to a string representation.Alexander Gavrilov2012-05-191-320/+233
| | | | | | The idea is to make ui handling more modular, dispensing with huge functions that switch or if/else on lots of variables. For now, used to split up functions in the sort plugin.
* Support sorting items in the trade screens.Alexander Gavrilov2012-05-181-9/+125
| | | | Caveat: sorts items in containers independently from the container.
* Implement unit sorting for the pen zone assignment interface.Alexander Gavrilov2012-04-251-8/+33
|
* Support sorting units in many more ui contexts.Alexander Gavrilov2012-04-221-52/+315
|
* Add a few more unit orderings, and a way to reverse direction.Alexander Gavrilov2012-04-211-1/+6
|
* Add a hotkey command that sorts units in lists using lua comparators.Alexander Gavrilov2012-04-211-0/+235