summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-19(svn r23636) -Add: introduce ScriptText in parameters where it can be usedtruebrain
2011-12-19(svn r23635) -Add: introduce GSText, to allow translating GameScript text, ev...truebrain
2011-12-19(svn r23634) -Add: support language files for GameScript (Rubidium)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 GameScriptstruebrain
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 goalstruebrain
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 GUItruebrain
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 r23609) -Add: save/load all GameScript related materialtruebrain
2011-12-19(svn r23608) -Fix: remove now unused strings from all other languages tootruebrain
2011-12-19(svn r23607) -Add: wire GameScript in all the GUIstruebrain
2011-12-19(svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in t...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 r23603) -Add: support for control commands in strings, in both network a...truebrain
2011-12-19(svn r23602) -Add: support for DEITY commands, commands where no real company...truebrain
2011-12-19(svn r23601) -Fix: fix the conflict in window numbertruebrain
2011-12-19(svn r23600) -Codechange: link WC+number to a Widget, and the Widget to a Win...truebrain
2011-12-19(svn r23599) -Codechange: document WC_ entries, and reoder a bittruebrain
2011-12-19(svn r23598) -Fix: harden FormatString against abusetruebrain
2011-12-19(svn r23597) -Codechange: fix up squirrel export script a bittruebrain
2011-12-19(svn r23596) -Update from WebTranslator v3.0:translators
2011-12-19(svn r23595) -Codechange: add comma after last enum to get a more uniform cod...rubidium
2011-12-19(svn r23594) -Codechange: follow coding style with multi line commentsrubidium
2011-12-19(svn r23593) -Fix (r23411): Infrastructure counts for rail were not properly ...michi_cc
2011-12-18(svn r23592) -Fix (r23590): forgot one casetruebrain
2011-12-18(svn r23591) -Update from WebTranslator v3.0:translators
2011-12-18(svn r23590) -Codechange: make the string validation settings better expandablerubidium
2011-12-18(svn r23589) -Codechange: Make the AI-start-delay setting translateable.frosch
2011-12-18(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise ou...smatz
2011-12-18(svn r23587) -Fix-ish: MSVC warnings in case strgen would be in the main proj...rubidium