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
Rubidium 580d0a6343 Codechange: make use of Tile in for all direct map accesses 1 year ago
..
ai Change: rewrote squirrel_export in CMake 4 years ago
game Change: rewrote squirrel_export in CMake 4 years ago
CMakeLists.txt Feature: [GS] Scriptable league tables (#10001) 2 years 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 Cleanup: Removed SVN headers 5 years ago
doxygen_filter.sh Cleanup: Removed SVN headers 5 years ago
game_changelog.hpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 1 year ago
script_accounting.cpp Cleanup: Removed SVN headers 5 years ago
script_accounting.hpp Cleanup: Removed SVN headers 5 years ago
script_admin.cpp Codechange: [Network] Let admin-game script use std::string 3 years ago
script_admin.hpp Cleanup: Removed SVN headers 5 years ago
script_airport.cpp Codechange: do not declare functions in blocks 1 year ago
script_airport.hpp Cleanup: Removed SVN headers 5 years 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 Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_basestation.hpp Fix: scripts are not aware of nullptr, they only know null 1 year ago
script_bridge.cpp Codechange: Un-bitstuff landscape commands. 3 years ago
script_bridge.hpp Cleanup: Removed SVN headers 5 years ago
script_bridgelist.cpp Cleanup: Removed SVN headers 5 years ago
script_bridgelist.hpp Cleanup: Removed SVN headers 5 years ago
script_cargo.cpp Codechange: Factor cargotype weight conversion magic numbers 2 years ago
script_cargo.hpp Add: ScriptCargo::GetWeight to get cargo weights 2 years ago
script_cargolist.cpp Codechange: Replace FOR_ALL_CARGOSPECS with range-based for loops 3 years ago
script_cargolist.hpp Cleanup: Removed SVN headers 5 years ago
script_cargomonitor.cpp Cleanup: Removed SVN headers 5 years ago
script_cargomonitor.hpp Cleanup: Removed SVN headers 5 years ago
script_client.cpp Codechange: [Network] Let NetworkClientInfo use std::string 3 years ago
script_client.hpp Cleanup: Removed SVN headers 5 years ago
script_clientlist.cpp Codechange: Replace network related FOR_ALL with range-based for loops 5 years ago
script_clientlist.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_company.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_company.hpp Fix: scripts are not aware of nullptr, they only know null 1 year ago
script_companymode.cpp Cleanup: Removed SVN headers 5 years ago
script_companymode.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 3 years ago
script_controller.cpp Codechange: move windows common to AI and GS out of ai_gui 1 year ago
script_controller.hpp Change: rebrand 1.12.0 to 12.0 3 years ago
script_date.cpp Fix: [MinGW] Set minimum OS version to Windows XP (#9135) 3 years ago
script_date.hpp Cleanup: Removed SVN headers 5 years ago
script_depotlist.cpp Codechange: Replace FOR_ALL_DEPOTS with range-based for loops 5 years ago
script_depotlist.hpp Cleanup: Removed SVN headers 5 years ago
script_engine.cpp Codechange: Un-bitstuff vehicle/engine commands. 3 years ago
script_engine.hpp Feature: GS method to control engine availability for a specific company (#7791) 4 years ago
script_enginelist.cpp Codechange: Replace FOR_ALL_ENGINES with range-based for loops 5 years ago
script_enginelist.hpp Cleanup: Removed SVN headers 5 years ago
script_error.cpp Cleanup: Removed SVN headers 5 years ago
script_error.hpp Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_event.cpp Cleanup: Removed SVN headers 5 years ago
script_event.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_event_types.cpp Codechange: Un-bitstuff all remaining commands. 3 years ago
script_event_types.hpp Fix: [Script] Use Money instead of int32 for presenting the value of a company to AIs 1 year ago
script_execmode.cpp Cleanup: Removed SVN headers 5 years ago
script_execmode.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 3 years ago
script_game.cpp Codechange: Un-bitstuff all remaining commands. 3 years ago
script_game.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_gamesettings.cpp Codechange: add non-nullptr asserts in cases where it should never be nullptr 1 year ago
script_gamesettings.hpp Cleanup: Removed SVN headers 5 years ago
script_goal.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_goal.hpp Fix: [Script] Incorrect value for GOAL_INVALID (#10436) 1 year ago
script_group.cpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 1 year ago
script_group.hpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 1 year ago
script_grouplist.cpp Codechange: Replace FOR_ALL_GROUPS with range-based for loops 5 years ago
script_grouplist.hpp Cleanup: Removed SVN headers 5 years ago
script_includes.hpp.in Change: rewrote squirrel_export in CMake 4 years ago
script_industry.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_industry.hpp Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_industrylist.cpp Codechange: Replace FOR_ALL_INDUSTRIES with range-based for loops 5 years ago
script_industrylist.hpp Cleanup: Removed SVN headers 5 years ago
script_industrytype.cpp Codechange: move choice for randomizer of scripts to a single location 1 year ago
script_industrytype.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_industrytypelist.cpp Cleanup: Removed SVN headers 5 years ago
script_industrytypelist.hpp Cleanup: Removed SVN headers 5 years ago
script_info_docs.hpp Add: [Script] Labels for negative values of a setting 1 year ago
script_infrastructure.cpp Cleanup: Removed SVN headers 5 years ago
script_infrastructure.hpp Cleanup: Removed SVN headers 5 years ago
script_league.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_league.hpp Fix: scripts are not aware of nullptr, they only know null 1 year ago
script_list.cpp Fix 14f197c: [Script] int64 values don't fit into int (#9465) 3 years ago
script_list.hpp Fix: scripts are not aware of nullptr, they only know null 1 year ago
script_log.cpp Codechange: move windows common to AI and GS out of ai_gui 1 year ago
script_log.hpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
script_map.cpp Codechange: migrate size related functions to Map structure 1 year ago
script_map.hpp Cleanup: Removed SVN headers 5 years ago
script_marine.cpp Codechange: Un-bitstuff landscape commands. 3 years ago
script_marine.hpp Feature: [AI/GS] Missing water related functions and objects (#8390) 3 years ago
script_newgrf.cpp Fix 8706dcd9: [Script] Byte-swap grfids to match normal expectations. 3 years ago
script_newgrf.hpp Fix: scripts are not aware of nullptr, they only know null 1 year ago
script_news.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_news.hpp Fix: scripts are not aware of nullptr, they only know null 1 year ago
script_object.cpp Fix: Don't send unused tile field over the network (#10507) 1 year ago
script_object.hpp Fix: Don't send unused tile field over the network (#10507) 1 year ago
script_objecttype.cpp Add: [Script] ObjectType::ResolveNewGRFID to resolve object id from grfid and grf_local_id 2 years ago
script_objecttype.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_objecttypelist.cpp Add: allow gamescripts to build neutral objects (#9568) 3 years ago
script_objecttypelist.hpp Add: allow gamescripts to build neutral objects (#9568) 3 years ago
script_order.cpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 1 year ago
script_order.hpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 1 year ago
script_priorityqueue.cpp Codechange: [Script] Use a class template instead of a function template for squirrel type conversion. 1 year ago
script_priorityqueue.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_rail.cpp Codechange: use ScriptMap size functions instead of global functions 1 year ago
script_rail.hpp Codechange: Make sure script enums are the same size as their normal counterparts 4 years ago
script_railtypelist.cpp Cleanup: Removed SVN headers 5 years ago
script_railtypelist.hpp Cleanup: Removed SVN headers 5 years ago
script_road.cpp Add: NewGRF road stops 1 year ago
script_road.hpp Codechange: [Script] Use std::vector instead of a hand-rolled alternative. 1 year ago
script_roadtypelist.cpp Cleanup: Removed SVN headers 5 years ago
script_roadtypelist.hpp Cleanup: Removed SVN headers 5 years ago
script_sign.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_sign.hpp Fix: scripts are not aware of nullptr, they only know null 1 year ago
script_signlist.cpp Codechange: Replace FOR_ALL_SIGNS with range-based for loops 5 years ago
script_signlist.hpp Cleanup: Removed SVN headers 5 years ago
script_station.cpp Codechange: Un-bitstuff station/depot/waypoint commands. 3 years ago
script_station.hpp Cleanup: Removed SVN headers 5 years ago
script_stationlist.cpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 1 year ago
script_stationlist.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 3 years ago
script_story_page.cpp Codechange: make use of Tile in for all direct map accesses 1 year ago
script_story_page.hpp Fix: scripts are not aware of nullptr, they only know null 1 year ago
script_storypageelementlist.cpp Codechange: Replace story related FOR_ALL with range-based for loops 5 years ago
script_storypageelementlist.hpp Cleanup: Removed SVN headers 5 years ago
script_storypagelist.cpp Codechange: Replace story related FOR_ALL with range-based for loops 5 years ago
script_storypagelist.hpp Cleanup: Removed SVN headers 5 years ago
script_subsidy.cpp Fix: [Script] Incorrect subsidy SourceID value used 1 year ago
script_subsidy.hpp Cleanup: Removed SVN headers 5 years ago
script_subsidylist.cpp Codechange: Replace FOR_ALL_SUBSIDIES with range-based for loops 5 years ago
script_subsidylist.hpp Cleanup: Removed SVN headers 5 years ago
script_testmode.cpp Cleanup: Removed SVN headers 5 years ago
script_testmode.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 3 years ago
script_text.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_text.hpp Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_tile.cpp Codechange: use ScriptMap size functions instead of global functions 1 year ago
script_tile.hpp Feature: [AI/GS] Missing water related functions and objects (#8390) 3 years ago
script_tilelist.cpp Codechange: migrate size related functions to Map structure 1 year ago
script_tilelist.hpp Cleanup: Removed SVN headers 5 years ago
script_town.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_town.hpp Codechange: [Script] Don't expose static buffers outside of ScriptText 1 year ago
script_townlist.cpp Codechange: Replace FOR_ALL_TOWNS with range-based for loops 5 years ago
script_townlist.hpp Cleanup: Removed SVN headers 5 years ago
script_tunnel.cpp Codechange: Un-bitstuff landscape commands. 3 years ago
script_tunnel.hpp Cleanup: Removed SVN headers 5 years ago
script_types.hpp Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 3 years ago
script_vehicle.cpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 1 year ago
script_vehicle.hpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 1 year ago
script_vehiclelist.cpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 1 year ago
script_vehiclelist.hpp Cleanup: Removed SVN headers 5 years ago
script_viewport.cpp Codechange: Un-bitstuff the remaining on-map commands. 3 years ago
script_viewport.hpp Fix: missing/duplicate documentation tags for scripts 1 year ago
script_waypoint.cpp Cleanup: Removed SVN headers 5 years ago
script_waypoint.hpp Cleanup: Removed SVN headers 5 years ago
script_waypointlist.cpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 1 year ago
script_waypointlist.hpp Change: Use gender-neutral pronouns 3 years ago
script_window.cpp Codechange: add non-nullptr asserts in cases where it should never be nullptr 1 year ago
script_window.hpp.in Codechange: [CMake] Auto-fill list of #include in script_window.hpp (#10103) 2 years ago
squirrel_export.hpp.sq.in Change: rewrote squirrel_export in CMake 4 years ago