depot_gui.c
Thu, 07 Dec 2006 00:51:20 +0000 Darkvater (svn r7410) -Codechange/Fix: Remove useless and unfollowable programmatic-resize, and implement it
Wed, 06 Dec 2006 17:31:16 +0000 Darkvater (svn r7403) -Codechange (r7386, r7385): Use available functions to find a window instead of doing
Wed, 06 Dec 2006 00:03:24 +0000 bjarni (svn r7390) -Codechange r7386: only loop though the windows to find a depot window to unhighlight a vehicle in if there is a vehicle on the mouse pointer
Tue, 05 Dec 2006 22:59:42 +0000 bjarni (svn r7386) -Codechange r7385: moved deletion of the vehicle highlight from DeleteVehicle to the sell commands as they are not called as often
Tue, 05 Dec 2006 22:40:42 +0000 bjarni (svn r7385) -Fix: FS#418 Deleting Train in depot with autoreplace failes
Sat, 18 Nov 2006 17:04:44 +0000 Darkvater (svn r7206) -Codechange: Remove (some of) the magic needed for windows that could be invalid after
Sat, 11 Nov 2006 09:47:44 +0000 Darkvater (svn r7129) -Codechange: Get rid of a global variable that only sets a window's number.
Fri, 10 Nov 2006 19:24:14 +0000 Darkvater (svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc positioning WDP_AUTO = -1)
Fri, 27 Oct 2006 20:39:58 +0000 glx (svn r6971) -Fix r6961: WWT_NODISTXTBTN buttons were normal buttons not push buttons
Fri, 27 Oct 2006 13:58:58 +0000 Darkvater (svn r6962) -Fix r6961: spacing...
Fri, 27 Oct 2006 13:48:56 +0000 Darkvater (svn r6961) -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was originally used to not
Tue, 24 Oct 2006 14:15:17 +0000 Darkvater (svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL is only plain panel,
Tue, 24 Oct 2006 12:56:14 +0000 Darkvater (svn r6922) -Feature: Add proper cloning sprites and cursors, different for each vehicle. Big thanks
Tue, 10 Oct 2006 15:02:38 +0000 bjarni (svn r6722) -Codechange: [aircraft build window] moved aircraft build window to a file of it's own
Tue, 10 Oct 2006 10:11:41 +0000 bjarni (svn r6719) -Code cleanup: [depot window] removed line that assigned 0 to a var, that's already 0
Tue, 10 Oct 2006 10:04:09 +0000 bjarni (svn r6718) -Codechange: added function to get the line height for a vehicle type
Sun, 08 Oct 2006 08:04:40 +0000 peter1138 (svn r6685) -Fix (r6672): Hide the 'sell chain' panel instead of the horizontal scroll bar twice...
Sat, 07 Oct 2006 08:39:34 +0000 bjarni (svn r6677) -Codechange r6651: [depot window] disabled the check for the correct cache in the depot window
Sat, 07 Oct 2006 08:24:11 +0000 bjarni (svn r6676) -Fix: [vehicle list windows] mass start/stop now works correctly in shared orders and station lists
Fri, 06 Oct 2006 22:08:37 +0000 bjarni (svn r6673) -Codechange: [depot window] replaced a piece of code to calculate max number of vehicles in a row with a simple read of the matrix grid
Fri, 06 Oct 2006 21:44:18 +0000 bjarni (svn r6672) -Codechange: [depot & vehicle windows] applied SetWindowWidgetsDisabledState() and SetWindowWidgetsHiddenState() to depot and vehicle windows
Fri, 06 Oct 2006 10:16:47 +0000 bjarni (svn r6668) -Codechange: [depot window] simplified the engine drawing loop in the depot window
Thu, 05 Oct 2006 23:10:58 +0000 bjarni (svn r6657) -Change: [depot window] sell all vehicles in depot confirm window now opens on top of depot window instead of in the middle of the screen
Thu, 05 Oct 2006 13:11:17 +0000 bjarni (svn r6652) -Feature: [depot window] depot lists are now sorted, so vehicle 1 is always first and so on
Thu, 05 Oct 2006 12:59:28 +0000 bjarni (svn r6651) -Coding feature: added the windowevent WE_INVALIDATE_DATA
Thu, 05 Oct 2006 02:29:01 +0000 belugas (svn r6645) -Fix(r6631): Forgot two click_state occurences
Tue, 03 Oct 2006 20:16:20 +0000 belugas (svn r6631) -Codechange: Use accessors for click_state.
Tue, 03 Oct 2006 02:08:15 +0000 belugas (svn r6619) -Codechange: Use accessors for disabled_state.
Mon, 02 Oct 2006 00:28:31 +0000 belugas (svn r6612) -Codechange: Use accessors for hidden_state.
Sun, 01 Oct 2006 16:02:29 +0000 peter1138 (svn r6609) - Move the mass stop/start buttons of the depot window to the bottom row, to match all other vehicle list windows, and make it look a bit neater, (Suggested by skidd13)
Sat, 30 Sep 2006 23:53:35 +0000 bjarni (svn r6595) -Fix r6542: [depot window] clicking sell all in a depot with no vehicles will now do nothing at all (instead of opening the confination window) (spotted by glx)
Sat, 30 Sep 2006 21:23:34 +0000 bjarni (svn r6593) -Fix: [depot window] added sprites to the buttons, that lacked one
Sat, 30 Sep 2006 20:59:23 +0000 bjarni (svn r6591) -Codechange: changed strings that used the word "depot" into one for each vehicle type
Sat, 30 Sep 2006 13:39:34 +0000 bjarni (svn r6586) -Feature: [depot window] added a vehicle list window with all vehicles having a certain depot in their orders
Fri, 29 Sep 2006 07:54:28 +0000 bjarni (svn r6567) -Fix r6542: [depot window] solved an issue where the confimation window sometimes failed to close (spotted by MacLir)
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