summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
AgeCommit message (Expand)Author
2009-07-29(svn r16984) -Codechange: Document and assertify (Start|End)SpriteCombine.frosch
2009-07-26(svn r16960) -Doc: Added some viewport and vehicle type doxygen strings.alberth
2009-07-25(svn r16950) -Codechange: unduplicate waypoint + station sign drawingrubidium
2009-07-25(svn r16949) -Codechange: unify the way the DisplayOption enums are writtenrubidium
2009-07-25(svn r16948) -Codechange: some code reductions and usage of wrapper functionsrubidium
2009-07-24(svn r16934) -Codechange: introduce a simple helper function to check whether...rubidium
2009-07-22(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_fu...rubidium
2009-07-22(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...rubidium
2009-07-16(svn r16850) -Codechange: unify some naming of variables between waypoints an...rubidium
2009-07-13(svn r16825) -Codechange: unify dirtying when updating the viewport signs.rubidium
2009-07-08(svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self e...rubidium
2009-07-08(svn r16764) -Codechange: unify the way viewport signs are marked dirtyrubidium
2009-07-07(svn r16761) -Codechange: make UpdateViewportSignPos(ition) a class function ...rubidium
2009-06-08(svn r16536) -Fix (r16535): W != Sfrosch
2009-06-08(svn r16535) -Fix (r16146): In one case a too small portion of the screen was...frosch
2009-06-07(svn r16528) -Fix [FS#2959]: Draw PBS reservation as groundsprite resp. child...frosch
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-04-26(svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile insteadsmatz
2009-04-25(svn r16146) -Codechange: use faster algorithm in SetSelectionTilesDirty(). U...smatz
2009-04-24(svn r16136) -Fix (r16095)[FS#2858]: sometimes autorail wouldn't work; seems ...rubidium
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-19(svn r16095) -Change/Feature-ish: make the first 4 rail building tools behave...rubidium
2009-04-19(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as t...rubidium
2009-04-18(svn r16086) -Codechange: magic numbers substitutes by enums and some type sa...rubidium
2009-04-01(svn r15908) -Fix: off-by-one in viewport strings/flags; left + width != rightrubidium
2009-03-22(svn r15824) -Fix: determine the actual length of the strings to draw in the ...rubidium
2009-03-22(svn r15804) -Fix (r15796): viewport strings weren't properly 'rendered'.rubidium
2009-03-15(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinatesmatz
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-02-27(svn r15593) -Change: the background of the the waypoint sign is now in the c...yexo
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-09(svn r15425) -Codechange: some color->colour changes and type safety.rubidium
2009-02-08(svn r15413) -Fix [FS#2529/2533]: inconsistencies between station and bridge ...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-21(svn r15199) -Fix (r15190): The south point of the south-most tile wasn't hig...Yexo
2009-01-21(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.Yexo
2009-01-19(svn r15151) -Fix: tile 0 can now be highlighted as error tileYexo
2009-01-19(svn r15150) -Fix: Don't highlight tiles outside the visible map.Yexo
2009-01-13(svn r15065) -Change (r14919): Allow to select a new station location by ctrl...frosch
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-09(svn r14947) -Fix [FS#2519]: vehicle following did not update the location fr...rubidium
2009-01-09(svn r14944) -Cleanup: add spaces around some operatorsrubidium
2009-01-08(svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus)rubidium
2009-01-07(svn r14905) -Fix (r14899): in some corner cases already freed memory could b...rubidium
2009-01-07(svn r14899) -Feature: remove the window limit, but leave a configurable limi...rubidium
2009-01-07(svn r14884) -Codechange: simplify code responsible for opening vehicle view ...smatz
2009-01-06(svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes (f...rubidium
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-03(svn r14806) -Fix: MarkAllViewportsDirty() didn't mark dirty whole area when ...smatz