------------------------------------------------------------------------ r8955 | rubidium | 2007-03-01 18:28:55 +0000 (Thu, 01 Mar 2007) | 2 lines -Fix: crash on loading savegames with GRFs that do not have their GRF info/name set. ------------------------------------------------------------------------ r8954 | rubidium | 2007-03-01 13:35:40 +0000 (Thu, 01 Mar 2007) | 2 lines -Codechange: remove direct map accesses from non-map-accessor headers. ------------------------------------------------------------------------ r8953 | rubidium | 2007-03-01 13:27:51 +0000 (Thu, 01 Mar 2007) | 2 lines -Codechange: make the names of enums of WaterTileType consistent with respect to RailTileType and RoadTileType. ------------------------------------------------------------------------ r8951 | belugas | 2007-03-01 04:24:19 +0000 (Thu, 01 Mar 2007) | 3 lines -Cleanup: Another bunch of re-formating and re-ordering. Among which, tiles area now read m1..m6, while the bits are always enumerated from 7 to 0 Hoping it will stay that way... ------------------------------------------------------------------------ r8950 | belugas | 2007-03-01 01:24:44 +0000 (Thu, 01 Mar 2007) | 1 line -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. ------------------------------------------------------------------------ r8949 | rubidium | 2007-03-01 00:58:09 +0000 (Thu, 01 Mar 2007) | 2 lines -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 characters when determining network compatability. This makes it possible to have 'long' branch names while still being able to play network games. ------------------------------------------------------------------------ r8948 | glx | 2007-02-28 23:52:04 +0000 (Wed, 28 Feb 2007) | 1 line -Change: some sed implementations have problems with \n so rewrite r8832 using awk ------------------------------------------------------------------------ r8946 | maedhros | 2007-02-28 17:59:05 +0000 (Wed, 28 Feb 2007) | 3 lines -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10, which is set when a vehicle was built during the exclusive testing phase. ------------------------------------------------------------------------ r8945 | maedhros | 2007-02-28 17:18:36 +0000 (Wed, 28 Feb 2007) | 2 lines -Codechange: Rename v->load_status to v->vehicle_flags so it can be used for more than just the gradual loading status. ------------------------------------------------------------------------ r8944 | maedhros | 2007-02-28 17:06:22 +0000 (Wed, 28 Feb 2007) | 2 lines -Codechange: Move the enum describing the bitmask of Engine.flags to engine.h and give the enum values better names. ------------------------------------------------------------------------ r8943 | maedhros | 2007-02-28 10:40:34 +0000 (Wed, 28 Feb 2007) | 1 line -Fix (r5338): [NewGRF] Fix support for vehicle variable 48, which just returns Engine[id].flags ------------------------------------------------------------------------ r8935 | rubidium | 2007-02-27 23:36:28 +0000 (Tue, 27 Feb 2007) | 2 lines -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType. ------------------------------------------------------------------------ r8933 | KUDr | 2007-02-27 23:12:45 +0000 (Tue, 27 Feb 2007) | 1 line -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc) ------------------------------------------------------------------------ r8929 | Darkvater | 2007-02-27 22:11:12 +0000 (Tue, 27 Feb 2007) | 1 line -Codechange: [win32] Give the installer a slightly more verbose link at the final screen and also copy any heightmaps to the desination directory. ------------------------------------------------------------------------ r8927 | Darkvater | 2007-02-27 17:04:22 +0000 (Tue, 27 Feb 2007) | 1 line -Codechange: [win32] Update the installer to use the new paths after the makefilerewrite and add roadstops.grf to the uninstaller. ------------------------------------------------------------------------ r8926 | Darkvater | 2007-02-27 16:51:49 +0000 (Tue, 27 Feb 2007) | 1 line -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc. ------------------------------------------------------------------------ r8921 | rubidium | 2007-02-27 16:18:31 +0000 (Tue, 27 Feb 2007) | 6 lines -Fix (FS#654): several issues related to removing all orders from an aircraft and removing the airport it was heading: - the aircraft would go to (0, 0) and circle there. Clicking the 'eye' to jump to the aircraft in the main window could cause a segmentation fault. - when rebuilding an airport with the StationID of the old airport could crash as the FTA state of the aircraft is higher than the number of states of the new airport, causing a crash of all clients and the server when assertions are enabled. - when rebuilding an airport with the StationID of the old airport can bring the aircraft in a state where is keeps circling the airport. To solve these issues all aircraft without a valid order will try to go to the nearest hangar it can safely get to (large jets do not land on small airports). If there is no hangar to go to, the airplane crashes (out of fuel). ------------------------------------------------------------------------ r8920 | Darkvater | 2007-02-27 16:07:04 +0000 (Tue, 27 Feb 2007) | 1 line -Codechange: Do not require to press 'Apply changes' in the newgrf GUI if the changes in there are not activated (this happens in the title screen) ------------------------------------------------------------------------ r8919 | Darkvater | 2007-02-27 16:05:49 +0000 (Tue, 27 Feb 2007) | 1 line -Regression (UTF8) (try #2): Win9x is very picky about trailing slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix. ------------------------------------------------------------------------ r8918 | Darkvater | 2007-02-27 16:05:20 +0000 (Tue, 27 Feb 2007) | 1 line -Revert r8914 as the inverted files have been committed not the correct one. ------------------------------------------------------------------------ r8914 | Darkvater | 2007-02-27 15:17:06 +0000 (Tue, 27 Feb 2007) | 1 line -Regression (UTF8): Win9x is very picky about trailing slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix. ------------------------------------------------------------------------ r8912 | rubidium | 2007-02-26 22:32:21 +0000 (Mon, 26 Feb 2007) | 2 lines -Codechange: coding style cleanup and moving of two global externs into the functions that use them. ------------------------------------------------------------------------ r8911 | rubidium | 2007-02-26 22:25:18 +0000 (Mon, 26 Feb 2007) | 2 lines -Cleanup: fixup comments about the RoadVehicleStates and remove two unused enums. ------------------------------------------------------------------------ r8908 | rubidium | 2007-02-26 18:25:03 +0000 (Mon, 26 Feb 2007) | 2 lines -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header. ------------------------------------------------------------------------ r8907 | rubidium | 2007-02-26 00:41:24 +0000 (Mon, 26 Feb 2007) | 2 lines -Fix (r3281): reading from an unitialized variable. ------------------------------------------------------------------------ r8906 | rubidium | 2007-02-26 00:36:57 +0000 (Mon, 26 Feb 2007) | 2 lines -Feature: translation dependant formatting of dates. ------------------------------------------------------------------------ r8903 | peter1138 | 2007-02-25 14:33:43 +0000 (Sun, 25 Feb 2007) | 2 lines -Regression (r8891): CT_PURCHASE does apply to aircraft overrides... ------------------------------------------------------------------------ r8901 | tron | 2007-02-25 11:59:26 +0000 (Sun, 25 Feb 2007) | 4 lines -Fix Get rid of DECLARE_ENUM_AS_BIT_INDEX(Trackdir, TrackdirBits) and DECLARE_ENUM_AS_BIT_INDEX() altogether ------------------------------------------------------------------------ r8900 | tron | 2007-02-25 11:49:43 +0000 (Sun, 25 Feb 2007) | 4 lines -Fix Get rid of DECLARE_ENUM_AS_BIT_INDEX(Track, TrackBits) ------------------------------------------------------------------------ r8899 | tron | 2007-02-25 11:36:19 +0000 (Sun, 25 Feb 2007) | 4 lines -Fix Remove the unused second parameter from GetTileRailType() ------------------------------------------------------------------------ r8897 | tron | 2007-02-25 10:49:13 +0000 (Sun, 25 Feb 2007) | 6 lines -Fix Change the signature of GetNewVehiclePos(): -void GetNewVehiclePos(const Vehicle *v, GetNewVehiclePosResult *gp); +GetNewVehiclePosResult GetNewVehiclePos(const Vehicle *v); ------------------------------------------------------------------------ r8896 | tron | 2007-02-25 10:25:25 +0000 (Sun, 25 Feb 2007) | 5 lines -Fix Most (i.e. 13 of 15) callers of GetNewVehiclePos() do not care for the return and the others can figure it out by inspecting the information returned in struct GetNewVehiclePosResult. Therefore remove the return value. ------------------------------------------------------------------------ r8894 | tron | 2007-02-25 09:47:46 +0000 (Sun, 25 Feb 2007) | 4 lines -Fix Slightly simplify the control flow of TrainController() ------------------------------------------------------------------------ r8893 | tron | 2007-02-25 09:27:03 +0000 (Sun, 25 Feb 2007) | 4 lines -Fix variable scope, const, misc. ------------------------------------------------------------------------ r8892 | rubidium | 2007-02-25 09:06:13 +0000 (Sun, 25 Feb 2007) | 2 lines -Fix (r8879): swapped the eye colour and eyebrow bits. ------------------------------------------------------------------------ r8891 | peter1138 | 2007-02-24 23:36:40 +0000 (Sat, 24 Feb 2007) | 2 lines -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible. ------------------------------------------------------------------------ r8890 | peter1138 | 2007-02-24 23:20:21 +0000 (Sat, 24 Feb 2007) | 2 lines -Codechange: (NewGRF) add cargo translation support to engine var 47 ------------------------------------------------------------------------ r8889 | rubidium | 2007-02-24 22:35:42 +0000 (Sat, 24 Feb 2007) | 2 lines -Fix (r8880): a CursorID is not a SpriteID. ------------------------------------------------------------------------ r8888 | peter1138 | 2007-02-24 22:01:18 +0000 (Sat, 24 Feb 2007) | 2 lines -Codechange: Replace hardcoded default cargo bitmasks with a list of cargo labels. ------------------------------------------------------------------------ r8887 | KUDr | 2007-02-24 19:43:50 +0000 (Sat, 24 Feb 2007) | 1 line -Fix (r8879)[MorphOS]: initialization of mouth_table[] skipped by goto ------------------------------------------------------------------------ r8886 | peter1138 | 2007-02-24 19:36:47 +0000 (Sat, 24 Feb 2007) | 2 lines -Codechange: (NewGRF) Add (partial) cargo translation table support, applied to action 3s only. ------------------------------------------------------------------------ r8885 | peter1138 | 2007-02-24 19:26:45 +0000 (Sat, 24 Feb 2007) | 2 lines -Codechange: (NewGRF) If a default cargo type property is out of range then choose the cargo type from its refit list. ------------------------------------------------------------------------ r8884 | tron | 2007-02-24 18:44:30 +0000 (Sat, 24 Feb 2007) | 4 lines -Fix Replace SetSpeedLimitOnBridge() by something simpler ------------------------------------------------------------------------ r8882 | maedhros | 2007-02-24 16:37:06 +0000 (Sat, 24 Feb 2007) | 2 lines -Cleanup (r8881): Remove obsolete strings. ------------------------------------------------------------------------ r8881 | maedhros | 2007-02-24 16:34:37 +0000 (Sat, 24 Feb 2007) | 2 lines -Feature: Allow built-in newgrf error messages to be translated, and load custom error messages properly. ------------------------------------------------------------------------ r8880 | rubidium | 2007-02-24 15:05:14 +0000 (Sat, 24 Feb 2007) | 2 lines -Codechange: make anim cursors an array of structs. ------------------------------------------------------------------------ r8879 | rubidium | 2007-02-24 14:53:32 +0000 (Sat, 24 Feb 2007) | 2 lines -Codechange: make DrawPlayerFace easier to read. ------------------------------------------------------------------------ r8878 | tron | 2007-02-24 14:36:14 +0000 (Sat, 24 Feb 2007) | 5 lines -Fix -Fix: Do a better job when checking the parameters of CmdMoveRailVehicle() NOTE: 0.5 candidate ------------------------------------------------------------------------ r8877 | rubidium | 2007-02-24 12:50:05 +0000 (Sat, 24 Feb 2007) | 2 lines -Cleanup: remove already implemented @todo ------------------------------------------------------------------------ r8876 | tron | 2007-02-24 09:42:39 +0000 (Sat, 24 Feb 2007) | 4 lines -Fix Replace tests with magic numbers by a simple extraction template for command parameters ------------------------------------------------------------------------ r8875 | tron | 2007-02-24 06:46:20 +0000 (Sat, 24 Feb 2007) | 6 lines -Fix Remove unnecessary EnsureNoVehicle() checks because they are - pointless per se (f.e. there are no vehicles on house tiles) - done again (f.e. using CMD_LANDSCAPE_CLEAR just a few lines later) ------------------------------------------------------------------------ r8869 | KUDr | 2007-02-24 00:17:46 +0000 (Sat, 24 Feb 2007) | 1 line [YAPF] -Fix: Large Train Stations/Trains makes OpenTTD crash (Jigsaw_Psyche) ------------------------------------------------------------------------ r8868 | rubidium | 2007-02-23 22:14:14 +0000 (Fri, 23 Feb 2007) | 2 lines -Fix (r8715): road vehicles could not overtake anymore in some directions (mart3p). ------------------------------------------------------------------------ r8867 | KUDr | 2007-02-23 21:36:43 +0000 (Fri, 23 Feb 2007) | 1 line -Fix(r8866): revert yapf_costrail.hpp commited by mistake, helpers.hpp had wrong line ending ------------------------------------------------------------------------ r8866 | KUDr | 2007-02-23 21:29:50 +0000 (Fri, 23 Feb 2007) | 1 line -Doc: added more comments to template struct MakeEnumPropsT ------------------------------------------------------------------------ r8865 | peter1138 | 2007-02-23 21:03:57 +0000 (Fri, 23 Feb 2007) | 2 lines -Codechange: (NewGRF) Ignore 1 byte action 0s during safety check ------------------------------------------------------------------------ r8864 | KUDr | 2007-02-23 20:51:10 +0000 (Fri, 23 Feb 2007) | 1 line -Codechange: make ClrBitT(), SetBitT() and ToggleBitT more like CLRBIT() and so on (modify value of the first parameter instead or returning the result) ------------------------------------------------------------------------ r8863 | peter1138 | 2007-02-23 19:27:31 +0000 (Fri, 23 Feb 2007) | 2 lines -Fix: prefix engine_custom_sprites with _ ------------------------------------------------------------------------ r8862 | belugas | 2007-02-23 18:55:07 +0000 (Fri, 23 Feb 2007) | 2 lines -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. Some documentation addition, when i can easily supply them ------------------------------------------------------------------------ r8860 | Darkvater | 2007-02-23 12:56:10 +0000 (Fri, 23 Feb 2007) | 1 line -Cleanup: some style changes, proper #endif comments, variable initialisation, WINCE ifdef and a vsprintf to vsnprintf change. ------------------------------------------------------------------------ r8859 | belugas | 2007-02-23 11:50:43 +0000 (Fri, 23 Feb 2007) | 1 line -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. ------------------------------------------------------------------------ r8858 | peter1138 | 2007-02-23 09:56:20 +0000 (Fri, 23 Feb 2007) | 2 lines -Codechange: Replace magic number test with class method for determining if a cargo is valid/active. ------------------------------------------------------------------------ r8857 | celestar | 2007-02-23 08:37:33 +0000 (Fri, 23 Feb 2007) | 2 lines -Documentation: Added some doxygen @file tags, repaired others (the @file tag MUST be found before any line of code, that includes preprocessor directives). ------------------------------------------------------------------------ r8856 | tron | 2007-02-23 08:19:24 +0000 (Fri, 23 Feb 2007) | 4 lines -Fix Missing */ (r8853) ------------------------------------------------------------------------ r8855 | tron | 2007-02-23 08:03:30 +0000 (Fri, 23 Feb 2007) | 4 lines -Fix Change some shift and cast mumbo jumbo for inflation calculation to something remotly comprehensible and explain what the magic number "54" means ------------------------------------------------------------------------ r8854 | belugas | 2007-02-23 02:18:17 +0000 (Fri, 23 Feb 2007) | 1 line -Fix(r8853): Ctrl+s (save) without Ctrl does not produce desired result... ------------------------------------------------------------------------ r8853 | belugas | 2007-02-23 01:48:53 +0000 (Fri, 23 Feb 2007) | 1 line -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style ------------------------------------------------------------------------ r8852 | rubidium | 2007-02-23 00:17:46 +0000 (Fri, 23 Feb 2007) | 3 lines -Fix (r8735): make the dynamite tool for drive through road stops as if it were removing a normal road tile (consider the local authority and such). -Fix (r8735): remove drive through road stops on town owned roads when going bankrupt/being removed. ------------------------------------------------------------------------ r8851 | rubidium | 2007-02-23 00:10:16 +0000 (Fri, 23 Feb 2007) | 2 lines -Fix [FS#643] (r8735): crash on removing town owned roads outside of the local authority. ------------------------------------------------------------------------ r8850 | peter1138 | 2007-02-22 22:53:49 +0000 (Thu, 22 Feb 2007) | 2 lines -Codechange: Use the cargo type's is_freight flag instead of checking the cargo type to determine if the cargo type is freight cargo type cargo type. ------------------------------------------------------------------------ r8849 | peter1138 | 2007-02-22 22:09:51 +0000 (Thu, 22 Feb 2007) | 2 lines -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions. ------------------------------------------------------------------------ r8848 | miham | 2007-02-22 19:14:43 +0000 (Thu, 22 Feb 2007) | 18 lines -Update: WebTranslator2 update to 2007-02-22 19:57:58 brazilian_portuguese - 1 fixed, 49 changed by tucalipe (48), fukumori (2) bulgarian - 2 fixed by kokobongo (2) catalan - 1 fixed, 2 changed by arnaullv (3) czech - 1 fixed by Hadez (1) danish - 2 fixed, 1 changed by MiR (3) dutch - 1 fixed by habell (1) french - 1 fixed, 1 changed by Skiper (2) german - 1 fixed by Neonox (1) italian - 1 fixed by sidew (1) korean - 4 fixed by leejaeuk5 (3), darkttd (1) portuguese - 4 changed by izhirahider (4) romanian - 10 fixed by kneekoo (10) russian - 1 fixed, 42 changed by DarkFenX (43) slovenian - 1 deleted by Necrolyte (1) spanish - 1 changed by eusebio (1) ukrainian - 19 fixed, 1 deleted, 12 changed by mad (32) ------------------------------------------------------------------------ r8847 | tron | 2007-02-22 19:05:26 +0000 (Thu, 22 Feb 2007) | 4 lines -Fix There is not much point in hiding a normal 64bit multiplication in a function, so do not do it ------------------------------------------------------------------------