Age | Commit message (Expand) | Author |
2013-04-06 | (svn r25150) -Fix [FS#5514]: [Script] The was no way to differentiate between... | rubidium |
2013-03-17 | (svn r25094) -Feature: Introduce dropdown for selecting the sort criterion in... | alberth |
2013-02-18 | (svn r25024) -Feature: Searching of (missing) content via GrfCrawler. | frosch |
2013-02-16 | (svn r25006) -Fix: Update script_window. | frosch |
2013-02-08 | (svn r24982) -Fix [FS#5465]: [Script] Crash when passing too many parameters | rubidium |
2012-12-26 | (svn r24862) -Add: Settings type filter to adv. settings GUI. | frosch |
2012-12-23 | (svn r24842) -Remove: News settings window. | frosch |
2012-12-05 | (svn r24791) -Remove: Difficulty settings window. | frosch |
2012-12-05 | (svn r24790) -Remove: Classic difficulty profiles. | frosch |
2012-11-27 | (svn r24769) -Feature [FS#3852]: Add a string filter to the server list. (Eag... | frosch |
2012-11-25 | (svn r24763) -Feature: Add industry type and cargo dropdown selection for eas... | alberth |
2012-11-14 | (svn r24750) -Cleanup: Remove old special clear filter button from signs list. | frosch |
2012-11-13 | (svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes. | frosch |
2012-11-05 | (svn r24664) -Codechange: Add script to generate enums in script_window.hpp | frosch |
2012-09-21 | (svn r24542) -Feature: Allow AI/GS script developers to break the execution o... | zuu |
2012-09-08 | (svn r24513) -Add: [Script] ScriptIndustryType::IsProcessingIndustry. | frosch |
2012-08-21 | (svn r24490) -Fix (r24487): forgot to run script/api/squirrel_export.sh | yexo |
2012-07-15 | (svn r24406) -Feature: Allow game scripts to monitor cargo pickups and delive... | alberth |
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 r24286) -Add: [GS] Some more GSNews::NewsItem::NewsTypes. | frosch |
2012-05-26 | (svn r24279) -Fix: Someone forgot a call to squirrel_export somewhen. | frosch |
2012-04-24 | (svn r24178) -Fix [FS#5110]: The object name from property A was not displaye... | frosch |
2012-04-17 | (svn r24127) -Feature [FS#1497]: Allow closing airports for incoming aircraft... | michi_cc |
2012-03-04 | (svn r24006) -Fix [FS#5088]: AI used in names in API for GSOrder | rubidium |
2012-02-14 | (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. | michi_cc |
2012-02-12 | (svn r23936) -Feature [FS#5047]: readme/licence/changelog viewer for AI and g... | rubidium |
2012-02-12 | (svn r23932) -Codechange: split the NewGRF text window into its own source files | rubidium |
2012-02-11 | (svn r23925) -Fix (r23924): remove some remnants from generated files as well | rubidium |
2012-01-22 | (svn r23837) -Feature [FS#4994]: [NoGo] Allow querying orders of vehicles | rubidium |
2012-01-21 | (svn r23827) -Feature [FS#4992]: [NoGo] Allow to chose the goal question wind... | rubidium |
2012-01-05 | (svn r23760) -Feature: Allow readonly display of NewGRF parameters, if GRF li... | frosch |
2012-01-03 | (svn r23738) -Fix (r23731): forgot to sync the new window with the script API | truebrain |
2012-01-03 | (svn r23731) -Add: add GSGoal::Question(), to ask a question to a(ll) company... | truebrain |
2011-12-21 | (svn r23651) -Feature: [NoGo] GSText now accepts string arguments as paramete... | yexo |
2011-12-19 | (svn r23636) -Add: introduce ScriptText in parameters where it can be used | truebrain |
2011-12-19 | (svn r23635) -Add: introduce GSText, to allow translating GameScript text, ev... | truebrain |
2011-12-19 | (svn r23633) -Add: allow most build commands from GameScript given a CompanyM... | truebrain |
2011-12-19 | (svn r23632) -Add: GSCompanyMode, to change company in GameScripts | truebrain |
2011-12-19 | (svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScr... | truebrain |
2011-12-19 | (svn r23630) -Add: a Goal GUI to show your current goals | truebrain |
2011-12-19 | (svn r23629) -Add: allow ScriptRoad::BuildRoad, ScriptBridge::BuildBridge (fo... | truebrain |
2011-12-19 | (svn r23628) -Add: ScriptSubsidy::Create, to create subsidies (GameScript only) | truebrain |
2011-12-19 | (svn r23627) -Add: ScriptNews::Create, to create custom news messages (GameSc... | truebrain |
2011-12-19 | (svn r23626) -Add: ScriptTown::SetText, which adds custom text to the Town GUI | truebrain |
2011-12-19 | (svn r23625) -Add: ScriptViewport::ScrollTo, for SinglePlayer only (GameScrip... | truebrain |
2011-12-19 | (svn r23624) -Add: ScriptVehicle/ScriptStation/ScriptSign::GetOwner, to get t... | truebrain |
2011-12-19 | (svn r23623) -Add: allow bi-directional communication with the AdminPort and ... | truebrain |
2011-12-19 | (svn r23622) -Add: a set of events to trigger in a GameScript | truebrain |