depot_gui.c
Thu, 28 Sep 2006 23:05:03 +0000 bjarni (svn r6562) -Codechange: merged the vehicle list window widget arrays
Thu, 28 Sep 2006 19:56:29 +0000 bjarni (svn r6561) -Fix r6513: [depot window] fixed an off by one error, that caused planes and ships to be drawn one pixel lower for each row
Thu, 28 Sep 2006 15:41:53 +0000 bjarni (svn r6554) -Fix r6513: [depot window] fixed a bug where moving rail vehicles from one line to another could fail under certain conditions
Thu, 28 Sep 2006 14:17:08 +0000 bjarni (svn r6552) -Feature: [depot window] added a "autoreplace all vehicles in depot" button
Wed, 27 Sep 2006 22:44:39 +0000 bjarni (svn r6542) -Feature: [depot window] added a "sell all vehicles in depot" button
Wed, 27 Sep 2006 15:47:00 +0000 bjarni (svn r6530) -Fix r6529: added missing header file (oops)
Wed, 27 Sep 2006 15:40:55 +0000 bjarni (svn r6529) -Fix r6513: [depot window] added missing switch in CcCloneVehicle()
Wed, 27 Sep 2006 15:28:47 +0000 bjarni (svn r6528) -Fix r6527: fixed an off by one error in an assert
Wed, 27 Sep 2006 14:05:15 +0000 bjarni (svn r6527) -Codechange: [depot window] added asserts to ensure that widget names, widget array and array of resize info stays the same length
Wed, 27 Sep 2006 13:53:59 +0000 bjarni (svn r6526) -Codechange: [depot window] the train only widgets are now resized depending on the size of other widgets
Wed, 27 Sep 2006 13:01:56 +0000 bjarni (svn r6525) -Codechange r6513: altered how to control how to move widgets around in the window. Hopefully it's a bit easier to understand now
Wed, 27 Sep 2006 11:34:27 +0000 bjarni (svn r6522) -Feature: [depot window] the buttons are now "scaled" resized
Wed, 27 Sep 2006 08:45:22 +0000 bjarni (svn r6520) -Fix r6515: "start all" and "stop all" buttons in depot windows are now disabled if you do not own the depot
Wed, 27 Sep 2006 00:25:27 +0000 bjarni (svn r6516) -Fix r6513: killed warnings about two variables being used uninitialized
Tue, 26 Sep 2006 19:20:35 +0000 bjarni (svn r6515) -Feature: added "start all" and "stop all" buttons to the depot windows
Tue, 26 Sep 2006 16:47:51 +0000 bjarni (svn r6513) -Codechange: unified the code to draw depot windows