------------------------------------------------------------------------ r12482 | bjarni | 2008-03-28 22:59:43 +0000 (Fri, 28 Mar 2008) | 3 lines -Fix: [build train] we don't need to have a depot in order to just check the price of a rail vehicle so don't check for compatible rails on the tile either also wagons will only need tracks they can drive on in order to be build so there is no reason to check for power in the depot ------------------------------------------------------------------------ r12480 | glx | 2008-03-28 21:28:32 +0000 (Fri, 28 Mar 2008) | 1 line -Change: enable and show asserts in crash.log for MSVC releases by default ------------------------------------------------------------------------ r12479 | peter1138 | 2008-03-28 19:37:12 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange [FS#1723]: Simplify the method used to resize the industry view window. The window is now shown the correct size so the resize button is also removed. ------------------------------------------------------------------------ r12477 | rubidium | 2008-03-28 18:43:01 +0000 (Fri, 28 Mar 2008) | 2 lines -Fix [FS#1883]: timetable times for aircraft were always doubled. ------------------------------------------------------------------------ r12476 | rubidium | 2008-03-28 18:00:38 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h. ------------------------------------------------------------------------ r12475 | rubidium | 2008-03-28 16:45:20 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: cleanup coding style in news_gui.cpp. ------------------------------------------------------------------------ r12474 | rubidium | 2008-03-28 16:41:12 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h. ------------------------------------------------------------------------ r12473 | rubidium | 2008-03-28 16:39:19 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: move EngineList to a more logical location. ------------------------------------------------------------------------ r12472 | rubidium | 2008-03-28 16:38:18 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: remove unneeded declaration of ViewPort and DrawPixelInfo. ------------------------------------------------------------------------ r12471 | rubidium | 2008-03-28 16:36:59 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: move SignID to a more logical location. ------------------------------------------------------------------------ r12470 | rubidium | 2008-03-28 16:36:32 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: split order related types from order.h (and openttd.h) to order_type.h. ------------------------------------------------------------------------ r12469 | rubidium | 2008-03-28 16:34:50 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: split type related stuff from group.h (and openttd.h) to group_type.h. ------------------------------------------------------------------------ r12468 | rubidium | 2008-03-28 16:33:28 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h. ------------------------------------------------------------------------ r12467 | rubidium | 2008-03-28 16:32:27 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: move DepotID to a more logical location. ------------------------------------------------------------------------ r12466 | rubidium | 2008-03-28 16:31:26 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: move DestinationID to a more logical location. ------------------------------------------------------------------------ r12464 | rubidium | 2008-03-28 11:09:14 +0000 (Fri, 28 Mar 2008) | 2 lines -Change: remove an include that doesn't define anything anyway. ------------------------------------------------------------------------ r12461 | rubidium | 2008-03-28 09:43:06 +0000 (Fri, 28 Mar 2008) | 2 lines -Change: add (quite) some missing headers to the MSVC project files. ------------------------------------------------------------------------ r12460 | rubidium | 2008-03-28 09:15:08 +0000 (Fri, 28 Mar 2008) | 2 lines -Change: rename src/namegen.h to src/namegen_func.h so MSVC can have both files in it's treelist. ------------------------------------------------------------------------ r12459 | rubidium | 2008-03-28 08:53:36 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: split news.h into news_type.h and news_func.h. ------------------------------------------------------------------------ r12458 | rubidium | 2008-03-28 04:57:32 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: split acquiring the sprite ID for cargos from the actual drawing of them. ------------------------------------------------------------------------ r12457 | belugas | 2008-03-28 03:23:49 +0000 (Fri, 28 Mar 2008) | 2 lines -Codechange: Move signal enums on their own header. ------------------------------------------------------------------------ r12456 | glx | 2008-03-28 02:47:54 +0000 (Fri, 28 Mar 2008) | 1 line -Update: apply english.txt changes from r12455 to other languages ------------------------------------------------------------------------ r12455 | glx | 2008-03-28 02:30:10 +0000 (Fri, 28 Mar 2008) | 1 line -Codechange: Implement NewGRF callback 37 (cargo sub-type display for industries) ------------------------------------------------------------------------ r12454 | glx | 2008-03-28 02:10:25 +0000 (Fri, 28 Mar 2008) | 2 lines -Fix (r12452): incorrect calculation for 'first vehicle in this chain of vehicles with the same ID' (thx DaleStan) -Fix (r12452): wrong loading of random action 2 type 84 for non vehicle (though it shouldn't happen, but who knows ;)) ------------------------------------------------------------------------ r12453 | peter1138 | 2008-03-28 01:22:47 +0000 (Fri, 28 Mar 2008) | 2 lines -Fix [FS#1880]: Remove broken endian-dependent code and unnecessary rgb to bgr swapping. ------------------------------------------------------------------------ r12452 | glx | 2008-03-27 21:36:16 +0000 (Thu, 27 Mar 2008) | 1 line -Feature: [NewGRF] Add random action 2 type 84. For vehicles only. ------------------------------------------------------------------------ r12451 | peter1138 | 2008-03-27 19:02:18 +0000 (Thu, 27 Mar 2008) | 2 lines -Codechange: use of FOR_ALL_ENGINES/ENGINEIDS_OF_TYPE instead of for-loops ------------------------------------------------------------------------ r12450 | peter1138 | 2008-03-27 17:51:20 +0000 (Thu, 27 Mar 2008) | 2 lines -Codechange: Use a pointer instead of several array dereferences. ------------------------------------------------------------------------ r12449 | belugas | 2008-03-27 17:06:35 +0000 (Thu, 27 Mar 2008) | 1 line -Feature[newGRF]: Add support for var A2/22 for action 7/9/D: Diificulty level ------------------------------------------------------------------------ r12448 | rubidium | 2008-03-27 16:09:15 +0000 (Thu, 27 Mar 2008) | 2 lines -Change: add a spec file for RPMs. The spec file replaces the SuSE and Mandrake versions as these distributions are also supported by the new spec file. New spec file by Denis Burlaka. ------------------------------------------------------------------------ r12447 | rubidium | 2008-03-27 15:59:56 +0000 (Thu, 27 Mar 2008) | 2 lines -Add: company colours to hangars and road depots; train depots already have them. ------------------------------------------------------------------------ r12446 | peter1138 | 2008-03-27 15:51:11 +0000 (Thu, 27 Mar 2008) | 2 lines -Feature: Add +/- toggle buttons to station cargo waiting list to show/hide the detailed transferred cargo information. ------------------------------------------------------------------------ r12445 | peter1138 | 2008-03-27 15:48:54 +0000 (Thu, 27 Mar 2008) | 2 lines -Fix: Add missing compile asserts for window data structs ------------------------------------------------------------------------ r12444 | belugas | 2008-03-27 15:46:58 +0000 (Thu, 27 Mar 2008) | 2 lines -Fix: A little typo ------------------------------------------------------------------------ r12443 | rubidium | 2008-03-27 15:29:42 +0000 (Thu, 27 Mar 2008) | 2 lines -Add: OpenTTDs version to openttd.cfg, just so we do not need to keep to ask people for their version number because it's likely they give you the wrong answer anyway. ------------------------------------------------------------------------ r12442 | skidd13 | 2008-03-27 14:46:27 +0000 (Thu, 27 Mar 2008) | 2 lines -Feature: Allow build leveled roads on slopes for the old ai ------------------------------------------------------------------------ r12441 | rubidium | 2008-03-27 14:34:29 +0000 (Thu, 27 Mar 2008) | 2 lines -Feature: open the time table when pressing the order button while pressing the CTRL key. Patch by Phil Sophus. ------------------------------------------------------------------------ r12440 | skidd13 | 2008-03-27 14:26:31 +0000 (Thu, 27 Mar 2008) | 3 lines -Fix [FS#1694]: Make the road building and road removing conditions more union -Feature: Allow to build/remove more road-piece combinations directly ------------------------------------------------------------------------ r12439 | rubidium | 2008-03-27 14:10:09 +0000 (Thu, 27 Mar 2008) | 2 lines -Fix [FS#1871]: do not 'disable' the drawing of autorail overlays when the tile is 'error'-marked (red pulsating selection). Patch by Icosikai. ------------------------------------------------------------------------ r12438 | rubidium | 2008-03-27 13:59:35 +0000 (Thu, 27 Mar 2008) | 2 lines -Fix-ish: typo spotted by Biblo. ------------------------------------------------------------------------ r12436 | peter1138 | 2008-03-26 19:18:30 +0000 (Wed, 26 Mar 2008) | 2 lines -Cleanup: minor coding style ------------------------------------------------------------------------ r12435 | rubidium | 2008-03-26 16:46:33 +0000 (Wed, 26 Mar 2008) | 1 line -Fix: do not remove the case from the Brazilian Portuguese translation while it is still in use. ------------------------------------------------------------------------ r12428 | rubidium | 2008-03-26 11:50:53 +0000 (Wed, 26 Mar 2008) | 2 lines -Fix [FS#1878]: loading from the config file could fail even when the data is correct. Patch by Dominik. ------------------------------------------------------------------------ r12426 | rubidium | 2008-03-26 10:38:31 +0000 (Wed, 26 Mar 2008) | 2 lines -Cleanup: sprinkle some coding style over a few files. ------------------------------------------------------------------------ r12425 | rubidium | 2008-03-26 10:08:17 +0000 (Wed, 26 Mar 2008) | 2 lines -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik. ------------------------------------------------------------------------ r12421 | bjarni | 2008-03-25 21:58:13 +0000 (Tue, 25 Mar 2008) | 4 lines -Feature: [autoreplace] the autoreplace button in train depots will now also replace wagons even if they aren't connected to a locomotive fixed estimated cost in CmdDepotMassAutoReplace() (will still not estimate wagon removal profits) Made it possible to command CmdDepotMassAutoReplace() to either replace everything or nothing (the button will still happily replace just some of the vehicles if cash premits) ------------------------------------------------------------------------ r12420 | maedhros | 2008-03-25 19:56:16 +0000 (Tue, 25 Mar 2008) | 2 lines -Cleanup: Fix the indentation, improve a variable name, and add a NOT_REACHED to DeterminePluralForm. ------------------------------------------------------------------------ r12419 | skidd13 | 2008-03-25 18:59:25 +0000 (Tue, 25 Mar 2008) | 2 lines -Cleanup: of the internal road-piece building and removing. ------------------------------------------------------------------------ r12417 | maedhros | 2008-03-25 17:39:02 +0000 (Tue, 25 Mar 2008) | 2 lines -Fix: Add a new plural rule for Icelandic. ------------------------------------------------------------------------ r12410 | peter1138 | 2008-03-25 12:10:13 +0000 (Tue, 25 Mar 2008) | 2 lines -Codechange: abstract out the test for catenary on electric rails ------------------------------------------------------------------------ r12408 | miham | 2008-03-25 08:45:21 +0000 (Tue, 25 Mar 2008) | 13 lines -Update: WebTranslator2 update to 2008-03-25 09:44:24 brazilian_portuguese - 1 fixed by fukumori (1) bulgarian - 1 fixed by thetitan (1) catalan - 8 fixed by arnaullv (8) czech - 1 fixed by Hadez (1) french - 8 fixed by glx (8) hungarian - 10 fixed by miham (10) icelandic - 9 fixed, 1 changed by scrooge (10) italian - 8 fixed by lorenzodv (8) korean - 1 fixed by darkttd (1) russian - 8 fixed by Smoky555 (8) ukrainian - 1 fixed by mad (1) ------------------------------------------------------------------------ r12407 | glx | 2008-03-24 20:30:08 +0000 (Mon, 24 Mar 2008) | 1 line -Add [FS#1866]: more language flags for servers ------------------------------------------------------------------------ r12405 | rubidium | 2008-03-24 06:52:52 +0000 (Mon, 24 Mar 2008) | 2 lines -Codechange: some coding style and 'untodoifying' some comments that were certainly not todos. ------------------------------------------------------------------------ r12404 | rubidium | 2008-03-24 06:38:20 +0000 (Mon, 24 Mar 2008) | 2 lines -Codechange: rename the string buffer used for network GUIs to something more unique than what it is called now. ------------------------------------------------------------------------ r12403 | rubidium | 2008-03-24 06:32:53 +0000 (Mon, 24 Mar 2008) | 2 lines -Codechange: unmisuse a variable in the chat window and make the code a little cleaner. ------------------------------------------------------------------------ r12402 | rubidium | 2008-03-24 05:59:42 +0000 (Mon, 24 Mar 2008) | 2 lines -Fix: some toolbars didn't seem to show anymore. ------------------------------------------------------------------------ r12401 | glx | 2008-03-24 00:52:28 +0000 (Mon, 24 Mar 2008) | 1 line -Fix (r9754): when loading TTD savegame some data were lost (profits, ...) due to a 'reallocation' for vehicle type conversion. The conversion is now done before loading the vehicle chunk. ------------------------------------------------------------------------ r12399 | rubidium | 2008-03-23 21:31:43 +0000 (Sun, 23 Mar 2008) | 2 lines -Fix: some old DOS savegame didn't load properly due to 'garbage' that was sprinkled in some places. ------------------------------------------------------------------------ r12398 | rubidium | 2008-03-23 07:35:29 +0000 (Sun, 23 Mar 2008) | 2 lines -Codechange [FS#1770]: Move toolbar related code to it's own little neighbourhood. Based on a patch by Dominik. ------------------------------------------------------------------------ r12397 | rubidium | 2008-03-23 06:56:33 +0000 (Sun, 23 Mar 2008) | 2 lines -Codechange [FS#1856]: enumify widget number for time tables. Patch by Phil Sophus. ------------------------------------------------------------------------ r12396 | rubidium | 2008-03-22 19:54:50 +0000 (Sat, 22 Mar 2008) | 2 lines -Codechange: change a few things to reflect that we aren't aiming for 0.6 anymore in trunk. ------------------------------------------------------------------------