Age | Commit message (Expand) | Author |
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-20 | (svn r23826) -Fix [FS#4972]: the detailed performance rating window showed th... | rubidium |
2012-01-08 | (svn r23778) -Fix [FS#4957]: trim all control codes and the likes from string... | rubidium |
2012-01-08 | (svn r23777) -Codechange: refactor allocating memory and fetching strings int... | rubidium |
2012-01-07 | (svn r23770) -Fix: compilation with GCC 4.7 | smatz |
2012-01-05 | (svn r23760) -Feature: Allow readonly display of NewGRF parameters, if GRF li... | frosch |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2012-01-03 | (svn r23739) -Fix (r23738): owh vim, when can you learn to copy/paste tabs co... | truebrain |
2012-01-03 | (svn r23738) -Fix (r23731): forgot to sync the new window with the script API | truebrain |
2012-01-03 | (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed | rubidium |
2012-01-03 | (svn r23731) -Add: add GSGoal::Question(), to ask a question to a(ll) company... | truebrain |
2011-12-21 | (svn r23652) -Fix: don't include/document ScriptText for AIs. It is not usable | truebrain |
2011-12-21 | (svn r23651) -Feature: [NoGo] GSText now accepts string arguments as paramete... | yexo |
2011-12-21 | (svn r23650) -Fix: wrong functions were filtered for AI/GameScript doxygen do... | yexo |
2011-12-21 | (svn r23648) -Revert (r23646): partial revert; nobody has to know about my lo... | truebrain |
2011-12-21 | (svn r23646) -Fix [FS#4901]: rescan the Game Scripts when done downloading one. | truebrain |
2011-12-20 | (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o... | truebrain |
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 |
2011-12-19 | (svn r23621) -Add: allow manipulation of signs via GameScripts | truebrain |
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 r23604) -Add: initial support for GameScripts | truebrain |
2011-12-19 | (svn r23597) -Codechange: fix up squirrel export script a bit | truebrain |
2011-12-15 | (svn r23526) -Codechange: unify cargos vs cargoes | rubidium |
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 documentation | rubidium |
2011-12-15 | (svn r23519) -Change: do not export enum values in the AI documentation | rubidium |