You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/script/api
truebrain 403cd3acdb (svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScript only) 13 years ago
..
ai (svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScript only) 13 years ago
game (svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScript only) 13 years ago
template (svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScript only) 13 years ago
Doxyfile_AI (svn r23374) -Add: Doxygen files for the NoAI API (Yexo) 13 years ago
Doxyfile_Game (svn r23610) -Add: Doxygen files for NoGo API (Yexo) 13 years ago
ai_changelog.hpp (svn r23526) -Codechange: unify cargos vs cargoes 13 years ago
doxygen_filter.awk (svn r23610) -Add: Doxygen files for NoGo API (Yexo) 13 years ago
doxygen_filter.sh (svn r23610) -Add: Doxygen files for NoGo API (Yexo) 13 years ago
game_changelog.hpp (svn r23610) -Add: Doxygen files for NoGo API (Yexo) 13 years ago
script_accounting.cpp
script_accounting.hpp (svn r23604) -Add: initial support for GameScripts 13 years ago
script_admin.cpp (svn r23623) -Add: allow bi-directional communication with the AdminPort and GameScript 13 years ago
script_admin.hpp (svn r23623) -Add: allow bi-directional communication with the AdminPort and GameScript 13 years ago
script_airport.cpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_airport.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_base.cpp
script_base.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_basestation.cpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_basestation.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_bridge.cpp (svn r23629) -Add: allow ScriptRoad::BuildRoad, ScriptBridge::BuildBridge (for roads) and ScriptTunnel:BuildTunnel (for roads) to work for GameScript 13 years ago
script_bridge.hpp (svn r23629) -Add: allow ScriptRoad::BuildRoad, ScriptBridge::BuildBridge (for roads) and ScriptTunnel:BuildTunnel (for roads) to work for GameScript 13 years ago
script_bridgelist.cpp
script_bridgelist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_cargo.cpp
script_cargo.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_cargolist.cpp
script_cargolist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_company.cpp
script_company.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_controller.cpp (svn r23369) -Codechange: use script includes when possible, not ai includes 13 years ago
script_controller.hpp (svn r23604) -Add: initial support for GameScripts 13 years ago
script_date.cpp (svn r23619) -Add: ScriptDate::GetSystemTime, to get the seconds since 1 Jan 1970 of the real system (GameScript only) 13 years ago
script_date.hpp (svn r23619) -Add: ScriptDate::GetSystemTime, to get the seconds since 1 Jan 1970 of the real system (GameScript only) 13 years ago
script_depotlist.cpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_depotlist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_engine.cpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_engine.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_enginelist.cpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_enginelist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_error.cpp
script_error.hpp (svn r23604) -Add: initial support for GameScripts 13 years ago
script_event.cpp
script_event.hpp (svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScript only) 13 years ago
script_event_types.cpp (svn r23623) -Add: allow bi-directional communication with the AdminPort and GameScript 13 years ago
script_event_types.hpp (svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScript only) 13 years ago
script_execmode.cpp (svn r23369) -Codechange: use script includes when possible, not ai includes 13 years ago
script_execmode.hpp (svn r23604) -Add: initial support for GameScripts 13 years ago
script_game.cpp (svn r23618) -Add: ScriptGame::Pause, ScriptGame::Unpause, and ScriptGame::GetLandscape (GameScript only) 13 years ago
script_game.hpp (svn r23618) -Add: ScriptGame::Pause, ScriptGame::Unpause, and ScriptGame::GetLandscape (GameScript only) 13 years ago
script_gamesettings.cpp (svn r23616) -Add: ScriptGameSettings::SetValue, to set gamesettings (GameScript only) 13 years ago
script_gamesettings.hpp (svn r23616) -Add: ScriptGameSettings::SetValue, to set gamesettings (GameScript only) 13 years ago
script_goal.cpp (svn r23630) -Add: a Goal GUI to show your current goals 13 years ago
script_goal.hpp (svn r23630) -Add: a Goal GUI to show your current goals 13 years ago
script_group.cpp (svn r23369) -Codechange: use script includes when possible, not ai includes 13 years ago
script_group.hpp (svn r23521) -Codechange: use the actual enum values from the 'core' in the API when they refer to the in-game values in the cases where that is possible and sensible 13 years ago
script_grouplist.cpp
script_grouplist.hpp (svn r23370) -Add: support @api tag in API header files, to select which API should receive the defined classes and functions 13 years ago
script_industry.cpp
script_industry.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_industrylist.cpp
script_industrylist.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_industrytype.cpp
script_industrytype.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_industrytypelist.cpp
script_industrytypelist.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_info_docs.hpp (svn r23613) -Add: allow IsDeveloperOnly in info.nut, to indicate if you can select this GS via the GUI (optional, defaults to false) 13 years ago
script_infrastructure.cpp (svn r23416) -Add: [NoAI] API for querying infrastructure costs. 13 years ago
script_infrastructure.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_list.cpp (svn r23392) -Fix: [NoAI] assigning 'null' to an AIList element to remove it didn't work 13 years ago
script_list.hpp (svn r23604) -Add: initial support for GameScripts 13 years ago
script_log.cpp (svn r23386) -Fix: debug script related events to 'script' (removes 'ai') 13 years ago
script_log.hpp (svn r23604) -Add: initial support for GameScripts 13 years ago
script_map.cpp
script_map.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_marine.cpp
script_marine.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_news.cpp (svn r23627) -Add: ScriptNews::Create, to create custom news messages (GameScript only) 13 years ago
script_news.hpp (svn r23627) -Add: ScriptNews::Create, to create custom news messages (GameScript only) 13 years ago
script_object.cpp (svn r23630) -Add: a Goal GUI to show your current goals 13 years ago
script_object.hpp (svn r23630) -Add: a Goal GUI to show your current goals 13 years ago
script_order.cpp (svn r23506) -Add: [NoAI] Support for dealing with aircraft range. 13 years ago
script_order.hpp (svn r23521) -Codechange: use the actual enum values from the 'core' in the API when they refer to the in-game values in the cases where that is possible and sensible 13 years ago
script_rail.cpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_rail.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_railtypelist.cpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_railtypelist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_road.cpp (svn r23416) -Add: [NoAI] API for querying infrastructure costs. 13 years ago
script_road.hpp (svn r23629) -Add: allow ScriptRoad::BuildRoad, ScriptBridge::BuildBridge (for roads) and ScriptTunnel:BuildTunnel (for roads) to work for GameScript 13 years ago
script_sign.cpp (svn r23624) -Add: ScriptVehicle/ScriptStation/ScriptSign::GetOwner, to get the owner of those objects (GameScript only) 13 years ago
script_sign.hpp (svn r23624) -Add: ScriptVehicle/ScriptStation/ScriptSign::GetOwner, to get the owner of those objects (GameScript only) 13 years ago
script_signlist.cpp
script_signlist.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_station.cpp (svn r23624) -Add: ScriptVehicle/ScriptStation/ScriptSign::GetOwner, to get the owner of those objects (GameScript only) 13 years ago
script_station.hpp (svn r23624) -Add: ScriptVehicle/ScriptStation/ScriptSign::GetOwner, to get the owner of those objects (GameScript only) 13 years ago
script_stationlist.cpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_stationlist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_subsidy.cpp (svn r23628) -Add: ScriptSubsidy::Create, to create subsidies (GameScript only) 13 years ago
script_subsidy.hpp (svn r23628) -Add: ScriptSubsidy::Create, to create subsidies (GameScript only) 13 years ago
script_subsidylist.cpp
script_subsidylist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_testmode.cpp (svn r23369) -Codechange: use script includes when possible, not ai includes 13 years ago
script_testmode.hpp (svn r23604) -Add: initial support for GameScripts 13 years ago
script_tile.cpp (svn r23486) -Fix (r22764): 3 for the price of 1: fix up ScriptTile::GetTownAuthority() (tnx to Torrasque for reporting) 13 years ago
script_tile.hpp (svn r23629) -Add: allow ScriptRoad::BuildRoad, ScriptBridge::BuildBridge (for roads) and ScriptTunnel:BuildTunnel (for roads) to work for GameScript 13 years ago
script_tilelist.cpp
script_tilelist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_town.cpp (svn r23626) -Add: ScriptTown::SetText, which adds custom text to the Town GUI 13 years ago
script_town.hpp (svn r23626) -Add: ScriptTown::SetText, which adds custom text to the Town GUI 13 years ago
script_townlist.cpp
script_townlist.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_tunnel.cpp (svn r23629) -Add: allow ScriptRoad::BuildRoad, ScriptBridge::BuildBridge (for roads) and ScriptTunnel:BuildTunnel (for roads) to work for GameScript 13 years ago
script_tunnel.hpp (svn r23629) -Add: allow ScriptRoad::BuildRoad, ScriptBridge::BuildBridge (for roads) and ScriptTunnel:BuildTunnel (for roads) to work for GameScript 13 years ago
script_types.hpp (svn r23630) -Add: a Goal GUI to show your current goals 13 years ago
script_vehicle.cpp (svn r23624) -Add: ScriptVehicle/ScriptStation/ScriptSign::GetOwner, to get the owner of those objects (GameScript only) 13 years ago
script_vehicle.hpp (svn r23624) -Add: ScriptVehicle/ScriptStation/ScriptSign::GetOwner, to get the owner of those objects (GameScript only) 13 years ago
script_vehiclelist.cpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_vehiclelist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_viewport.cpp (svn r23625) -Add: ScriptViewport::ScrollTo, for SinglePlayer only (GameScript only) 13 years ago
script_viewport.hpp (svn r23625) -Add: ScriptViewport::ScrollTo, for SinglePlayer only (GameScript only) 13 years ago
script_waypoint.cpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_waypoint.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_waypointlist.cpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_waypointlist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_window.cpp (svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScript only) 13 years ago
script_window.hpp (svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScript only) 13 years ago
squirrel_export.awk (svn r23623) -Add: allow bi-directional communication with the AdminPort and GameScript 13 years ago
squirrel_export.sh (svn r23604) -Add: initial support for GameScripts 13 years ago