road_gui.c
Wed, 14 Dec 2005 06:28:48 +0000 tron (svn r3298) Remove unused and write-only variables
Wed, 07 Dec 2005 15:48:52 +0000 peter1138 (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect their actual use, and add "Close Window" tooltip where missing.
Mon, 14 Nov 2005 19:48:04 +0000 tron (svn r3181) -Bracing
Mon, 14 Nov 2005 08:09:57 +0000 tron (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT
Sun, 13 Nov 2005 14:54:09 +0000 tron (svn r3173) Use the trinary operator and switch to improve readability
Wed, 09 Nov 2005 07:25:55 +0000 peter1138 (svn r3157) - Feature: Added patch option to link the terraform toolbar to the rail, road, water and airport toolbars. If enabled, the terraform toolbar will open and close with those toolbars.
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Fri, 22 Jul 2005 07:02:20 +0000 tron (svn r2673) Include functions.h directly, not globally via openttd.h
Thu, 21 Jul 2005 22:15:02 +0000 tron (svn r2669) Shuffle some more stuff around to reduce dependencies
Wed, 13 Jul 2005 18:04:01 +0000 tron (svn r2558) Change the internal map format from 7 arrays to one array of structs, this doesn't change the saved format for now. It's a stepping stone for further changes.
Wed, 29 Jun 2005 08:14:09 +0000 tron (svn r2496) -Fix: [1179933] When toggling build/remove via keyboard the selection wasn't correctly redrawn
Fri, 24 Jun 2005 12:38:35 +0000 tron (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
Mon, 06 Jun 2005 13:47:06 +0000 Darkvater (svn r2420) - Codechange: magic number elminitation of cursorsprites.
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Sun, 13 Feb 2005 11:18:02 +0000 tron (svn r1867) Include tables/sprites.h only in files which need it
Sat, 29 Jan 2005 19:41:44 +0000 celestar (svn r1721) -Feature: It is now possible to build multiple road stations (up to 8) on
Sat, 29 Jan 2005 12:19:05 +0000 tron (svn r1713) Split off several functions which query/set information about a single tile from map.h and put them into a seperate file tile.h
Sun, 23 Jan 2005 15:25:17 +0000 darkvater (svn r1617) -Fix: Ugly hack to only call ResetObjectToPlaceon childwindows of build-toolbar if the window is closed manually (with 'X'); if not checked ResetObjectToPlace is called twice resulting in undesired actions (eg. clicked button is unclicked immediately).
Sun, 23 Jan 2005 13:09:35 +0000 tron (svn r1610) Remove trailing whitespace (last time ever, i hope)
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Thu, 20 Jan 2005 08:36:15 +0000 celestar (svn r1573) -Fix: Station and depot building mode is now terminated if the
Sun, 16 Jan 2005 11:24:58 +0000 tron (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn them into inline functions and add some asserts
Wed, 12 Jan 2005 00:50:08 +0000 darkvater (svn r1485) -Fix: [1031451] Catchment area shows when buying sign. Catchment area wasn't reset when road station window was unselected
Sat, 08 Jan 2005 20:55:21 +0000 dominik (svn r1435) Fix: [ 1094092 ] Toolbars accessible via keyboard in spectator mode
Wed, 05 Jan 2005 13:32:03 +0000 tron (svn r1386) Move TileIndexDiff to map.h
Mon, 03 Jan 2005 19:45:18 +0000 truelight (svn r1348) -Feature: resizable windows. Read the comment in window.h to find out
Thu, 23 Dec 2004 18:14:12 +0000 dominik (svn r1254) - Fix: [ 993500 ] High bridge rendering error
Thu, 23 Dec 2004 11:36:22 +0000 darkvater (svn r1243) -Fix: Scenario road-building toolbar also stickified. Thx for the notice teeone
Wed, 22 Dec 2004 00:18:40 +0000 darkvater (svn r1212) -Feature: sticky windows all build-toolbars
Wed, 15 Dec 2004 22:18:54 +0000 tron (svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Wed, 15 Dec 2004 11:42:05 +0000 darkvater (svn r1095) -Fix: scenario editor road-build-gui works again altough shortcuts are screwed.
Tue, 14 Dec 2004 17:38:48 +0000 dominik (svn r1084) Generalized hotkey catching when textfield windows are open. Now only hotkeys attached to the main toolbar are working if you have a textfield open.
Sun, 12 Dec 2004 22:05:08 +0000 dominik (svn r1040) Fix: All character hotkeys are disabled now when a window for typing is open
Sun, 12 Dec 2004 17:42:04 +0000 dominik (svn r1030) Some toolbar icons are arranged differently:
Wed, 08 Dec 2004 15:46:13 +0000 Celestar (svn r979) Allow more realistically sized catchment areas
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Sat, 04 Dec 2004 09:26:39 +0000 tron (svn r925) Use sound enums
Fri, 26 Nov 2004 21:52:18 +0000 tron (svn r829) Fix small glitch: Immediately redraw the tile selection square when using the hotkey to toggle removal
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Fri, 05 Nov 2004 23:12:33 +0000 tron (svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Tue, 07 Sep 2004 21:48:09 +0000 darkvater (svn r177) -Fix: padded out Widget code to solve warnings on C99 compiler (Tron)
Tue, 10 Aug 2004 14:50:42 +0000 darkvater (svn r6) -Fix [1006530] BuildRoadOutsideStation fix. Fix bug [994720] road depot - bus/lorry station (Truelight+Darkvater :P )
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN