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 ead18b2af2 Merge branch 'master' into jgrpp
# Conflicts:
#	CMakeLists.txt
#	src/3rdparty/md5/md5.h
#	src/3rdparty/squirrel/squirrel/squtils.h
#	src/animated_tile.cpp
#	src/console_func.h
#	src/core/CMakeLists.txt
#	src/core/container_func.hpp
#	src/core/smallstack_type.hpp
#	src/crashlog.cpp
#	src/crashlog.h
#	src/debug.h
#	src/economy.cpp
#	src/gamelog.cpp
#	src/industry_gui.cpp
#	src/lang/catalan.txt
#	src/misc_gui.cpp
#	src/network/network_content.h
#	src/newgrf.cpp
#	src/newgrf.h
#	src/newgrf_config.cpp
#	src/newgrf_config.h
#	src/newgrf_gui.cpp
#	src/os/unix/font_unix.cpp
#	src/os/windows/crashlog_win.cpp
#	src/rail_cmd.cpp
#	src/saveload/animated_tile_sl.cpp
#	src/script/api/script_tilelist.cpp
#	src/settings.cpp
#	src/settingsgen/settingsgen.cpp
#	src/sl/oldloader_sl.cpp
#	src/station.cpp
#	src/station_cmd.cpp
#	src/stdafx.h
#	src/strgen/strgen.cpp
#	src/strgen/strgen_base.cpp
#	src/table/settings/gui_settings.ini
#	src/train_gui.cpp
#	src/vehicle.cpp
#	src/vehicle_base.h
#	src/vehicle_cmd.cpp
#	src/vehicle_gui_base.h
#	src/viewport_sprite_sorter.h
12 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 Merge branch 'master' into jgrpp 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 Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 1 year ago
doxygen_filter.awk
doxygen_filter.sh
game_changelog.hpp Change: Allow GS access to ScriptGroup functions 1 year ago
script_accounting.cpp
script_accounting.hpp
script_admin.cpp Merge branch 'master' into jgrpp 1 year ago
script_admin.hpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
script_airport.cpp Merge branch 'master' into jgrpp 1 year ago
script_airport.hpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 1 year ago
script_asyncmode.cpp GS: Add GSAsyncMode(bool) class to set async mode of script DoCommands 1 year ago
script_asyncmode.hpp GS: Documentation/comment fixes for ScriptAsyncMode 1 year ago
script_base.cpp Fix: [Script] ScriptBase::Rand() return value was between -MIN(int32) and MAX(int32) (#10443) 1 year ago
script_base.hpp Fix: [Script] ScriptBase::Rand() return value was between -MIN(int32) and MAX(int32) (#10443) 1 year ago
script_basestation.cpp Merge branch 'master' into jgrpp 12 months ago
script_basestation.hpp Merge branch 'master' into jgrpp 12 months ago
script_bridge.cpp Merge branch 'master' into jgrpp 12 months ago
script_bridge.hpp Merge branch 'master' into jgrpp 12 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 branch 'master' into jgrpp 12 months ago
script_cargo.hpp Merge branch 'master' into jgrpp 12 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 Codechange: use std::string as script API return type 1 year ago
script_client.hpp Merge branch 'master' into jgrpp 12 months ago
script_clientlist.cpp
script_clientlist.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_company.cpp Merge branch 'master' into jgrpp 12 months ago
script_company.hpp Merge branch 'master' into jgrpp 12 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 Merge branch 'master' into jgrpp 12 months ago
script_controller.hpp Merge branch 'master' into jgrpp 12 months ago
script_date.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
script_date.hpp Merge branch 'master' into jgrpp 1 year ago
script_depotlist.cpp Add: precondition checks to functions that work with both valid company and deity 1 year ago
script_depotlist.hpp
script_engine.cpp Merge branch 'master' into jgrpp 12 months ago
script_engine.hpp Merge branch 'master' into jgrpp 12 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 12 months ago
script_event.cpp
script_event.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_event_types.cpp Merge branch 'master' into jgrpp 12 months ago
script_event_types.hpp Merge branch 'master' into jgrpp 12 months ago
script_execmode.cpp
script_execmode.hpp
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 12 months ago
script_gamesettings.hpp Codechange: replace 'const char *' script API parameters with std::string 1 year ago
script_goal.cpp Merge branch 'master' into jgrpp 1 year ago
script_goal.hpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 1 year ago
script_group.cpp Merge branch 'master' into jgrpp 12 months ago
script_group.hpp Merge branch 'master' into jgrpp 12 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 Merge branch 'master' into jgrpp 12 months ago
script_industry.hpp Merge branch 'master' into jgrpp 12 months ago
script_industrylist.cpp Codechange: Add IsCargoAccepted/Produced() helpers. 1 year ago
script_industrylist.hpp
script_industrytype.cpp Merge branch 'master' into jgrpp 12 months ago
script_industrytype.hpp Merge branch 'master' into jgrpp 12 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 Add: [Script] Labels for negative values of a setting 1 year ago
script_infrastructure.cpp Codechange: Use SQInteger for generic numbers in script_infrastructure 1 year ago
script_infrastructure.hpp Codechange: Use SQInteger for generic numbers in script_infrastructure 1 year ago
script_league.cpp Merge branch 'master' into jgrpp 1 year ago
script_league.hpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 1 year ago
script_list.cpp Merge branch 'master' into jgrpp 12 months ago
script_list.hpp Codechange: Move includes for common STL headers to stdafx. 1 year ago
script_log.cpp Merge branch 'master' into jgrpp 12 months ago
script_log.hpp Merge branch 'master' into jgrpp 12 months ago
script_log_types.hpp Codechange: Move includes for common STL headers to stdafx. 1 year ago
script_map.cpp Merge branch 'master' into jgrpp 1 year ago
script_map.hpp Codechange: Use SQInteger for generic numbers in script_map 1 year 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 12 months ago
script_news.cpp Merge branch 'master' into jgrpp 1 year 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 12 months ago
script_object.hpp Merge branch 'master' into jgrpp 12 months ago
script_objecttype.cpp Merge branch 'master' into jgrpp 12 months ago
script_objecttype.hpp Merge branch 'master' into jgrpp 12 months ago
script_objecttypelist.cpp Change: Expose ObjectSpec vector to simplify iteration. 1 year ago
script_objecttypelist.hpp
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 12 months ago
script_rail.hpp Merge branch 'master' into jgrpp 12 months ago
script_railtypelist.cpp Add: precondition checks to functions that work with both valid company and deity 1 year ago
script_railtypelist.hpp
script_road.cpp Merge branch 'master' into jgrpp 12 months ago
script_road.hpp Merge branch 'master' into jgrpp 12 months ago
script_roadtypelist.cpp Merge branch 'master' into jgrpp 12 months ago
script_roadtypelist.hpp
script_sign.cpp Merge branch 'master' into jgrpp 12 months ago
script_sign.hpp Merge branch 'master' into jgrpp 12 months ago
script_signlist.cpp
script_signlist.hpp
script_station.cpp Merge branch 'master' into jgrpp 1 year ago
script_station.hpp Merge branch 'master' into jgrpp 1 year ago
script_stationlist.cpp Merge branch 'master' into jgrpp 1 year ago
script_stationlist.hpp
script_story_page.cpp Merge branch 'master' into jgrpp 1 year ago
script_story_page.hpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 1 year ago
script_storypageelementlist.cpp
script_storypageelementlist.hpp
script_storypagelist.cpp
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
script_testmode.hpp
script_text.cpp Merge branch 'master' into jgrpp 12 months ago
script_text.hpp Merge branch 'master' into jgrpp 12 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 Merge branch 'master' into jgrpp 12 months ago
script_tilelist.hpp Codechange: Use SQInteger for generic numbers in script_tilelist 1 year ago
script_town.cpp Merge branch 'master' into jgrpp 12 months ago
script_town.hpp Merge branch 'master' into jgrpp 12 months ago
script_townlist.cpp
script_townlist.hpp
script_tunnel.cpp Merge branch 'master' into jgrpp 1 year ago
script_tunnel.hpp Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers 1 year ago
script_types.hpp Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 3 years ago
script_vehicle.cpp Merge branch 'master' into jgrpp 12 months ago
script_vehicle.hpp Merge branch 'master' into jgrpp 12 months ago
script_vehiclelist.cpp Change: Allow GS access to ScriptGroup functions 1 year ago
script_vehiclelist.hpp Change: Allow GS access to ScriptGroup functions 1 year 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
script_window.cpp Merge branch 'master' into jgrpp 1 year ago
script_window.hpp.in Merge branch 'master' into jgrpp 1 year ago
squirrel_export.hpp.sq.in