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
Peter Nelson a0dfb76e34 Codechange: Replace mishmash of types for widget index with WidgetID.
Indices were stored as int, but often passed around as uint/uint8_t and casts.

Now they should all use WidgetID.
9 months ago
..
ai
game
CMakeLists.txt
Doxyfile_AI.in
Doxyfile_GS.in
ai_changelog.hpp
doxygen_filter.awk
doxygen_filter.sh
game_changelog.hpp
script_accounting.cpp
script_accounting.hpp
script_admin.cpp
script_admin.hpp
script_airport.cpp Fix #11629: AirportGetNearestTown for rotated airports (#11631) 9 months ago
script_airport.hpp
script_asyncmode.cpp Fix: [Script] Properly store the previous AsyncMode state (#11587) 10 months ago
script_asyncmode.hpp
script_base.cpp
script_base.hpp
script_basestation.cpp Fix: Add missing includes to timers from script implementation files (#11604) 9 months ago
script_basestation.hpp
script_bridge.cpp
script_bridge.hpp
script_bridgelist.cpp
script_bridgelist.hpp
script_cargo.cpp
script_cargo.hpp
script_cargolist.cpp
script_cargolist.hpp
script_cargomonitor.cpp
script_cargomonitor.hpp
script_client.cpp
script_client.hpp
script_clientlist.cpp
script_clientlist.hpp
script_company.cpp
script_company.hpp
script_companymode.cpp
script_companymode.hpp
script_controller.cpp
script_controller.hpp
script_date.cpp Codechange: Simplify ConvertDateToYMD by returning YearMonthDay instead of outputting to a pointer. (#11637) 9 months ago
script_date.hpp Fix: Add missing includes to timers from script implementation files (#11604) 9 months ago
script_depotlist.cpp
script_depotlist.hpp
script_engine.cpp Fix: Add missing includes to timers from script implementation files (#11604) 9 months ago
script_engine.hpp
script_enginelist.cpp
script_enginelist.hpp
script_error.cpp
script_error.hpp
script_event.cpp
script_event.hpp
script_event_types.cpp Codechange: Use max_element to find highest cargo amount. 10 months ago
script_event_types.hpp Codechange: Replace mishmash of types for widget index with WidgetID. 9 months ago
script_execmode.cpp Fix #11585: Crash when cleaning AI/GS with nested AsyncMode. 10 months ago
script_execmode.hpp
script_game.cpp
script_game.hpp
script_gamesettings.cpp
script_gamesettings.hpp
script_goal.cpp
script_goal.hpp
script_group.cpp
script_group.hpp
script_grouplist.cpp
script_grouplist.hpp
script_includes.hpp.in
script_industry.cpp
script_industry.hpp
script_industrylist.cpp
script_industrylist.hpp
script_industrytype.cpp
script_industrytype.hpp
script_industrytypelist.cpp
script_industrytypelist.hpp
script_info_docs.hpp
script_infrastructure.cpp
script_infrastructure.hpp
script_league.cpp
script_league.hpp
script_list.cpp
script_list.hpp
script_log.cpp Change: Allow opening multiple script debug windows by holding Ctrl. 9 months ago
script_log.hpp
script_log_types.hpp Add: Horizontal scroll for script debug log (#11597) 9 months ago
script_map.cpp
script_map.hpp
script_marine.cpp
script_marine.hpp
script_newgrf.cpp
script_newgrf.hpp
script_news.cpp
script_news.hpp
script_object.cpp
script_object.hpp
script_objecttype.cpp
script_objecttype.hpp
script_objecttypelist.cpp
script_objecttypelist.hpp
script_order.cpp
script_order.hpp
script_priorityqueue.cpp
script_priorityqueue.hpp
script_rail.cpp
script_rail.hpp
script_railtypelist.cpp
script_railtypelist.hpp
script_road.cpp
script_road.hpp
script_roadtypelist.cpp
script_roadtypelist.hpp
script_sign.cpp
script_sign.hpp
script_signlist.cpp
script_signlist.hpp
script_station.cpp
script_station.hpp
script_stationlist.cpp
script_stationlist.hpp
script_story_page.cpp
script_story_page.hpp
script_storypageelementlist.cpp
script_storypageelementlist.hpp
script_storypagelist.cpp
script_storypagelist.hpp
script_subsidy.cpp
script_subsidy.hpp
script_subsidylist.cpp
script_subsidylist.hpp
script_testmode.cpp Fix #11585: Crash when cleaning AI/GS with nested AsyncMode. 10 months ago
script_testmode.hpp
script_text.cpp
script_text.hpp
script_tile.cpp
script_tile.hpp
script_tilelist.cpp
script_tilelist.hpp
script_town.cpp Codechange: Use town zone constants instead of magic numbers 10 months ago
script_town.hpp
script_townlist.cpp
script_townlist.hpp
script_tunnel.cpp
script_tunnel.hpp
script_types.hpp
script_vehicle.cpp
script_vehicle.hpp
script_vehiclelist.cpp
script_vehiclelist.hpp
script_viewport.cpp
script_viewport.hpp
script_waypoint.cpp
script_waypoint.hpp
script_waypointlist.cpp
script_waypointlist.hpp
script_window.cpp
script_window.hpp.in
squirrel_export.hpp.sq.in