Mon, 31 Mar 2008 06:33:22 +0000 |
truebrain |
(svn r12492) [NoAI] -Fix: missing propset
noai
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
Sun, 30 Mar 2008 15:08:30 +0000 |
rubidium |
(svn r12484) [NoAI] -Fix: add missing headers to the MSVC project files.
noai
|
changeset |
files
|
Fri, 28 Mar 2008 10:32:55 +0000 |
rubidium |
(svn r12462) [NoAI] -Sync: with trunk r12304:12461.
noai
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 26 Mar 2008 15:30:02 +0000 |
truebrain |
(svn r12433) [NoAI] -Fix r12431: cast values to avoid warnings (tnx glx)
noai
|
changeset |
files
|
Wed, 26 Mar 2008 15:17:40 +0000 |
truebrain |
(svn r12431) [NoAI] -Add: added AIEventSubsidiaryOffer, which keeps you informed about new Subsidiaries
noai
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 26 Mar 2008 14:27:04 +0000 |
truebrain |
(svn r12429) [NoAI] -Fix: CloneCrashedVehicle isn't implemented yet, so mark it as such
noai
|
changeset |
files
|
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
|
changeset |
files
|
Tue, 25 Mar 2008 23:30:16 +0000 |
glx |
(svn r12422) [NoAI] -Fix (r12411): unicode compilation was broken
noai
|
changeset |
files
|
Tue, 25 Mar 2008 14:07:01 +0000 |
glx |
(svn r12415) [NoAI] -Fix: ignore .hpp.sq to avoid problems with deps
noai
|
changeset |
files
|
Tue, 25 Mar 2008 12:29:07 +0000 |
truebrain |
(svn r12414) [NoAI] -Fix r12411: make WrightAI to work again with new Valuator system
noai
|
changeset |
files
|
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
|
changeset |
files
|
Tue, 25 Mar 2008 12:16:30 +0000 |
truebrain |
(svn r12412) [NoAI] -Fix: three functions missed documentation
noai
|
changeset |
files
|
Tue, 25 Mar 2008 12:12:45 +0000 |
truebrain |
(svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
noai
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 03 Mar 2008 16:15:24 +0000 |
truebrain |
(svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
noai
|
changeset |
files
|
Sun, 02 Mar 2008 13:19:08 +0000 |
truebrain |
(svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
noai
|
changeset |
files
|
Fri, 29 Feb 2008 08:51:47 +0000 |
truebrain |
(svn r12318) [NoAI] -Add: added AICompany::(Build|Get)CompanyHQ (college of Morloth)
noai
|
changeset |
files
|
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
|
changeset |
files
|
Thu, 28 Feb 2008 14:28:44 +0000 |
truebrain |
(svn r12312) [NoAI] -Fix: AIVehicle_vRunningCost didn't exist
noai
|
changeset |
files
|
Thu, 28 Feb 2008 13:49:41 +0000 |
truebrain |
(svn r12311) [NoAI] -Fix: wrightai didn't work anymore
noai
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
Thu, 28 Feb 2008 01:04:50 +0000 |
truebrain |
(svn r12308) [NoAI] -Fix: don't allow AddList on lists of different types
noai
|
changeset |
files
|
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
|
changeset |
files
|
Thu, 28 Feb 2008 00:43:30 +0000 |
glx |
(svn r12306) [NoAI] -Sync with trunk r12209:12304
noai
|
changeset |
files
|
Thu, 28 Feb 2008 00:36:05 +0000 |
truebrain |
(svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
noai
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 27 Feb 2008 23:48:01 +0000 |
truebrain |
(svn r12301) [NoAI] -Fix: clearify the behavoir of AIIndustryList_CargoProducing (Progman)
noai
|
changeset |
files
|
Wed, 27 Feb 2008 23:28:34 +0000 |
truebrain |
(svn r12300) [NoAI] -Add: added AIAbstractList.AddList() (on request by Progman)
noai
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 27 Feb 2008 23:06:43 +0000 |
truebrain |
(svn r12298) [NoAI] -Add: added AITunnel (Morloth)
noai
|
changeset |
files
|
Wed, 27 Feb 2008 22:45:27 +0000 |
truebrain |
(svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
noai
|
changeset |
files
|
Wed, 27 Feb 2008 21:07:31 +0000 |
truebrain |
(svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
noai
|
changeset |
files
|
Wed, 27 Feb 2008 19:58:17 +0000 |
truebrain |
(svn r12292) [NoAI] -Fix: no need to print GetName twice for Engine in regression
noai
|
changeset |
files
|
Wed, 27 Feb 2008 19:49:56 +0000 |
truebrain |
(svn r12291) [NoAI] -Fix: squirrel file was out-of-date
noai
|
changeset |
files
|
Wed, 27 Feb 2008 00:29:35 +0000 |
glx |
(svn r12286) [NoAI] -Fix (r12277): restore compilation with _UNICODE
noai
|
changeset |
files
|
Tue, 26 Feb 2008 23:47:37 +0000 |
truebrain |
(svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
noai
|
changeset |
files
|
Tue, 26 Feb 2008 23:04:44 +0000 |
truebrain |
(svn r12283) [NoAI] -Fix: document that GetProduction can return -1 if the Industry doesn't produce the Cargo (tnx Progman)
noai
|
changeset |
files
|
Tue, 26 Feb 2008 22:03:50 +0000 |
truebrain |
(svn r12281) [NoAI] -Fix r12280: forgot to update MSVC project files
noai
|
changeset |
files
|
Tue, 26 Feb 2008 22:03:18 +0000 |
truebrain |
(svn r12280) [NoAI] -Add: added AICargoList (Morloth)
noai
|
changeset |
files
|
Tue, 26 Feb 2008 21:45:33 +0000 |
truebrain |
(svn r12279) [NoAI] -Fix r12211: by mistake committed new files in MSVC project files that .. well .. aren't done yet ;)
noai
|
changeset |
files
|
Tue, 26 Feb 2008 21:44:22 +0000 |
truebrain |
(svn r12278) [NoAI] -Fix r12211: MSVC project files weren't generated correctly
noai
|
changeset |
files
|
Tue, 26 Feb 2008 21:35:22 +0000 |
truebrain |
(svn r12277) [NoAI] -Change: overlay GlobalPointer with local instance access and create sub-node to contain data
noai
|
changeset |
files
|
Tue, 26 Feb 2008 18:39:33 +0000 |
truebrain |
(svn r12276) [NoAI] -Fix: more typos (tnx yorick)
noai
|
changeset |
files
|
Tue, 26 Feb 2008 18:37:33 +0000 |
truebrain |
(svn r12275) [NoAI] -Fix r12273: people always find typos AFTER you commit :( (tnx yorick)
noai
|
changeset |
files
|
Tue, 26 Feb 2008 18:36:16 +0000 |
truebrain |
(svn r12274) [NoAI] -Change: [API CHANGE] Removed AITownList_vRandomize, as AIList_vRandomize already does that
noai
|
changeset |
files
|
Tue, 26 Feb 2008 18:32:35 +0000 |
truebrain |
(svn r12273) [NoAI] -Documentation: big change of many list-related comments. It is now more readable, more explaining, and all unneeded things (API-wise) are removed
noai
|
changeset |
files
|
Tue, 26 Feb 2008 16:03:39 +0000 |
truebrain |
(svn r12271) [NoAI] -Fix r12270: save before commit
noai
|
changeset |
files
|
Tue, 26 Feb 2008 16:02:37 +0000 |
truebrain |
(svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
noai
|
changeset |
files
|
Tue, 26 Feb 2008 15:14:45 +0000 |
truebrain |
(svn r12268) [NoAI] -Fix: allow AIList_vRandomize to run over any list
noai
|
changeset |
files
|
Tue, 26 Feb 2008 15:14:21 +0000 |
truebrain |
(svn r12267) [NoAI] -Fix r12266: forgot to update the regression output (again and again...)
noai
|
changeset |
files
|
Tue, 26 Feb 2008 14:42:08 +0000 |
truebrain |
(svn r12266) [NoAI] -Fix: [API CHANGE] minor typo in Ai*r*portAvailable (tnx yorick)
noai
|
changeset |
files
|
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
|