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
Jonathan G Rennison fe730bce31 Merge branch 'master' into jgrpp
# Conflicts:
#	.github/workflows/ci-build.yml
#	.github/workflows/codeql.yml
#	.github/workflows/release-linux.yml
#	.github/workflows/release-macos.yml
#	.github/workflows/release-windows.yml
#	src/map.cpp
#	src/music/midifile.hpp
#	src/order_cmd.cpp
#	src/order_gui.cpp
#	src/pathfinder/yapf/yapf_rail.cpp
#	src/pbs.cpp
#	src/saveload/afterload.cpp
#	src/saveload/saveload.h
#	src/saveload/vehicle_sl.cpp
#	src/script/api/script_text.cpp
#	src/ship_cmd.cpp
#	src/train_cmd.cpp
#	src/vehicle.cpp
#	src/vehicle_base.h
#	src/vehicle_func.h
#	src/vehicle_gui.cpp
#	src/vehicle_gui_base.h
#	src/viewport.cpp
#	src/waypoint_cmd.cpp
2 months ago
..
ai Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
game Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
CMakeLists.txt Add: AI/GS Time Mode to choose between economy (default) and calendar time (#11603) 3 months ago
Doxyfile_AI.in Fix: warnings about obsolete settings/setting values in Doxygen configurations 1 year ago
Doxyfile_GS.in Fix: warnings about obsolete settings/setting values in Doxygen configurations 1 year ago
ai_changelog.hpp Remove: [Script] random_deviation from setting description table (#12221) 3 months ago
doxygen_filter.awk
doxygen_filter.sh
game_changelog.hpp Remove: [Script] random_deviation from setting description table (#12221) 3 months ago
script_accounting.cpp
script_accounting.hpp
script_admin.cpp Merge branch 'master' into jgrpp 6 months ago
script_admin.hpp Merge branch 'master' into jgrpp 6 months ago
script_airport.cpp Merge branch 'master' into jgrpp 3 months ago
script_airport.hpp Add: [Script] GetAirportNumHelipads (#12085) 3 months ago
script_asyncmode.cpp Fix: [Script] Properly store the previous AsyncMode state (#11587) 5 months ago
script_asyncmode.hpp Codechange: Add missing override specifiers. 8 months ago
script_base.cpp Codechange: Silence warnings about intentionally unused parameters. 8 months ago
script_base.hpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_basestation.cpp Fix: Add missing includes to timers from script implementation files (#11604) 5 months ago
script_basestation.hpp Merge branch 'master' into jgrpp 11 months ago
script_bridge.cpp Split date types into calendar and economy dates 3 months ago
script_bridge.hpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_bridgelist.cpp Codechange: Use SQInteger for generic numbers in script_bridgelist 1 year ago
script_bridgelist.hpp Codechange: Use SQInteger for generic numbers in script_bridgelist 1 year ago
script_cargo.cpp Merge tag '14.0-beta2' into jgrpp 3 months ago
script_cargo.hpp Merge tag '14.0-beta1' into jgrpp 3 months ago
script_cargolist.cpp Merge branch 'master' into jgrpp 4 months ago
script_cargolist.hpp
script_cargomonitor.cpp Codechange: Use SQInteger for generic numbers in script_cargomonitor 1 year ago
script_cargomonitor.hpp Codechange: Use SQInteger for generic numbers in script_cargomonitor 1 year ago
script_client.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 5 months ago
script_client.hpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_clientlist.cpp
script_clientlist.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_company.cpp Merge tag '14.0-beta3' into jgrpp 3 months ago
script_company.hpp Merge tag '14.0-beta3' into jgrpp 3 months ago
script_companymode.cpp Fix: crashes to desktop from game scripts when companies disappear 1 year ago
script_companymode.hpp Fix: crashes to desktop from game scripts when companies disappear 1 year ago
script_controller.cpp Change various _network_dedicated tests to use IsHeadless 4 months ago
script_controller.hpp Merge branch 'master' into jgrpp 11 months ago
script_date.cpp Add: AI/GS Time Mode to choose between economy (default) and calendar time (#11603) 3 months ago
script_date.hpp Split date types into calendar and economy dates 3 months ago
script_depotlist.cpp Merge branch 'master' into jgrpp 5 months ago
script_depotlist.hpp
script_engine.cpp Codechange: Replace GroupStatistics' num_engines with std::map. (#11849) 4 months ago
script_engine.hpp Merge branch 'master' into jgrpp 11 months ago
script_enginelist.cpp Codechange: Use locals for company/deity mode during script loops. (#11686) 5 months ago
script_enginelist.hpp
script_error.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
script_error.hpp Merge branch 'master' into jgrpp 11 months ago
script_event.cpp Ring buffer: Use as backing for std::queue uses 9 months ago
script_event.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_event_types.cpp Merge branch 'master' into jgrpp 4 months ago
script_event_types.hpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_execmode.cpp Fix #11585: Crash when cleaning AI/GS with nested AsyncMode. 5 months ago
script_execmode.hpp Codechange: Add missing override specifiers. 8 months ago
script_game.cpp Merge branch 'master' into jgrpp 1 year ago
script_game.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_gamesettings.cpp Add wrappers to get and update the current effective day length factor 3 months ago
script_gamesettings.hpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_goal.cpp Merge branch 'master' into jgrpp 4 months ago
script_goal.hpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_group.cpp Add whether the vehicle is non-front to the vehicle pool pointer tag 3 months ago
script_group.hpp Merge branch 'master' into jgrpp 3 months ago
script_grouplist.cpp Add: [Script] Optional filter parameter to more ScriptXXXList constructors (#11698) 4 months ago
script_grouplist.hpp Add: [Script] Optional filter parameter to more ScriptXXXList constructors (#11698) 4 months ago
script_includes.hpp.in
script_industry.cpp Split date types into calendar and economy dates 3 months ago
script_industry.hpp Merge branch 'master' into jgrpp 4 months ago
script_industrylist.cpp Add: [Script] Optional filter parameter to more ScriptXXXList constructors (#11698) 4 months ago
script_industrylist.hpp Add: [Script] Optional filter parameter to more ScriptXXXList constructors (#11698) 4 months ago
script_industrytype.cpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_industrytype.hpp Merge branch 'master' into jgrpp 11 months ago
script_industrytypelist.cpp
script_industrytypelist.hpp
script_inflation.cpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_inflation.hpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_info_docs.hpp Remove: [Script] random_deviation from setting description table (#12221) 3 months ago
script_infrastructure.cpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_infrastructure.hpp Codechange: Use SQInteger for generic numbers in script_infrastructure 1 year ago
script_league.cpp Codechange: use std::string without const as return 11 months ago
script_league.hpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 1 year ago
script_list.cpp Merge branch 'master' into jgrpp 4 months ago
script_list.hpp ScriptList: Generalise FillList pool iteration 3 months ago
script_log.cpp Merge branch 'master' into jgrpp 5 months ago
script_log.hpp Merge branch 'master' into jgrpp 11 months ago
script_log_types.hpp Merge branch 'master' into jgrpp 5 months ago
script_map.cpp Merge branch 'master' into jgrpp 1 year ago
script_map.hpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
script_marine.cpp Merge branch 'master' into jgrpp 1 year ago
script_marine.hpp Merge branch 'master' into jgrpp 1 year ago
script_newgrf.cpp Codechange: use std::string as script API return type 1 year ago
script_newgrf.hpp Merge branch 'master' into jgrpp 11 months ago
script_news.cpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_news.hpp Add: deity mode enforcement checks to functions with command or company access 1 year ago
script_object.cpp Add: AI/GS Time Mode to choose between economy (default) and calendar time (#11603) 3 months ago
script_object.hpp Add: AI/GS Time Mode to choose between economy (default) and calendar time (#11603) 3 months ago
script_objecttype.cpp Merge branch 'master' into jgrpp 11 months ago
script_objecttype.hpp Merge branch 'master' into jgrpp 11 months ago
script_objecttypelist.cpp Change: Expose ObjectSpec vector to simplify iteration. 1 year ago
script_objecttypelist.hpp Add: allow gamescripts to build neutral objects (#9568) 3 years ago
script_order.cpp Merge branch 'master' into jgrpp 4 months ago
script_order.hpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_priorityqueue.cpp Codechange: Use SQInteger for generic numbers in script_priorityqueue 1 year ago
script_priorityqueue.hpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
script_rail.cpp Codechange: Make command constant names consistent with command proc (#11920) 4 months ago
script_rail.hpp Merge branch 'master' into jgrpp 4 months ago
script_railtypelist.cpp Codechange: Use locals for company/deity mode during script loops. (#11686) 5 months ago
script_railtypelist.hpp
script_road.cpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_road.hpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_roadtypelist.cpp Merge branch 'master' into jgrpp 5 months ago
script_roadtypelist.hpp
script_sign.cpp Merge branch 'master' into jgrpp 11 months ago
script_sign.hpp Merge branch 'master' into jgrpp 11 months ago
script_signlist.cpp Add: [Script] Optional filter parameter to more ScriptXXXList constructors (#11698) 4 months ago
script_signlist.hpp Add: [Script] Optional filter parameter to more ScriptXXXList constructors (#11698) 4 months ago
script_station.cpp Merge branch 'master' into jgrpp 4 months ago
script_station.hpp Merge branch 'master' into jgrpp 1 year ago
script_stationlist.cpp Merge tag '14.0-beta1' into jgrpp 3 months ago
script_stationlist.hpp
script_story_page.cpp Merge branch 'master' into jgrpp 3 months ago
script_story_page.hpp Fix #10439: [GS] Validate story page button colour, flags, cursor and vehicle type (#11892) 4 months ago
script_storypageelementlist.cpp Codechange: [Script] Use ScriptList::FillList() in more locations (#11762) 4 months ago
script_storypageelementlist.hpp
script_storypagelist.cpp Codechange: [Script] Use ScriptList::FillList() in more locations (#11762) 4 months ago
script_storypagelist.hpp
script_subsidy.cpp Merge branch 'master' into jgrpp 4 months ago
script_subsidy.hpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
script_subsidylist.cpp Add: [Script] Optional filter parameter to more ScriptXXXList constructors (#11698) 4 months ago
script_subsidylist.hpp Add: [Script] Optional filter parameter to more ScriptXXXList constructors (#11698) 4 months ago
script_testmode.cpp Fix #11585: Crash when cleaning AI/GS with nested AsyncMode. 5 months ago
script_testmode.hpp Codechange: Add missing override specifiers. 8 months ago
script_text.cpp Merge branch 'master' into jgrpp 2 months ago
script_text.hpp Merge branch 'master' into jgrpp 2 months ago
script_tile.cpp Merge branch 'master' into jgrpp 2 months ago
script_tile.hpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 1 year ago
script_tilelist.cpp Merge tag '14.0-beta3' into jgrpp 3 months ago
script_tilelist.hpp Add: [Script] ScriptTileList_StationCoverage (#12015) 3 months ago
script_timemode.cpp Add: AI/GS Time Mode to choose between economy (default) and calendar time (#11603) 3 months ago
script_timemode.hpp Add: AI/GS Time Mode to choose between economy (default) and calendar time (#11603) 3 months ago
script_town.cpp Codechange: Rename TownEffect to TownAcceptanceEffect. 4 months ago
script_town.hpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_townlist.cpp Codechange: Rename TownEffect to TownAcceptanceEffect. 4 months ago
script_townlist.hpp Add: [Script] Optional filter parameter to more ScriptXXXList constructors (#11698) 4 months ago
script_tunnel.cpp Merge branch 'master' into jgrpp 2 months ago
script_tunnel.hpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 1 year ago
script_types.hpp Adding of _t to (u)int types, and WChar to char32_t 4 months ago
script_vehicle.cpp Merge branch 'master' into jgrpp 4 months ago
script_vehicle.hpp Merge branch 'master' into jgrpp 11 months ago
script_vehiclelist.cpp Use front/vehicle type filtered iteration in ScriptVehicleList 3 months ago
script_vehiclelist.hpp Fix #11689: properly close DOXYGEN_API block 5 months ago
script_viewport.cpp Merge branch 'master' into jgrpp 1 year ago
script_viewport.hpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 1 year ago
script_waypoint.cpp Codechange: switch our codebase to C++20 4 months ago
script_waypoint.hpp
script_waypointlist.cpp Codechange: switch our codebase to C++20 4 months ago
script_waypointlist.hpp
script_window.cpp Rename close window functions to match upstream 8 months ago
script_window.hpp.in Adding of _t to (u)int types, and WChar to char32_t 4 months ago
squirrel_export.hpp.sq.in