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