OpenTTD/src/script/api
2025-01-28 18:57:40 +01:00
..
ai
game
ai_changelog.hpp Change: [Script] rename BridgeID to BridgeType in the script API 2025-01-22 22:23:38 +01:00
CMakeLists.txt
Doxyfile_AI.in Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS 2025-01-28 18:56:58 +01:00
Doxyfile_GS.in Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS 2025-01-28 18:56:58 +01:00
doxygen_filter.awk Codefix: [Script] incorrect end of class detection for doxygen (#13204) 2024-12-28 18:15:09 +00:00
doxygen_filter.sh Codefix: [Script] script_types was excluded from API documentation 2024-05-10 13:17:19 +01:00
game_changelog.hpp Change: [Script] rename BridgeID to BridgeType in the script API 2025-01-22 22:23:38 +01:00
script_accounting.cpp
script_accounting.hpp
script_admin.cpp Fix #13110: [Script] convert table keys to string when generating JSON (#13113) 2024-11-23 13:46:33 +01:00
script_admin.hpp Codechange: Unify naming of squirrel built-in types in Script API docs 2024-05-10 13:17:19 +01:00
script_airport.cpp
script_airport.hpp Codechange: [Script] do not redefine types in the script API 2025-01-28 18:57:40 +01:00
script_asyncmode.cpp
script_asyncmode.hpp
script_base.cpp
script_base.hpp
script_basestation.cpp Codechange: Remove CCountedPtr. 2024-10-16 21:52:00 +01:00
script_basestation.hpp Codechange: make script and internal NEW_STATION have the same value 2025-01-28 18:17:05 +01:00
script_bridge.cpp Change: [Script] rename BridgeID to BridgeType in the script API 2025-01-22 22:23:38 +01:00
script_bridge.hpp Codechange: [Script] do not redefine types in the script API 2025-01-28 18:57:40 +01:00
script_bridgelist.cpp
script_bridgelist.hpp
script_cargo.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_cargo.hpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_cargolist.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_cargolist.hpp Codechange: [Script] do not redefine types in the script API 2025-01-28 18:57:40 +01:00
script_cargomonitor.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_cargomonitor.hpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_client.cpp
script_client.hpp Doc: [Script] Extend API documentation on calendar- vs economy-time 2024-05-10 13:17:19 +01:00
script_clientlist.cpp
script_clientlist.hpp
script_company.cpp Codechange: Remove CCountedPtr. 2024-10-16 21:52:00 +01:00
script_company.hpp Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS 2025-01-28 18:56:58 +01:00
script_companymode.cpp
script_companymode.hpp Codefix: broken links and syntax issues in script API documentation 2024-05-10 13:17:19 +01:00
script_controller.cpp
script_controller.hpp Codechange: [Script] do not redefine types in the script API 2025-01-28 18:57:40 +01:00
script_date.cpp Codechange: use Date/Year constructor explicitly 2025-01-01 16:25:32 +01:00
script_date.hpp Doc: [Script] Extend API documentation on calendar- vs economy-time 2024-05-10 13:17:19 +01:00
script_depotlist.cpp
script_depotlist.hpp
script_engine.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_engine.hpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_enginelist.cpp
script_enginelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_error.cpp Codechange: make the StringIndex (within a StringTab) a strong type 2025-01-02 21:19:00 +01:00
script_error.hpp Codechange: [Script] Document relation between ScriptErrorType and ErrorMessages enums 2024-05-10 13:17:19 +01:00
script_event_types.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_event_types.hpp Codechange: [Script] do not redefine types in the script API 2025-01-28 18:57:40 +01:00
script_event.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_event.hpp Add: [Script] Event for when a company's president name changes 2025-01-14 11:35:35 +01:00
script_execmode.cpp
script_execmode.hpp Codechange: Add missing override specifiers. 2023-09-25 21:27:45 +01:00
script_game.cpp
script_game.hpp
script_gamesettings.cpp
script_gamesettings.hpp
script_goal.cpp Codechange: use TileIndex constructor explicitly 2025-01-01 16:25:23 +01:00
script_goal.hpp
script_group.cpp Codechange: Make GroupFlags an enum class. (#13312) 2025-01-14 11:33:26 +00:00
script_group.hpp Doc: [Script] Extend API documentation on calendar- vs economy-time 2024-05-10 13:17:19 +01:00
script_grouplist.cpp Add: [Script] Optional filter parameter to more ScriptXXXList constructors (#11698) 2024-01-09 09:39:13 +01:00
script_grouplist.hpp Codefix: broken links and syntax issues in script API documentation 2024-05-10 13:17:19 +01:00
script_includes.hpp.in
script_industry.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_industry.hpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_industrylist.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_industrylist.hpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_industrytype.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_industrytype.hpp Codechange: [Script] do not redefine types in the script API 2025-01-28 18:57:40 +01:00
script_industrytypelist.cpp
script_industrytypelist.hpp
script_info_docs.hpp Codechange: Unify naming of squirrel built-in types in Script API docs 2024-05-10 13:17:19 +01:00
script_infrastructure.cpp Codefix: Add missing const inside script functions. (#12794) 2024-06-17 07:19:56 +01:00
script_infrastructure.hpp Doc: [Script] Extend API documentation on calendar- vs economy-time 2024-05-10 13:17:19 +01:00
script_league.cpp Codechange: Remove CCountedPtr. 2024-10-16 21:52:00 +01:00
script_league.hpp Codefix: broken links and syntax issues in script API documentation 2024-05-10 13:17:19 +01:00
script_list.cpp
script_list.hpp Codechange: Space between template and < (#13278) 2025-01-04 17:56:14 +00:00
script_log_types.hpp
script_log.cpp
script_log.hpp Codechange: use std::string for script log calls 2023-05-14 22:54:10 +02:00
script_map.cpp Codechange: Use SQInteger for generic numbers in script_map 2023-03-06 00:32:12 +01:00
script_map.hpp
script_marine.cpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 2023-03-06 22:34:09 +01:00
script_marine.hpp Codechange: [Script] do not redefine types in the script API 2025-01-28 18:57:40 +01:00
script_newgrf.cpp
script_newgrf.hpp Codechange: use std::string as script API return type 2023-05-14 22:54:10 +02:00
script_news.cpp Codechange: use TileIndex constructor explicitly 2025-01-01 16:25:23 +01:00
script_news.hpp
script_object.cpp Codechange: Remove CCountedPtr. 2024-10-16 21:52:00 +01:00
script_object.hpp Codechange: Space between template and < (#13278) 2025-01-04 17:56:14 +00:00
script_objecttype.cpp
script_objecttype.hpp Codechange: use std::string as script API return type 2023-05-14 22:54:10 +02:00
script_objecttypelist.cpp
script_objecttypelist.hpp
script_order.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_order.hpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_priorityqueue.cpp
script_priorityqueue.hpp Codechange: Unify naming of squirrel built-in types in Script API docs 2024-05-10 13:17:19 +01:00
script_rail.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_rail.hpp Codechange: [Script] do not redefine types in the script API 2025-01-28 18:57:40 +01:00
script_railtypelist.cpp Codechange: Use locals for company/deity mode during script loops. (#11686) 2024-01-05 08:32:43 +00:00
script_railtypelist.hpp
script_road.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_road.hpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_roadtypelist.cpp
script_roadtypelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_sign.cpp Codechange: Remove CCountedPtr. 2024-10-16 21:52:00 +01:00
script_sign.hpp Codechange: [Script] do not redefine types in the script API 2025-01-28 18:57:40 +01:00
script_signlist.cpp
script_signlist.hpp Codefix: broken links and syntax issues in script API documentation 2024-05-10 13:17:19 +01:00
script_station.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_station.hpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_stationlist.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_stationlist.hpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_story_page.cpp Codechange: do not implicitly convert during assignment to StrongType 2025-01-01 21:32:51 +01:00
script_story_page.hpp Doc: [Script] Extend API documentation on calendar- vs economy-time 2024-05-10 13:17:19 +01:00
script_storypageelementlist.cpp
script_storypageelementlist.hpp
script_storypagelist.cpp
script_storypagelist.hpp
script_subsidy.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_subsidy.hpp Codechange: [Script] do not redefine types in the script API 2025-01-28 18:57:40 +01:00
script_subsidylist.cpp
script_subsidylist.hpp Codefix: broken links and syntax issues in script API documentation 2024-05-10 13:17:19 +01:00
script_testmode.cpp
script_testmode.hpp Codechange: Add missing override specifiers. 2023-09-25 21:27:45 +01:00
script_text.cpp Codechange: make the StringIndex (within a StringTab) a strong type 2025-01-02 21:19:00 +01:00
script_text.hpp Codechange: make the StringIndex (within a StringTab) a strong type 2025-01-02 21:19:00 +01:00
script_tile.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_tile.hpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_tilelist.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_tilelist.hpp Codechange: [Script] do not redefine types in the script API 2025-01-28 18:57:40 +01:00
script_town.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_town.hpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_townlist.cpp
script_townlist.hpp Codefix: broken links and syntax issues in script API documentation 2024-05-10 13:17:19 +01:00
script_tunnel.cpp Codechange: use INVALID_TOWN instead of 0 to denote 'not applicable' 2025-01-19 16:54:42 +01:00
script_tunnel.hpp Codechange: [Script] Document relation between ScriptErrorType and ErrorMessages enums 2024-05-10 13:17:19 +01:00
script_types.hpp Codechange: use 'using' over 'typedef' 2025-01-28 18:57:40 +01:00
script_vehicle.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
script_vehicle.hpp Codechange: [Script] do not redefine types in the script API 2025-01-28 18:57:40 +01:00
script_vehiclelist.cpp
script_vehiclelist.hpp Codefix: broken links and syntax issues in script API documentation 2024-05-10 13:17:19 +01:00
script_viewport.cpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 2023-03-06 22:34:09 +01:00
script_viewport.hpp
script_waypoint.cpp Codechange: switch our codebase to C++20 2024-01-17 00:25:08 +01:00
script_waypoint.hpp Codechange: [Script] Document relation between ScriptErrorType and ErrorMessages enums 2024-05-10 13:17:19 +01:00
script_waypointlist.cpp
script_waypointlist.hpp
script_window.cpp
script_window.hpp.in
squirrel_export.hpp.sq.in