summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
AgeCommit message (Expand)Author
2010-12-24(svn r21621) -Codechange: Only consider tile highlighting mode bits in tile s...alberth
2010-12-24(svn r21620) -Codechange: Don't consider direction bits when checking for an ...alberth
2010-12-24(svn r21619) -Fix [FS#4327]: Don't copy direction bits when restarting a rail...alberth
2010-12-23(svn r21612) -Fix (r21608): dragging with HT_POINT was half a tile offsmatz
2010-12-23(svn r21608) -Codechange: Move diagnonal rectangle dragging detection complet...alberth
2010-12-23(svn r21607) -Codechange: Be more robust against having extra bits in HighLig...alberth
2010-12-22(svn r21600) -Codechange: Remove new_drawstyle and new_diagonal variables fro...alberth
2010-12-20(svn r21542) -Codechange (r14789): Handling a click at a tile once is enough.alberth
2010-12-16(svn r21531) -Fix: gcc 3.4 warningsmatz
2010-12-13(svn r21501) -Fix (rnotlongago): guess what was complaining this time?rubidium
2010-12-13(svn r21498) -Codechange: make the measurement tooltip handle diagonal select...rubidium
2010-12-13(svn r21497) -Codechange: prepare the viewport selection mechanism for select...rubidium
2010-12-12(svn r21477) -Fix [FS#4300]: tooltips were removed when their related window ...rubidium
2010-11-20(svn r21273) -Codechange: Return values should start at the same line.alberth
2010-10-30(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)alberth
2010-10-23(svn r21020) -Add: Use center of waypoint in waypoint gui, if available.alberth
2010-10-23(svn r21018) -Doc: Add Doxygen comments to some function.alberth
2010-10-23(svn r21017) -Doc: Small fixes (by Krille).alberth
2010-10-03(svn r20891) -Fix [FS#4145]: Measurement tooltips for docks and tunnels were ...terkhen
2010-09-07(svn r20761) -Codechange: make PlaceObject() staticsmatz
2010-09-07(svn r20760) -Cleanup (r20753): remove unused CheckMouseOverVehicle()smatz
2010-09-07(svn r20759) -Fix (r20753): it wasn't possible to build anything when left bu...smatz
2010-09-06(svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone ...smatz
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-04(svn r20358) -Fix [FS#4008]: (r20281) crash when building some stuff when the...rubidium
2010-08-01(svn r20289) -Codechange: Unify fall through coding style.terkhen
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...rubidium
2010-07-19(svn r20187) -Codechange: move _tileh_to_sprite into a function in a more log...rubidium
2010-07-11(svn r20119) -Add: Tooltips can be removed if the user stops hovering the mouse.terkhen
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLin...alberth
2010-06-07(svn r19942) -Fix [FS#3871](r19816): Vertical dragging of rail was broken.frosch
2010-05-30(svn r19911) -Codechange: Simplify text drawing by eliminating global variabl...frosch
2010-05-30(svn r19909) -Doc: Typo fixes, small doxygen improvements.alberth
2010-05-30(svn r19905) -Codechange: Use EventState for mouse handling routines.alberth
2010-05-21(svn r19870) -Codechange: silence some of GCC 3.3 warningssmatz
2010-05-13(svn r19817) -Fix: MSVC compile warningsrubidium
2010-05-13(svn r19816) -Codechange: use static const uint for the unnamed 'tile consts'...rubidium
2010-05-07(svn r19767) -Fix [FS#3808]: Height in smallmap was different from measured h...alberth
2010-05-07(svn r19765) -Codechange: Apply a bit of code style and a bit of comment shuf...alberth
2010-05-01(svn r19745) -Fix: The GUI is controlled by _local_company, not _current_comp...frosch
2010-04-24(svn r19714) -Feature: ctrl+click on a vehicle to start/stop itsmatz
2010-04-18(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer di...frosch
2010-04-12(svn r19614) -Codechange: "it's" => "its" where appropriatesmatz
2010-02-04(svn r19005) -Codechange: make animated cursors have a bit set instead of usi...rubidium
2010-02-01(svn r18984) -Add: Viewport place methods for dragging a line with limited size.terkhen