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
|
e84f25a2bd
|
(svn r15470) -Fix [NoAI]: Check the types of the parameters passed to AddSetting, AddLabels and RegisterAI.
|
2009-02-13 18:43:56 +00:00 |
|
yexo
|
8e14d77d05
|
(svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer available in-game.
|
2009-02-13 17:17:34 +00:00 |
|
yexo
|
15b9366f06
|
(svn r15466) -Fix (r15330): The squirrel instance object was freed twice if an info.nut failed to compile.
|
2009-02-13 16:25:53 +00:00 |
|
smatz
|
d3f018a7e3
|
(svn r15465) -Codechange: constify most of AIInfo/AIFileInfo methods, move definition of very simple getters to header file
|
2009-02-13 02:11:54 +00:00 |
|
yexo
|
9292c90360
|
(svn r15464) -Codechange [NoAI]: Call all info.nut functions exactly once and only during initialization.
|
2009-02-13 01:44:56 +00:00 |
|
yexo
|
b9c66aa750
|
(svn r15463) -Change [API CHANGE]: Replace AIInfo::CanLoadFromVersion(version) with AIInfo::MinVersionToLoad() which should return a single integer, the minimum version the AI is able to load data from.
|
2009-02-13 01:24:30 +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
|
c0a8d09ca7
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
8dae160d0f
|
(svn r15425) -Codechange: some color->colour changes and type safety.
|
2009-02-09 02:09:47 +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 |
|
smatz
|
9c59b711b7
|
(svn r15401) -Fix [FS#2619](r15027): AI::Stop changed _current_company, but didn't restore its original value
|
2009-02-07 17:01:44 +00:00 |
|
frosch
|
4e8707b93f
|
(svn r15400) -Fix: Typos in comments.
|
2009-02-07 16:23:42 +00:00 |
|
rubidium
|
6252c74584
|
(svn r15368) -Fix: some typos in comments
|
2009-02-06 10:31:05 +00:00 |
|
Yexo
|
cb3784d8b1
|
(svn r15366) -Add [NoAI]: Add AddLabels() where you can define labels for the values of the settings in info.nut
|
2009-02-06 00:25:37 +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 |
|
rubidium
|
1c30c8c801
|
(svn r15330) -Fix [FS#2597]: leaking of Squirrel when using circular references (by enabling the GC).
|
2009-02-03 22:42:42 +00:00 |
|
Yexo
|
101f55e65c
|
(svn r15328) -Fix (r15327): Load(data, version) was called instead of Load(version, data).
|
2009-02-03 21:05:32 +00:00 |
|
Yexo
|
1892c34ac6
|
(svn r15327) -Fix (r15027): AIs could access the map and other data in their constructor and Load() function while the savegame was not completely loaded.
|
2009-02-03 20:49:08 +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 |
|
Yexo
|
a5807f4a77
|
(svn r15322) -Fix (r15175): The AI list window didn't display information about the selected AI if it wasn't visible.
|
2009-02-02 22:57:22 +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 |
|