summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
AgeCommit message (Expand)Author
2018-10-30underground patch appliedunderground-plus-others-originalErich Eckner
2013-02-06(svn r24975) -Fix [FS#5463]: Additional zoom in levels could glitch by a few ...frosch
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-04-25(svn r24179) -Codechange: move some variables of Town to TownCacherubidium
2012-03-25(svn r24068) -Change/fix [FS#5103]: significantly reduce the area that is red...rubidium
2012-03-25(svn r24065) -Feature-ish [FS#5101]: debug option for showing the redrawn dir...rubidium
2012-01-22(svn r23835) -Change [FS#4999]: Make signs placed in scenario editor belong t...frosch
2011-12-19(svn r23621) -Add: allow manipulation of signs via GameScriptstruebrain
2011-11-25(svn r23329) -Fix (r23316): Scale child sprite pixel offsets unless told not ...peter1138
2011-11-24(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.peter1138
2011-11-24(svn r23314) -Add: Add settings to restrict viewport zoom levels.peter1138
2011-11-06(svn r23125) -Codechange: Replace some 8s with TILE_SIZE / 2. (adf88)frosch
2011-11-04(svn r23110) -Codechange: let the flying altitude return ints are wellrubidium
2011-11-04(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z re...rubidium
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...rubidium
2011-08-19(svn r22761) -Fix (r22708): Make invisible signs un-clickable (Zuu)planetmaker
2011-08-16(svn r22755) -Fix [FS#4727]: When marking tile selections dirty, use the heig...frosch
2011-08-13(svn r22740) -Fix [FS#4708]: Display the size of the leveled platform in the ...frosch
2011-08-13(svn r22739) -Fix: The measurement tooltip is supposed to be hidden when not ...frosch
2011-08-01(svn r22708) -Feature [FS#4701]: Display option to hide competitors' signs an...planetmaker
2011-07-10(svn r22649) -Fix [FS#4670]: Switching from a red to a white highlight (by sw...frosch
2011-03-04(svn r22181) -Fix (r20574): following a vehicle with a very high VehicleID wa...yexo
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-18(svn r21845) -Codechange: move documentation towards the code to make it more...rubidium
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 th...alberth
2010-12-25(svn r21637) -Codechange: make it more clear that IS_PALETTE_COLOUR belongs t...rubidium
2010-12-25(svn r21632) -Codechange: call ResetObjectToPlace() even when current place_m...smatz
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 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