Mon, 31 Mar 2008 18:36:25 +0000 rubidium (svn r12521) [NoAI] -Change: make the style of end-of-line doxygen comments be the same for the whole AI API. noai
Mon, 31 Mar 2008 18:34:24 +0000 truebrain (svn r12520) [NoAI] -Fix r12519: of course I forget to regenerate MSVC project files (bah, MSVC.. always MSVC... who uses MSVC?!) noai
Mon, 31 Mar 2008 18:33:33 +0000 truebrain (svn r12519) [NoAI] -Add: added AILog with Info(), Warning(), and Error() noai
Mon, 31 Mar 2008 17:20:44 +0000 truebrain (svn r12518) [NoAI] -Fix: minor change of order avoids silly one-in-a-milion errors :) noai
Mon, 31 Mar 2008 16:11:00 +0000 truebrain (svn r12517) [NoAI] -Fix: type in @file of ai_error.cpp noai
Mon, 31 Mar 2008 16:07:36 +0000 truebrain (svn r12515) [NoAI] -Fix: when an AI dies on its own, don't kill the AI-script, just mark it as dead and don't do anything until the company dies with it noai
Mon, 31 Mar 2008 15:29:57 +0000 rubidium (svn r12514) [NoAI] -Fix: 'const <integral> Function()' make absolutely no sense. noai
Mon, 31 Mar 2008 13:51:57 +0000 truebrain (svn r12512) [NoAI] -Fix r12511: it was pointed out to me to handle widgets with enums... I only wish there was a guideline for their names ;) noai
Mon, 31 Mar 2008 11:31:44 +0000 truebrain (svn r12511) [NoAI] -Add (WIP): AI Debug GUI. For now it is a stripped down copy of performance details. In future it will allow reloading of AI, changing settings, and reading the log of the AI noai
Mon, 31 Mar 2008 10:55:13 +0000 truebrain (svn r12510) [NoAI] -Add: added AIError, which allows you to catch errors triggered by commands (Morloth) noai
Mon, 31 Mar 2008 09:51:47 +0000 rubidium (svn r12509) [NoAI] -Fix: add some missing return/parameter documentation; probably not the last, but Doxygen couldn't find these. noai
Mon, 31 Mar 2008 09:32:51 +0000 truebrain (svn r12508) [NoAI] -Fix: @note that refer to @return should come after @return, not before @param noai
Mon, 31 Mar 2008 09:25:03 +0000 truebrain (svn r12507) [NoAI] -Fix: enable Doxyfile warning about missing params and fix 3 missing params in AIObject noai
Mon, 31 Mar 2008 09:20:12 +0000 truebrain (svn r12506) [NoAI] -Add: added Doxyfile in src/ai/api to generate the AIDocs (as on http://devs.openttd.org/~noai/aidocs/ ) noai
Mon, 31 Mar 2008 08:45:05 +0000 truebrain (svn r12505) [NoAI] -Documentation: still forgot some files ;) (minor stuff, capitals mostly) noai
Mon, 31 Mar 2008 08:42:20 +0000 truebrain (svn r12504) [NoAI] -Documentation: the last few files which now are consistent in their comments (anyway, so I hope :)) noai
Mon, 31 Mar 2008 07:50:27 +0000 rubidium (svn r12503) [NoAI] -Sync: with trunk r12461:12501. noai
Mon, 31 Mar 2008 07:37:51 +0000 truebrain (svn r12502) [NoAI] -Documentation: even more comment consistancy noai
Mon, 31 Mar 2008 07:21:39 +0000 truebrain (svn r12500) [NoAI] -Documentation: many comment changes, mostly Capitals and lines end with a dot. Makes doxygen look pretty :) noai
Mon, 31 Mar 2008 06:48:59 +0000 truebrain (svn r12497) [NoAI] -Change [API CHANGE]: AIMap.DemolishTile -> AITile.DemolishTile (that makes much more sense, doesn't it? ;)) noai
Mon, 31 Mar 2008 06:45:57 +0000 truebrain (svn r12496) [NoAI] -Documentation: give the .cpp files a nice uniform format too noai
Mon, 31 Mar 2008 06:37:24 +0000 truebrain (svn r12494) [NoAI] -Fix r12493: update MSVC project files when removing files noai
Mon, 31 Mar 2008 06:36:54 +0000 truebrain (svn r12493) [NoAI] -Remove [API CHANGE]: AIPathFinder should never been part of this API (more like a contrib or extended something) noai
Mon, 31 Mar 2008 06:33:22 +0000 truebrain (svn r12492) [NoAI] -Fix: missing propset noai
Mon, 31 Mar 2008 06:32:27 +0000 truebrain (svn r12491) [NoAI] -Documentation: made parts of the comments more uniform (@file header and class header) noai
Sun, 30 Mar 2008 20:58:41 +0000 rubidium (svn r12487) [NoAI] -Fix: the export script didn't properly determine the parameters of some functions. noai
Sun, 30 Mar 2008 15:08:30 +0000 rubidium (svn r12484) [NoAI] -Fix: add missing headers to the MSVC project files. noai
Fri, 28 Mar 2008 10:32:55 +0000 rubidium (svn r12462) [NoAI] -Sync: with trunk r12304:12461. noai
Thu, 27 Mar 2008 05:15:06 +0000 rubidium (svn r12437) [NoAI] -Add: functions to get the current date and to determine the year/month/day from that date. noai
Wed, 26 Mar 2008 15:30:02 +0000 truebrain (svn r12433) [NoAI] -Fix r12431: cast values to avoid warnings (tnx glx) noai
Wed, 26 Mar 2008 15:17:40 +0000 truebrain (svn r12431) [NoAI] -Add: added AIEventSubsidiaryOffer, which keeps you informed about new Subsidiaries noai
Wed, 26 Mar 2008 15:16:40 +0000 truebrain (svn r12430) [NoAI] -Fix: safeguard, don't allow AI_Event calls to players that are not AIs noai
Wed, 26 Mar 2008 14:27:04 +0000 truebrain (svn r12429) [NoAI] -Fix: CloneCrashedVehicle isn't implemented yet, so mark it as such noai
Wed, 26 Mar 2008 06:06:35 +0000 rubidium (svn r12423) [NoAI] -Change: bring a little more uniformness into the first few lines of the API related files (add missing /* $Id$ */ and such). noai
Tue, 25 Mar 2008 23:30:16 +0000 glx (svn r12422) [NoAI] -Fix (r12411): unicode compilation was broken noai
Tue, 25 Mar 2008 14:07:01 +0000 glx (svn r12415) [NoAI] -Fix: ignore .hpp.sq to avoid problems with deps 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
Tue, 25 Mar 2008 12:20:42 +0000 truebrain (svn r12413) [NoAI] -Remove: removed the last traced of the old obsolete Valuator system (this includes the ugly GetListName(), so Morloth should be happy ;)) noai
Tue, 25 Mar 2008 12:16:30 +0000 truebrain (svn r12412) [NoAI] -Fix: three functions missed documentation noai
Tue, 25 Mar 2008 12:12:45 +0000 truebrain (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed noai
Tue, 25 Mar 2008 12:09:42 +0000 truebrain (svn r12409) [NoAI] -Add: allow an AdvancedMethod which gives you complete control over the param handling from a call from SQ noai
Sun, 23 Mar 2008 21:45:16 +0000 rubidium (svn r12400) [NoAI] -Fix: reduce the number of false positives in the regression test completeness check script. noai
Mon, 17 Mar 2008 15:58:28 +0000 truebrain (svn r12376) [NoAI] -Remove: from this day on, C++ is removed as supported language to write your NoAI in. The only language to use is Squirrel. noai
Mon, 03 Mar 2008 16:15:24 +0000 truebrain (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth) noai
Sun, 02 Mar 2008 13:19:08 +0000 truebrain (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo() noai
Fri, 29 Feb 2008 08:51:47 +0000 truebrain (svn r12318) [NoAI] -Add: added AICompany::(Build|Get)CompanyHQ (college of Morloth) noai
Fri, 29 Feb 2008 00:17:59 +0000 truebrain (svn r12315) [NoAI] -Fix: AITunnel::GetOtherTunnelEnd() now also works to estimate where a non-existing tunnel would end (Morloth / glx) noai
Thu, 28 Feb 2008 14:28:44 +0000 truebrain (svn r12312) [NoAI] -Fix: AIVehicle_vRunningCost didn't exist noai
Thu, 28 Feb 2008 13:49:41 +0000 truebrain (svn r12311) [NoAI] -Fix: wrightai didn't work anymore noai
Thu, 28 Feb 2008 12:31:49 +0000 truebrain (svn r12310) [NoAI] -Fix: make MaxSpeed for Aircrafts return the value divided by plane_speed (which in regression is now set to 1/2th) noai
Thu, 28 Feb 2008 01:11:23 +0000 truebrain (svn r12309) [NoAI] -Codechange: optimize a little bit (a very small little bit, but every bit counts :) ) (glx) noai
Thu, 28 Feb 2008 01:04:50 +0000 truebrain (svn r12308) [NoAI] -Fix: don't allow AddList on lists of different types noai
Thu, 28 Feb 2008 00:59:01 +0000 truebrain (svn r12307) [NoAI] -Codechange: as followup on r12303 (trunk), use ::IsValidTile to check if a tile is inside the map, instead of all our custom ways noai
Thu, 28 Feb 2008 00:43:30 +0000 glx (svn r12306) [NoAI] -Sync with trunk r12209:12304 noai
Thu, 28 Feb 2008 00:36:05 +0000 truebrain (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again) noai
Thu, 28 Feb 2008 00:08:06 +0000 truebrain (svn r12302) [NoAI] -Fix: GetProducing is multiplied by 8 for the GUI, so also do it for our API, to make less confusion for people (Progman) noai
Wed, 27 Feb 2008 23:48:01 +0000 truebrain (svn r12301) [NoAI] -Fix: clearify the behavoir of AIIndustryList_CargoProducing (Progman) noai
Wed, 27 Feb 2008 23:28:34 +0000 truebrain (svn r12300) [NoAI] -Add: added AIAbstractList.AddList() (on request by Progman) noai
Wed, 27 Feb 2008 23:15:46 +0000 truebrain (svn r12299) [NoAI] -Fix: don't assume any length of produced_cargo and accepts_cargo noai
Wed, 27 Feb 2008 23:06:43 +0000 truebrain (svn r12298) [NoAI] -Add: added AITunnel (Morloth) noai