summaryrefslogtreecommitdiff
path: root/src/script
AgeCommit message (Expand)Author
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 GameScripttruebrain
2011-12-19(svn r23621) -Add: allow manipulation of signs via GameScriptstruebrain
2011-12-19(svn r23620) -Add: ScriptTown::SetCargoGoal and ScriptTown::SetGrowthRate (Ga...truebrain
2011-12-19(svn r23619) -Add: ScriptDate::GetSystemTime, to get the seconds since 1 Jan ...truebrain
2011-12-19(svn r23618) -Add: ScriptGame::Pause, ScriptGame::Unpause, and ScriptGame::Ge...truebrain
2011-12-19(svn r23617) -Add: ScriptTown::ExpandTown, to grow a town (GameScript only)truebrain
2011-12-19(svn r23616) -Add: ScriptGameSettings::SetValue, to set gamesettings (GameScr...truebrain
2011-12-19(svn r23615) -Add: more API functions exposed to NoGo (part 2)truebrain
2011-12-19(svn r23614) -Add: more API functions exposed to NoGo (part 1)truebrain
2011-12-19(svn r23613) -Add: allow IsDeveloperOnly in info.nut, to indicate if you can ...truebrain
2011-12-19(svn r23612) -Add: allow importing libraries in the same way as AI does, only...truebrain
2011-12-19(svn r23611) -Add: run the begin of the script already while generating, and ...truebrain
2011-12-19(svn r23610) -Add: Doxygen files for NoGo API (Yexo)truebrain
2011-12-19(svn r23605) -Add: GAME_DIR and CONTENT_TYPE_GAME, and read gamescript from t...truebrain
2011-12-19(svn r23604) -Add: initial support for GameScriptstruebrain
2011-12-19(svn r23597) -Codechange: fix up squirrel export script a bittruebrain
2011-12-15(svn r23526) -Codechange: unify cargos vs cargoesrubidium
2011-12-15(svn r23521) -Codechange: use the actual enum values from the 'core' in the A...rubidium
2011-12-15(svn r23520) -Fix-ish: wrong @param name causing missing documentationrubidium
2011-12-15(svn r23519) -Change: do not export enum values in the AI documentationrubidium
2011-12-14(svn r23516) -Fix [FS#4886]: ScriptSign::BuildSign() returned wrong result if...frosch
2011-12-14(svn r23515) -Cleanup: Remove unused ScriptObject::GetNewTunnelEndtile() and ...frosch
2011-12-14(svn r23514) -Fix: squirrel_export.sh failed for svn working copies.frosch
2011-12-13(svn r23506) -Add: [NoAI] Support for dealing with aircraft range.michi_cc
2011-12-10(svn r23486) -Fix (r22764): 3 for the price of 1: fix up ScriptTile::GetTownA...truebrain
2011-12-09(svn r23461) -Fix: handle a missing airport newgrf as graceful as possible by...yexo
2011-12-08(svn r23453) -Add: [NoAI] AIStation.GetStationCoverageRadius(StationID)yexo
2011-12-08(svn r23452) -Codechange: document instead of writing to stderr that ScriptSt...yexo
2011-12-06(svn r23441) -Fix [FS#4764]: some airport functions didn't take the layout in...rubidium
2011-12-06(svn r23439) -Fix: Use the DEBUG macro to output the reason for a compile fai...yexo
2011-12-04(svn r23431) -Fix: typo in @param variabletruebrain
2011-12-03(svn r23416) -Add: [NoAI] API for querying infrastructure costs.michi_cc
2011-12-02(svn r23397) -Change: remove the AI_ prefix from all AIEvent enumstruebrain
2011-12-02(svn r23396) -Fix: squirrel export script did not ignore Doxygen blocks, caus...truebrain
2011-12-01(svn r23392) -Fix: [NoAI] assigning 'null' to an AIList element to remove it ...yexo
2011-12-01(svn r23387) -Fix: move ai.script_max_opcode_till_suspend to script.script_ma...truebrain
2011-12-01(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')truebrain
2011-11-30(svn r23378) -Fix: set SVN properties correctlytruebrain
2011-11-29(svn r23374) -Add: Doxygen files for the NoAI API (Yexo)truebrain
2011-11-29(svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel C+...truebrain
2011-11-29(svn r23372) -Move: move squirrel export script to script/api/truebrain
2011-11-29(svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_APItruebrain
2011-11-29(svn r23370) -Add: support @api tag in API header files, to select which API ...truebrain
2011-11-29(svn r23369) -Codechange: use script includes when possible, not ai includestruebrain
2011-11-29(svn r23368) -Codechange: move FindLibrary down a few layers, so there is no ...truebrain
2011-11-29(svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid glo...truebrain
2011-11-29(svn r23366) -Codechange: move most of the Dummy code to script/, unifying ittruebrain