| 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
|
file |
diff |
annotate
|
| 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
|
file |
diff |
annotate
|
| 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
|
file |
diff |
annotate
|
| Fri, 19 Oct 2007 09:36:27 +0000 |
truelight |
(svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
noai
|
file |
diff |
annotate
|
| 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
|
file |
diff |
annotate
|
| 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
|
file |
diff |
annotate
|
| 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
|
file |
diff |
annotate
|
| 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
|
file |
diff |
annotate
|
| 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
|
file |
diff |
annotate
|
| Fri, 13 Jul 2007 14:14:26 +0000 |
truelight |
(svn r10544) [NoAI] -Add: added AIIndustryList to list industries
noai
|
file |
diff |
annotate
|