summaryrefslogtreecommitdiff
path: root/viewport.c
AgeCommit message (Expand)Author
2006-11-19(svn r7219) -Fix: Several warnings by gcc introduced in r7206 which MSVC foun...Darkvater
2006-11-18(svn r7205) -Fix [FS#350, SF#1560913]: Window allocation and deletion messed ...Darkvater
2006-11-18(svn r7202) -Codechange: Move _viewports and _active_viewports local to viewp...Darkvater
2006-11-18(svn r7200) -Codechange: remove unneeded redraw (console.c), coding style, us...Darkvater
2006-11-07(svn r7094) -Codechange: Get rid of the window-specific code in DoZoomInOutWi...Darkvater
2006-11-05(svn r7068) if () cascades -> switch ()tron
2006-11-05(svn r7067) Remove the unused parameter params_3 from AddStringToDraw()tron
2006-11-05(svn r7066) -Codechange: Factorise common codetron
2006-11-03(svn r7047) -Fix [FS#317]: Zooming out near map-borders would previously fail...Darkvater
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-18(svn r6822) -Fix r6821: add type for measure_strings_length[]glx
2006-10-18(svn r6821) -Codechange: For the measurement tool do not show the tooltip whe...Darkvater
2006-10-12(svn r6764) -Fix (r6758): Wrong height difference calculated because invalid ...Darkvater
2006-10-12(svn r6758) -Feature: Add a measurement tool that will show dimensions and he...Darkvater
2006-10-10(svn r6721) -Codechange: some comments, aligning, types and variable localiza...Darkvater
2006-09-23(svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo...belugas
2006-09-16(svn r6462) -Codechange: Have GetStringWidth() return width as well as the he...Darkvater
2006-09-03(svn r6368) -Fix [FS#136]: Station catchment area persists after switching to...Darkvater
2006-09-02(svn r6348) -Codechange: Remove redundant assignmenttron
2006-09-02(svn r6347) Undotron
2006-09-02(svn r6346) -Codechange: Remove redundant assignmenttron
2006-08-31(svn r6256) if () cascades -> switch ()tron
2006-08-29(svn r6222) Remove struct ColorList, because the names of its attributes are ...tron
2006-08-29(svn r6211) Commit file forgotten in r6210tron
2006-08-22(svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now fu...truelight
2006-08-22(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...truelight
2006-08-21(svn r6041) -Fix r6040: forgot to declare a function in viewport.ctruelight
2006-08-21(svn r6040) -Add: when clicking twice on a Location Button, the SmallMap cent...truelight
2006-08-21(svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by...Darkvater
2006-08-14(svn r5900) -Fix [FS#84]: Warning silencing fix for OpenTTD on Windows x64 (m...Darkvater
2006-08-07(svn r5806) Inline FindLandscapeHeight() into its only remaining caller and r...tron
2006-08-06(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst...tron
2006-07-29(svn r5631) Don't allocate memory for information about a sprite which isn't ...tron
2006-07-29(svn r5630) Replace a boolean variable by continuetron
2006-07-29(svn r5629) Simplify the test whether two bounding boxes overlaptron
2006-07-29(svn r5628) Rename the attributes for the bounding box of struct ParentSprite...tron
2006-07-26(svn r5609) CodeChange : Apply coding stylebelugas
2006-07-23(svn r5597) Remove the unused attribute ground_child from struct ViewportDrawertron
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-10(svn r5210) Many small changes which piled up: const, unsigned, variable scop...tron
2006-05-11(svn r4819) -Debug: When clicking on a vehicle in the viewport, the index and...celestar
2006-05-09(svn r4802) - Codechange: replace _stringwidth_base and associated magic numb...peter1138
2006-04-23(svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE}tron
2006-04-23(svn r4541) Add a type for slopes and replace many magic numbers by the appro...tron
2006-04-21(svn r4502) -Cleanup: Remove code unused since rev1. (Rubidium)celestar
2006-04-03(svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZEcelestar
2006-03-21(svn r3995) -Fix: Committed one file too much in 3992 (Thanks to Tron for poi...celestar
2006-03-20(svn r3992) -Fix: Rewrote the code to determine whether a rail-tile can be te...celestar
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-01-05(svn r3365) Staticise 36 functionstron