log

age author description
Sun, 30 Oct 2005 15:50:08 +0000 bjarni (svn r3105) readded 2 line that should not have been removed in last commit(3104). Now cargo are removed when refitting (like it should) draft
Sun, 30 Oct 2005 11:00:54 +0000 bjarni (svn r3104) -Codechange: [refit] removed now obsolite code that the old autoreplace needed draft
Sun, 30 Oct 2005 00:16:48 +0000 Darkvater (svn r3103) - Fix: [ 1339000 ] Fix: strgen and plural forms fatal error for untranslated strings. (glx). Also output the correct lines for these warnings, for missing strings the lines correspond with the ones in english.txt draft
Sat, 29 Oct 2005 22:27:34 +0000 Darkvater (svn r3102) - Fix (regression): Newly added sprite had problems when newgrf's where loaded. Thanks Tron for explaining what the problem was and how it should be solved. draft
Sat, 29 Oct 2005 21:54:28 +0000 bjarni (svn r3101) -Codechange: added _new_vehicle_id draft
Sat, 29 Oct 2005 20:58:26 +0000 bjarni (svn r3100) -Codechange [Clone vehicles] Major change to clone vehicles draft
Sat, 29 Oct 2005 20:28:43 +0000 tron (svn r3099) Copy&pasto in r3098 draft
Fri, 28 Oct 2005 20:04:54 +0000 tron (svn r3098) static, const, uint -> TileIndex, indentation, bracing, unused return values, ... mostly related to the clone vehicle GUI draft
Fri, 28 Oct 2005 00:18:57 +0000 Darkvater (svn r3097) - Fix (regression): unix has a trailing slash after the paths, windows does not, no idea why os2 has. Way to go consistency :s. So anyways, just strip trailing slash draft
Fri, 28 Oct 2005 00:09:59 +0000 Darkvater (svn r3096) - Feature: 'HOME' icon to saveload dialogs that jumps to the default save/load directory based on the dialog (added icon to openttd.grf, introduced FIOS_TYPE_DIRECT that allows arbitrary directory jumping). draft
Thu, 27 Oct 2005 19:30:40 +0000 bjarni (svn r3093) -Fix: [autoreplace] fixed issue where the money limit message showed up in some cases when no replace was needed draft
Wed, 26 Oct 2005 07:12:14 +0000 tron (svn r3090) Remove long dead pieces of code draft
Tue, 25 Oct 2005 19:52:25 +0000 peter1138 (svn r3089) Fix possible issue with out-of-bounds array access in replace vehicle gui, and add brief commenting. draft
Tue, 25 Oct 2005 19:41:32 +0000 bjarni (svn r3088) -Fix: [OSX] fixed issue where OSX could not dynamic link to quicktime [ 1334917 ] draft
Tue, 25 Oct 2005 18:29:32 +0000 tron (svn r3087) Rewrite GetPlayerRailtypes() so it doesn't depend on magical numbers to sort out wagons draft
Mon, 24 Oct 2005 20:12:39 +0000 bjarni (svn r3082) made ChangeVehicleViewWindow() more readable (added in last commit) draft
Mon, 24 Oct 2005 19:40:48 +0000 bjarni (svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace draft
Mon, 24 Oct 2005 05:51:23 +0000 tron (svn r3080) byte -> PlayerID, int -> EngineID, -1 -> INVALID_ENGINE draft
Sun, 23 Oct 2005 14:38:09 +0000 tron (svn r3079) Determine the type of the "first arrival" message for road vehicles using the cargo type and not a magic engine number draft
Sun, 23 Oct 2005 13:04:44 +0000 tron (svn r3078) Some more stuff, which piled up: draft
Sat, 22 Oct 2005 06:39:32 +0000 tron (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes draft
Fri, 21 Oct 2005 12:24:55 +0000 tron (svn r3076) s/OSX/OS X/ draft
Fri, 21 Oct 2005 06:04:17 +0000 peter1138 (svn r3075) -PBS: Keep track reservation state while building and removing a waypoint. draft
Thu, 20 Oct 2005 19:44:41 +0000 peter1138 (svn r3074) -NewGrf: Fix stupid typo in weight setting. draft
Thu, 20 Oct 2005 17:43:13 +0000 tron (svn r3073) int/byte -> EngineID/PlayerID/VehicleID draft
Thu, 20 Oct 2005 17:23:33 +0000 tron (svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so don't pass them draft
Thu, 20 Oct 2005 15:15:58 +0000 peter1138 (svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons. draft
Wed, 19 Oct 2005 20:00:05 +0000 Darkvater (svn r3070) - it doesn't matter where the '.' is found for the IP, if it is found, it is not a normal index when unbanning clients ('\0' should of course be NULL); thx Tron draft
Wed, 19 Oct 2005 19:44:01 +0000 Darkvater (svn r3069) - CodeChange: now that we have the '|' char, use that as a seperator instead of '\' as was originally intention draft
Wed, 19 Oct 2005 19:41:38 +0000 Darkvater (svn r3068) - Feature: make it possible to create a screenshot from the console that is both big and has no console, or any combination of. draft
Wed, 19 Oct 2005 19:38:35 +0000 Darkvater (svn r3067) - Feature: allow unbanning players based on banlist-id (as well as IP). draft
Wed, 19 Oct 2005 14:49:46 +0000 tron (svn r3066) Constify the parameter of GetSlopeZ_*() draft
Wed, 19 Oct 2005 08:34:37 +0000 celestar (svn r3065) -Codechange/Add: Modified the bridge drawing code so that the basic offset is read from the RailTypeInfo struct. This is (hopefully) the last DrawTile change on the way to electrified railways. While being at it, de-mystified the function a bit and added some asserts. draft
Wed, 19 Oct 2005 06:46:41 +0000 tron (svn r3064) Replace some numbers by sprite names draft
Wed, 19 Oct 2005 06:17:11 +0000 celestar (svn r3063) -Codechange: Demystified and commented bridge_land.h. Also removed two arrays that are not referred to draft
Tue, 18 Oct 2005 21:48:45 +0000 Darkvater (svn r3062) - Add visual representation of possible text-colours instead of dubious and confusing textfile draft
Tue, 18 Oct 2005 20:18:05 +0000 Darkvater (svn r3061) - CodeChange: revert r3056, r3057 and add a simpler fix to satisfy the needs of the absolute strict (eg. root directory is C:\ not C:) draft
Tue, 18 Oct 2005 18:18:50 +0000 miham (svn r3060) [Translations] Updating translations to 2005-10-18 {@805} (2 langs changed) draft
Tue, 18 Oct 2005 11:23:58 +0000 tron (svn r3059) Use bitfields to encode railtype and climates of engines instead of manual shifting/anding draft
Tue, 18 Oct 2005 07:01:00 +0000 tron (svn r3058) The default AI may not build dual headed trains under certain circumstances. draft
Mon, 17 Oct 2005 22:49:15 +0000 Darkvater (svn r3057) - (Post)Fix: fix backslash occurence in all cases, also when going to root directory through 'parent directory', and of course don't show parent dir in root. draft
Mon, 17 Oct 2005 22:24:32 +0000 Darkvater (svn r3056) - Fix: Problem on Win98 and lower when if you go to the root directory of a drive (eg. C:\) you were stuck there indefinitely and couldn't change any directories or see any files draft
Mon, 17 Oct 2005 19:57:00 +0000 tron (svn r3055) Give the savegame/scenarion sort order flags symbolic names draft
Mon, 17 Oct 2005 10:09:37 +0000 tron (svn r3054) Remove the unsused function GetNumRailtypes() draft
Sun, 16 Oct 2005 15:00:22 +0000 truelight (svn r3053) -Fix: [ 1326604 ] Fixed typo and hang for BeOS Networking (MYOB) draft
Sun, 16 Oct 2005 14:12:21 +0000 tron (svn r3052) Fix last commit *grml* draft
Sun, 16 Oct 2005 14:07:11 +0000 tron (svn r3051) Remove the unused function RemoteSubsidyAdd() draft
Sun, 16 Oct 2005 12:22:16 +0000 tron (svn r3050) Augment the rail vehicle table with symbolic names for dual-head engines and wagons draft
Sun, 16 Oct 2005 09:13:04 +0000 tron (svn r3049) Replace byte/int/uint by RailType where appropriate draft
Sun, 16 Oct 2005 07:58:15 +0000 tron (svn r3048) Replace 0/1/2 by RAILTYPE_RAIL/MONO/MAGLEV where appropriate draft
Sat, 15 Oct 2005 16:43:18 +0000 tron (svn r3047) The parameters for the railtype check got flipped in the train build window (this caused no visible problem so far, therefore no Fix tag) draft
Sat, 15 Oct 2005 11:06:54 +0000 tron (svn r3046) Replace some numbers with sprite names and fix a typo in the sprite list draft
Sat, 15 Oct 2005 07:40:22 +0000 peter1138 (svn r3045) -NewGRF, Codechange: Don't attempt to map and empty sprite group to a vehicle. draft
Fri, 14 Oct 2005 20:10:12 +0000 peter1138 (svn r3044) -NewGRF, Codechange: Improve handling of non-existent sprite sets. draft
Fri, 14 Oct 2005 08:11:18 +0000 tron (svn r3040) Don't deduce the cursor sprites when building rails from magic numbers, but fetch them from the central rail info array. draft
Fri, 14 Oct 2005 08:02:18 +0000 tron (svn r3039) Revert accidently commited changes from last commit draft
Fri, 14 Oct 2005 07:59:16 +0000 tron (svn r3038) Reorder the loading of standard graphics files to reflect a bit where in the sprite array the sprites end up and assert, that the indices are equal to the corresponding sprite base enums, to guard against typos. draft
Thu, 13 Oct 2005 16:00:14 +0000 tron (svn r3037) Don't deduce the sprites for tunnels and level crossings from magic numbers, but fetch them from the central rail info array. This is a preparation step for electrified rails draft
Thu, 13 Oct 2005 14:44:03 +0000 tron (svn r3036) Use IsCompatibleRail() to check the rail type of level crossings (not a fix, because the old == method works so far) draft
Thu, 13 Oct 2005 12:33:03 +0000 tron (svn r3035) Augment the engine table with symbolic names for rail types and climates draft
Wed, 12 Oct 2005 09:54:29 +0000 peter1138 (svn r3034) -NewGRF: Improve error checking of setting price bases. draft
Wed, 12 Oct 2005 09:35:14 +0000 miham (svn r3033) [Translations] Fixed (? :-)) lithuanian language draft
Wed, 12 Oct 2005 07:27:56 +0000 peter1138 (svn r3032) -NewGRF, Feature: Add support for changing base prices. draft
Tue, 11 Oct 2005 16:40:56 +0000 bjarni (svn r3031) forgot 1 file and two lines in rev 3029 (mac midi stuff) draft
Tue, 11 Oct 2005 13:54:21 +0000 tron (svn r3030) More work for GB/SB, this time concerning the waiting_acceptance attribute of stations draft
Mon, 10 Oct 2005 15:22:47 +0000 bjarni (svn r3029) -Change: [OSX] removed the buggy java midi player, which was rendered obsolite by r3022 draft
Mon, 10 Oct 2005 10:36:37 +0000 tron (svn r3028) s/255/OWNER_SPECTATOR/ draft
Fri, 07 Oct 2005 20:53:21 +0000 bjarni (svn r3027) -Feature: [OSX] command+q now works in main menu (Tobin) draft
Fri, 07 Oct 2005 16:48:53 +0000 bjarni (svn r3026) -Fix: [OSX] fixed bug that prevented dedicated servers from compiling (introduced in r3022) draft
Fri, 07 Oct 2005 15:53:33 +0000 Darkvater (svn r3025) -Fix: Rail convert issue introduced in r3019 draft
Fri, 07 Oct 2005 07:35:15 +0000 tron (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants draft
Thu, 06 Oct 2005 18:28:27 +0000 bjarni (svn r3023) -Fix [BeOS] fixed compilation on BeOS R5 (MYOB) draft
Thu, 06 Oct 2005 17:57:18 +0000 bjarni (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files draft
Thu, 06 Oct 2005 09:35:08 +0000 tron (svn r3021) -Fix: "The finnish markka was never abbreviated with capital letters." (ln-) draft
Thu, 06 Oct 2005 06:49:53 +0000 miham (svn r3020) [Translations] Updating translations to 2005-10-06 {@326} (4 langs changed) draft
Wed, 05 Oct 2005 07:20:26 +0000 tron (svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SB draft
Wed, 05 Oct 2005 04:00:39 +0000 peter1138 (svn r3018) -Fix: Fixed industry colour issue introduced in r3010. draft
Tue, 04 Oct 2005 21:42:00 +0000 peter1138 (svn r3017) -NewGRF: Implement sprite group unreferencing and unloading. draft
Tue, 04 Oct 2005 20:58:10 +0000 peter1138 (svn r3016) -NewGRF: Implement the start of reference counting for sprite groups. This will allow unloading. draft
Tue, 04 Oct 2005 20:38:26 +0000 peter1138 (svn r3015) -NewGRF: Add a new sprite group result type, and support loading of callbacks results within random and "real" groups. (Not fully supported yet.) draft
Tue, 04 Oct 2005 19:52:26 +0000 peter1138 (svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers instead of copying the data around. draft
Tue, 04 Oct 2005 17:34:50 +0000 tron (svn r3013) Update the documentation: The 'owner' attribute was renamed to 'm1' long ago draft
Tue, 04 Oct 2005 06:34:39 +0000 tron (svn r3012) Extract the correct bits when checking if it's a road or rail tunnel; this is not flagged as fix, because it accidently worked draft
Mon, 03 Oct 2005 22:16:30 +0000 Darkvater (svn r3011) Refix last revision's fix of VS6 which broke compilation on MinGW. Also beautify stdafx.h with nice indentation and comments after big #ifdef blocks. Hope it didn't break compilation on any OS's. draft
Mon, 03 Oct 2005 21:20:01 +0000 tron (svn r3010) Get rid of quite some dubious casts, either by using GB(), proper types or just removing them draft
Mon, 03 Oct 2005 21:10:51 +0000 Darkvater (svn r3009) DIEEEEEEEEEEE VS6 (you good-for-nothing compiler) draft
Sun, 02 Oct 2005 22:39:56 +0000 Darkvater (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc) draft
Sun, 02 Oct 2005 12:31:00 +0000 miham (svn r3007) [Translations] Updating translations to 2005-10-02 {@563} (4 langs changed) draft
Sun, 02 Oct 2005 12:00:30 +0000 peter1138 (svn r3006) -Fix, NewGRF: Don't assert on user input, skip data instead. draft
Sat, 01 Oct 2005 17:41:41 +0000 peter1138 (svn r3005) -Fix, NewGRF: Some GRF files don't specify a name or description, in which case the Action 8 is 8 bytes, not 9. (pb_viaduct) draft
Sat, 01 Oct 2005 17:38:48 +0000 peter1138 (svn r3004) -Feature, NewGRF: Support loading of bridge attributes and tables from GRF. Currently drawing tall pillars uses old data. draft
Sat, 01 Oct 2005 12:43:34 +0000 tron (svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, plus some related changes (mostly casts) draft
Fri, 30 Sep 2005 20:51:20 +0000 peter1138 (svn r3002) -Fix, Newgrf: Max speed of 0xFFFF means no max speed. draft
Fri, 30 Sep 2005 20:37:25 +0000 tron (svn r3001) s/Player*/const Player*/ draft
Fri, 30 Sep 2005 09:58:59 +0000 miham (svn r3000) [Translations] Updating translations to 2005-09-30 {@457} (15 langs changed) draft
Fri, 30 Sep 2005 08:57:12 +0000 tron (svn r2999) Do not pass if the HQ gets built for the first time or gets relocated as parameter - the command function has to check this anyway draft
Thu, 29 Sep 2005 20:20:34 +0000 peter1138 (svn r2998) -Codechange: Split rail drawing code off from DrawTile_Rail into a separate function to be used elsewhere. (Deja vu?) draft
Thu, 29 Sep 2005 19:59:57 +0000 peter1138 (svn r2997) -Codechange: Split road drawing code off from DrawTile_Road into a separate function to be used elsewhere. draft
Wed, 28 Sep 2005 21:49:55 +0000 tron (svn r2996) 0xFFFF -> INVALID_STRING_ID draft
Wed, 28 Sep 2005 19:35:36 +0000 tron (svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATION where appropriate draft
Tue, 27 Sep 2005 20:55:42 +0000 tron (svn r2994) Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability draft
Tue, 27 Sep 2005 19:16:37 +0000 peter1138 (svn r2993) Fix: Reset aircraft images differently. Fixes assertion introduced in r2991. draft
Tue, 27 Sep 2005 18:51:04 +0000 tron (svn r2992) Use PlayerID, StationID and INVALID_STATION instead of int, int and -1 draft
Mon, 26 Sep 2005 20:32:13 +0000 peter1138 (svn r2991) Reset vehicle images on game load. Allows savegames with NewGRFs saved prior to r2868 to load. draft
Mon, 26 Sep 2005 19:01:49 +0000 peter1138 (svn r2990) Remove _engine_original_sprites and replace all uses with references to our (new) original engine/vehicle tables. draft
Mon, 26 Sep 2005 18:43:58 +0000 peter1138 (svn r2989) - Make engine/vehicle information tables constant. Duplicate them so NewGRF data can be loaded without wiping out the default data. draft
Mon, 26 Sep 2005 13:38:12 +0000 tron (svn r2988) static where static is due draft
Mon, 26 Sep 2005 08:11:48 +0000 tron (svn r2987) -Fix: restart_game_date is an UINT16, not a BYTE. Now setting the game restart year via the console should work (Debolaz) draft
Sun, 25 Sep 2005 19:39:42 +0000 miham (svn r2986) [Translations] Fixed up english.txt (still don't know how Webtranslator screwed it up) draft
Sun, 25 Sep 2005 09:15:09 +0000 tron (svn r2985) Print warnings and errors in the canonical file:line: form to make life for IDEs easier (ln-) draft
Sun, 25 Sep 2005 09:04:59 +0000 tron (svn r2984) Use adequate types, this should aid portability a bit draft
Sat, 24 Sep 2005 20:24:35 +0000 miham (svn r2983) [Translations] Updating translations to 2005-09-24 {@892} (11 langs changed) draft
Sat, 24 Sep 2005 13:56:39 +0000 peter1138 (svn r2982) Newgrf: Added patch option for wagon speed limits. This is enabled by default. draft
Sat, 24 Sep 2005 06:43:26 +0000 tron (svn r2981) Remove a no-op draft
Fri, 23 Sep 2005 23:23:01 +0000 Darkvater (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning. draft
Fri, 23 Sep 2005 20:20:08 +0000 tron (svn r2979) Avoid unnecessary recursion draft
Fri, 23 Sep 2005 20:13:48 +0000 tron (svn r2978) Make a global variable local draft
Fri, 23 Sep 2005 17:37:21 +0000 hackykid (svn r2977) - CodeChange: [pbs] Use a check to see if a rail segment is a pbs segment, instead of letting the pathfinder determine this. draft
Fri, 23 Sep 2005 14:21:39 +0000 tron (svn r2976) -Fix: Align settings pool items to the size of void* to fix bus errors on 64bit architectures which require aligned variables draft
Fri, 23 Sep 2005 12:13:58 +0000 tron (svn r2975) Use the correct types, not types which accidently have the same size on 32bit machines draft