------------------------------------------------------------------------ r12932 | peter1138 | 2008-04-30 17:42:08 +0000 (Wed, 30 Apr 2008) | 2 lines -Fix [FS#1970]: Articulated engines ignored GRF engine overrides. ------------------------------------------------------------------------ r12930 | rubidium | 2008-04-30 07:39:46 +0000 (Wed, 30 Apr 2008) | 2 lines -Add: build support for NetBSD and HP-UX. Patch by ahoka. ------------------------------------------------------------------------ r12929 | smatz | 2008-04-29 23:11:55 +0000 (Tue, 29 Apr 2008) | 1 line -Fix [FS#1967](r12560): town rating was too often reset to Mediocre ------------------------------------------------------------------------ r12924 | peter1138 | 2008-04-29 21:31:29 +0000 (Tue, 29 Apr 2008) | 2 lines -Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist. ------------------------------------------------------------------------ r12921 | rubidium | 2008-04-29 18:19:29 +0000 (Tue, 29 Apr 2008) | 2 lines -Codechange: coding style fixes and documentation updates. ------------------------------------------------------------------------ r12920 | smatz | 2008-04-29 18:08:14 +0000 (Tue, 29 Apr 2008) | 1 line -Fix (r12859): town rating was affected even after the test run ------------------------------------------------------------------------ r12919 | smatz | 2008-04-29 16:36:44 +0000 (Tue, 29 Apr 2008) | 1 line -Fix [FS#1965]: flood road tiles even when there are road works in progress ------------------------------------------------------------------------ r12918 | rubidium | 2008-04-29 10:26:22 +0000 (Tue, 29 Apr 2008) | 2 lines -Fix [FS#1963] (r12679): last airport would always be shown as buildable even when it was not. ------------------------------------------------------------------------ r12917 | peter1138 | 2008-04-29 07:11:54 +0000 (Tue, 29 Apr 2008) | 2 lines -Codechange: standardise variable names called with FOR_ALL_ENGINEIDS_OF_TYPE ------------------------------------------------------------------------ r12916 | smatz | 2008-04-28 23:48:45 +0000 (Mon, 28 Apr 2008) | 1 line -Fix: let ThreadObject_pthread::IsRunning() behave the same way as ThreadObject_Win32::IsRunning() does ------------------------------------------------------------------------ r12915 | smatz | 2008-04-28 23:34:23 +0000 (Mon, 28 Apr 2008) | 1 line -Fix [FS#1960](r12857): don't initialize Station struct with tile=0, buoys will never change that value ------------------------------------------------------------------------ r12914 | peter1138 | 2008-04-28 11:15:13 +0000 (Mon, 28 Apr 2008) | 2 lines -Fix: Game crash when a spectator/server tried to show an engine with no owner when a NewGRF requested a specific variable. ------------------------------------------------------------------------ r12913 | bjarni | 2008-04-27 20:09:29 +0000 (Sun, 27 Apr 2008) | 6 lines -Add: ability to backup and restore a player's economic data and data for a vehicle (or chain of vehicles) Autoreplace uses this with the following benefits: -Mass autoreplace (the button in the depot window) will now estimate costs correctly -Autoreplace now either replaces correctly or manages to keep the original vehicle (no more broken trains) Thanks to Ammler for testing this ------------------------------------------------------------------------ r12912 | bjarni | 2008-04-27 18:05:48 +0000 (Sun, 27 Apr 2008) | 2 lines -Codechange: overloaded ChangeVehicleViewWindow() so each argument can be either a Vehicle pointer or a VehicleID ------------------------------------------------------------------------ r12910 | peter1138 | 2008-04-27 10:19:41 +0000 (Sun, 27 Apr 2008) | 2 lines -Fix: Report reverse sprite status (FD/FE) to NewGRF for manually toggled vehicles. ------------------------------------------------------------------------ r12906 | smatz | 2008-04-26 14:20:39 +0000 (Sat, 26 Apr 2008) | 1 line -Fix: vehicle groups, engine replacement rules and player/company names were not properly reset/freed after bankrupt (before new player start) ------------------------------------------------------------------------ r12904 | smatz | 2008-04-25 16:33:40 +0000 (Fri, 25 Apr 2008) | 1 line -Fix [FS#1953]: remove trams from savegames saved in OTTD without tram support, it is better than to simply crash ------------------------------------------------------------------------ r12898 | rubidium | 2008-04-25 15:25:28 +0000 (Fri, 25 Apr 2008) | 2 lines -Codechange: coding style in unmovable_cmd.cpp. ------------------------------------------------------------------------ r12897 | rubidium | 2008-04-25 15:22:32 +0000 (Fri, 25 Apr 2008) | 2 lines -Codechange: some coding style in station_cmd.cpp. ------------------------------------------------------------------------ r12895 | glx | 2008-04-25 15:05:08 +0000 (Fri, 25 Apr 2008) | 1 line -Fix: restored Icelandic plural form and removed cases from Brazilian Portuguese (again) ------------------------------------------------------------------------ r12892 | rubidium | 2008-04-25 06:15:58 +0000 (Fri, 25 Apr 2008) | 2 lines -Fix: too many items in the vehicle toolbars were greyed out. ------------------------------------------------------------------------ r12882 | glx | 2008-04-24 23:50:40 +0000 (Thu, 24 Apr 2008) | 1 line -Fix (r12764): the check for missing header files could find more files than needed ------------------------------------------------------------------------ r12881 | glx | 2008-04-24 23:40:42 +0000 (Thu, 24 Apr 2008) | 1 line -Fix (r12770): the check for missing header files could find more files than needed ------------------------------------------------------------------------ r12876 | rubidium | 2008-04-24 20:07:12 +0000 (Thu, 24 Apr 2008) | 2 lines -Fix [FS#1928]: gcc on FreeBSD does not support -dumpmachine. As gcc is not necessary for FreeBSD compiles we 'just' use g++ as that support -dumpmachine. ------------------------------------------------------------------------ r12875 | belugas | 2008-04-24 18:30:41 +0000 (Thu, 24 Apr 2008) | 1 line -Codechange: Use defined const instead of cast magic ------------------------------------------------------------------------ r12874 | belugas | 2008-04-24 18:17:53 +0000 (Thu, 24 Apr 2008) | 2 lines -Codechange: The closest town is already known. Do not search for it again. ------------------------------------------------------------------------