src/road_gui.cpp
Sun, 06 Apr 2008 22:32:20 +0000 rubidium (svn r12596) -Feature: show what cargos a station could be supplied with. Patch by Roujin.
Fri, 04 Apr 2008 18:55:24 +0000 smatz (svn r12570) -Cleanup: further variable scope in road_gui.cpp
Fri, 04 Apr 2008 18:41:16 +0000 smatz (svn r12569) -Cleanup: variable scope and coding style in road*.cpp
Mon, 31 Mar 2008 00:06:17 +0000 rubidium (svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
Thu, 13 Mar 2008 18:53:49 +0000 skidd13 (svn r12365) -Fix: missing redraw call in the road gui
Sun, 17 Feb 2008 17:00:43 +0000 smatz (svn r12167) -Feature(tte): change colour of autorail and autoroad selection when Ctrl is pressed
Fri, 15 Feb 2008 23:57:03 +0000 glx (svn r12154) -Codechange: removed a magic number
Thu, 14 Feb 2008 15:59:16 +0000 frosch (svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
Thu, 14 Feb 2008 02:57:38 +0000 belugas (svn r12135) -Codechange: Road and rail bridge selection windows were identical apart the caption. So remove one window definition and set manually the caption accordingly.
Tue, 29 Jan 2008 13:52:55 +0000 smatz (svn r12010) -Fix (r11994): build tramway window should use STR_WHITE_TRAMWAY_CONSTRUCTION
Sun, 27 Jan 2008 17:32:12 +0000 maedhros (svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
Sun, 27 Jan 2008 11:01:10 +0000 peter1138 (svn r11993) -Fix: Resize station/roadstop/dock/airport construction windows if cargo acceptance list is too long.
Sun, 13 Jan 2008 14:37:30 +0000 rubidium (svn r11834) -Codechange: only include settings_type.h if needed.
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces.
Wed, 09 Jan 2008 21:27:39 +0000 rubidium (svn r11801) -Codechange: remove some unneeded includes from some header files.
Wed, 09 Jan 2008 09:45:45 +0000 rubidium (svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Wed, 09 Jan 2008 08:12:10 +0000 peter1138 (svn r11786) -Codechange: shuffle more includes
Sun, 06 Jan 2008 18:56:43 +0000 rubidium (svn r11768) -Codechange: move some terraform related gui stuff from main_gui.cpp to terraform_gui.cpp (and introduce terraform_gui.h). Based on a patch by Roujin.
Mon, 31 Dec 2007 11:13:51 +0000 peter1138 (svn r11729) -Codechange: Don't rely on the first railtype's sprite offset being zero when drawing road stations.
Sat, 29 Dec 2007 09:24:26 +0000 rubidium (svn r11719) -Codechange: split sound.h in a header with types and one with functions.
Thu, 27 Dec 2007 13:35:39 +0000 rubidium (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Wed, 26 Dec 2007 11:45:43 +0000 rubidium (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
Fri, 21 Dec 2007 21:50:46 +0000 rubidium (svn r11677) -Codechange: move price and command related types/functions to their respective places.
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions.
Wed, 19 Dec 2007 23:26:02 +0000 rubidium (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
Wed, 19 Dec 2007 20:45:46 +0000 rubidium (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
Wed, 19 Dec 2007 19:44:29 +0000 rubidium (svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
Tue, 18 Dec 2007 20:38:16 +0000 rubidium (svn r11663) -Codechange: moving of the road related types and functions.
Fri, 07 Dec 2007 17:51:27 +0000 skidd13 (svn r11587) -Fix (r11457): The one way road button wasn't reset on abort
Sun, 02 Dec 2007 14:29:48 +0000 rubidium (svn r11555) -Codechange: use the new members introduced in r11551.
Sat, 24 Nov 2007 13:00:32 +0000 rubidium (svn r11512) -Change: make the subsidy window able to resize to something smaller than 640x127 (especially the 640 part) when the screen is really too small.
Sat, 24 Nov 2007 08:56:29 +0000 rubidium (svn r11505) -Fix/Feature: make CTRL work on all road/rail construction options that 'work' with the 'Bulldozer' button instead of only a few.
Tue, 20 Nov 2007 13:35:54 +0000 skidd13 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Sun, 18 Nov 2007 20:10:07 +0000 smatz (svn r11466) -Fix (r11339): operator priority problem resulting in problematic autoroad placement in some cases
Sun, 18 Nov 2007 14:39:43 +0000 skidd13 (svn r11459) -Fix: (r11457) The selection highlight color hasn't been reset
Sun, 18 Nov 2007 13:55:23 +0000 skidd13 (svn r11457) -Fix: (r11455) Reenable the accidentaly removed one way roads option
Sun, 18 Nov 2007 08:03:48 +0000 rubidium (svn r11455) -Codechange: make autoroad, 'normal' road building and 'normal' rail building all react the same on CTRL as autorail.
Sat, 17 Nov 2007 01:10:06 +0000 skidd13 (svn r11446) -Codechange: change the naming of road related code parts to something more descriptive
Fri, 26 Oct 2007 16:38:32 +0000 belugas (svn r11344) -Codechange: Removes some magic numbers referring the highlighting mode in road_gui.cpp
Mon, 22 Oct 2007 19:11:50 +0000 rubidium (svn r11339) -Add: autoroad; same as autorail, but for road and trams and only on X and Y direction. Patch by Octopussy and skidd13.
Sun, 14 Oct 2007 20:24:42 +0000 rubidium (svn r11264) -Codechange: replace a lot of magic numbers with enums for the rail and road GUIs. Patch by skidd13.
Tue, 04 Sep 2007 11:58:27 +0000 rubidium (svn r11040) -Fix [FS#1179]: removing CMD_AUTO from some commands could remotely trigger an assertion.
Sun, 29 Jul 2007 23:42:59 +0000 rubidium (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type.
Fri, 27 Jul 2007 12:49:04 +0000 rubidium (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
Fri, 27 Jul 2007 03:27:16 +0000 rubidium (svn r10702) -Fix: "Can't build ..." instead of "Can't remove ..." message shown for road stops for trucks/cargo trams.
Mon, 16 Jul 2007 23:55:22 +0000 rubidium (svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
Mon, 16 Jul 2007 09:16:58 +0000 rubidium (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
Thu, 12 Jul 2007 13:40:24 +0000 rubidium (svn r10522) -Fix: the "build truck station" GUI showed that it would accept tourists when it does not, whereas the "build bus station" GUI did not show them when it did accept them.
Wed, 27 Jun 2007 14:15:48 +0000 rubidium (svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting.
Fri, 01 Jun 2007 17:59:11 +0000 rubidium (svn r10015) -Fix: one could build (only) tram tracks when that was the last built roadtype (in a normal game).
Thu, 31 May 2007 15:15:00 +0000 rubidium (svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road.
Sat, 26 May 2007 12:34:25 +0000 rubidium (svn r9933) -Fix (9925): unified a little too much.
Fri, 25 May 2007 23:21:32 +0000 rubidium (svn r9925) -Fix: wrong tooltips in station picker.
Fri, 25 May 2007 22:07:40 +0000 rubidium (svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
Thu, 24 May 2007 09:24:46 +0000 maedhros (svn r9909) -Fix (r9897): Highlight road tunnels properly when building them.
Thu, 24 May 2007 08:52:28 +0000 rubidium (svn r9908) -Codechange: prepare the station picker for more road types.