summaryrefslogtreecommitdiff
path: root/src/script
AgeCommit message (Collapse)Author
2012-08-21(svn r24493) -Doc: Update GS changelog.frosch
2012-08-21(svn r24492) -Add: [NoGo] Useful behaviour for GSEngine::IsValidEngine and ↵frosch
GSEngine::IsBuildable when outside GSCompanyMode scope.
2012-08-21(svn r24490) -Fix (r24487): forgot to run script/api/squirrel_export.shyexo
2012-08-20(svn r24488) -Feature [FS#5236]: add buttons to view textfiles from the ↵yexo
online content window (LordAro)
2012-08-20(svn r24487) -Codechange [FS#5236]: make several DoesContentExist return the ↵yexo
path instead of a boolean (LordAro)
2012-08-16(svn r24477) -Merge: documentation updates from 1.2.rubidium
2012-08-13(svn r24468) -Add [FS#5219]: API compatibility scripts for Goal Scripts ↵yexo
(Hirundo)
2012-07-29(svn r24441) -Update: Version number to 1.3 in some more files.frosch
2012-07-15(svn r24406) -Feature: Allow game scripts to monitor cargo pickups and ↵alberth
deliveries done by companies.
2012-07-10(svn r24395) -Doc: Fixed argument references in @param descriptions.alberth
2012-07-07(svn r24384) -Fix [FS#5188-ish]: Make IsInDepot() functions behave ↵frosch
consistent across vehicle types and add IsChainInDepot instead, if that is what shall be checked.
2012-07-01(svn r24366) -Doc: Improve description of ScriptVehicle::GetCargoLoad.frosch
2012-06-23(svn r24353) -Fix [FS#5215] (r23506): [NoAI] A TileIndex isn't a station id, ↵michi_cc
so don't use it as one.
2012-06-06(svn r24327) -Doc: [Script] Improve documentation of ↵frosch
ScriptCompany::GetQuarterlyIncome/Expenses().
2012-06-01(svn r24317) -Feature: Add dropdowns to AI configurations, if all values ↵frosch
have labels.
2012-05-30(svn r24302) -Fix: [Script] ScriptTown::GetGrowthRate() returned wrong ↵frosch
values after usage of SetGrowthRate().
2012-05-26(svn r24291) -Add: [Script] ScriptEventRoadReconstruction.frosch
2012-05-26(svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights.frosch
2012-05-26(svn r24289) -Add: [Script] Base class for script events involving a company ↵frosch
and a town.
2012-05-26(svn r24288) -Fix: squirrel_export should match stuff like 'virtual', ↵frosch
'static' and 'const' only as whole words.
2012-05-26(svn r24286) -Add: [GS] Some more GSNews::NewsItem::NewsTypes.frosch
2012-05-26(svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and ↵frosch
NewsFlag instead.
2012-05-26(svn r24279) -Fix: Someone forgot a call to squirrel_export somewhen.frosch
2012-05-12(svn r24237) -Feature: Descriptions explaining the meaning of advanced settings.alberth
2012-04-25(svn r24179) -Codechange: move some variables of Town to TownCacherubidium
2012-04-24(svn r24178) -Fix [FS#5110]: The object name from property A was not ↵frosch
displayed in the object GUI.
2012-04-18(svn r24152) -Fix [FS#5157]: [NoAI] Do not return the last 'cached' speed of ↵rubidium
vehicles when they are stopped/crashed
2012-04-18(svn r24151) -Fix: typo in script documentationrubidium
2012-04-17(svn r24127) -Feature [FS#1497]: Allow closing airports for incoming ↵michi_cc
aircraft. (Based on patch by cirdan)
2012-04-15(svn r24121) -Merge: documentation update from 1.2rubidium
2012-03-14(svn r24029) -Change: [NoAI] make AIEngine::IsArticulated return true if the ↵yexo
articulated callback flag is set, don't try to run the callback.
2012-03-04(svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIsrubidium
2012-03-04(svn r24006) -Fix [FS#5088]: AI used in names in API for GSOrderrubidium
2012-02-19(svn r23969) -Codechange: trunk heads to 1.3 nowrubidium
2012-02-14(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.michi_cc
2012-02-12(svn r23941) -Add: support for clangsmatz
2012-02-12(svn r23938) -Codechange: declare ScriptScanner::Initialize() and make it ↵smatz
abstract, make the other overloaded Initialize() protected
2012-02-12(svn r23936) -Feature [FS#5047]: readme/licence/changelog viewer for AI and ↵rubidium
game scripts (LordAro)
2012-02-12(svn r23932) -Codechange: split the NewGRF text window into its own source filesrubidium
2012-02-11(svn r23931) -Change: Scale infrastructure cost of rail tracks by the total ↵michi_cc
number of all tracks and not independently for each rail type.
2012-02-11(svn r23927) -Fix [FS#5056]: 32bpp animated blitter was optimised a bit too ↵rubidium
far regarding not needing to update the colour mapping when (re)initialising the palette
2012-02-11(svn r23925) -Fix (r23924): remove some remnants from generated files as wellrubidium
2012-02-11(svn r23924) -Fix [FS#5054]: [NoGo] "Some" news messages would cause an ↵rubidium
assertion to be triggered due to a missing proper location for the viewport of the news message, so only allow building when valid data for the viewport is provided or no viewport is used
2012-01-22(svn r23837) -Feature [FS#4994]: [NoGo] Allow querying orders of vehiclesrubidium
2012-01-21(svn r23827) -Feature [FS#4992]: [NoGo] Allow to chose the goal question ↵rubidium
window's title from a (small) set of options
2012-01-20(svn r23826) -Fix [FS#4972]: the detailed performance rating window showed ↵rubidium
the cargo count of the current quarter instead of the last quarter like the tooltip says
2012-01-15(svn r23801) -Fix: reading the utf-8 BOM from AI/GS files on big-endian ↵yexo
machines failed
2012-01-08(svn r23778) -Fix [FS#4957]: trim all control codes and the likes from ↵rubidium
strings being passed into the AI. If the AI would be displaying them later we would be showing those control codes as question marks.
2012-01-08(svn r23777) -Codechange: refactor allocating memory and fetching strings ↵rubidium
into a single function for scripts
2012-01-07(svn r23770) -Fix: compilation with GCC 4.7smatz