glx
|
ab3fc1d437
|
(svn r15535) -Fix (r15460, pre noai merge): use '.' as 'any' for squirrel calls typechecking as stated in squirrel docs
|
2009-02-21 00:43:18 +00:00 |
|
yexo
|
a54061f840
|
(svn r15527) -Fix (r15526): A ')' too much.
|
2009-02-19 23:22:31 +00:00 |
|
yexo
|
b3fe664d90
|
(svn r15526) -Add [NoAI]: Support for conditional orders.
|
2009-02-19 23:12:57 +00:00 |
|
yexo
|
3491b0fab9
|
(svn r15524) -Add [NoAI]: AIEngine::GetPower, AIEngine::GetWeight and AIEngine::GetMaxTractiveEffort.
|
2009-02-19 19:44:19 +00:00 |
|
yexo
|
459a855e60
|
(svn r15520) -Cleanup [NoAI]: Fix some typos, unify the comment style and update some documentation since a few enums have been renamed.
|
2009-02-19 09:01:34 +00:00 |
|
yexo
|
c0e7ddeb9e
|
(svn r15519) -Add [NoAI]: support for waypoints by adding AIRail::Build/Remove RailWaypoint, AIWaypoint and AIWaypointList.
|
2009-02-19 07:40:08 +00:00 |
|
yexo
|
a0b57c849e
|
(svn r15494) -Change [API CHANGE]: Split AIRoad::BuildRoadStation in BuildRoadStation and BuildDriveThroughRoadStation.
|
2009-02-14 22:06:11 +00:00 |
|
yexo
|
2b221f5afc
|
(svn r15492) -Change [API CHANGE]: Split AIVehicle::MoveWagon in MoveWagon and MoveWagonChain (frosch).
|
2009-02-14 21:22:42 +00:00 |
|
yexo
|
336abd66a2
|
(svn r15491) -Change [API CHANGE]: AIMarine::BuildWaterDepot now accepts a front tile instead of a bool is_vertical (frosch).
|
2009-02-14 21:19:33 +00:00 |
|
yexo
|
7d88077add
|
(svn r15490) -Change [API CHANGE]: Remove AIBridge::GetYearAvailable. AIBridge::IsValidBridge now only returns true for available bridges.
|
2009-02-14 21:17:35 +00:00 |
|
yexo
|
16954ba378
|
(svn r15489) -Change [API CHANGE]: Remove AIAirport::AirportAvailable. AIAirport::IsValidAirportType now only returns true for available AirportTypes.
|
2009-02-14 21:16:21 +00:00 |
|
yexo
|
bce1bcb0f2
|
(svn r15488) -Change [API CHANGE]: Add support for distant-join stations.
|
2009-02-14 21:15:23 +00:00 |
|
yexo
|
5a5bc8ab52
|
(svn r15487) -Change [API CHANGE]: Remove the never implemented function AIEventVehicleCrashed::CloneCrashedVehicle.
|
2009-02-14 21:13:45 +00:00 |
|
yexo
|
8ceb92e699
|
(svn r15486) -Change [API CHANGE]: Remove AITown::GetMaxTownID.
|
2009-02-14 21:13:15 +00:00 |
|
yexo
|
cea470e687
|
(svn r15485) -Change [API CHANGE]: Split AIIndustry::HasHeliportAndDock and GetHeliportAndDockLocation in HasHeliport/HasDock and GetHeliportLocation/GetDockLocation.
|
2009-02-14 21:09:48 +00:00 |
|
yexo
|
58359b8d6e
|
(svn r15484) -Change [API CHANGE]: Remove AICompany::GetCompanyName and SetCompanyName. They've been replaced with GetName and SetName.
|
2009-02-14 21:06:58 +00:00 |
|
yexo
|
7fdde2fec0
|
(svn r15483) -Change [API CHANGE]: Remove AIIndustry::GetProduction, use AIIndustry::GetLastMonthProduction instead.
|
2009-02-14 21:05:57 +00:00 |
|
yexo
|
92fc2e692c
|
(svn r15482) -Fix [NoAI]: Typos in api docs.
|
2009-02-14 20:07:05 +00:00 |
|
yexo
|
37819fc8c5
|
(svn r15481) -Fix [NoAI]: Make sure AIs can't call functions they shouldn't call.
|
2009-02-14 20:03:06 +00:00 |
|
frosch
|
b123756c9f
|
(svn r15479) -Fix: Documentation of AIIndustryType::CanBuildIndustry().
|
2009-02-14 18:40:31 +00:00 |
|
yexo
|
4c7106dad7
|
(svn r15462) -Change [NoAI]: Make AIController::GetTick() and AIController::GetSetting() static functions.
-Fix (r15460): ai_controller.hpp.sq was forgotten.
|
2009-02-13 00:18:56 +00:00 |
|
rubidium
|
dea3490b2f
|
(svn r15460) -Fix [NoAI]: don't require an instance to exist in the scope for static functions and limit exposure of the internal function GetClassName.
|
2009-02-12 22:25:53 +00:00 |
|
yexo
|
8d25202067
|
(svn r15441) -Cleanup: Use a return value instead of passing a pointer to where the result should be stored.
|
2009-02-11 00:48:15 +00:00 |
|
yexo
|
1eeb0f6748
|
(svn r15440) -Fix: Backup AIObject::GetAllowDoCommand and restore the old value so AIs can't work around it.
|
2009-02-10 19:22:09 +00:00 |
|
peter1138
|
ad30a3c4ca
|
(svn r15436) -Codechange: Return index of station spec within station class as a return parameter of GetCustomStationSpecByGrf(), as the index is already known. Saves on an extra loop and an extern...
|
2009-02-09 22:49:28 +00:00 |
|
rubidium
|
377ce6c5bf
|
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
|
2009-02-08 12:25:13 +00:00 |
|
Yexo
|
5bcdcdd1d1
|
(svn r15408) -Fix (r15027): AIs could call AIController::Sleep() at times they're not allowed to sleep.
|
2009-02-08 11:34:51 +00:00 |
|
rubidium
|
e1b1fd18b5
|
(svn r15406) -Fix: make Valuate actually cost a few opcodes to not make it a single opcode method of doing lots of the same thing. This should resolve most of the hiccups caused by AIs.
|
2009-02-08 01:51:48 +00:00 |
|
frosch
|
4e8707b93f
|
(svn r15400) -Fix: Typos in comments.
|
2009-02-07 16:23:42 +00:00 |
|
frosch
|
324e92f879
|
(svn r15360) -Fix: Flooding vehicles did not trigger an AI event.
|
2009-02-05 17:48:08 +00:00 |
|
frosch
|
cb049e4e58
|
(svn r15359) -Add [NoAI]: AIEventVehicleCrashed::CRASH_RV_UFO, AIEventDisasterZeppelinerCrashed and AIEventDisasterZeppelinerCleared as aliens accepted NoAIs as competing life-form.
|
2009-02-05 17:38:47 +00:00 |
|
frosch
|
7f198507f7
|
(svn r15358) -Add [NoAI]: AIEventVehicleCrashed::GetCrashReason()
|
2009-02-05 17:28:37 +00:00 |
|
rubidium
|
8fb4962407
|
(svn r15355) -Codechange: simplify some stuff now ->FirstShared returns non-NULL again.
|
2009-02-05 15:59:23 +00:00 |
|
Yexo
|
f2907d816f
|
(svn r15346) -Add [NoAI]: Add AIAirport::GetNearestTown() so AIs can known in which town the noise level will increase.
|
2009-02-05 01:15:54 +00:00 |
|
Yexo
|
62a11eb5a9
|
(svn r15345) -Add [NoAI]: Add AIVehicle::HasSharedOrders() and AIVehicleList_SharedOrders.
|
2009-02-05 01:12:49 +00:00 |
|
Yexo
|
b321130d9a
|
(svn r15343) -Add [NoAI]: Add AITown::GetRoadLayout so AIs can get the road layout per town.
|
2009-02-04 23:26:21 +00:00 |
|
smatz
|
5ad1cd32b2
|
(svn r15324) -Codechange: unify the class used for comparing of strings for std::map
|
2009-02-03 18:08:07 +00:00 |
|
frosch
|
de9a6fc90b
|
(svn r15308) -Codechange: Deduplicate km-ish/h -> mph conversions.
|
2009-02-01 17:14:39 +00:00 |
|
frosch
|
317220c2e4
|
(svn r15307) -Fix: AIVehicle::GetCurrentSpeed() should also use km-ish/h instead of mph. (Documentation by Rubidium)
|
2009-02-01 16:21:18 +00:00 |
|
frosch
|
c28c4c1986
|
(svn r15306) -Codechange: Deduplicate code by adding Engine::GetDisplayMaxSpeed(), GetPower() and GetDisplayWeight(). (and using them)
|
2009-02-01 16:10:06 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
659989af45
|
(svn r15278) -Fix [FS#2332]: test noise limit of nearest town instead of st->town
|
2009-01-26 21:09:17 +00:00 |
|
Yexo
|
7f9c91901e
|
(svn r15277) -Fix (r15027): Building bridges in AITestMode always returned false.
|
2009-01-26 20:18:50 +00:00 |
|
glx
|
062f32a186
|
(svn r15270) -Change [API CHANGE]: remove AIEventTest
|
2009-01-25 19:06:00 +00:00 |
|
glx
|
c1cf3934fa
|
(svn r15263) -Codechange: added Engine::GetCost() to remove some code duplication.
|
2009-01-25 00:57:03 +00:00 |
|
glx
|
e8b5f49861
|
(svn r15261) -Add: added Engine::GetRunningCost() to remove some code duplication. Also stops AIs decrementing vehicle counter of first company
|
2009-01-24 20:14:15 +00:00 |
|
frosch
|
47cdbe4a20
|
(svn r15255) -Fix (r15027): AIVehicle::GetLength() returned only the length of the first part of articulated road vehicles.
|
2009-01-24 14:26:48 +00:00 |
|
frosch
|
7e6049ba02
|
(svn r15252) -Fix (r15027): AIMarine::AreWaterTilesConnected() reported aqueducts being connected with all surrounding tiles. Also add some type safety.
|
2009-01-24 13:05:04 +00:00 |
|
frosch
|
d05ab5a531
|
(svn r15244) -Fix (r15027): The station tile of an oilrig-like industry is not neccessarily the first industry tile.
|
2009-01-23 22:36:17 +00:00 |
|
frosch
|
a1d4b792e8
|
(svn r15241) -Fix (r15027): NoAI API was not aware of certain newindustries 'features'.
|
2009-01-23 22:09:31 +00:00 |
|