summaryrefslogtreecommitdiff
path: root/plugins/follow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Track world and map changes separately for plugin_onstatechangePetr Mrázek2012-04-011-2/+2
|
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-12/+13
| | | | | | | | This is an incompatible change to the plugin ABI. The Console is not thread-safe unless used indirectly via color_ostream_proxy, so everything should use their per-thread stream.
* Get rid of Simple namespace, Gui module is now a namespace.Petr Mrázek2012-03-031-12/+19
|
* Actually fix cursor detection in follow this time.Mike Stewart2012-02-281-1/+1
|
* Fix cursor detection for follow.Mike Stewart2012-02-281-2/+2
|
* Make follow work as a hotkey plugin.Mike Stewart2012-02-221-16/+12
|
* Merge remote-tracking branch 'upstream/master'Mike Stewart2012-02-211-6/+1
|\
| * New plugin interfacePetr Mrázek2012-02-211-6/+1
| |
* | Add ability menu/area map width reading and writing to the Gui module, and ↵Mike Stewart2012-02-211-19/+50
|/ | | | use the new information in follow to properly center the screen regardless of menu configuration. Also general fixing and cleanup in follow.
* Add new follow plugin that makes the DF window center on and follow a ↵Mike Stewart2012-02-211-0/+128
selected unit.