OpenTTD/src/script/api
Patric Stout eca73a810c Change: rebrand 1.12.0 to 12.0
One question that keeps popping up: "when do we release 2.0?".
NewGRF will force that at least 1.16 will be 2.0, but to not wait
for this, let's drop the "1." and be for ever done with that
conversation.

We are following in the footstep of giants here.
2021-08-15 12:28:51 +02: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: [Script] Basic information about loaded NewGRFs for scripts. (#9464) 2021-08-09 23:34:50 +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: rebrand 1.12.0 to 12.0 2021-08-15 12:28:51 +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: rebrand 1.12.0 to 12.0 2021-08-15 12:28:51 +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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_basestation.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_bridge.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +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: Remove (unused) ability to specify min/max of OverflowSafeInt 2021-07-20 10:42:03 +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 Change: Use gender-neutral pronouns 2021-05-15 10:16:48 +02: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 Feature: GS method to control engine availability for a specific company (#7791) 2020-01-15 18:46:26 +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: [Network] Let admin-game script use std::string 2021-05-30 10:15:22 +02: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_game.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_gamesettings.cpp Codechange: access the name of a setting via an accessor function 2021-07-09 22:53:30 +02:00
script_gamesettings.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_goal.cpp Feature: [GS] Allow non-question type windows to have no buttons 2021-02-14 23:21:43 +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 Add: [AI] Get the number of vehicles in a given group (#9462) 2021-08-12 21:29:03 +02: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: Replace TILE_AREA_LOOP with range-based for loops 2021-05-13 00:13:54 +02: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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 Fix: [Script] ScriptMarine::AreWaterTilesConnected failed for aqueducts (#8074) 2020-04-16 20:32:20 +02:00
script_marine.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_news.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_object.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
script_object.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_order.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02: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: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02: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 Fix: [AI/GS] CanBuildConnectedRoadPartsHere neighbours tiles were at times incorrect 2020-03-13 13:54:11 +00: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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 Fix: Warning about using the wrong enum type 2020-06-27 14:51:14 +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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_tile.hpp Add #7801: [Script] more error mappings 2019-12-17 21:35:07 +00: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: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_tunnel.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_types.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_vehicle.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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