Sat, 14 Jul 2007 21:15:49 +0000 truelight (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile noai
Sat, 14 Jul 2007 14:56:26 +0000 truelight (svn r10558) [NoAI] -Fix: don't use free'd memory (tnx glx for tracing!!) noai
Sat, 14 Jul 2007 08:54:17 +0000 truelight (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify noai
Fri, 13 Jul 2007 23:18:12 +0000 truelight (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport noai
Fri, 13 Jul 2007 19:54:59 +0000 rubidium (svn r10554) [NoAI] -Codechange: allow classes with virtual functions to still export their enums. noai
Fri, 13 Jul 2007 19:12:43 +0000 truelight (svn r10553) [NoAI] -Add: added a framework for AIPathFinder() and implemented a really stupid AIPathFinderStupid() noai
Fri, 13 Jul 2007 18:10:33 +0000 truelight (svn r10551) [NoAI] -Add: added SQ support for "void *" noai
Fri, 13 Jul 2007 14:44:31 +0000 truelight (svn r10545) [NoAI] -Fix: GetProduction doesn't return a tile, but a value (tnx glx) noai
Fri, 13 Jul 2007 14:14:26 +0000 truelight (svn r10544) [NoAI] -Add: added AIIndustryList to list industries noai
Fri, 13 Jul 2007 13:49:39 +0000 truelight (svn r10543) [NoAI] -Add: added AIStationListCargoRating as valuator for a station list noai
Fri, 13 Jul 2007 11:04:00 +0000 truelight (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station noai
Fri, 13 Jul 2007 10:49:57 +0000 truelight (svn r10539) [NoAI] -Documentation: added some comments for AI(Vehicle)StationList noai
Fri, 13 Jul 2007 10:48:08 +0000 truelight (svn r10538) [NoAI] -Add: added AIVehicleStationList, which lists all stations a vehicle goes to noai
Fri, 13 Jul 2007 10:42:23 +0000 truelight (svn r10536) [NoAI] -Add: added option for null-driver to configure how long it should run (-vnull:ticks=10000) noai
Fri, 13 Jul 2007 10:37:01 +0000 truelight (svn r10535) [NoAI] -Fix: set _current_player also for dying AI (tnx Rubidium for the help!!) noai
Fri, 13 Jul 2007 09:20:54 +0000 truelight (svn r10534) [NoAI] -Fix r10533: update regression output noai
Fri, 13 Jul 2007 09:18:50 +0000 truelight (svn r10533) [NoAI] -Sync with trunk r10460:r10532. noai
Thu, 12 Jul 2007 15:52:17 +0000 truelight (svn r10531) [NoAI] -Fix r10529: forgot to update regression output noai
Thu, 12 Jul 2007 15:51:38 +0000 truelight (svn r10530) [NoAI] -Fix r10529: forgot to update MSVC project files noai
Thu, 12 Jul 2007 15:51:19 +0000 truelight (svn r10529) [NoAI] -Add: added AIStation to gather information about stations directly by Id, which is used now by AIStationList noai
Thu, 12 Jul 2007 15:50:55 +0000 truelight (svn r10528) [NoAI] -Codechange: mark in comment static members as such in .cpp files noai
Thu, 12 Jul 2007 15:05:24 +0000 truelight (svn r10527) [NoAI] -Add: AIStationList(), which lists all your stations; useful to maintain routes noai
Thu, 12 Jul 2007 15:04:26 +0000 truelight (svn r10526) [NoAI] -Fix: a class with params for the constructor lost his instance when called from SQ (templates can be really useful ;)) noai
Thu, 12 Jul 2007 14:55:28 +0000 truelight (svn r10525) [NoAI] -Fix: the build-truck-param of BuildRoadStation was flipped noai
Thu, 12 Jul 2007 14:53:17 +0000 truelight (svn r10524) [NoAI] -Fix: follow coding-style noai
Thu, 12 Jul 2007 14:52:33 +0000 truelight (svn r10523) [NoAI] -Fix: typo in comment for AIVehicleList() noai
Sat, 07 Jul 2007 09:20:52 +0000 rubidium (svn r10461) [NoAI] -Sync with trunk r10349:r10460. noai
Wed, 27 Jun 2007 01:01:16 +0000 glx (svn r10351) [NoAI] -Fix r10350: forgot to update regression.txt (indeed GetCompanyName() and GetPresidentName() were half-broken before r10350) noai
Tue, 26 Jun 2007 23:40:58 +0000 glx (svn r10350) [NoAI] -Sync with trunk r10194:10349 noai
Sun, 17 Jun 2007 21:31:00 +0000 rubidium (svn r10195) [NoAI] -Sync: with trunk r10119:10194. noai
Tue, 12 Jun 2007 19:52:26 +0000 glx (svn r10120) [NoAI] -Sync with trunk r10096:r10119 noai
Tue, 12 Jun 2007 18:02:11 +0000 glx (svn r10118) [NoAI] -Sync with trunk r10015:r10096 noai
Fri, 01 Jun 2007 20:54:09 +0000 rubidium (svn r10016) [NoAI] -Sync with trunk r9914:r10015. noai
Fri, 25 May 2007 00:25:08 +0000 glx (svn r9915) [NoAI] -Sync with trunk -r9815:9914 noai
Fri, 11 May 2007 15:13:08 +0000 truelight (svn r9826) [NoAI] -Fix r9821: in bash '==' is disliked, use '=' noai
Thu, 10 May 2007 15:08:55 +0000 rubidium (svn r9822) [NoAI] -Fix: update the MSVC project files. noai
Thu, 10 May 2007 15:07:16 +0000 rubidium (svn r9821) [NoAI] -Fix: support compilation without threads. noai
Wed, 09 May 2007 20:22:49 +0000 rubidium (svn r9816) [NoAI] -Sync with trunk r9712:9815 except r9759 (MorphOS threading) because that needs special attention. noai
Fri, 04 May 2007 23:17:26 +0000 truelight (svn r9788) [NoAI] -Fix r9786: forgot to doxygen comment 1 param noai
Fri, 04 May 2007 23:04:22 +0000 truelight (svn r9787) [NoAI] -Fix r9786: and again, forgot to update regression.txt..... (tnx glx) noai
Fri, 04 May 2007 22:59:59 +0000 truelight (svn r9786) [NoAI] -Fix: NeighbourRoad -> NeighbourRoadCount noai
Fri, 04 May 2007 21:46:28 +0000 truelight (svn r9783) [NoAI] -Fix: make naming more consistent between Valuators: don't add Get before them. noai
Fri, 04 May 2007 21:26:42 +0000 truelight (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList noai
Fri, 04 May 2007 19:55:35 +0000 truelight (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator noai
Fri, 04 May 2007 16:02:34 +0000 truelight (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx) noai
Fri, 04 May 2007 15:57:39 +0000 truelight (svn r9777) [NoAI] -Fix: renamed AITileListFlat to AITileListSlope and returnt he slope value noai
Fri, 04 May 2007 15:57:29 +0000 truelight (svn r9776) [NoAI] -Add: added AITileListSlope as valuator to see if tiles are flat or not noai
Wed, 02 May 2007 12:56:01 +0000 truelight (svn r9768) [NoAI] -Fix: check if the amount of params for constructor are correct noai
Wed, 02 May 2007 12:47:16 +0000 truelight (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates) noai
Wed, 02 May 2007 11:46:05 +0000 truelight (svn r9766) [NoAI] -Fix: remove a param from the stack after using, to avoid stack-coruption noai
Sun, 29 Apr 2007 13:53:54 +0000 truelight (svn r9751) [NoAI] -Fix: silly typo in doxygen header noai
Sun, 29 Apr 2007 13:02:36 +0000 truelight (svn r9750) [NoAI] -Fix: if AIAbstractList is empty, don't make the sorters segfault noai
Sun, 29 Apr 2007 13:02:12 +0000 truelight (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators noai
Sun, 29 Apr 2007 12:47:22 +0000 truelight (svn r9748) [NoAI] -Fix: use TileDiffXY instead of TileXY to move in the map (tnx glx) noai
Sun, 29 Apr 2007 12:35:39 +0000 truelight (svn r9747) [NoAI] -Add: added AITileListRoadTile and AITileListNeighbourRoad as Valuators for AITileList noai
Sat, 28 Apr 2007 13:38:48 +0000 truelight (svn r9732) [NoAI] -Fix: GCC 2.95 doesn't like SQConvert::Bla inside a template. Use 'using namespace' to avoid. This re-enables MorphOS target for NoAI branch. noai
Sun, 22 Apr 2007 19:06:48 +0000 rubidium (svn r9713) [NoAI] -Sync with trunk (r9631:9712). noai
Sun, 15 Apr 2007 10:30:00 +0000 truelight (svn r9634) [NoAI] -Fix: typo in doxygen comment noai
Sun, 15 Apr 2007 00:23:24 +0000 rubidium (svn r9632) [NoAI] -Sync with trunk r9574:9631. noai
Sun, 15 Apr 2007 00:17:57 +0000 rubidium (svn r9631) [NoAI] -Codechange: rewrite the loading in such a manner that the NoAI branch gets savegame compatability for both NoAI branch savegames (from this revision on) as well as trunk savegames up to the revision that NoAI is synched with. noai