Sun, 01 Oct 2006 00:38:46 +0000 belugas (svn r6596) -Fix(r6562) : Add missing resize_window_widget.h to MSVC projects
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:36:00 +0000 peter1138 (svn r6594) - Fix (r6513): When adding command callbacks, add the callback to the list...
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 21:12:53 +0000 miham (svn r6592) [Translations] Removed strings obsoleted by Bjarni at r6591
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 19:21:39 +0000 glx (svn r6590) -Fix r6588: killed MSVC warnings for real
Sat, 30 Sep 2006 17:44:22 +0000 miham (svn r6589) WebTranslator2 update to 2006-09-30 19:43:48
Sat, 30 Sep 2006 17:13:39 +0000 bjarni (svn r6588) -Fix r6582: killed some windows only warnings (thanks webfreakz for testing)
Sat, 30 Sep 2006 15:59:57 +0000 miham (svn r6587) WebTranslator2 update to 2006-09-30 17:59:21
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
Sat, 30 Sep 2006 11:21:54 +0000 miham (svn r6585) WebTranslator2 update to 2006-09-30 13:21:19
Sat, 30 Sep 2006 05:24:09 +0000 miham (svn r6584) WebTranslator2 update to 2006-09-30 07:23:18
Fri, 29 Sep 2006 20:41:28 +0000 bjarni (svn r6582) -Codechange: changed GenerateVehicleSortList() to reuse the same allocation over and over if possible (like BuildDepotVehicleList() )
Fri, 29 Sep 2006 19:03:40 +0000 bjarni (svn r6581) -Fix r6562: [vehicle list windows] fixed an off by one issue when drawing the bottom row of buttons
Fri, 29 Sep 2006 18:39:20 +0000 bjarni (svn r6580) -Fix r6552: [depot window] fixed issue where vehicles sometimes failed to restart after being replaced
Fri, 29 Sep 2006 17:41:00 +0000 bjarni (svn r6579) -Fix r6552: [depot window] solved a condition where pressing autoreplace in a depot window could result in asserts
Fri, 29 Sep 2006 16:57:12 +0000 belugas (svn r6576) -CodeChange : Move depot_gui.c on "Gui Source codes" section of MSVC project files
Fri, 29 Sep 2006 11:30:48 +0000 bjarni (svn r6570) -Feature: added "start all" and "stop all" buttons to the vehicle lists
Fri, 29 Sep 2006 10:54:59 +0000 bjarni (svn r6569) -Fix r6562: fixed incorrect drawing of road vehicle depot
Fri, 29 Sep 2006 09:44:32 +0000 miham (svn r6568) WebTranslator2 update to 2006-09-29 11:43:44
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)
Fri, 29 Sep 2006 07:30:44 +0000 peter1138 (svn r6565) - Fix (r6562): Missing newline at EOF caused a compiler warning
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 18:42:35 +0000 peter1138 (svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]
Thu, 28 Sep 2006 18:13:31 +0000 bjarni (svn r6559) -Codechange: [vehicle list windows] moved creation and drawing code into two new functions to make it easier to see what goes on where
Thu, 28 Sep 2006 16:29:35 +0000 miham (svn r6556) WebTranslator2 update to 2006-09-28 18:28:48
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
Thu, 28 Sep 2006 07:02:55 +0000 peter1138 (svn r6544) - Codechange: Rename CmdReplaceVehicle to CmdSetAutoReplace, to reflect what it does.
Thu, 28 Sep 2006 05:40:39 +0000 miham (svn r6543) WebTranslator2 update to 2006-09-28 07:40:01
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 20:39:24 +0000 miham (svn r6536) WebTranslator2 update to 2006-09-27 22:37:14
Wed, 27 Sep 2006 18:46:59 +0000 peter1138 (svn r6533) - Fix (r6532): Somebody forgot to add newsounds to the ttdpatch flags...
Wed, 27 Sep 2006 18:17:01 +0000 peter1138 (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
Wed, 27 Sep 2006 16:07:07 +0000 miham (svn r6531) WebTranslator2 update to 2006-09-27 18:06:40
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 12:17:33 +0000 bjarni (svn r6524) -Code cleanup r6515: cleaned up the command to start/stop all vehicles in a depot.
Wed, 27 Sep 2006 11:45:26 +0000 peter1138 (svn r6523) - 'Feature'/'Fix': Add tooltips to the new company colour window
Wed, 27 Sep 2006 11:34:27 +0000 bjarni (svn r6522) -Feature: [depot window] the buttons are now "scaled" resized
Wed, 27 Sep 2006 11:30:18 +0000 miham (svn r6521) WebTranslator2 update to 2006-09-27 13:29:33
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 08:06:40 +0000 bjarni (svn r6519) -Code cleanup r6518: changed a line to apply to the coding style
Wed, 27 Sep 2006 07:23:38 +0000 bjarni (svn r6518) -Codechange: unified the vehicle refit windows
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 19:07:28 +0000 miham (svn r6514) WebTranslator2 update to 2006-09-26 21:05:50
Tue, 26 Sep 2006 16:47:51 +0000 bjarni (svn r6513) -Codechange: unified the code to draw depot windows
Mon, 25 Sep 2006 17:11:47 +0000 miham (svn r6505) WebTranslator2 update to 2006-09-25 19:11:24
Sun, 24 Sep 2006 15:53:56 +0000 miham (svn r6504) WebTranslator2 update to 2006-09-24 17:53:26
Sun, 24 Sep 2006 15:01:02 +0000 bjarni (svn r6503) -Codechange: added a function to tell what vehicles a depot contains
Sat, 23 Sep 2006 02:39:24 +0000 belugas (svn r6499) -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct
Fri, 22 Sep 2006 23:13:12 +0000 bjarni (svn r6497) -Fix r6165: Vehicles heading for depots when their orders contained "service in depot" displayed the stopping in depot string
Fri, 22 Sep 2006 22:15:34 +0000 glx (svn r6496) -Codechange: removed direct map access in train_cmd.c (Rubidium)