rubidium
|
de90a1ffb3
|
(svn r25614) -Fix [FS#5651]: [Script] Give a slightly less generic error when removing inexisting rail
-Fix [FS#5650]: [Script] Be more specific that a non-NewGRF station can be built when asking for a NewGRF station
|
2013-07-15 18:19:26 +00:00 |
rubidium
|
5730e63a10
|
(svn r25213) -Fix [FS#5537]: clarify on which tiles IsDesertTile and IsSnowTile work, i.e. the ones without infrastructure or buildings
-Feature: introduce GetTerrainType which allows one to get that information for tiles with buildings and infrastructure as well
|
2013-04-30 17:16:32 +00:00 |
rubidium
|
7a3d549f2f
|
(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 |
rubidium
|
4e61c1770d
|
(svn r24982) -Fix [FS#5465]: [Script] Crash when passing too many parameters
|
2013-02-08 20:34:27 +00:00 |
zuu
|
46605e554e
|
(svn r24542) -Feature: Allow AI/GS script developers to break the execution of their scripts using ScriptController::Break
|
2012-09-21 20:49:43 +00:00 |
frosch
|
bcac3d16b6
|
(svn r24513) -Add: [Script] ScriptIndustryType::IsProcessingIndustry.
|
2012-09-08 12:14:00 +00:00 |
frosch
|
95d3d6fdef
|
(svn r24291) -Add: [Script] ScriptEventRoadReconstruction.
|
2012-05-26 14:16:45 +00:00 |
frosch
|
8dc553a039
|
(svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights.
|
2012-05-26 14:16:38 +00:00 |
frosch
|
66a37e28a6
|
(svn r24289) -Add: [Script] Base class for script events involving a company and a town.
|
2012-05-26 14:16:32 +00:00 |
michi_cc
|
aa47d6c7f2
|
(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
|
e6a828def1
|
(svn r24006) -Fix [FS#5088]: AI used in names in API for GSOrder
|
2012-03-04 16:40:06 +00:00 |
truebrain
|
34d90da509
|
(svn r23731) -Add: add GSGoal::Question(), to ask a question to a(ll) company(ies). It can contain random text, and at most 3 buttons from a collection of 17
|
2012-01-03 16:36:24 +00:00 |
truebrain
|
ac306fc138
|
(svn r23652) -Fix: don't include/document ScriptText for AIs. It is not usable
|
2011-12-21 15:06:00 +00:00 |
yexo
|
5988659eea
|
(svn r23651) -Feature: [NoGo] GSText now accepts string arguments as parameters to the constructor
|
2011-12-21 14:55:28 +00:00 |
truebrain
|
102f811d02
|
(svn r23636) -Add: introduce ScriptText in parameters where it can be used
|
2011-12-19 21:06:06 +00:00 |
truebrain
|
cc3f42794d
|
(svn r23632) -Add: GSCompanyMode, to change company in GameScripts
|
2011-12-19 21:05:25 +00:00 |
truebrain
|
403cd3acdb
|
(svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScript only)
|
2011-12-19 21:05:14 +00:00 |
truebrain
|
3a535690d4
|
(svn r23623) -Add: allow bi-directional communication with the AdminPort and GameScript
|
2011-12-19 21:00:32 +00:00 |
rubidium
|
18d929aa21
|
(svn r23521) -Codechange: use the actual enum values from the 'core' in the API when they refer to the in-game values in the cases where that is possible and sensible
|
2011-12-15 18:40:15 +00:00 |
michi_cc
|
a085ea9e4b
|
(svn r23506) -Add: [NoAI] Support for dealing with aircraft range.
|
2011-12-13 00:43:59 +00:00 |
yexo
|
b5d707b7a0
|
(svn r23453) -Add: [NoAI] AIStation.GetStationCoverageRadius(StationID)
|
2011-12-08 23:28:43 +00:00 |
michi_cc
|
0e5e8fff12
|
(svn r23416) -Add: [NoAI] API for querying infrastructure costs.
|
2011-12-03 23:40:57 +00:00 |
truebrain
|
13c3993e86
|
(svn r23397) -Change: remove the AI_ prefix from all AIEvent enums
|
2011-12-02 23:40:16 +00:00 |
truebrain
|
7158aaea31
|
(svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel C++ glue templates to script/api/template
|
2011-11-29 23:29:20 +00:00 |