Tue, 26 Feb 2008 10:55:07 +0000 |
truebrain |
(svn r12265) [NoAI] -Add: added a general protection that doesn't allow people using valuators on lists that aren't ment for those valuators
noai
|
changeset |
files
|
Tue, 26 Feb 2008 10:47:22 +0000 |
truebrain |
(svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
noai
|
changeset |
files
|
Mon, 25 Feb 2008 18:18:35 +0000 |
truebrain |
(svn r12260) [NoAI] -Change: make SelectAI return the factory, so some GUI might read how the AI is called, and who wrote it, etc etc
noai
|
changeset |
files
|
Mon, 25 Feb 2008 16:36:24 +0000 |
truebrain |
(svn r12259) [NoAI] -Fix: depots were considered buildable (tnx Progman)
noai
|
changeset |
files
|
Mon, 25 Feb 2008 16:29:48 +0000 |
truebrain |
(svn r12257) [NoAI] -Fix: flush stdout and stderr when killing a thread, avoids data-loss ;)
noai
|
changeset |
files
|
Mon, 25 Feb 2008 16:26:30 +0000 |
truebrain |
(svn r12256) [NoAI] -Fix: because of a 'bug' in OpenTTD, FindStationsAroundIndustryTile gave inconsitant results with GetProductionAroundTiles (first ignores station layout). Fixed with HACK, waiting for real solution in OpenTTD.
noai
|
changeset |
files
|
Mon, 25 Feb 2008 16:14:48 +0000 |
truebrain |
(svn r12255) [NoAI] -Fix: ensure AITileList_Industry* only operates on valid tiles (Morloth)
noai
|
changeset |
files
|
Mon, 25 Feb 2008 16:10:13 +0000 |
truebrain |
(svn r12254) [NoAI] -Fix: make AITileList_Industry* newgrf compatible (tnx glx)
noai
|
changeset |
files
|
Mon, 25 Feb 2008 15:40:08 +0000 |
truebrain |
(svn r12253) [NoAI] -Fix: removed obsolete comment at AIRoad
noai
|
changeset |
files
|
Mon, 25 Feb 2008 14:59:56 +0000 |
truebrain |
(svn r12251) [NoAI] -Add: 2 console commands: 'list_ai' and 'start_ai', listing or starting an AI
noai
|
changeset |
files
|
Mon, 25 Feb 2008 14:56:45 +0000 |
truebrain |
(svn r12250) [NoAI] -Fix: ChangeName -> AICompany.SetCompanyName
noai
|
changeset |
files
|
Mon, 25 Feb 2008 14:34:16 +0000 |
truebrain |
(svn r12249) [NoAI] -Fix: finally found why closing the game gave an assert() on running AIs
noai
|
changeset |
files
|
Mon, 25 Feb 2008 14:03:14 +0000 |
truebrain |
(svn r12248) [NoAI] -Codechange: last_command_res was in AIThread, while it should be in AIObject, like all other variables like it
noai
|
changeset |
files
|
Mon, 25 Feb 2008 09:23:53 +0000 |
truebrain |
(svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
noai
|
changeset |
files
|
Sun, 24 Feb 2008 23:41:06 +0000 |
truebrain |
(svn r12243) [NoAI] -Fix r12242: move the regression-test for AITileList_Industry* to TileList(), and show that they really work by using the Valuators to proof that
noai
|
changeset |
files
|
Sun, 24 Feb 2008 23:34:42 +0000 |
truebrain |
(svn r12242) [NoAI] -Add: added AITileList_Industry(Accepting|Producing), giving tiles on which you want to build a station for an industry
noai
|
changeset |
files
|
Sun, 24 Feb 2008 23:00:00 +0000 |
truebrain |
(svn r12241) [NoAI] -Fix r12236: global search/replace to the unreadable documentation! WHOHO! (tnx Progman)
noai
|
changeset |
files
|
Sun, 24 Feb 2008 22:30:26 +0000 |
truebrain |
(svn r12240) [NoAI] -Fix r12235: minor typo (glx)
noai
|
changeset |
files
|
Sun, 24 Feb 2008 22:13:24 +0000 |
truebrain |
(svn r12237) [NoAI] -Fix: don't force the existance of a 'constructor' (tnx Progman)
noai
|
changeset |
files
|
Sun, 24 Feb 2008 22:10:05 +0000 |
truebrain |
(svn r12236) [NoAI] -Change: [API CHANGE] All valuators are now in the notation: AI<type>List_v<Valuator>. Example: AIVehicleList_vAge
noai
|
changeset |
files
|
Sun, 24 Feb 2008 22:05:07 +0000 |
truebrain |
(svn r12235) [NoAI] -Fix: don't segfault if you do a Next() on an empty list (tnx Progman)
noai
|
changeset |
files
|
Sun, 24 Feb 2008 21:15:12 +0000 |
truebrain |
(svn r12233) [NoAI] -Fix: document that AITileList and AIList start empty on creation (request by Progman)
noai
|
changeset |
files
|
Sun, 24 Feb 2008 21:06:38 +0000 |
truebrain |
(svn r12232) [NoAI] -Fix: various of fixes for wrightai (mostly finished all XXX / TODO) (yorick)
noai
|
changeset |
files
|
Sat, 23 Feb 2008 18:01:05 +0000 |
truebrain |
(svn r12229) [NoAI] -Fix: AISetting()s functions can be static too
noai
|
changeset |
files
|
Sat, 23 Feb 2008 17:43:16 +0000 |
truebrain |
(svn r12228) [NoAI] -Fix: very minor coding style error (VERY minor)
noai
|
changeset |
files
|
Sat, 23 Feb 2008 16:43:22 +0000 |
truebrain |
(svn r12227) [NoAI] -Fix (wrightAI): sleep as long as it takes to do something new (yorick)
noai
|
changeset |
files
|
Sat, 23 Feb 2008 16:21:10 +0000 |
truebrain |
(svn r12226) [NoAI] -Fix: remove the dep for AIStationList_Vehicle on AIStationList, as Squirrel doesn't like it
noai
|
changeset |
files
|
Sat, 23 Feb 2008 15:16:21 +0000 |
truebrain |
(svn r12225) [NoAI] -Change [API CHANGE]: AIStationVehicleList -> AIVehicleList_Station (WATCH THE NAMES CAREFULLY!)
noai
|
changeset |
files
|
Sat, 23 Feb 2008 14:50:11 +0000 |
truebrain |
(svn r12224) [NoAI] -Fix r12220: forgot to rename the comment (tnx glx)
noai
|
changeset |
files
|
Sat, 23 Feb 2008 14:49:31 +0000 |
truebrain |
(svn r12223) [NoAI] -Fix r12221: look mom, I can break compilation!
noai
|
changeset |
files
|
Sat, 23 Feb 2008 14:44:07 +0000 |
truebrain |
(svn r12222) [NoAI] -Fix r12221: forgot one file
noai
|
changeset |
files
|
Sat, 23 Feb 2008 14:42:07 +0000 |
truebrain |
(svn r12221) [NoAI] -Fix: Register functions are no _Register functions, and always on top of the sort list
noai
|
changeset |
files
|
Sat, 23 Feb 2008 14:33:18 +0000 |
truebrain |
(svn r12220) [NoAI] -Fix: minor type in AIVehicleStation, and missing security check
noai
|
changeset |
files
|
Sat, 23 Feb 2008 14:14:06 +0000 |
truebrain |
(svn r12219) [NoAI] -Fix: minor typo in comment
noai
|
changeset |
files
|
Fri, 22 Feb 2008 12:38:28 +0000 |
truebrain |
(svn r12217) [NoAI] -Change: changed wrightAI to reflect the last codechange
noai
|
changeset |
files
|
Fri, 22 Feb 2008 12:30:17 +0000 |
truebrain |
(svn r12216) [NoAI] -Codechange: made most functions 'static', which removes the need to create an instance to get, for example, engine information, and therefor heavily simplifying AI creation (Morloth)
noai
|
changeset |
files
|
Fri, 22 Feb 2008 12:13:41 +0000 |
truebrain |
(svn r12215) [NoAI] -Codechange: added '::' if a function comes from non-AI-API functions (was inconsistant till now)
noai
|
changeset |
files
|
Fri, 22 Feb 2008 11:54:33 +0000 |
truebrain |
(svn r12214) [NoAI] -Fix: 'rad' -> 'radius' for consistancy reasons
noai
|
changeset |
files
|
Fri, 22 Feb 2008 11:47:03 +0000 |
truebrain |
(svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
noai
|
changeset |
files
|
Fri, 22 Feb 2008 11:43:05 +0000 |
truebrain |
(svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
noai
|
changeset |
files
|
Fri, 22 Feb 2008 00:25:54 +0000 |
glx |
(svn r12211) [NoAI] -Sync: with trunk r12050:12209
noai
|
changeset |
files
|
Thu, 21 Feb 2008 22:34:54 +0000 |
glx |
(svn r12210) [NoAI] -Fix: iterators can become invalid after a call to RemoveItem()
noai
|
changeset |
files
|
Fri, 15 Feb 2008 23:42:29 +0000 |
glx |
(svn r12153) [NoAI] -Fix: unmodified catchment radius is 4 not 3
noai
|
changeset |
files
|
Fri, 15 Feb 2008 23:36:22 +0000 |
glx |
(svn r12152) [NoAI] -Add [FS#1772]: add AITile.GetCargoProduction() function (Morloth)
noai
|
changeset |
files
|
Fri, 15 Feb 2008 23:31:51 +0000 |
glx |
(svn r12151) [NoAI] -Fix: use the correct types for returned values
noai
|
changeset |
files
|
Mon, 11 Feb 2008 18:08:09 +0000 |
glx |
(svn r12113) [NoAI] -Fix: memory leak in require()
noai
|
changeset |
files
|
Mon, 11 Feb 2008 17:50:47 +0000 |
glx |
(svn r12112) [NoAI] -Fix: prevent buffer overruns when creating full-length script-name
noai
|
changeset |
files
|
Mon, 11 Feb 2008 14:20:41 +0000 |
smatz |
(svn r12110) [NoAI] -Fix [FS#1746]: possible segmentation fault when trying to load another script file
noai
|
changeset |
files
|
Sun, 03 Feb 2008 20:17:54 +0000 |
rubidium |
(svn r12051) [NoAI] -Sync: with trunk (r11795:12050).
noai
|
changeset |
files
|
Wed, 09 Jan 2008 18:11:12 +0000 |
rubidium |
(svn r11796) [NoAI] -Sync: with trunk r11502:11795.
noai
|
changeset |
files
|
Fri, 23 Nov 2007 16:59:30 +0000 |
rubidium |
(svn r11503) [NoAI] -Sync: with trunk r11308:11502.
noai
|
changeset |
files
|
Thu, 22 Nov 2007 23:01:41 +0000 |
rubidium |
(svn r11497) [NoAI] -Fix: when removing the last item from a bucket, the bucket gets removed invalidating iterators. Based on a patch by xargonax.
noai
|
changeset |
files
|
Thu, 22 Nov 2007 23:00:00 +0000 |
rubidium |
(svn r11496) [NoAI] -Fix: the WrightAI was using an older version of the API, effectively making it non-functional. Patch by Zuu.
noai
|
changeset |
files
|
Sat, 20 Oct 2007 13:09:52 +0000 |
glx |
(svn r11311) [NoAI] -Fix (r11295, r11298): project files update forgotten
noai
|
changeset |
files
|
Sat, 20 Oct 2007 10:42:28 +0000 |
truelight |
(svn r11309) [NoAI] -Sync: with trunk r11145:11308.
noai
|
changeset |
files
|
Sat, 20 Oct 2007 10:14:05 +0000 |
truelight |
(svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
noai
|
changeset |
files
|
Fri, 19 Oct 2007 15:46:37 +0000 |
truelight |
(svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
noai
|
changeset |
files
|
Fri, 19 Oct 2007 15:41:16 +0000 |
truelight |
(svn r11299) [NoAI] -Remove [API CHANGE]: FindXXXEngines are no longer available; use AIEngineList to select your engine
noai
|
changeset |
files
|
Fri, 19 Oct 2007 14:03:27 +0000 |
truelight |
(svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
noai
|
changeset |
files
|
Fri, 19 Oct 2007 13:14:22 +0000 |
truelight |
(svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
noai
|
changeset |
files
|
Fri, 19 Oct 2007 12:08:33 +0000 |
truelight |
(svn r11296) [NoAI] -Fix: typo in comment of AIVehicle::GetName
noai
|
changeset |
files
|
Fri, 19 Oct 2007 11:32:20 +0000 |
truelight |
(svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
noai
|
changeset |
files
|
Fri, 19 Oct 2007 09:36:27 +0000 |
truelight |
(svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
noai
|
changeset |
files
|
Wed, 17 Oct 2007 23:45:22 +0000 |
truelight |
(svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
noai
|
changeset |
files
|
Tue, 16 Oct 2007 16:11:33 +0000 |
truelight |
(svn r11274) [NoAI] -Add: added LowerTile and RaiseTile to 'terraform' the map a bit (dynaxo)
noai
|
changeset |
files
|
Tue, 16 Oct 2007 16:07:01 +0000 |
truelight |
(svn r11273) [NoAI] -Add: added AIOrder::MoveOrder (dynaxo)
noai
|
changeset |
files
|
Fri, 12 Oct 2007 22:04:41 +0000 |
truelight |
(svn r11250) [NoAI] -Fix [API CHANGE]: SkipVehicleOrder always skipped to first vehicle order.. replaced with SkipToVehicleOrder, and added a param to specify to which order it should skip (dynaxo)
noai
|
changeset |
files
|
Sun, 07 Oct 2007 00:40:14 +0000 |
glx |
(svn r11222) [NoAI] -Fix (r11221): my text editor decided to play with me between compilation and commit
noai
|
changeset |
files
|
Sat, 06 Oct 2007 22:30:24 +0000 |
glx |
(svn r11221) [NoAI] -Sync: with trunk r11145:11220
noai
|
changeset |
files
|
Sun, 23 Sep 2007 07:37:38 +0000 |
rubidium |
(svn r11146) [NoAI] -Sync: with trunk r11035:11045.
noai
|
changeset |
files
|
Sun, 09 Sep 2007 21:14:29 +0000 |
rubidium |
(svn r11075) [NoAI] -Fix: sorting on value did not work as expected. Patch by GeekToo.
noai
|
changeset |
files
|
Sun, 02 Sep 2007 11:17:33 +0000 |
rubidium |
(svn r11036) [NoAI] -Sync: with trunk r10774:11035.
noai
|
changeset |
files
|
Sun, 19 Aug 2007 14:04:13 +0000 |
truelight |
(svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
noai
|
changeset |
files
|
Sun, 19 Aug 2007 13:43:59 +0000 |
truelight |
(svn r10940) [NoAI] -Add: added AIVehicle::GetName and AIVehicle::SetName to set vehicle names
noai
|
changeset |
files
|
Sun, 19 Aug 2007 13:31:04 +0000 |
truelight |
(svn r10939) [NoAI] -Add: added AITileList valuator Water
noai
|
changeset |
files
|
Sun, 19 Aug 2007 13:22:13 +0000 |
truelight |
(svn r10938) [NoAI] -Fix r10937: regression update
noai
|
changeset |
files
|
Sun, 19 Aug 2007 13:16:06 +0000 |
truelight |
(svn r10937) [NoAI] -Add: added AIStation::GetName on request by Nickman
noai
|
changeset |
files
|
Sun, 19 Aug 2007 13:01:41 +0000 |
truelight |
(svn r10936) [NoAI] -Fix: allow water_protection for non-water-building in DoCommand
noai
|
changeset |
files
|
Fri, 03 Aug 2007 22:09:42 +0000 |
rubidium |
(svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
noai
|
changeset |
files
|
Fri, 03 Aug 2007 19:16:36 +0000 |
glx |
(svn r10769) [NoAI] -Fix: EOL only changes are now considered as "not changed"
noai
|
changeset |
files
|
Tue, 24 Jul 2007 21:10:00 +0000 |
truelight |
(svn r10680) [NoAI] -Fix r10679: forgot to update MSVC project files
noai
|
changeset |
files
|
Tue, 24 Jul 2007 21:09:39 +0000 |
truelight |
(svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
noai
|
changeset |
files
|
Tue, 24 Jul 2007 20:52:36 +0000 |
truelight |
(svn r10678) [NoAI] -Fix r10677: fix it even more correctly :) (tnx Rubidium)
noai
|
changeset |
files
|
Tue, 24 Jul 2007 20:50:49 +0000 |
truelight |
(svn r10677) [NoAI] -Fix: shadows aren't valid vehicles, so don't return true on them
noai
|
changeset |
files
|
Tue, 24 Jul 2007 20:29:45 +0000 |
truelight |
(svn r10676) [NoAI] -Fix: don't send DC_NO_WATER by default, it kills building docks and buoys and stuff.. just be careful now not do try anything on the water, it won't any longer fail ;)
noai
|
changeset |
files
|
Tue, 24 Jul 2007 18:42:25 +0000 |
truelight |
(svn r10674) [NoAI] -Fix: AIVehicle SQ file was out-dated
noai
|
changeset |
files
|
Fri, 20 Jul 2007 15:48:17 +0000 |
rubidium |
(svn r10636) [NoAI] -Sync with trunk r10532:10635.
noai
|
changeset |
files
|
Thu, 19 Jul 2007 23:10:08 +0000 |
truelight |
(svn r10634) [NoAI] -Documentation: of course I forgot to document the VehicleType enum
noai
|
changeset |
files
|
Thu, 19 Jul 2007 23:01:41 +0000 |
truelight |
(svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
noai
|
changeset |
files
|
Thu, 19 Jul 2007 22:41:38 +0000 |
truelight |
(svn r10632) [NoAI] -Documentation: fix the documentation for AIEvent Constructor
noai
|
changeset |
files
|
Thu, 19 Jul 2007 22:39:43 +0000 |
truelight |
(svn r10631) [NoAI] -Add: AIEvent, to take care of events; for now it only reports when vehicles are crashed
noai
|
changeset |
files
|
Thu, 19 Jul 2007 22:26:26 +0000 |
truelight |
(svn r10630) [NoAI] -Fix: allow enums to not have a predefined value for Squirrel
noai
|
changeset |
files
|
Thu, 19 Jul 2007 19:42:54 +0000 |
truelight |
(svn r10629) [NoAI] -Fix: on returning a class instance which is NULL, do not make a wrapper SQ, but return a NULL pointer too
noai
|
changeset |
files
|
Thu, 19 Jul 2007 17:13:38 +0000 |
truelight |
(svn r10625) [NoAI] -Fix: returning C++ classes, by creating a temp SQ class, had its problems, this should fix them all (double-frees, wrong scope, ..)
noai
|
changeset |
files
|
Thu, 19 Jul 2007 16:17:10 +0000 |
truelight |
(svn r10623) [NoAI] -Documentation: document AITileListNeighbourRoadCount a bit more
noai
|
changeset |
files
|
Wed, 18 Jul 2007 15:30:34 +0000 |
truelight |
(svn r10616) [NoAI] -Fix: only see a method as constructors if they do not have an other function name
noai
|
changeset |
files
|
Wed, 18 Jul 2007 15:24:10 +0000 |
truelight |
(svn r10615) [NoAI] -Fix r10613: one might wonder how hard it can be to fix something this simple...
noai
|
changeset |
files
|
Wed, 18 Jul 2007 15:13:33 +0000 |
truelight |
(svn r10614) [NoAI] -Fix r10613: do not commit things you are working on and don't want to commit ;)
noai
|
changeset |
files
|
Wed, 18 Jul 2007 15:09:16 +0000 |
truelight |
(svn r10613) [NoAI] -Add r10612: give release-hook for return values of classes for which SQ creates a temporary holder so they are free'd when SQ does
noai
|
changeset |
files
|
Wed, 18 Jul 2007 14:58:37 +0000 |
truelight |
(svn r10612) [NoAI] -Add: allow a class as return value; pack the result in a SQ instance and it should work perfectly
noai
|
changeset |
files
|
Wed, 18 Jul 2007 10:53:58 +0000 |
truelight |
(svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
noai
|
changeset |
files
|
Wed, 18 Jul 2007 09:23:35 +0000 |
truelight |
(svn r10610) [NoAI] -Fix r10609: typo in WrightAI
noai
|
changeset |
files
|
Wed, 18 Jul 2007 09:20:50 +0000 |
truelight |
(svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
noai
|
changeset |
files
|
Wed, 18 Jul 2007 08:38:50 +0000 |
truelight |
(svn r10608) [NoAI] -Documentation: comment some functions to make Doxygen happy
noai
|
changeset |
files
|
Sun, 15 Jul 2007 16:39:11 +0000 |
rubidium |
(svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
noai
|
changeset |
files
|
Sun, 15 Jul 2007 13:24:06 +0000 |
truelight |
(svn r10581) [NoAI] -Add: added WrightAI, and even though it is an aircraft only AI, it is the first NoAI that actually builds something useful and that is where the name came from (wright is archaic English for craftsman or builder)
noai
|
changeset |
files
|
Sun, 15 Jul 2007 12:56:41 +0000 |
truelight |
(svn r10580) [NoAI] -Add: added GetStationID to get the StationID based on a tile
noai
|
changeset |
files
|
Sun, 15 Jul 2007 12:36:43 +0000 |
rubidium |
(svn r10579) [NoAI] -Add: functions to remove/keep the top/bottom X items from a list.
noai
|
changeset |
files
|
Sun, 15 Jul 2007 11:45:25 +0000 |
truelight |
(svn r10577) [NoAI] -Add: added ChangeItem to AIList
noai
|
changeset |
files
|
Sun, 15 Jul 2007 11:28:52 +0000 |
truelight |
(svn r10576) [NoAI] -Add: added -g to regression test script, to start gdb over regression-test
noai
|
changeset |
files
|
Sun, 15 Jul 2007 00:31:03 +0000 |
truelight |
(svn r10574) [NoAI] -Fix: make a better BestVehicle detection for aircrafts
noai
|
changeset |
files
|
Sun, 15 Jul 2007 00:15:23 +0000 |
truelight |
(svn r10571) [NoAI] -Fix r10569: about time I forgot to add some files
noai
|
changeset |
files
|
Sat, 14 Jul 2007 23:49:31 +0000 |
truelight |
(svn r10569) [NoAI] -Add: added AIListRandomize as Valuator for all lists to attach a random value to all items
noai
|
changeset |
files
|
Sat, 14 Jul 2007 23:35:46 +0000 |
glx |
(svn r10568) [NoAI] -Add: {Build|Remove}RoadFull(). These functions have the same behaviour as {Build|Remove}Road(), except road is built/removed on both halves of ending tiles (ie build a sloped road on sloped tile instead half road with fundations)
noai
|
changeset |
files
|
Sat, 14 Jul 2007 22:06:38 +0000 |
truelight |
(svn r10565) [NoAI] -Add: allow giving width, height and radius to check for cargo acceptance
noai
|
changeset |
files
|
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
|
changeset |
files
|
Sat, 14 Jul 2007 14:56:26 +0000 |
truelight |
(svn r10558) [NoAI] -Fix: don't use free'd memory (tnx glx for tracing!!)
noai
|
changeset |
files
|
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
|
changeset |
files
|
Fri, 13 Jul 2007 23:18:12 +0000 |
truelight |
(svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
noai
|
changeset |
files
|
Fri, 13 Jul 2007 19:54:59 +0000 |
rubidium |
(svn r10554) [NoAI] -Codechange: allow classes with virtual functions to still export their enums.
noai
|
changeset |
files
|