OpenTTD/src/script/api
Rubidium 580d0a6343 Codechange: make use of Tile in for all direct map accesses 2023-02-28 07:11:48 +01:00
..
ai Change: rewrote squirrel_export in CMake 2020-07-16 00:53:26 +02:00
game Change: rewrote squirrel_export in CMake 2020-07-16 00:53:26 +02:00
CMakeLists.txt Feature: [GS] Scriptable league tables (#10001) 2022-11-26 18:03:03 +01:00
Doxyfile_AI.in Fix: warnings about obsolete settings/setting values in Doxygen configurations 2023-01-26 16:07:14 +01:00
Doxyfile_GS.in Fix: warnings about obsolete settings/setting values in Doxygen configurations 2023-01-26 16:07:14 +01:00
ai_changelog.hpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 2023-02-18 09:58:02 +01:00
doxygen_filter.awk Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
doxygen_filter.sh Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
game_changelog.hpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 2023-02-18 09:58:02 +01:00
script_accounting.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_accounting.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_admin.cpp Codechange: [Network] Let admin-game script use std::string 2021-05-30 10:15:22 +02:00
script_admin.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_airport.cpp Codechange: do not declare functions in blocks 2023-01-29 20:28:45 +01:00
script_airport.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_base.cpp Fix: [Script] ScriptBase::Rand() return value was between -MIN(int32) and MAX(int32) (#10443) 2023-02-10 19:55:59 +01:00
script_base.hpp Fix: [Script] ScriptBase::Rand() return value was between -MIN(int32) and MAX(int32) (#10443) 2023-02-10 19:55:59 +01:00
script_basestation.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_basestation.hpp Fix: scripts are not aware of nullptr, they only know null 2023-01-26 16:07:14 +01:00
script_bridge.cpp Codechange: Un-bitstuff landscape commands. 2021-12-16 22:28:32 +01:00
script_bridge.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_bridgelist.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_bridgelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_cargo.cpp Codechange: Factor cargotype weight conversion magic numbers 2022-11-08 21:02:08 +01:00
script_cargo.hpp Add: ScriptCargo::GetWeight to get cargo weights 2022-10-16 18:28:28 +02:00
script_cargolist.cpp Codechange: Replace FOR_ALL_CARGOSPECS with range-based for loops 2021-04-29 21:08:24 +02:00
script_cargolist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_cargomonitor.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_cargomonitor.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_client.cpp Codechange: [Network] Let NetworkClientInfo use std::string 2021-05-16 10:07:51 +02:00
script_client.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_clientlist.cpp Codechange: Replace network related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
script_clientlist.hpp Fix: missing/duplicate documentation tags for scripts 2023-01-26 16:07:14 +01:00
script_company.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_company.hpp Fix: scripts are not aware of nullptr, they only know null 2023-01-26 16:07:14 +01:00
script_companymode.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_companymode.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
script_controller.cpp Codechange: move windows common to AI and GS out of ai_gui 2023-02-05 19:27:25 +01:00
script_controller.hpp Change: rebrand 1.12.0 to 12.0 2021-08-15 12:28:51 +02:00
script_date.cpp Fix: [MinGW] Set minimum OS version to Windows XP (#9135) 2021-04-29 14:26:08 +02:00
script_date.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_depotlist.cpp Codechange: Replace FOR_ALL_DEPOTS with range-based for loops 2019-12-21 20:13:03 +01:00
script_depotlist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_engine.cpp Codechange: Un-bitstuff vehicle/engine commands. 2021-12-16 22:28:32 +01:00
script_engine.hpp Feature: GS method to control engine availability for a specific company (#7791) 2020-01-15 18:46:26 +01:00
script_enginelist.cpp Codechange: Replace FOR_ALL_ENGINES with range-based for loops 2019-12-21 20:13:03 +01:00
script_enginelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_error.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_error.hpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_event.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_event.hpp Fix: missing/duplicate documentation tags for scripts 2023-01-26 16:07:14 +01:00
script_event_types.cpp Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
script_event_types.hpp Fix: [Script] Use Money instead of int32 for presenting the value of a company to AIs 2023-02-11 09:43:47 +01:00
script_execmode.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_execmode.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
script_game.cpp Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
script_game.hpp Fix: missing/duplicate documentation tags for scripts 2023-01-26 16:07:14 +01:00
script_gamesettings.cpp Codechange: add non-nullptr asserts in cases where it should never be nullptr 2023-01-14 21:15:23 +01:00
script_gamesettings.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_goal.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_goal.hpp Fix: [Script] Incorrect value for GOAL_INVALID (#10436) 2023-02-01 23:35:51 +01:00
script_group.cpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 2023-02-18 09:58:02 +01:00
script_group.hpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 2023-02-18 09:58:02 +01:00
script_grouplist.cpp Codechange: Replace FOR_ALL_GROUPS with range-based for loops 2019-12-21 20:13:03 +01:00
script_grouplist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_includes.hpp.in Change: rewrote squirrel_export in CMake 2020-07-16 00:53:26 +02:00
script_industry.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_industry.hpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_industrylist.cpp Codechange: Replace FOR_ALL_INDUSTRIES with range-based for loops 2019-12-21 20:13:03 +01:00
script_industrylist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_industrytype.cpp Codechange: move choice for randomizer of scripts to a single location 2023-01-14 22:00:11 +01:00
script_industrytype.hpp Fix: missing/duplicate documentation tags for scripts 2023-01-26 16:07:14 +01:00
script_industrytypelist.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_industrytypelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_info_docs.hpp Add: [Script] Labels for negative values of a setting 2023-02-21 00:28:21 +01:00
script_infrastructure.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_infrastructure.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_league.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_league.hpp Fix: scripts are not aware of nullptr, they only know null 2023-01-26 16:07:14 +01:00
script_list.cpp Fix 14f197c: [Script] int64 values don't fit into int (#9465) 2021-08-10 19:00:54 +02:00
script_list.hpp Fix: scripts are not aware of nullptr, they only know null 2023-01-26 16:07:14 +01:00
script_log.cpp Codechange: move windows common to AI and GS out of ai_gui 2023-02-05 19:27:25 +01:00
script_log.hpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
script_map.cpp Codechange: migrate size related functions to Map structure 2023-01-21 17:11:40 +01:00
script_map.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_marine.cpp Codechange: Un-bitstuff landscape commands. 2021-12-16 22:28:32 +01:00
script_marine.hpp Feature: [AI/GS] Missing water related functions and objects (#8390) 2021-09-14 22:06:55 +02:00
script_newgrf.cpp Fix 8706dcd9: [Script] Byte-swap grfids to match normal expectations. 2021-08-10 21:35:17 +02:00
script_newgrf.hpp Fix: scripts are not aware of nullptr, they only know null 2023-01-26 16:07:14 +01:00
script_news.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_news.hpp Fix: scripts are not aware of nullptr, they only know null 2023-01-26 16:07:14 +01:00
script_object.cpp Fix: Don't send unused tile field over the network (#10507) 2023-02-24 22:50:11 +01:00
script_object.hpp Fix: Don't send unused tile field over the network (#10507) 2023-02-24 22:50:11 +01:00
script_objecttype.cpp Add: [Script] ObjectType::ResolveNewGRFID to resolve object id from grfid and grf_local_id 2022-01-22 13:12:10 +01:00
script_objecttype.hpp Fix: missing/duplicate documentation tags for scripts 2023-01-26 16:07:14 +01:00
script_objecttypelist.cpp Add: allow gamescripts to build neutral objects (#9568) 2021-09-25 13:39:40 +02:00
script_objecttypelist.hpp Add: allow gamescripts to build neutral objects (#9568) 2021-09-25 13:39:40 +02:00
script_order.cpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 2023-02-18 09:58:02 +01:00
script_order.hpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 2023-02-18 09:58:02 +01:00
script_priorityqueue.cpp Codechange: [Script] Use a class template instead of a function template for squirrel type conversion. 2023-02-24 21:46:27 +01:00
script_priorityqueue.hpp Fix: missing/duplicate documentation tags for scripts 2023-01-26 16:07:14 +01:00
script_rail.cpp Codechange: use ScriptMap size functions instead of global functions 2023-01-21 17:11:40 +01:00
script_rail.hpp Codechange: Make sure script enums are the same size as their normal counterparts 2020-06-27 14:51:14 +01:00
script_railtypelist.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_railtypelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_road.cpp Add: NewGRF road stops 2023-02-26 21:28:30 +01:00
script_road.hpp Codechange: [Script] Use std::vector instead of a hand-rolled alternative. 2023-02-24 21:46:27 +01:00
script_roadtypelist.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_roadtypelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_sign.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_sign.hpp Fix: scripts are not aware of nullptr, they only know null 2023-01-26 16:07:14 +01:00
script_signlist.cpp Codechange: Replace FOR_ALL_SIGNS with range-based for loops 2019-12-21 20:13:03 +01:00
script_signlist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_station.cpp Codechange: Un-bitstuff station/depot/waypoint commands. 2021-12-16 22:28:32 +01:00
script_station.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_stationlist.cpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 2023-02-18 09:58:02 +01:00
script_stationlist.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
script_story_page.cpp Codechange: make use of Tile in for all direct map accesses 2023-02-28 07:11:48 +01:00
script_story_page.hpp Fix: scripts are not aware of nullptr, they only know null 2023-01-26 16:07:14 +01:00
script_storypageelementlist.cpp Codechange: Replace story related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
script_storypageelementlist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_storypagelist.cpp Codechange: Replace story related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
script_storypagelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_subsidy.cpp Fix: [Script] Incorrect subsidy SourceID value used 2023-02-01 21:17:16 +01:00
script_subsidy.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_subsidylist.cpp Codechange: Replace FOR_ALL_SUBSIDIES with range-based for loops 2019-12-21 20:13:03 +01:00
script_subsidylist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_testmode.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_testmode.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
script_text.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_text.hpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_tile.cpp Codechange: use ScriptMap size functions instead of global functions 2023-01-21 17:11:40 +01:00
script_tile.hpp Feature: [AI/GS] Missing water related functions and objects (#8390) 2021-09-14 22:06:55 +02:00
script_tilelist.cpp Codechange: migrate size related functions to Map structure 2023-01-21 17:11:40 +01:00
script_tilelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_town.cpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_town.hpp Codechange: [Script] Don't expose static buffers outside of ScriptText 2023-02-17 21:28:14 +01:00
script_townlist.cpp Codechange: Replace FOR_ALL_TOWNS with range-based for loops 2019-12-21 20:13:03 +01:00
script_townlist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_tunnel.cpp Codechange: Un-bitstuff landscape commands. 2021-12-16 22:28:32 +01:00
script_tunnel.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_types.hpp Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 2021-12-16 22:28:32 +01:00
script_vehicle.cpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 2023-02-18 09:58:02 +01:00
script_vehicle.hpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 2023-02-18 09:58:02 +01:00
script_vehiclelist.cpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 2023-02-18 09:58:02 +01:00
script_vehiclelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_viewport.cpp Codechange: Un-bitstuff the remaining on-map commands. 2021-12-16 22:28:32 +01:00
script_viewport.hpp Fix: missing/duplicate documentation tags for scripts 2023-01-26 16:07:14 +01:00
script_waypoint.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_waypoint.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_waypointlist.cpp Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle 2023-02-18 09:58:02 +01:00
script_waypointlist.hpp Change: Use gender-neutral pronouns 2021-05-15 10:16:48 +02:00
script_window.cpp Codechange: add non-nullptr asserts in cases where it should never be nullptr 2023-01-14 21:15:23 +01:00
script_window.hpp.in Codechange: [CMake] Auto-fill list of #include in script_window.hpp (#10103) 2022-10-24 12:35:58 +02:00
squirrel_export.hpp.sq.in Change: rewrote squirrel_export in CMake 2020-07-16 00:53:26 +02:00