summaryrefslogtreecommitdiff
path: root/src/script/api
AgeCommit message (Expand)Author
2012-11-05(svn r24665) -Doc [FS#5353]: [Script] Add note about the compatibility aspect...frosch
2012-11-05(svn r24664) -Codechange: Add script to generate enums in script_window.hppfrosch
2012-10-31(svn r24658) -Merge: release documentation updates from 1.2rubidium
2012-10-25(svn r24628) -Fix: Document and enforce precondition start != end for ScriptR...zuu
2012-10-22(svn r24623) -Feature: Allow GameScripts to construct and prospect industries...zuu
2012-10-10(svn r24584) -Doc: [Script] Improve API documentation.frosch
2012-10-09(svn r24582) -Fix (r24581): Order distances are not supposed to be compared t...planetmaker
2012-10-09(svn r24581) -Doc [FS#5318]: Indicate that the return value for script relate...planetmaker
2012-10-05(svn r24575) -Add: ScriptController::Break() now also pauses the game (and no...zuu
2012-10-05(svn r24574) -Change: remove undocumented return value of ScriptController::B...zuu
2012-10-03(svn r24570) -Fix (r24542): Some documentation was missingzuu
2012-09-26(svn r24559) -Fix (24542): Blocking script debug on non-dedicated servers is ...zuu
2012-09-21(svn r24543) -Fix-ish (r24542): Removed unnecessary preprocessor directivezuu
2012-09-21(svn r24542) -Feature: Allow AI/GS script developers to break the execution o...zuu
2012-09-21(svn r24535) -Doc: Two additions, lots of small spelling fixes, and some Doxy...alberth
2012-09-18(svn r24531) -Fix: Max script chance was too big.alberth
2012-09-08(svn r24513) -Add: [Script] ScriptIndustryType::IsProcessingIndustry.frosch
2012-08-21(svn r24493) -Doc: Update GS changelog.frosch
2012-08-21(svn r24492) -Add: [NoGo] Useful behaviour for GSEngine::IsValidEngine and GS...frosch
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 onlin...yexo
2012-08-16(svn r24477) -Merge: documentation updates from 1.2.rubidium
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 delive...alberth
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 consistent...frosch
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
2012-06-06(svn r24327) -Doc: [Script] Improve documentation of ScriptCompany::GetQuarte...frosch
2012-05-30(svn r24302) -Fix: [Script] ScriptTown::GetGrowthRate() returned wrong values...frosch
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
2012-05-26(svn r24288) -Fix: squirrel_export should match stuff like 'virtual', 'static...frosch
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
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 displaye...frosch
2012-04-18(svn r24152) -Fix [FS#5157]: [NoAI] Do not return the last 'cached' speed of ...rubidium
2012-04-18(svn r24151) -Fix: typo in script documentationrubidium
2012-04-17(svn r24127) -Feature [FS#1497]: Allow closing airports for incoming aircraft...michi_cc
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
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