viewport.c
Sat, 24 Feb 2007 01:14:54 +0000 Darkvater (svn r8871) [0.5] -Backport from trunk (r8689, r8794, r8802, r8808): 0.5
Wed, 17 Jan 2007 01:19:09 +0000 Darkvater (svn r8181) -Backport from trunk (r8133): 0.5
Sun, 19 Nov 2006 22:24:18 +0000 Darkvater (svn r7219) -Fix: Several warnings by gcc introduced in r7206 which MSVC found not of a problem. Thanks Tron
Sat, 18 Nov 2006 16:47:02 +0000 Darkvater (svn r7205) -Fix [FS#350, SF#1560913]: Window allocation and deletion messed with the actual window
Sat, 18 Nov 2006 13:54:33 +0000 Darkvater (svn r7202) -Codechange: Move _viewports and _active_viewports local to viewport.c and have them
Sat, 18 Nov 2006 00:14:43 +0000 Darkvater (svn r7200) -Codechange: remove unneeded redraw (console.c), coding style, use FindWindowById
Tue, 07 Nov 2006 13:06:02 +0000 Darkvater (svn r7094) -Codechange: Get rid of the window-specific code in DoZoomInOutWindow (enable, disable
Sun, 05 Nov 2006 12:22:46 +0000 tron (svn r7068) if () cascades -> switch ()
Sun, 05 Nov 2006 11:52:19 +0000 tron (svn r7067) Remove the unused parameter params_3 from AddStringToDraw()
Sun, 05 Nov 2006 11:17:33 +0000 tron (svn r7066) -Codechange: Factorise common code
Fri, 03 Nov 2006 00:48:03 +0000 Darkvater (svn r7047) -Fix [FS#317]: Zooming out near map-borders would previously fail because the new centre
Sat, 21 Oct 2006 23:31:34 +0000 Darkvater (svn r6884) -Codechange: Add strict bounds checking in string formatting system.
Wed, 18 Oct 2006 14:42:19 +0000 glx (svn r6822) -Fix r6821: add type for measure_strings_length[]
Wed, 18 Oct 2006 14:20:10 +0000 Darkvater (svn r6821) -Codechange: For the measurement tool do not show the tooltip when the selection
Thu, 12 Oct 2006 22:11:18 +0000 Darkvater (svn r6764) -Fix (r6758): Wrong height difference calculated because invalid drag-type
Thu, 12 Oct 2006 15:13:40 +0000 Darkvater (svn r6758) -Feature: Add a measurement tool that will show dimensions and height
Tue, 10 Oct 2006 14:05:39 +0000 Darkvater (svn r6721) -Codechange: some comments, aligning, types and variable localization.
Sat, 23 Sep 2006 02:39:24 +0000 belugas (svn r6499) -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct
Sat, 16 Sep 2006 13:20:14 +0000 Darkvater (svn r6462) -Codechange: Have GetStringWidth() return width as well as the height bounding
Sun, 03 Sep 2006 22:39:02 +0000 Darkvater (svn r6368) -Fix [FS#136]: Station catchment area persists after switching tools. The
Sat, 02 Sep 2006 20:35:08 +0000 tron (svn r6348) -Codechange: Remove redundant assignment
Sat, 02 Sep 2006 20:34:33 +0000 tron (svn r6347) Undo
Sat, 02 Sep 2006 20:34:04 +0000 tron (svn r6346) -Codechange: Remove redundant assignment
Thu, 31 Aug 2006 07:49:34 +0000 tron (svn r6256) if () cascades -> switch ()
Tue, 29 Aug 2006 19:26:13 +0000 tron (svn r6222) Remove struct ColorList, because the names of its attributes are plain confusing
Tue, 29 Aug 2006 06:43:22 +0000 tron (svn r6211) Commit file forgotten in r6210
Tue, 22 Aug 2006 16:38:50 +0000 truelight (svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now functions and variables all match eachother
Tue, 22 Aug 2006 15:33:35 +0000 truelight (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips invalid ones
Mon, 21 Aug 2006 18:18:02 +0000 truelight (svn r6041) -Fix r6040: forgot to declare a function in viewport.c
Mon, 21 Aug 2006 17:41:04 +0000 truelight (svn r6040) -Add: when clicking twice on a Location Button, the SmallMap centers on your position (based on FS#54 by thomasdev)
Mon, 21 Aug 2006 13:04:13 +0000 Darkvater (svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software
Mon, 14 Aug 2006 23:27:06 +0000 Darkvater (svn r5900) -Fix [FS#84]: Warning silencing fix for OpenTTD on Windows x64 (michi_cc)
Mon, 07 Aug 2006 17:32:29 +0000 tron (svn r5806) Inline FindLandscapeHeight() into its only remaining caller and remove the attribute "type" from struct TileInfo
Sun, 06 Aug 2006 16:32:49 +0000 tron (svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* instead of a TileInfo
Sat, 29 Jul 2006 13:06:00 +0000 tron (svn r5631) Don't allocate memory for information about a sprite which isn't drawn
Sat, 29 Jul 2006 11:15:34 +0000 tron (svn r5630) Replace a boolean variable by continue
Sat, 29 Jul 2006 10:18:59 +0000 tron (svn r5629) Simplify the test whether two bounding boxes overlap
Sat, 29 Jul 2006 06:39:19 +0000 tron (svn r5628) Rename the attributes for the bounding box of struct ParentSpriteToDraw to something sensible. Half of them was totally off: right is left, bottom is top *sigh*
Wed, 26 Jul 2006 03:33:12 +0000 belugas (svn r5609) CodeChange : Apply coding style
Sun, 23 Jul 2006 08:40:49 +0000 tron (svn r5597) Remove the unused attribute ground_child from struct ViewportDrawer
Tue, 27 Jun 2006 21:25:53 +0000 tron (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular
Sat, 10 Jun 2006 08:37:41 +0000 tron (svn r5210) Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc.
Thu, 11 May 2006 05:32:26 +0000 celestar (svn r4819) -Debug: When clicking on a vehicle in the viewport, the index and address of the vehicle get dumped for "misc" debug levels >= 2
Tue, 09 May 2006 13:23:04 +0000 peter1138 (svn r4802) - Codechange: replace _stringwidth_base and associated magic numbers with a FontSize enum, using the numbers (which are SpriteIDs) in only the places needed.
Sun, 23 Apr 2006 19:35:36 +0000 tron (svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE}
Sun, 23 Apr 2006 13:48:16 +0000 tron (svn r4541) Add a type for slopes and replace many magic numbers by the appropriate enums
Fri, 21 Apr 2006 17:51:01 +0000 celestar (svn r4502) -Cleanup: Remove code unused since rev1. (Rubidium)
Mon, 03 Apr 2006 05:32:11 +0000 celestar (svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZE
Tue, 21 Mar 2006 09:44:07 +0000 celestar (svn r3995) -Fix: Committed one file too much in 3992 (Thanks to Tron for pointing it out)
Mon, 20 Mar 2006 16:43:48 +0000 celestar (svn r3992) -Fix: Rewrote the code to determine whether a rail-tile can be terraformed.
Wed, 01 Feb 2006 07:36:15 +0000 tron (svn r3511) More whitespace ([FS#46] by Rubidium)
Thu, 05 Jan 2006 12:40:50 +0000 tron (svn r3365) Staticise 36 functions
Thu, 05 Jan 2006 12:00:38 +0000 tron (svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2)
Fri, 02 Dec 2005 19:41:35 +0000 Darkvater (svn r3254) - Fix: graphical glitch with autorail tool on a certain tile-type.
Fri, 18 Nov 2005 23:41:03 +0000 bjarni (svn r3218) -Feature: Multiheaded train engines will now stay in the same train
Wed, 16 Nov 2005 12:52:01 +0000 tron (svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding function declarations in .c files and unnecessary indirection
Mon, 03 Oct 2005 21:20:01 +0000 tron (svn r3010) Get rid of quite some dubious casts, either by using GB(), proper types or just removing them
Sun, 02 Oct 2005 22:39:56 +0000 Darkvater (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Mon, 08 Aug 2005 21:35:27 +0000 tron (svn r2845) Remove sprite size caching, it was unused
Sun, 24 Jul 2005 15:56:31 +0000 celestar (svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic numbers