------------------------------------------------------------------------ r3119 | tron | 2005-11-02 16:05:45 +0000 (Wed, 02 Nov 2005) | 1 line 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) ------------------------------------------------------------------------ r3118 | tron | 2005-11-02 13:06:07 +0000 (Wed, 02 Nov 2005) | 1 line Name 3 palette modifiers properly (belugas) ------------------------------------------------------------------------ r3117 | miham | 2005-11-01 18:33:47 +0000 (Tue, 01 Nov 2005) | 1 line [Translations] Updated french ------------------------------------------------------------------------ r3116 | bjarni | 2005-11-01 17:20:06 +0000 (Tue, 01 Nov 2005) | 4 lines -Fix: [autoreplace] fixed issue where autorenewing/autoreplacing a plane could lock up an airport this will not fix already locked up airports this bug was introduced in rev 3111 ------------------------------------------------------------------------ r3115 | tron | 2005-11-01 09:34:42 +0000 (Tue, 01 Nov 2005) | 1 line Fix typos, remove untranslated strings, use the correct charset ------------------------------------------------------------------------ r3114 | tron | 2005-11-01 06:38:23 +0000 (Tue, 01 Nov 2005) | 1 line Close two gaps in the sprite array when loading openttd.grf. That's seven more free sprite slots, yay! ------------------------------------------------------------------------ r3113 | truelight | 2005-10-31 18:29:21 +0000 (Mon, 31 Oct 2005) | 5 lines -Fix: The Makefile had 64bit code which was obsolete, not to say wrong. This removes all the 64bit stuff from the Makefile. Everything should work just fine. Also removed the warning on amd64, 64bit OpenTTD is stable. Tnx to dst for commenting and testing on this subject. ------------------------------------------------------------------------ r3112 | bjarni | 2005-10-31 14:30:45 +0000 (Mon, 31 Oct 2005) | 1 line -Feature: [autoreplace] profit counters are now remembered too (request by Darkvater) ------------------------------------------------------------------------ r3111 | bjarni | 2005-10-31 12:59:47 +0000 (Mon, 31 Oct 2005) | 4 lines -Fix: [autoreplace] [ 1341783 ] Assertion failure in vehicle.c line 378 running MaybeReplaceVehicle() is now delayed until after the loop in CallVehicleTicks() This avoids selling the vehicle the loop currently works with (and continues to work with afterwards) ------------------------------------------------------------------------ r3110 | peter1138 | 2005-10-31 12:01:41 +0000 (Mon, 31 Oct 2005) | 2 lines Replace another 256 with TOTAL_NUM_ENGINES. ------------------------------------------------------------------------ r3109 | peter1138 | 2005-10-31 11:22:52 +0000 (Mon, 31 Oct 2005) | 2 lines Replace two occurrences of '256' with TOTAL_NUM_ENGINES ------------------------------------------------------------------------ r3108 | tron | 2005-10-31 10:23:58 +0000 (Mon, 31 Oct 2005) | 1 line Confine the use of SPR_OPENTTD_BASE to table/sprites.h by adding/using some sprite enums ------------------------------------------------------------------------ r3107 | peter1138 | 2005-10-30 21:47:42 +0000 (Sun, 30 Oct 2005) | 2 lines -NewGRF: Move train y-position offset adjustment to remove code duplication, and make it apply only to vehicles with a custom image. ------------------------------------------------------------------------ r3106 | peter1138 | 2005-10-30 21:35:48 +0000 (Sun, 30 Oct 2005) | 2 lines -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. ------------------------------------------------------------------------ r3105 | bjarni | 2005-10-30 15:50:08 +0000 (Sun, 30 Oct 2005) | 1 line readded 2 line that should not have been removed in last commit(3104). Now cargo are removed when refitting (like it should) ------------------------------------------------------------------------ r3104 | bjarni | 2005-10-30 11:00:54 +0000 (Sun, 30 Oct 2005) | 2 lines -Codechange: [refit] removed now obsolite code that the old autoreplace needed ------------------------------------------------------------------------ r3103 | Darkvater | 2005-10-30 00:16:48 +0000 (Sun, 30 Oct 2005) | 1 line - 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 ------------------------------------------------------------------------ r3102 | Darkvater | 2005-10-29 22:27:34 +0000 (Sat, 29 Oct 2005) | 1 line - 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. ------------------------------------------------------------------------ r3101 | bjarni | 2005-10-29 21:54:28 +0000 (Sat, 29 Oct 2005) | 5 lines -Codechange: added _new_vehicle_id this var works like _new_train_id and the rest of that kind of vars, except it is set each time a vehicle is build, nomatter what type this is a nice tool to code vehicle independent code, which in turn can reduce code duplication Right now it's used in ReplaceVehicle() and CmdCloneVehicle() ------------------------------------------------------------------------ r3100 | bjarni | 2005-10-29 20:58:26 +0000 (Sat, 29 Oct 2005) | 4 lines -Codechange [Clone vehicles] Major change to clone vehicles removed duplicated code and added DoCommand, which used the define build commands added with autoreplace This should not affect gameplay at all ------------------------------------------------------------------------ r3099 | tron | 2005-10-29 20:28:43 +0000 (Sat, 29 Oct 2005) | 1 line Copy&pasto in r3098 ------------------------------------------------------------------------ r3098 | tron | 2005-10-28 20:04:54 +0000 (Fri, 28 Oct 2005) | 1 line static, const, uint -> TileIndex, indentation, bracing, unused return values, ... mostly related to the clone vehicle GUI ------------------------------------------------------------------------ r3097 | Darkvater | 2005-10-28 00:18:57 +0000 (Fri, 28 Oct 2005) | 1 line - 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 ------------------------------------------------------------------------ r3096 | Darkvater | 2005-10-28 00:09:59 +0000 (Fri, 28 Oct 2005) | 2 lines - 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). - Fix: on Win32 capitalize the drive-letter in the saveload dialog windows when it is first opened. ------------------------------------------------------------------------ r3093 | bjarni | 2005-10-27 19:30:40 +0000 (Thu, 27 Oct 2005) | 1 line -Fix: [autoreplace] fixed issue where the money limit message showed up in some cases when no replace was needed ------------------------------------------------------------------------