Jonathan G Rennison
|
37a58fd11d
|
Add setting to increase station catchment radius.
Update acceptance and refresh screen when catchment settings change.
|
2016-11-20 01:49:10 +00:00 |
|
rubidium
|
0c2f4bdc2b
|
(svn r27020) -Cleanup: some coding style consistency improvements (mostly spaces)
|
2014-10-15 18:31:37 +00:00 |
|
fonsinchen
|
b6833fc6ef
|
(svn r26892) -Feature: Script API for retrieving planned flow
|
2014-09-21 16:20:14 +00:00 |
|
fonsinchen
|
38ee1c7b92
|
(svn r26563) -Fix (r26558): Don't pass explicit template arguments to std::make_pair.
|
2014-05-04 19:03:54 +00:00 |
|
fonsinchen
|
cee5920fcc
|
(svn r26558) -Fix: be more explicit about the type of iterators in the waiting cargo API
|
2014-05-04 15:16:58 +00:00 |
|
fonsinchen
|
7836470f60
|
(svn r26557) -Fix: clean up, test (somewhat), and complete the API for waiting cargo
|
2014-05-04 13:57:48 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
zuu
|
886d3a06f7
|
(svn r26398) -Codechange/fix (26396): A tab that should be a space
|
2014-03-11 22:08:58 +00:00 |
|
zuu
|
ad639258f8
|
(svn r26396) -Add: [script] AI/GS APIs to get cargo waiting from/via other station
|
2014-03-10 22:18:53 +00:00 |
|
frosch
|
c5d7445704
|
(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
|
2013-04-13 13:42:08 +00:00 |
|
rubidium
|
25aed3423c
|
(svn r25150) -Fix [FS#5514]: [Script] The was no way to differentiate between a cargo-station combination with or without rating, so introduce [AI|GS]Station::HasRating and let GetRating return -1 when there is no rating
|
2013-04-06 12:36:33 +00:00 |
|
michi_cc
|
90fa700cc7
|
(svn r24127) -Feature [FS#1497]: Allow closing airports for incoming aircraft. (Based on patch by cirdan)
|
2012-04-17 19:43:18 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
95b199e313
|
(svn r23632) -Add: GSCompanyMode, to change company in GameScripts
|
2011-12-19 21:05:25 +00:00 |
|
truebrain
|
10b0f4a879
|
(svn r23624) -Add: ScriptVehicle/ScriptStation/ScriptSign::GetOwner, to get the owner of those objects (GameScript only)
|
2011-12-19 21:00:40 +00:00 |
|
truebrain
|
ae134dd2f6
|
(svn r23615) -Add: more API functions exposed to NoGo (part 2)
|
2011-12-19 20:57:34 +00:00 |
|
yexo
|
15dc9acb01
|
(svn r23453) -Add: [NoAI] AIStation.GetStationCoverageRadius(StationID)
|
2011-12-08 23:28:43 +00:00 |
|
yexo
|
4430cadfa1
|
(svn r23452) -Codechange: document instead of writing to stderr that ScriptStation::GetCoverageRadius doesn't work for STATION_AIRPORT
|
2011-12-08 23:28:02 +00:00 |
|
truebrain
|
ac0f5398c2
|
(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')
|
2011-12-01 12:04:10 +00:00 |
|
truebrain
|
af1b3cc070
|
(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)
|
2011-11-29 23:15:35 +00:00 |
|
truebrain
|
eab012ec8b
|
(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script/api/script_* (Rubidium)
|
2011-11-29 23:07:38 +00:00 |
|