Sun, 01 Oct 2006 14:48:22 +0000 miham (svn r6606) WebTranslator2 update to 2006-10-01 16:47:44
Sun, 01 Oct 2006 12:25:31 +0000 peter1138 (svn r6602) - Feature: we now support NewGRF livery refits, as used by DBsetXL, amongst others. This requires a savegame bump to save the cargo subtype.
Sun, 01 Oct 2006 12:00:32 +0000 peter1138 (svn r6601) - Codechange: Support cargo subtypes in the refit window. The refit window has been altered to support resizing and scrolling. Note that the cargo subtype isn't yet passed for actual refitting yet. (Based on mart3p's patch)
Sun, 01 Oct 2006 06:20:42 +0000 miham (svn r6600) WebTranslator2 update to 2006-10-01 08:20:02
Sun, 01 Oct 2006 01:32:07 +0000 belugas (svn r6599) -Codechange: Add accessors around the members click/disabled/hidden_state of Window
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)
Fri, 22 Sep 2006 21:52:31 +0000 glx (svn r6495) -Codechange: removed direct map access in pathfind.c
Thu, 21 Sep 2006 17:26:18 +0000 miham (svn r6493) WebTranslator2 update to 2006-09-21 19:25:54
Thu, 21 Sep 2006 15:23:29 +0000 miham (svn r6492) WebTranslator2 update to 2006-09-21 17:23:02
Thu, 21 Sep 2006 06:25:13 +0000 tron (svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer
Wed, 20 Sep 2006 19:31:56 +0000 miham (svn r6489) WebTranslator2 update to 2006-09-20 21:31:31
Wed, 20 Sep 2006 01:08:50 +0000 glx (svn r6486) -Fix (r6485): wrong variable name used in GetNewgrfCurrencyIdConverted()
Wed, 20 Sep 2006 00:34:06 +0000 belugas (svn r6485) -NewGRF Feature: Match the order of TTDPatch's currencies with those used in OTTD.
Wed, 20 Sep 2006 00:24:38 +0000 belugas (svn r6484) -Undo (partly)r6289. If a grf writer wants a string been only a space, why should it be blocked?
Tue, 19 Sep 2006 19:58:45 +0000 miham (svn r6482) WebTranslator2 update to 2006-09-19 21:58:22
Tue, 19 Sep 2006 14:09:59 +0000 miham (svn r6480) WebTranslator2 update to 2006-09-19 16:09:27
Tue, 19 Sep 2006 12:48:12 +0000 bjarni (svn r6479) -Fix r6424: FS#348 Plane autoreplace glitch
Mon, 18 Sep 2006 18:30:16 +0000 miham (svn r6478) WebTranslator2 update to 2006-09-18 20:28:13
Mon, 18 Sep 2006 18:02:33 +0000 peter1138 (svn r6477) - Fix a loop-hole that allowed docks to be built regardless of town authority rating.
Mon, 18 Sep 2006 08:39:03 +0000 miham (svn r6476) [Languages] Small change to trigger a full language scan in WT2 to reconstruct damaged DB
Mon, 18 Sep 2006 06:34:37 +0000 peter1138 (svn r6475) - Fix (r6055): Don't try to sort industries when there are none. Thanks to 'Delboy'
Sun, 17 Sep 2006 20:52:54 +0000 peter1138 (svn r6474) - Add a patch option to control display of liveries, allowing none, your
Sun, 17 Sep 2006 16:23:30 +0000 KUDr (svn r6473) -Fix: FS#347 town extends road beyond road stop. Fixed by r5062, unfixed by r5798. Now there is proper comment, so it should not happen again.
Sun, 17 Sep 2006 11:33:19 +0000 Darkvater (svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was
Sat, 16 Sep 2006 22:09:26 +0000 bjarni (svn r6468) -Codechange r6464: now use error() when failing refit in autoreplace to ensure that such a failure will not break a game
Sat, 16 Sep 2006 21:07:38 +0000 rubidium (svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do..
Sat, 16 Sep 2006 16:21:47 +0000 bjarni (svn r6464) -Fix r6393: killed a warning when compiling without asserts
Sat, 16 Sep 2006 13:44:12 +0000 Darkvater (svn r6463) -Fix (r6462): Reset the string width to zero on every new line of course...
Sat, 16 Sep 2006 13:20:14 +0000 Darkvater (svn r6462) -Codechange: Have GetStringWidth() return width as well as the height bounding
Sat, 16 Sep 2006 13:02:35 +0000 miham (svn r6461) WebTranslator2 update to 2006-09-16 14:47:23
Fri, 15 Sep 2006 21:44:55 +0000 peter1138 (svn r6459) - Fix (r6433): An enum mixup caused oilrigs to not have a station part. Thanks to Znuff for pointing out.
Fri, 15 Sep 2006 21:02:44 +0000 peter1138 (svn r6458) - Fix (r6457): ... but close the colour window if the company is removed. (Thanks Rubidium)
Fri, 15 Sep 2006 20:37:48 +0000 peter1138 (svn r6457) - Codechange: Allow the company colour window to stay open after the
Fri, 15 Sep 2006 17:36:54 +0000 peter1138 (svn r6456) - Replace single colour scheme for passenger wagons with separate schemes for each of steam, diesel or electric engines. Savegames from the previous revision will not load.
Fri, 15 Sep 2006 12:27:00 +0000 peter1138 (svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This replaces the original colour selection window and bumps the saveload version. Liveries are supported for all vehicles, not just those with 2cc support. Thanks to lakie for GUI inspiration.
Fri, 15 Sep 2006 02:52:17 +0000 belugas (svn r6454) -Fix(r6108) : Allow custom currency to display both prefix and suffix
Fri, 15 Sep 2006 02:33:40 +0000 belugas (svn r6453) -Feature: FS#305 Turkish currency (jnmbk)
Thu, 14 Sep 2006 23:26:58 +0000 Darkvater (svn r6450) -Feature: Make the 'patch' console command available for offline use and for
Thu, 14 Sep 2006 20:40:59 +0000 Darkvater (svn r6449) -Fix (Win32): The dedicated server could overwrite the keyboard input buffer
Wed, 13 Sep 2006 16:29:16 +0000 glx (svn r6448) -Fix r6446: Remove the accidentaly added empty strings
Wed, 13 Sep 2006 15:49:43 +0000 glx (svn r6447) -Fix r6446: Readd the accidentally removed translations
Wed, 13 Sep 2006 14:56:01 +0000 miham (svn r6446) WebTranslator2 update to 2006-09-13 16:54:09
Wed, 13 Sep 2006 05:47:16 +0000 miham (svn r6445) WebTranslator2 update to 2006-09-13 07:46:55
Tue, 12 Sep 2006 17:42:47 +0000 miham (svn r6444) WebTranslator2 update to 2006-09-12 19:42:24
Tue, 12 Sep 2006 10:42:04 +0000 Darkvater (svn r6443) -Fix (r6001): Please update the documentation if you mess with the _m[] bits!
Mon, 11 Sep 2006 20:38:35 +0000 bjarni (svn r6442) -Fix: ship depots windows now only draws the ships inside the depot instead of all ships in the depot tile
Mon, 11 Sep 2006 18:35:39 +0000 miham (svn r6441) WebTranslator2 update to 2006-09-11 20:35:18
Mon, 11 Sep 2006 17:28:27 +0000 KUDr (svn r6440) -Fix: [YAPF] some YAPF settings were not saved (i misunderstood how save flags work). This probably caused some MP desyncs. Thanks Maedhros for noticing and peter1138 for this patch.
Mon, 11 Sep 2006 16:24:58 +0000 miham (svn r6439) WebTranslator2 update to 2006-09-11 18:24:37
Mon, 11 Sep 2006 07:18:44 +0000 miham (svn r6438) WebTranslator2 update to 2006-09-11 09:18:20
Sun, 10 Sep 2006 08:28:32 +0000 rubidium (svn r6437) -Fix: reset the location of the last sound as that location can be outside the map when you are loading another (smaller) map. Thanks to MeusH for noticing.
Sun, 10 Sep 2006 04:59:27 +0000 miham (svn r6436) WebTranslator2 update to 2006-09-10 06:59:06
Sat, 09 Sep 2006 22:15:19 +0000 rubidium (svn r6435) -Fix (FS#340): show an error message when executing 'scrollto x' with x < 0 or >= MapSize() instead of asserting later on.
Sat, 09 Sep 2006 08:30:12 +0000 miham (svn r6434) WebTranslator2 update to 2006-09-09 10:29:44
Fri, 08 Sep 2006 22:12:57 +0000 rubidium (svn r6433) -Codechange: replace some magic numbers (industry gfx indices) by enums.
Fri, 08 Sep 2006 20:00:19 +0000 bjarni (svn r6432) -Fix r4987: [OSX] added CCFLAGS to OSX targets as well
Fri, 08 Sep 2006 19:43:13 +0000 bjarni (svn r6431) -Fix r6424: removed a declaration after statement in ReplaceVehicleWndProc()
Fri, 08 Sep 2006 19:38:12 +0000 bjarni (svn r6430) -Fix r6424: fixed failure to init the whole array of engines when starting a new player
Fri, 08 Sep 2006 12:10:37 +0000 bjarni (svn r6429) -Fix: [autoreplace GUI] selecting an empty line will now deselect the engine instead of selecting the first in the list (consistent with all other windows)
Fri, 08 Sep 2006 11:53:05 +0000 bjarni (svn r6428) -Codechange: [autoreplace] removed duplicated code to draw the info text in the autoreplace window
Fri, 08 Sep 2006 11:50:06 +0000 miham (svn r6427) WebTranslator2 update to 2006-09-08 13:49:45