summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
AgeCommit message (Collapse)Author
2011-03-04(svn r22181) -Fix (r20574): following a vehicle with a very high VehicleID ↵yexo
was impossible
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-18(svn r21845) -Codechange: move documentation towards the code to make it ↵rubidium
more likely to be updates [d-m].
2010-12-30(svn r21667) -Codechange: Introduce _thd.Reset().alberth
2010-12-30(svn r21666) -Codechange: Use GetCallbackWnd at more places.alberth
2010-12-30(svn r21665) -Codechange: Make GetCallbackWnd a method of _thd.alberth
2010-12-27(svn r21648) -Codechange: unduplicate a bit of coderubidium
2010-12-25(svn r21638) -Codechange (r1): Simplify testing that outersize.x is bigger ↵alberth
than 0.
2010-12-25(svn r21637) -Codechange: make it more clear that IS_PALETTE_COLOUR belongs ↵rubidium
to TextColour
2010-12-25(svn r21632) -Codechange: call ResetObjectToPlace() even when current ↵smatz
place_mode is HT_NONE
2010-12-24(svn r21628) -Codechange: Remove local variables that just point to global _thd.alberth
2010-12-24(svn r21627) -Codechange: Remove _place_proc global variable.alberth
2010-12-24(svn r21621) -Codechange: Only consider tile highlighting mode bits in tile ↵alberth
selection functions.
2010-12-24(svn r21620) -Codechange: Don't consider direction bits when checking for an ↵alberth
active highlight mode.
2010-12-24(svn r21619) -Fix [FS#4327]: Don't copy direction bits when restarting a ↵alberth
rail selection.
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 ↵alberth
completely to tile highlighting.
2010-12-23(svn r21607) -Codechange: Be more robust against having extra bits in ↵alberth
HighLightStyle vars.
2010-12-22(svn r21600) -Codechange: Remove new_drawstyle and new_diagonal variables ↵alberth
from the _thd structure.
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 ↵rubidium
selection properly
2010-12-13(svn r21497) -Codechange: prepare the viewport selection mechanism for ↵rubidium
selecting diagonally
2010-12-12(svn r21477) -Fix [FS#4300]: tooltips were removed when their related window ↵rubidium
got closed
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
closed after a hover event.
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 ↵smatz
button scrolling was active
2010-09-06(svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone ↵smatz
and vehicle to clone orders from directly from vehicle lists and depot window
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
2010-08-04(svn r20358) -Fix [FS#4008]: (r20281) crash when building some stuff when ↵rubidium
the measurement tooltip is disabled
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 ↵rubidium
missed :)
2010-07-19(svn r20187) -Codechange: move _tileh_to_sprite into a function in a more ↵rubidium
logical place and with a more descriptive name
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 ↵alberth
DrawStringMultiLine().
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 ↵frosch
variables and side effects. This also fixes the 'colour' parameter of DrawStringMultiLine().
2010-05-30(svn r19909) -Doc: Typo fixes, small doxygen improvements.alberth