src/ai/default/default.cpp
Thu, 24 May 2007 22:41:50 +0000 rubidium (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
Thu, 24 May 2007 21:45:54 +0000 rubidium (svn r9912) -Fix: the AIs could build any road(station)s.
Sun, 20 May 2007 19:14:08 +0000 rubidium (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile.
Fri, 18 May 2007 00:33:47 +0000 belugas (svn r9867) -Codechange: Remove data duplication. The exact same values can be found in the industry spec, so take it from there instead.
Wed, 09 May 2007 20:50:11 +0000 rubidium (svn r9817) -Fix [FS#772]: an assertion that was triggered by the AI building when its rating for the town was not high enough.
Wed, 18 Apr 2007 22:10:36 +0000 rubidium (svn r9672) -Cleanup: lots of coding style fixes around operands.
Thu, 12 Apr 2007 13:07:15 +0000 maedhros (svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
Sun, 01 Apr 2007 10:54:31 +0000 celestar (svn r9540) -Fix (r1): Bankrupt AIs no longer buy themselves (usage of wrong variable)
Sat, 31 Mar 2007 01:16:17 +0000 belugas (svn r9530) -Codechange: Replace a direct industry type access by a behaviour
Thu, 22 Mar 2007 03:42:43 +0000 belugas (svn r9400) -Codechange: Use some more representative enum names for landscape types.
Fri, 16 Mar 2007 10:11:16 +0000 celestar (svn r9251) -Fix(r6057, FS#644): Use a less CPU-intensive algorithm to find a random industry for the AI to prevent it slowing down the game. The AI now sucks a even a bit more than before (if that's even possible).
Thu, 08 Mar 2007 16:27:54 +0000 rubidium (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Thu, 22 Feb 2007 08:43:02 +0000 tron (svn r8841) -Fix
Sat, 17 Feb 2007 07:45:18 +0000 tron (svn r8767) -Fix
Fri, 16 Feb 2007 09:38:43 +0000 tron (svn r8755) -Fix
Thu, 15 Feb 2007 22:00:04 +0000 KUDr (svn r8750) -Fix (r8747): PLANES defined in wingdi.h caused compilation error under Win32. Changed to AIRPLANES
Thu, 15 Feb 2007 20:16:33 +0000 tron (svn r8747) -Fix
Sat, 10 Feb 2007 08:19:39 +0000 tron (svn r8660) -Fix
Tue, 30 Jan 2007 11:53:35 +0000 belugas (svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member flags of RailVehInfo, as well as changing the code to reflect the fact that it was not a flag but rather a one value only variable. Doing so, some evaluations have been simplified.
Sat, 27 Jan 2007 12:29:55 +0000 Darkvater (svn r8428) -Codechange: Add proper names to aircraft subtypes instead of magic numbers and add a function IsNormalAircraft() which tells us whether the aircraft is in fact some flying device or a rotor/shadow.
Thu, 25 Jan 2007 10:06:58 +0000 celestar (svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, and changed a one-member enum into a static const. Simplify their naming and add some doxygen-comments to RoadStop
Wed, 24 Jan 2007 07:14:09 +0000 tron (svn r8385) -Fix
Fri, 19 Jan 2007 11:47:48 +0000 tron (svn r8276) -Fix
Thu, 11 Jan 2007 17:29:39 +0000 KUDr (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
Thu, 11 Jan 2007 12:32:10 +0000 celestar (svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were not used anyway) and replace them by our SwapT implementation
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)