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 42c8f50551 Merge branch 'master' into jgrpp
# Conflicts:
#	.github/workflows/ci-build.yml
#	.github/workflows/release-linux.yml
#	.github/workflows/release-macos.yml
#	.github/workflows/release-windows.yml
#	.gitignore
#	COMPILING.md
#	src/company_gui.cpp
#	src/date_gui.cpp
#	src/engine.cpp
#	src/engine_func.h
#	src/fileio.cpp
#	src/linkgraph/linkgraph_gui.h
#	src/newgrf_debug_gui.cpp
#	src/newgrf_gui.cpp
#	src/order_gui.cpp
#	src/osk_gui.cpp
#	src/rail_gui.cpp
#	src/road_gui.cpp
#	src/script/api/script_event_types.hpp
#	src/sl/oldloader_sl.cpp
#	src/smallmap_gui.cpp
#	src/station_cmd.cpp
#	src/toolbar_gui.cpp
#	src/town_gui.cpp
#	src/transparency_gui.cpp
#	src/vehicle_gui.cpp
#	src/widget.cpp
#	src/widget_type.h
#	src/widgets/dropdown.cpp
#	src/widgets/dropdown_func.h
#	src/widgets/dropdown_type.h
#	src/widgets/group_widget.h
#	src/widgets/vehicle_widget.h
#	src/window.cpp
#	src/window_gui.h
#	src/window_type.h
5 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: [Script] GSAsyncMode to set async mode of gamescript commands (#10913) 1 year 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 Add: [Script] Optional filter parameter to ScriptVehicleList constructor (#11663) 5 months ago
doxygen_filter.awk
doxygen_filter.sh
game_changelog.hpp Add: [Script] Optional filter parameter to ScriptVehicleList constructor (#11663) 5 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 Fix #11629: AirportGetNearestTown for rotated airports (#11631) 5 months ago
script_airport.hpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 1 year ago
script_asyncmode.cpp Fix: [Script] Properly store the previous AsyncMode state (#11587) 6 months ago
script_asyncmode.hpp Codechange: Add missing override specifiers. 8 months ago
script_base.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
script_base.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 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 Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
script_bridge.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 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 Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
script_cargo.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
script_cargolist.cpp Change: Reorganise industry accept/produce arrays. (#10853) 1 year 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 6 months ago
script_client.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
script_clientlist.cpp
script_clientlist.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_company.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
script_company.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 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 Use core/format.hpp for fmt includes 11 months ago
script_controller.hpp Merge branch 'master' into jgrpp 11 months ago
script_date.cpp Merge branch 'master' into jgrpp 5 months ago
script_date.hpp Fix: Add missing includes to timers from script implementation files (#11604) 5 months ago
script_depotlist.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
script_depotlist.hpp
script_engine.cpp Fix: Add missing includes to timers from script implementation files (#11604) 5 months ago
script_engine.hpp Merge branch 'master' into jgrpp 11 months ago
script_enginelist.cpp Add: precondition checks to functions that work with both valid company and deity 1 year ago
script_enginelist.hpp
script_error.cpp Codechange: use std::string as script API return type 1 year ago
script_error.hpp Merge branch 'master' into jgrpp 11 months ago
script_event.cpp Ring buffer: Use as backing for std::queue uses 10 months ago
script_event.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_event_types.cpp Merge branch 'master' into jgrpp 6 months ago
script_event_types.hpp Merge branch 'master' into jgrpp 5 months ago
script_execmode.cpp Fix #11585: Crash when cleaning AI/GS with nested AsyncMode. 6 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 Merge branch 'master' into jgrpp 11 months ago
script_gamesettings.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
script_goal.cpp Feature: [GS] Goal destination can be updated (#10817) 9 months ago
script_goal.hpp Feature: [GS] Goal destination can be updated (#10817) 9 months ago
script_group.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
script_group.hpp Merge branch 'master' into jgrpp 11 months ago
script_grouplist.cpp Change: Allow GS access to ScriptGroup functions 1 year ago
script_grouplist.hpp Change: Allow GS access to ScriptGroup functions 1 year ago
script_includes.hpp.in
script_industry.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 6 months ago
script_industry.hpp Add: [Script] Custom news message text for industry SetProductionLevel. 9 months ago
script_industrylist.cpp Codechange: Add IsCargoAccepted/Produced() helpers. 1 year ago
script_industrylist.hpp
script_industrytype.cpp Merge branch 'master' into jgrpp 6 months ago
script_industrytype.hpp Merge branch 'master' into jgrpp 11 months ago
script_industrytypelist.cpp
script_industrytypelist.hpp
script_inflation.cpp Add GS methods to set inflation factors 2 years ago
script_inflation.hpp Add GS methods to set inflation factors 2 years ago
script_info_docs.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
script_infrastructure.cpp Merge branch 'master' into jgrpp 7 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 6 months ago
script_list.hpp ScriptList: Defer creation of sorter and values map until first used 10 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 Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
script_news.hpp Add: deity mode enforcement checks to functions with command or company access 1 year ago
script_object.cpp Merge branch 'master' into jgrpp 11 months ago
script_object.hpp Merge branch 'master' into jgrpp 7 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 1 year ago
script_order.hpp Merge branch 'master' into jgrpp 1 year 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 Merge branch 'master' into jgrpp 6 months ago
script_rail.hpp Merge branch 'master' into jgrpp 11 months ago
script_railtypelist.cpp Codechange: Rename *Railtype* to *RailType* for consistency. (#11287) 9 months ago
script_railtypelist.hpp
script_road.cpp Feature/Fix: [GS] Add RoadTiles and GetOneWayInfo endpoints (#611) 6 months ago
script_road.hpp Feature/Fix: [GS] Add RoadTiles and GetOneWayInfo endpoints (#611) 6 months ago
script_roadtypelist.cpp Merge branch 'master' into jgrpp 11 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
script_signlist.hpp
script_station.cpp Codechange: cleanup CargoPacket in terms of variable/function names (#11278) 8 months ago
script_station.hpp Merge branch 'master' into jgrpp 1 year ago
script_stationlist.cpp Codechange: cleanup CargoPacket in terms of variable/function names (#11278) 8 months ago
script_stationlist.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 3 years ago
script_story_page.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 6 months ago
script_story_page.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
script_storypageelementlist.cpp
script_storypageelementlist.hpp
script_storypagelist.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
script_storypagelist.hpp
script_subsidy.cpp Merge branch 'master' into jgrpp 1 year ago
script_subsidy.hpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
script_subsidylist.cpp
script_subsidylist.hpp
script_testmode.cpp Fix #11585: Crash when cleaning AI/GS with nested AsyncMode. 6 months ago
script_testmode.hpp Codechange: Add missing override specifiers. 8 months ago
script_text.cpp Merge branch 'master' into jgrpp 7 months ago
script_text.hpp Merge branch 'master' into jgrpp 6 months ago
script_tile.cpp Merge branch 'master' into jgrpp 1 year ago
script_tile.hpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 1 year ago
script_tilelist.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
script_tilelist.hpp Doc: Fix spelling error in ScriptTileList::RemoveRectangle (#10937) 1 year ago
script_town.cpp Merge branch 'master' into jgrpp 5 months ago
script_town.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
script_townlist.cpp
script_townlist.hpp
script_tunnel.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
script_tunnel.hpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 1 year ago
script_types.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
script_vehicle.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 6 months ago
script_vehicle.hpp Merge branch 'master' into jgrpp 11 months ago
script_vehiclelist.cpp Add: [Script] Optional filter parameter to ScriptVehicleList constructor (#11663) 5 months ago
script_vehiclelist.hpp Add: [Script] Optional filter parameter to ScriptVehicleList constructor (#11663) 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 Add: precondition checks to functions that work with both valid company and deity 1 year ago
script_waypoint.hpp
script_waypointlist.cpp Add: precondition checks to functions that work with both valid company and deity 1 year ago
script_waypointlist.hpp Change: Use gender-neutral pronouns 3 years ago
script_window.cpp Rename close window functions to match upstream 9 months ago
script_window.hpp.in Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
squirrel_export.hpp.sq.in