vehicle_gui.c
Sun, 05 Jun 2005 23:01:10 +0000 hackykid (svn r2413) - Codechange: Rewrite the displaying of purchase details a bit, make it easyer to add lines later.
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Thu, 26 May 2005 16:31:32 +0000 hackykid (svn r2365) - Change: [refitting] Make refitting capacities for trains newgrf compatible. Train vehicles can now carry twice as much mail/goods as other cargo, and four times as much passengers.
Sat, 14 May 2005 12:36:16 +0000 Darkvater (svn r2306) - CodeChange: Check the last commands; refits. This needed an extensive rewrite and global/local-cargo ID juggling and bitmasking. However with this done it looks better as well and is compatible with newgrf handling. Big thanks to HackyKid for doing most of the work. This also closes patch "[ 1199277 ] Command checks"
Wed, 04 May 2005 22:13:07 +0000 matthijs (svn r2267) - Codechange: Reverted the typedeffing of VehicleType (r2256), since that interfered with the saveload code.
Mon, 02 May 2005 23:59:11 +0000 matthijs (svn r2256) - Fix: Trains cannot find a depot when they are in a tunnel. (glx)
Wed, 13 Apr 2005 23:03:31 +0000 Darkvater (svn r2192) - Add greater control to the 'message options' window. Now you can turn off the telegraphc ticker sound for summarized messages, or turn off news-messages altogether (you get a red blot to notify you though). The [<][>] set the settings in one way, while clicking on the option itself, cycles it. This commit also 'fixes' bugs [1166973], [1121484] and patch [1169930].
Tue, 08 Mar 2005 23:20:47 +0000 Darkvater (svn r1969) - GUI: Replace vehicle dropdown menu now looks a bit more comform the ones used throughout the game.
Tue, 08 Mar 2005 21:47:22 +0000 Darkvater (svn r1966) - Fix: [ 1110437 ] Replace Vehicles GUI gets random clicks. Breaks people! Don't forget the breaks in switch() statements!!
Sun, 13 Feb 2005 11:18:02 +0000 tron (svn r1867) Include tables/sprites.h only in files which need it
Sun, 06 Feb 2005 08:18:00 +0000 tron (svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Fri, 04 Feb 2005 20:40:04 +0000 tron (svn r1798) GetFoo(i)->index is per definition i, so replace the former with the latter
Fri, 04 Feb 2005 13:23:29 +0000 truelight (svn r1783) -Add: Dynamic vehicles (now up to 64k of vehicles)
Mon, 31 Jan 2005 11:03:23 +0000 darkvater (svn r1750) - Feature: [ 1093261 ] Saving vehicle sorting criteria for each vehicle type (bociusz)
Thu, 27 Jan 2005 11:33:14 +0000 Celestar (svn r1695) -Fix: I broke maximum speed sorting for anything but trains with the new acceleration. Sorry
Wed, 26 Jan 2005 18:18:00 +0000 bjarni (svn r1684) - Fix: [autoreplace] made sure that planes only show planes in replace GUI and helicopters only show helicopters
Wed, 26 Jan 2005 12:51:04 +0000 celestar (svn r1681) -Feature: New realistic acceleration.
Wed, 26 Jan 2005 12:42:29 +0000 bjarni (svn r1680) Feature: Replace train GUI now remembers the railtype selected in the dropdown menu
Wed, 26 Jan 2005 11:23:54 +0000 bjarni (svn r1679) Fix: dropdown menus now returns the index of the string that was clicked even if a previous item is hidden
Mon, 24 Jan 2005 08:49:14 +0000 bjarni (svn r1635) fix: forgot to set SetVScrollCount properly in autoreplace train GUI. It appears ok now
Sun, 23 Jan 2005 22:01:51 +0000 bjarni (svn r1629) added a counter to tell how many engines you have of each type to the autoreplace vehicle windows and made them show only the vehicles you actually have in the left list.
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
Wed, 19 Jan 2005 19:15:03 +0000 bjarni (svn r1568) made an enum of train subtypes to make the code more readable
Sat, 15 Jan 2005 19:06:22 +0000 truelight (svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.
Sat, 15 Jan 2005 01:52:23 +0000 darkvater (svn r1518) -Fix: server issue where some company names were wrong
Mon, 10 Jan 2005 12:14:15 +0000 darkvater (svn r1460) -Fix: [1099225] Bug Fix - Vehicle Lists not updated at Acqusition (thx tamlin and mpetrov) This also fixes some bug but can't find i right now.
Sat, 08 Jan 2005 19:34:00 +0000 dominik (svn r1434) Fix: [ 1098553 ] Crash when all vehicles from a vehicles per station list had been removed
Thu, 06 Jan 2005 22:31:58 +0000 truelight (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns and _industries
Thu, 06 Jan 2005 18:45:28 +0000 tron (svn r1402) Trim trailing whitespace
Thu, 06 Jan 2005 15:57:26 +0000 truelight (svn r1399) -Fix: Fixes for compiling with Watcom C/C++ (ie, OS/2 port). (orudge)
Wed, 05 Jan 2005 19:28:10 +0000 bjarni (svn r1393) fix [ 1096026 ]. Autorenew trains should now hopefully work like it did before autoreplace was added
Tue, 04 Jan 2005 21:28:09 +0000 darkvater (svn r1379) -Fix: various GUI glitches. Added default sizes to various widgets. Sticky/Resize- and Scrollbar must be 11 pixels wide, Horizontal scrollbar 11 pixels high, caption must be 13 pixels. I hope I didn't forget any widgets, the game will assert for that so report them to me!
Mon, 03 Jan 2005 21:01:37 +0000 bjarni (svn r1351) fixed issue in last commit where it it not update the replace train window properly when changing company colour (the lower two panels stayed the old colour until the window was reopened)
Mon, 03 Jan 2005 20:52:09 +0000 bjarni (svn r1350) Replace Vehicle GUI:
Mon, 03 Jan 2005 19:45:18 +0000 truelight (svn r1348) -Feature: resizable windows. Read the comment in window.h to find out
Sun, 02 Jan 2005 22:28:56 +0000 bjarni (svn r1326) fixed compiler warnings in vehicle_gui.c and widget.c
Sun, 02 Jan 2005 17:39:01 +0000 bjarni (svn r1324) Fixed problem with autoreplace GUI and msvc6 (thanks bociusz)
Sun, 02 Jan 2005 17:23:04 +0000 bjarni (svn r1323) Adding autoreplace feature
Sat, 11 Dec 2004 11:00:54 +0000 tron (svn r1016) Make the cargo sorter not consider the number of wagons of a particular cargo type but the sum of their capacity.
Fri, 10 Dec 2004 18:16:08 +0000 tron (svn r1009) -Feature: per-station vehicle lists
Thu, 09 Dec 2004 23:16:52 +0000 dominik (svn r999) New icons for the network interface, newgrf gui and the tiny euro
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Thu, 25 Nov 2004 06:05:47 +0000 tron (svn r813) Push two tables from vehicle_gui.h into vehicle_gui.c - they were in the binary 48 (!) times.
Tue, 14 Sep 2004 14:19:53 +0000 darkvater (svn r244) -Fix: Stations were not sorted for non-player-0 players
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Mon, 06 Sep 2004 21:47:12 +0000 darkvater (svn r172) -Fix: warning fixes (Tron)
Mon, 06 Sep 2004 21:20:01 +0000 darkvater (svn r169) -Fix: move around sort-widgets a bit so it looks more natural
Mon, 06 Sep 2004 18:15:13 +0000 darkvater (svn r165) -Feature: Option to sort vehicles in vehicle-list window by different criteria. Total independent sort for all types and players. Periodic resort of list every 10 TTD days. Thank you for your graphical inspiration follow and buxo (since none of you provided any code).