OpenTTD/src/script/api
rubidium42 44ca7d9377 Change: Use gender-neutral pronouns 2021-05-15 10:16:48 +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
template Change: rewrote squirrel_export in CMake 2020-07-16 00:53:26 +02:00
CMakeLists.txt Add: [CMake] Option to only build tools/docs 2020-12-13 22:46:46 +01: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 1.12 now (#8862) 2021-03-14 20:47:31 +01: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 1.12 now (#8862) 2021-03-14 20:47:31 +01: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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 Feature: Add tile parameter for GSCompany.ChangeBankBalance to show text effect if needed (#8573) 2021-01-22 10:28:26 +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 Doc: for over 10 years now, we do not load the exact AI version first (#8431) 2020-12-25 17:03:31 +01: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_event_types.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01: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: clean up C-string support from settings 2021-05-13 23:13:17 +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 Codechange: Replace CMD_SET_GROUP_REPLACE_PROTECTION with generic CMD_SET_GROUP_FLAG. 2021-04-22 22:57:00 +02:00
script_group.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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 Codechange: [Script] Improve copying a list into another empty list. 2020-04-26 18:09:42 +02:00
script_list.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_log.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_log.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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_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 Change: Use gender-neutral pronouns 2021-05-15 10:16:48 +02:00
script_object.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_order.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 2021-05-13 00:13:54 +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 Add: [Script] Native priority queue; useful e.g. for pathfinders. 2020-06-01 21:35:13 +02:00
script_rail.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +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 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: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_text.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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