log

age author description
Sat, 21 Feb 2009 11:54:25 +0000 frosch (svn r15540) -Fix: Testing of 'only_this' in CmdRefitRoadVeh() could be skipped by 'continue'. draft
Sat, 21 Feb 2009 11:50:17 +0000 frosch (svn r15539) -Fix: If an aircraft cannot carry any available cargo, it should not be available either instead of falling back to passenger/mail. Just like the other vehicle types also do. draft
Sat, 21 Feb 2009 02:34:53 +0000 yexo (svn r15538) -Fix (r15334): The difficulty level wasn't set to custom when changing the amount of towns/industries from the newgame gui. draft
Sat, 21 Feb 2009 00:47:59 +0000 rubidium (svn r15537) -Fix (r5215): don't allow special sprite characters (e.g. the ship sprite) as characters in input like filenames or text that is sent over the network. draft
Sat, 21 Feb 2009 00:43:18 +0000 glx (svn r15535) -Fix (r15460, pre noai merge): use '.' as 'any' for squirrel calls typechecking as stated in squirrel docs draft
Fri, 20 Feb 2009 23:21:04 +0000 frosch (svn r15534) -Codechange: Rename some variables. draft
Fri, 20 Feb 2009 21:05:27 +0000 rubidium (svn r15532) -Fix (r15525): don't try to load (and forget) AI data from a non-existing AI when joining a server. In other words: you can join network servers again. draft
Fri, 20 Feb 2009 13:39:18 +0000 yexo (svn r15531) -Fix (r15467): AIs were stopped at every error, whether they caught it or not. draft
Fri, 20 Feb 2009 10:03:16 +0000 yexo (svn r15530) -Fix (r15519): The AIWaypoint classes were not exported to squirrel. draft
Fri, 20 Feb 2009 00:03:29 +0000 rubidium (svn r15529) -Fix [FS#2644]: the local command queue didn't get properly cleaned when leaving a game meaning you could end up executing commands of the previous network game. draft
Fri, 20 Feb 2009 00:02:25 +0000 yexo (svn r15528) -Fix (r15525): Check should be the other way around (thanks SmatZ). draft
Thu, 19 Feb 2009 23:22:31 +0000 yexo (svn r15527) -Fix (r15526): A ')' too much. draft
Thu, 19 Feb 2009 23:12:57 +0000 yexo (svn r15526) -Add [NoAI]: Support for conditional orders. draft
Thu, 19 Feb 2009 23:10:32 +0000 yexo (svn r15525) -Fix: Don't try to find the AIs the server runs when joining a mp server. draft
Thu, 19 Feb 2009 19:44:19 +0000 yexo (svn r15524) -Add [NoAI]: AIEngine::GetPower, AIEngine::GetWeight and AIEngine::GetMaxTractiveEffort. draft
Thu, 19 Feb 2009 16:58:24 +0000 translators (svn r15523) -Update: WebTranslator2 update to 2009-02-19 16:58:17 draft
Thu, 19 Feb 2009 09:45:44 +0000 rubidium (svn r15521) -Codechange: add helper function to get the display tractive effort of a vehicle. draft
Thu, 19 Feb 2009 09:01:34 +0000 yexo (svn r15520) -Cleanup [NoAI]: Fix some typos, unify the comment style and update some documentation since a few enums have been renamed. draft
Thu, 19 Feb 2009 07:40:08 +0000 yexo (svn r15519) -Add [NoAI]: support for waypoints by adding AIRail::Build/Remove RailWaypoint, AIWaypoint and AIWaypointList. draft
Thu, 19 Feb 2009 00:15:36 +0000 rubidium (svn r15518) -Fix [FS#2631]: use distance to closest station tile as estimate for YAPF too (NPF already does so). This makes it behave 'better' with wide stations. draft
Wed, 18 Feb 2009 20:40:24 +0000 frosch (svn r15517) -Fix [FS#2642](r6455): Wagonoverrides and articulated engine parts use the colour scheme of the engine, but not its recolour callback, nor its 2CC flag. Same applies to roadvehicles. draft
Wed, 18 Feb 2009 20:35:02 +0000 frosch (svn r15516) -Fix (r10097): Livery overrides for articulated parts of roadvehicles were not applied. draft
Wed, 18 Feb 2009 18:32:10 +0000 translators (svn r15515) -Update: WebTranslator2 update to 2009-02-18 18:31:54 draft
Wed, 18 Feb 2009 15:17:27 +0000 rubidium (svn r15514) -Fix: make the join/spectate command require to be connected to a network game; in SP it could lead to crashes. draft
Wed, 18 Feb 2009 09:14:41 +0000 peter1138 (svn r15513) -Cleanup: Unavailable varaction variable value does not matter, but at least it can be consistent. draft
Wed, 18 Feb 2009 09:10:02 +0000 peter1138 (svn r15512) -Cleanup: Codestyle fixes. draft
Tue, 17 Feb 2009 20:33:13 +0000 yexo (svn r15511) -Fix [FS#2641] (r15190): Generating a map with the original map generator with freeform edges on resulted in an assert. draft
Tue, 17 Feb 2009 17:50:53 +0000 translators (svn r15510) -Update: WebTranslator2 update to 2009-02-17 17:50:34 draft
Tue, 17 Feb 2009 12:41:29 +0000 smatz (svn r15509) -Codechange: move definition of some Window methods to class definition draft
Tue, 17 Feb 2009 02:08:53 +0000 smatz (svn r15508) -Fix: three header files had incorrect 'anti-multiple-inclusion' header draft