Sat, 05 Nov 2005 19:58:16 +0000 bjarni (svn r3143) -Codechange: greatly increased speed when allocating vehicles
Sat, 05 Nov 2005 18:32:21 +0000 peter1138 (svn r3142) Remove a now invalid case fall-through and use helper function instead of map access.
Sat, 05 Nov 2005 18:21:28 +0000 peter1138 (svn r3141) Replace incorrect railtype bitmask in CmdRailTrackHelper with appropriate GB()
Sat, 05 Nov 2005 18:13:40 +0000 peter1138 (svn r3140) Building/removing a waypoint could leave old PBS reservations behind. This ensures they are cleared.
Sat, 05 Nov 2005 16:07:26 +0000 peter1138 (svn r3139) -NewGRF, Feature: support for articulated rail vehicles. This is used, for example, by coal tenders.
Sat, 05 Nov 2005 14:01:00 +0000 bjarni (svn r3138) -Fix: [clone vehicles] fixed assert when it was possible to allocate some vehicles to clone a train, but not for all cars
Fri, 04 Nov 2005 22:10:49 +0000 bjarni (svn r3137) -Fix: [autoreplace] fixed assert that was triggerable when a vehicle entered a depot even though the goto depot was canceled
Fri, 04 Nov 2005 20:52:03 +0000 bjarni (svn r3136) -Fix: [autoreplace] all cargo in engines that consists of more than one vehicle will try to move cargo from all vehicles
Fri, 04 Nov 2005 16:12:48 +0000 tron (svn r3135) Use symbolic names in the tables, which hold the information about accepted goods of industry tiles, instead of magic numbers
Fri, 04 Nov 2005 14:57:53 +0000 tron (svn r3134) Forgot to commit one file in r3133
Fri, 04 Nov 2005 14:01:44 +0000 tron (svn r3133) - static, const
Fri, 04 Nov 2005 12:58:18 +0000 peter1138 (svn r3132) -NewGRF: support positioning of rail vehicle visual effects.
Fri, 04 Nov 2005 10:02:50 +0000 peter1138 (svn r3131) Enable panning of audio relative to screen position.
Fri, 04 Nov 2005 07:38:26 +0000 peter1138 (svn r3130) Calculate shorter wagon lengths more precisely in train depot window. This affects wagon position, the scroll bar, and the train length counter. No trial and error is required to get the correct length now.
Thu, 03 Nov 2005 21:22:38 +0000 bjarni (svn r3129) -Fix: [autoreplace] fixed bug that made the player pay twice for autoreplacing and could end up with negative money
Thu, 03 Nov 2005 20:19:15 +0000 bjarni (svn r3128) -Fix: [autoreplace] fixed bug that made the player pay twice for autoreplacing and could end up with negative money
Thu, 03 Nov 2005 19:51:28 +0000 bjarni (svn r3127) -Fix: [autoreplace] fixed a condition where a vehicle could fail to stop when autoreplacing
Thu, 03 Nov 2005 18:27:29 +0000 peter1138 (svn r3126) Autoreplace: Only the first vehicle in a chain should be marked as entering a depot, so call moved out of DoVehicleTrigger loop.
Thu, 03 Nov 2005 15:25:45 +0000 tron (svn r3125) Symbolic names for skiping sprites and the end of the sprite list
Thu, 03 Nov 2005 09:22:24 +0000 peter1138 (svn r3124) Alter train loading/unloading time to use the actual length of the train instead of the number of wagons. The actual length is cached in the first vehicle of the train.
Wed, 02 Nov 2005 23:55:10 +0000 Darkvater (svn r3123) eh, don't press enter after typing text, previous patch wasn't finished. Now strgen really behaves correctly. Thanks again glx
Wed, 02 Nov 2005 23:31:04 +0000 Darkvater (svn r3122) - Fix (regression): recent change to strgen which 'fixed' all strings with wrong plural forms. Thanks for glx for pointing this out (after I changed his original patch which was correct..whohoo braindeadness; here I come)
Wed, 02 Nov 2005 19:20:48 +0000 miham (svn r3121) [Translations] Moved turkish.txt from unfinished to stable
Wed, 02 Nov 2005 19:16:33 +0000 tron (svn r3120) Update the turkish translation, about 2000 strings.
Wed, 02 Nov 2005 16:05:45 +0000 tron (svn r3119) Don't pretend to be the Windows version of TTD all the time. When being asked answer according to _use_dos_palette. (Suggestion by Belugas)
Wed, 02 Nov 2005 13:06:07 +0000 tron (svn r3118) Name 3 palette modifiers properly (belugas)
Tue, 01 Nov 2005 18:33:47 +0000 miham (svn r3117) [Translations] Updated french
Tue, 01 Nov 2005 17:20:06 +0000 bjarni (svn r3116) -Fix: [autoreplace] fixed issue where autorenewing/autoreplacing a plane could lock up an airport
Tue, 01 Nov 2005 09:34:42 +0000 tron (svn r3115) Fix typos, remove untranslated strings, use the correct charset
Tue, 01 Nov 2005 06:38:23 +0000 tron (svn r3114) Close two gaps in the sprite array when loading openttd.grf. That's seven more free sprite slots, yay!
Mon, 31 Oct 2005 18:29:21 +0000 truelight (svn r3113) -Fix: The Makefile had 64bit code which was obsolete, not to say wrong.
Mon, 31 Oct 2005 14:30:45 +0000 bjarni (svn r3112) -Feature: [autoreplace] profit counters are now remembered too (request by Darkvater)
Mon, 31 Oct 2005 12:59:47 +0000 bjarni (svn r3111) -Fix: [autoreplace] [ 1341783 ] Assertion failure in vehicle.c line 378
Mon, 31 Oct 2005 12:01:41 +0000 peter1138 (svn r3110) Replace another 256 with TOTAL_NUM_ENGINES.
Mon, 31 Oct 2005 11:22:52 +0000 peter1138 (svn r3109) Replace two occurrences of '256' with TOTAL_NUM_ENGINES
Mon, 31 Oct 2005 10:23:58 +0000 tron (svn r3108) Confine the use of SPR_OPENTTD_BASE to table/sprites.h by adding/using some sprite enums
Sun, 30 Oct 2005 21:47:42 +0000 peter1138 (svn r3107) -NewGRF: Move train y-position offset adjustment to remove code duplication, and make it apply only to vehicles with a custom image.
Sun, 30 Oct 2005 21:35:48 +0000 peter1138 (svn r3106) -Autoreplace feature: Continue to show old vehicles in replace window after all player's vehicles of that type have been replaced. This allows the replacement to be removed. These vehicles are shown in grey instead of the player's colour.
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)
Sun, 30 Oct 2005 11:00:54 +0000 bjarni (svn r3104) -Codechange: [refit] removed now obsolite code that the old autoreplace needed
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
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.
Sat, 29 Oct 2005 21:54:28 +0000 bjarni (svn r3101) -Codechange: added _new_vehicle_id
Sat, 29 Oct 2005 20:58:26 +0000 bjarni (svn r3100) -Codechange [Clone vehicles] Major change to clone vehicles
Sat, 29 Oct 2005 20:28:43 +0000 tron (svn r3099) Copy&pasto in r3098
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
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
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).
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
Wed, 26 Oct 2005 07:12:14 +0000 tron (svn r3090) Remove long dead pieces of code
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.
Tue, 25 Oct 2005 19:41:32 +0000 bjarni (svn r3088) -Fix: [OSX] fixed issue where OSX could not dynamic link to quicktime [ 1334917 ]
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
Mon, 24 Oct 2005 20:12:39 +0000 bjarni (svn r3082) made ChangeVehicleViewWindow() more readable (added in last commit)
Mon, 24 Oct 2005 19:40:48 +0000 bjarni (svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace
Mon, 24 Oct 2005 05:51:23 +0000 tron (svn r3080) byte -> PlayerID, int -> EngineID, -1 -> INVALID_ENGINE
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
Sun, 23 Oct 2005 13:04:44 +0000 tron (svn r3078) Some more stuff, which piled up:
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
Fri, 21 Oct 2005 12:24:55 +0000 tron (svn r3076) s/OSX/OS X/