Sun, 04 May 2008 08:49:57 +0000 rubidium (svn r12937) -Codechange: split allocating and finding the spot to place a window. Patch by Alberth.
Sun, 04 May 2008 08:38:21 +0000 rubidium (svn r12936) -Doc: a few structs in geometry_type.hpp. Patch by Alberth.
Fri, 02 May 2008 08:15:36 +0000 rubidium (svn r12935) -Fix [FS#1975]: vehicles forget their manual depot order when stopping at a station. Now we just pass through the station without stopping when a vehicle has been given a depot order.
Fri, 02 May 2008 02:06:57 +0000 belugas (svn r12934) -Codechange: Before verification of local authority, just make sure airport can physically be built there. Just moving tests
Thu, 01 May 2008 22:51:53 +0000 glx (svn r12933) -Fix: minor errors related to industries accepted/produced cargo
Wed, 30 Apr 2008 17:42:08 +0000 peter1138 (svn r12932) -Fix [FS#1970]: Articulated engines ignored GRF engine overrides.
Wed, 30 Apr 2008 12:09:42 +0000 truebrain (svn r12931) [NoAI] -Fix: AIVehicle::BuildVehicle() returned 'false' in some cases instead of INVALID_VEHICLE (Yexo) noai
Wed, 30 Apr 2008 07:39:46 +0000 rubidium (svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka.
Tue, 29 Apr 2008 23:11:55 +0000 smatz (svn r12929) -Fix [FS#1967](r12560): town rating was too often reset to Mediocre
Tue, 29 Apr 2008 22:12:15 +0000 truebrain (svn r12928) [NoAI] -Fix: don't crash when reloading an AI that has a compile-error (bug by Fingon) noai
Tue, 29 Apr 2008 22:02:38 +0000 truebrain (svn r12927) [NoAI] -Fix: don't crash on the GUI when an AI failed to compile and you still manual it (bug by glx) noai
Tue, 29 Apr 2008 21:49:14 +0000 truebrain (svn r12926) [NoAI] -Fix r12925: it has been a while, but... forgot to update regression (tnx glx) noai
Tue, 29 Apr 2008 21:34:17 +0000 truebrain (svn r12925) [NoAI] -Add: added AIIndustry::GetAmountOfStationsAround() (Yexo) noai
Tue, 29 Apr 2008 21:31:29 +0000 peter1138 (svn r12924) -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.
Tue, 29 Apr 2008 21:06:16 +0000 truebrain (svn r12922) [NoAI] -Add: added AIStation::SetName() (Yexo) noai
Tue, 29 Apr 2008 18:19:29 +0000 rubidium (svn r12921) -Codechange: coding style fixes and documentation updates.
Tue, 29 Apr 2008 18:08:14 +0000 smatz (svn r12920) -Fix (r12859): town rating was affected even after the test run
Tue, 29 Apr 2008 16:36:44 +0000 smatz (svn r12919) -Fix [FS#1965]: flood road tiles even when there are road works in progress
Tue, 29 Apr 2008 10:26:22 +0000 rubidium (svn r12918) -Fix [FS#1963] (r12679): last airport would always be shown as buildable even when it was not.
Tue, 29 Apr 2008 07:11:54 +0000 peter1138 (svn r12917) -Codechange: standardise variable names called with FOR_ALL_ENGINEIDS_OF_TYPE
Mon, 28 Apr 2008 23:48:45 +0000 smatz (svn r12916) -Fix: let ThreadObject_pthread::IsRunning() behave the same way as ThreadObject_Win32::IsRunning() does
Mon, 28 Apr 2008 23:34:23 +0000 smatz (svn r12915) -Fix [FS#1960](r12857): don't initialize Station struct with tile=0, buoys will never change that value
Mon, 28 Apr 2008 11:15:13 +0000 peter1138 (svn r12914) -Fix: Game crash when a spectator/server tried to show an engine with no owner when a NewGRF requested a specific variable.
Sun, 27 Apr 2008 20:09:29 +0000 bjarni (svn r12913) -Add: ability to backup and restore a player's economic data and data for a vehicle (or chain of vehicles)
Sun, 27 Apr 2008 18:05:48 +0000 bjarni (svn r12912) -Codechange: overloaded ChangeVehicleViewWindow() so each argument can be either a Vehicle pointer or a VehicleID
Sun, 27 Apr 2008 15:05:17 +0000 truebrain (svn r12911) [NoAI] -Add: added AIEventVehicle(List|WaitingInDepot|Unprofitable) (Yexo) noai
Sun, 27 Apr 2008 10:20:39 +0000 convert-repo update tags
Sun, 27 Apr 2008 10:19:41 +0000 peter1138 (svn r12910) -Fix: Report reverse sprite status (FD/FE) to NewGRF for manually toggled vehicles.
Sat, 26 Apr 2008 21:34:30 +0000 glx (svn r12909) [0.6] -Fix (r12866): missing #defines 0.6
Sat, 26 Apr 2008 20:54:56 +0000 rubidium (svn r12907) [0.6] -Backport from trunk r12906: 0.6 0.6.1-RC1
Sat, 26 Apr 2008 14:20:39 +0000 smatz (svn r12906) -Fix: vehicle groups, engine replacement rules and player/company names were not properly reset/freed after bankrupt (before new player start)
Fri, 25 Apr 2008 19:27:27 +0000 rubidium (svn r12905) [0.6] -Backport from trunk r12904, r12876: 0.6
Fri, 25 Apr 2008 16:33:40 +0000 smatz (svn r12904) -Fix [FS#1953]: remove trams from savegames saved in OTTD without tram support, it is better than to simply crash
Fri, 25 Apr 2008 16:05:12 +0000 truebrain (svn r12903) [NoAI] -Fix r12899: wrong doxygen param-name comment noai
Fri, 25 Apr 2008 15:56:58 +0000 truebrain (svn r12902) [NoAI] -Fix r12901 [API CHANGE]: renamed IsWithinTownRadius to IsWithinTownInfluence, as that reflects the meaning much better noai
Fri, 25 Apr 2008 15:51:12 +0000 truebrain (svn r12901) [NoAI] -Add: added AITown.IsWithinTownRadius, AIStation.IsWithinTownRadius and AITile.GetOwner (Yexo) noai
Fri, 25 Apr 2008 15:34:04 +0000 truebrain (svn r12900) [NoAI] -Fix r12899: a cosmic ray hit my HD and removed a ';'.. now that sucks! noai
Fri, 25 Apr 2008 15:29:44 +0000 truebrain (svn r12899) [NoAI] -Add: added AIEventCompany(New|Merger|InTrouble|Bankrupt) (Yexo) noai
Fri, 25 Apr 2008 15:25:28 +0000 rubidium (svn r12898) -Codechange: coding style in unmovable_cmd.cpp.
Fri, 25 Apr 2008 15:22:32 +0000 rubidium (svn r12897) -Codechange: some coding style in station_cmd.cpp.
Fri, 25 Apr 2008 15:20:48 +0000 rubidium (svn r12896) [NoAI] -Sync: with trunk r12824:r12895. noai
Fri, 25 Apr 2008 15:05:08 +0000 glx (svn r12895) -Fix: restored Icelandic plural form and removed cases from Brazilian Portuguese (again)
Fri, 25 Apr 2008 07:06:57 +0000 rubidium (svn r12894) [NoAI] -Fix (r12885): Obiwan with months; months go from 1..12, so doing modulo 12 on that causes December to be invalid. noai
Fri, 25 Apr 2008 06:53:50 +0000 rubidium (svn r12893) [0.6] -Backport from trunk (r12543, r12861): 0.6
Fri, 25 Apr 2008 06:15:12 +0000 rubidium (svn r12891) [0.6] -Fix (r12868): breakdowns were broken and would cause vehicles to go slower than they should have been moving. 0.6
Fri, 25 Apr 2008 06:15:58 +0000 rubidium (svn r12892) -Fix: too many items in the vehicle toolbars were greyed out.
Fri, 25 Apr 2008 02:15:34 +0000 richk (svn r12890) [NewGRF_ports] -Change: Add comment to new function, and correct comment in old. NewGRF_ports
Fri, 25 Apr 2008 02:12:41 +0000 richk (svn r12889) [NewGRF_ports] -Change: Optimise before commit ;) NewGRF_ports
Fri, 25 Apr 2008 01:56:20 +0000 richk (svn r12888) [NewGRF_ports] -Fix: Rewrite of aircraft movement to correct shallow descents, which werent working correctly. Use of target_altitude variable for added clarity. NewGRF_ports
Fri, 25 Apr 2008 01:42:32 +0000 richk (svn r12887) [NewGRF_ports] -Fix: When upgrading an airport, remove the existing FSM first. NewGRF_ports
Fri, 25 Apr 2008 01:39:33 +0000 richk (svn r12886) [NewGRF_ports] -Change: Added test for IsInFlight to detect if an aircraft is flying between airports, or is in the main body of the FSM. NewGRF_ports
Fri, 25 Apr 2008 00:22:41 +0000 truebrain (svn r12885) [NoAI] -Add: added AISubsidy and AIEventSubsidyNNN (Yexo) noai
Thu, 24 Apr 2008 23:57:19 +0000 truebrain (svn r12884) [NoAI] -Fix r12880: make doxygen happy by commenting on all the typedefs.. boy, what are those comments explaining! noai
Thu, 24 Apr 2008 23:50:40 +0000 glx (svn r12882) -Fix (r12764): the check for missing header files could find more files than needed
Thu, 24 Apr 2008 23:53:05 +0000 truebrain (svn r12883) [NoAI] -Fix r12880: move two own-defined typedefs to ai_types.hpp too noai
Thu, 24 Apr 2008 23:40:42 +0000 glx (svn r12881) -Fix (r12770): the check for missing header files could find more files than needed
Thu, 24 Apr 2008 23:39:18 +0000 truebrain (svn r12880) [NoAI] -Add: introduces ai_types.hpp, which has all NNNId like VehicleID. This simplifies the include-mess, and avoids including tons of _type.h for just a single typedef. noai
Thu, 24 Apr 2008 23:29:01 +0000 truebrain (svn r12879) [NoAI] -Fix: two bugs in $Id$ handling of squirrel_export, and one fix for future problems noai
Thu, 24 Apr 2008 21:53:20 +0000 richk (svn r12878) [NewGRF_ports] -Change: Added test for IsEndTakeoffState to detect if any of the 4 takeoff states are current. NewGRF_ports
Thu, 24 Apr 2008 21:52:22 +0000 richk (svn r12877) [NewGRF_ports] -Change: Added names for additional BLIMP states. NewGRF_ports