OpenTTD/src/script/api
Michael Lutz e08b3abe7f Codechange: Un-bitstuff group and autoreplace commands. 2021-12-16 22:28:32 +01:00
..
ai Change: rewrote squirrel_export in CMake 2020-07-16 00:53:26 +02:00
game Change: rewrote squirrel_export in CMake 2020-07-16 00:53:26 +02:00
CMakeLists.txt Add: allow gamescripts to build neutral objects (#9568) 2021-09-25 13:39:40 +02:00
Doxyfile_AI.in Add: [CMake] targets to generate documentation 2020-12-12 15:48:04 +01:00
Doxyfile_GS.in Add: [CMake] targets to generate documentation 2020-12-12 15:48:04 +01:00
ai_changelog.hpp Change: Heading for 13 now (#9573) 2021-09-25 13:48:03 +02:00
doxygen_filter.awk Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
doxygen_filter.sh Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
game_changelog.hpp Change: Heading for 13 now (#9573) 2021-09-25 13:48:03 +02:00
script_accounting.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_accounting.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_admin.cpp Codechange: [Network] Let admin-game script use std::string 2021-05-30 10:15:22 +02:00
script_admin.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_airport.cpp Codechange: Un-bitstuff station/depot/waypoint commands. 2021-12-16 22:28:32 +01:00
script_airport.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_base.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_base.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_basestation.cpp Codechange: Un-bitstuff station/depot/waypoint commands. 2021-12-16 22:28:32 +01:00
script_basestation.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_bridge.cpp Codechange: Un-bitstuff remaining transport infrastructure commands. 2021-12-16 22:28:32 +01:00
script_bridge.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_bridgelist.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_bridgelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_cargo.cpp Fix 218f40e: Warning about 32-bit shift implicitly converted to 64 bits 2021-01-10 22:31:01 +01:00
script_cargo.hpp Add: [Script] ScriptCargo::GetName, to get the human readable name of a cargo (#8544) 2021-01-09 15:15:14 +01:00
script_cargolist.cpp Codechange: Replace FOR_ALL_CARGOSPECS with range-based for loops 2021-04-29 21:08:24 +02:00
script_cargolist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_cargomonitor.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_cargomonitor.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_client.cpp Codechange: [Network] Let NetworkClientInfo use std::string 2021-05-16 10:07:51 +02:00
script_client.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_clientlist.cpp Codechange: Replace network related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
script_clientlist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_company.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_company.hpp Feature: Add tile parameter for GSCompany.ChangeBankBalance to show text effect if needed (#8573) 2021-01-22 10:28:26 +01:00
script_companymode.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_companymode.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
script_controller.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_controller.hpp Change: rebrand 1.12.0 to 12.0 2021-08-15 12:28:51 +02:00
script_date.cpp Fix: [MinGW] Set minimum OS version to Windows XP (#9135) 2021-04-29 14:26:08 +02:00
script_date.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_depotlist.cpp Codechange: Replace FOR_ALL_DEPOTS with range-based for loops 2019-12-21 20:13:03 +01:00
script_depotlist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_engine.cpp Codechange: Un-bitstuff vehicle/engine commands. 2021-12-16 22:28:32 +01:00
script_engine.hpp Feature: GS method to control engine availability for a specific company (#7791) 2020-01-15 18:46:26 +01:00
script_enginelist.cpp Codechange: Replace FOR_ALL_ENGINES with range-based for loops 2019-12-21 20:13:03 +01:00
script_enginelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_error.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_error.hpp Add #7801: [Script] more error mappings 2019-12-17 21:35:07 +00:00
script_event.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_event.hpp Feature: Push-buttons on storybook pages (#7896) 2020-05-22 22:22:55 +02:00
script_event_types.cpp Codechange: Un-bitstuff vehicle/engine commands. 2021-12-16 22:28:32 +01:00
script_event_types.hpp Codechange: [Network] Let admin-game script use std::string 2021-05-30 10:15:22 +02:00
script_execmode.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_execmode.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
script_game.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_game.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_gamesettings.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_gamesettings.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_goal.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_goal.hpp Codechange: Make sure script enums are the same size as their normal counterparts 2020-06-27 14:51:14 +01:00
script_group.cpp Codechange: Un-bitstuff group and autoreplace commands. 2021-12-16 22:28:32 +01:00
script_group.hpp Add: [AI] Get the number of vehicles in a given group (#9462) 2021-08-12 21:29:03 +02:00
script_grouplist.cpp Codechange: Replace FOR_ALL_GROUPS with range-based for loops 2019-12-21 20:13:03 +01:00
script_grouplist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_includes.hpp.in Change: rewrote squirrel_export in CMake 2020-07-16 00:53:26 +02:00
script_industry.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_industry.hpp Feature: Allow GameScripts to add additional text to Industry view window 2021-01-22 09:50:53 +00:00
script_industrylist.cpp Codechange: Replace FOR_ALL_INDUSTRIES with range-based for loops 2019-12-21 20:13:03 +01:00
script_industrylist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_industrytype.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_industrytype.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_industrytypelist.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_industrytypelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_info_docs.hpp Doc: [Script] Make it clear random_deviation and CONFIG_RANDOM range upper bounds are inclusive 2020-03-31 22:33:19 +01:00
script_infrastructure.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_infrastructure.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_list.cpp Fix 14f197c: [Script] int64 values don't fit into int (#9465) 2021-08-10 19:00:54 +02:00
script_list.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_log.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
script_log.hpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
script_map.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_map.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_marine.cpp Codechange: Un-bitstuff remaining transport infrastructure commands. 2021-12-16 22:28:32 +01:00
script_marine.hpp Feature: [AI/GS] Missing water related functions and objects (#8390) 2021-09-14 22:06:55 +02:00
script_newgrf.cpp Fix 8706dcd9: [Script] Byte-swap grfids to match normal expectations. 2021-08-10 21:35:17 +02:00
script_newgrf.hpp Fix 8706dcd9: [Script] Byte-swap grfids to match normal expectations. 2021-08-10 21:35:17 +02:00
script_news.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_news.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_object.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_object.hpp Codechange: Un-bitstuff commands taking a ClientID (i.e. CMD_CLIENT_ID). 2021-12-16 22:28:32 +01:00
script_objecttype.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_objecttype.hpp Add: allow gamescripts to build neutral objects (#9568) 2021-09-25 13:39:40 +02:00
script_objecttypelist.cpp Add: allow gamescripts to build neutral objects (#9568) 2021-09-25 13:39:40 +02:00
script_objecttypelist.hpp Add: allow gamescripts to build neutral objects (#9568) 2021-09-25 13:39:40 +02:00
script_order.cpp Codechange: Un-bitstuff order commands. 2021-12-16 22:28:32 +01:00
script_order.hpp Cleanup: Correct typographic errors in code comments. 2020-05-28 08:26:41 +01:00
script_priorityqueue.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
script_priorityqueue.hpp Fix: [Script] doxygen_filter is very strict about DOXYGEN_API usage (#9351) 2021-06-11 16:40:04 +02:00
script_rail.cpp Codechange: Un-bitstuff rail commands. 2021-12-16 22:28:32 +01:00
script_rail.hpp Codechange: Make sure script enums are the same size as their normal counterparts 2020-06-27 14:51:14 +01:00
script_railtypelist.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_railtypelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_road.cpp Codechange: Un-bitstuff remaining transport infrastructure commands. 2021-12-16 22:28:32 +01:00
script_road.hpp Update: Disuse of STR_ERROR_INCOMPATIBLE_ROAD 2020-07-10 14:47:55 +01:00
script_roadtypelist.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_roadtypelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_sign.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_sign.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_signlist.cpp Codechange: Replace FOR_ALL_SIGNS with range-based for loops 2019-12-21 20:13:03 +01:00
script_signlist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_station.cpp Codechange: Un-bitstuff station/depot/waypoint commands. 2021-12-16 22:28:32 +01:00
script_station.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_stationlist.cpp Codechange: Replace station related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
script_stationlist.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
script_story_page.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_story_page.hpp Codechange: Make sure script enums are the same size as their normal counterparts 2020-06-27 14:51:14 +01:00
script_storypageelementlist.cpp Codechange: Replace story related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
script_storypageelementlist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_storypagelist.cpp Codechange: Replace story related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
script_storypagelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_subsidy.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_subsidy.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_subsidylist.cpp Codechange: Replace FOR_ALL_SUBSIDIES with range-based for loops 2019-12-21 20:13:03 +01:00
script_subsidylist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_testmode.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_testmode.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
script_text.cpp Cleanup: [Script] Use nullptr instead of 0 or NULL 2021-06-17 16:18:30 +02:00
script_text.hpp Fix: [Script] doxygen_filter is very strict about DOXYGEN_API usage (#9351) 2021-06-11 16:40:04 +02:00
script_tile.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_tile.hpp Feature: [AI/GS] Missing water related functions and objects (#8390) 2021-09-14 22:06:55 +02:00
script_tilelist.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 2021-05-13 00:13:54 +02:00
script_tilelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_town.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_town.hpp Feature: Script API to change town rating of companies 2020-01-04 19:07:13 +01:00
script_townlist.cpp Codechange: Replace FOR_ALL_TOWNS with range-based for loops 2019-12-21 20:13:03 +01:00
script_townlist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_tunnel.cpp Codechange: Un-bitstuff remaining transport infrastructure commands. 2021-12-16 22:28:32 +01:00
script_tunnel.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_types.hpp Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 2021-12-16 22:28:32 +01:00
script_vehicle.cpp Codechange: Un-bitstuff vehicle/engine commands. 2021-12-16 22:28:32 +01:00
script_vehicle.hpp Doc: [Script] Add a note about how wagon connectivity works for scripts 2020-02-19 11:26:58 +01:00
script_vehiclelist.cpp Codechange: Replace FOR_VEHICLE_ORDERS with range-based for loops 2020-12-27 10:28:46 +00:00
script_vehiclelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_viewport.cpp Codechange: Template script command calls. 2021-12-16 22:28:32 +01:00
script_viewport.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_waypoint.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_waypoint.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_waypointlist.cpp Codechange: Replace station related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
script_waypointlist.hpp Change: Use gender-neutral pronouns 2021-05-15 10:16:48 +02:00
script_window.cpp Codechange: Rename window related DeleteXXX to match new behaviour 2021-05-29 21:08:25 +02:00
script_window.hpp.in Change: rewrote generate_widget in CMake 2020-07-16 00:53:26 +02:00
squirrel_export.hpp.sq.in Change: rewrote squirrel_export in CMake 2020-07-16 00:53:26 +02:00