Sun, 18 Dec 2005 20:48:22 +0000 Darkvater (svn r3318) - Codechange: [FS#27] MSVC projectfile & documentation update (bociusz)
Sun, 18 Dec 2005 17:04:02 +0000 miham (svn r3317) [Translations] Updated to 2005-12-18
Sun, 18 Dec 2005 14:03:28 +0000 peter1138 (svn r3316) - NewGRF: Unload engine names before loading grf files. This fixes names in climates where the engines don't get loaded. Renamed function to reflect its purpose.
Sun, 18 Dec 2005 12:17:53 +0000 tron (svn r3314) Add 2 times static
Sun, 18 Dec 2005 12:10:46 +0000 tron (svn r3313) Remove GPMI related changes from trunk
Sun, 18 Dec 2005 08:01:05 +0000 tron (svn r3311) Remove the unnecessary global variable _grffile_count: It's just the scroll count of a list and furthermore only used in one file
Sat, 17 Dec 2005 14:26:43 +0000 tron (svn r3310) Fix a couple of warnings: Initialise all struct members, disambiguate cascaded if/else, remove an unused variable, use (void) for empty parameter lists
Fri, 16 Dec 2005 22:01:38 +0000 peter1138 (svn r3309) Cygwin doesn't define _MSC_VER; check it exists before basing decisions on its value.
Thu, 15 Dec 2005 17:55:59 +0000 tron (svn r3308) BAD
Wed, 14 Dec 2005 20:45:12 +0000 tron (svn r3307) A file shall include its own header
Wed, 14 Dec 2005 19:21:56 +0000 truelight (svn r3306) -Fix: forgot sometimes to switch to the right current_player for AIs
Wed, 14 Dec 2005 15:54:23 +0000 truelight (svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_
Wed, 14 Dec 2005 14:38:23 +0000 truelight (svn r3304) -Add: allow AI-events to see the UID of the command
Wed, 14 Dec 2005 09:15:06 +0000 peter1138 (svn r3303) Change #if PF_BENCHMARK to #ifdef PF_BENCHMARK