bin/ai/wrightai/main.nut
Sun, 22 Jun 2008 16:01:48 +0000 truebrain (svn r13608) [NoAI] -Change [API CHANGE]: renamed AI_ET_CRASHED_VEHICLE to AI_ET_VEHICLE_CRASHED to be more uniform with other events (Yexo) noai
Tue, 10 Jun 2008 14:08:39 +0000 truebrain (svn r13439) [NoAI] -Fix: set svn props and keywords, and fix Author and Version noai
Sun, 08 Jun 2008 21:20:48 +0000 truebrain (svn r13422) [NoAI] -Change [API CHANGE]: remove Stop() as part of the AIController. This means you no longer need to have a Stop() function in your AI, nor is it ever called. This because it was silly, never used, and couldn't do anything real (all Sleep/DoCommands resulted in an assert, as the game expected the company to be gone). noai
Sun, 08 Jun 2008 21:11:05 +0000 truebrain (svn r13421) [NoAI] -Fix: remove the need for a Sleep(1) before executing a command at the beginning of Start(), by skipping the first tick before calling Start() in the first place noai
Fri, 23 May 2008 09:18:04 +0000 truebrain (svn r13219) [NoAI] -Add: added AICargo.HasCargoClass(), which allows you to find, say, passenger-based cargo (tnx kuifware for the pointer!) noai
Thu, 22 May 2008 10:23:34 +0000 rubidium (svn r13211) [NoAI] -Codechange: replace a few hardcoded numbers by an API lookup in the WrightAI. noai
Tue, 20 May 2008 15:25:47 +0000 truebrain (svn r13194) [NoAI] -Change [API CHANGE]: split 'main.nut' in 'info.nut' and 'main.nut'. The first contains the information about the AI, the second the AI. This avoid several problems we had. It also speeds up OpenTTD start-up. noai
Tue, 01 Apr 2008 01:55:23 +0000 glx (svn r12527) [NoAI] -Fix: only the first failing WrightAI could change its name to show it failed noai
Mon, 31 Mar 2008 18:33:33 +0000 truebrain (svn r12519) [NoAI] -Add: added AILog with Info(), Warning(), and Error() noai
Tue, 25 Mar 2008 12:29:07 +0000 truebrain (svn r12414) [NoAI] -Fix r12411: make WrightAI to work again with new Valuator system noai
Thu, 28 Feb 2008 13:49:41 +0000 truebrain (svn r12311) [NoAI] -Fix: wrightai didn't work anymore noai
Mon, 25 Feb 2008 14:56:45 +0000 truebrain (svn r12250) [NoAI] -Fix: ChangeName -> AICompany.SetCompanyName noai
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
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
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
Sat, 23 Feb 2008 15:16:21 +0000 truebrain (svn r12225) [NoAI] -Change [API CHANGE]: AIStationVehicleList -> AIVehicleList_Station (WATCH THE NAMES CAREFULLY!) noai
Fri, 22 Feb 2008 12:38:28 +0000 truebrain (svn r12217) [NoAI] -Change: changed wrightAI to reflect the last codechange noai
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
Tue, 24 Jul 2007 21:09:39 +0000 truelight (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ... noai
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
Wed, 18 Jul 2007 10:53:58 +0000 truelight (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available noai
Wed, 18 Jul 2007 09:23:35 +0000 truelight (svn r10610) [NoAI] -Fix r10609: typo in WrightAI noai
Wed, 18 Jul 2007 09:20:50 +0000 truelight (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight noai
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
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