.. |
ai
|
|
|
game
|
|
|
ai_changelog.hpp
|
Change: [Script] GetWaypointID to return the StationID of any waypoint
|
2025-02-03 08:41:59 +01:00 |
CMakeLists.txt
|
|
|
Doxyfile_AI.in
|
Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS
|
2025-01-28 18:56:58 +01:00 |
Doxyfile_GS.in
|
Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS
|
2025-01-28 18:56:58 +01:00 |
doxygen_filter.awk
|
|
|
doxygen_filter.sh
|
|
|
game_changelog.hpp
|
Codechange: Use enum class for NewsType.
|
2025-02-07 19:36:52 +00:00 |
script_accounting.cpp
|
|
|
script_accounting.hpp
|
|
|
script_admin.cpp
|
|
|
script_admin.hpp
|
|
|
script_airport.cpp
|
|
|
script_airport.hpp
|
Codechange: [Script] do not redefine types in the script API
|
2025-01-28 18:57:40 +01:00 |
script_asyncmode.cpp
|
|
|
script_asyncmode.hpp
|
Codechange: Add missing override specifiers.
|
2023-09-25 21:27:45 +01:00 |
script_base.cpp
|
|
|
script_base.hpp
|
Codechange: automatic adding of _t to (u)int types, and WChar to char32_t
|
2023-07-19 19:30:14 +02:00 |
script_basestation.cpp
|
|
|
script_basestation.hpp
|
Codechange: make script and internal NEW_STATION have the same value
|
2025-01-28 18:17:05 +01:00 |
script_bridge.cpp
|
Change: [Script] rename BridgeID to BridgeType in the script API
|
2025-01-22 22:23:38 +01:00 |
script_bridge.hpp
|
Codechange: [Script] do not redefine types in the script API
|
2025-01-28 18:57:40 +01:00 |
script_bridgelist.cpp
|
|
|
script_bridgelist.hpp
|
Codechange: Use SQInteger for generic numbers in script_bridgelist
|
2023-03-06 00:32:12 +01:00 |
script_cargo.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_cargo.hpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_cargolist.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_cargolist.hpp
|
Codechange: [Script] do not redefine types in the script API
|
2025-01-28 18:57:40 +01:00 |
script_cargomonitor.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_cargomonitor.hpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_client.cpp
|
|
|
script_client.hpp
|
|
|
script_clientlist.cpp
|
|
|
script_clientlist.hpp
|
|
|
script_company.cpp
|
Codechange: Remove CCountedPtr.
|
2024-10-16 21:52:00 +01:00 |
script_company.hpp
|
Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS
|
2025-01-28 18:56:58 +01:00 |
script_companymode.cpp
|
|
|
script_companymode.hpp
|
|
|
script_controller.cpp
|
|
|
script_controller.hpp
|
Codechange: [Script] do not redefine types in the script API
|
2025-01-28 18:57:40 +01:00 |
script_date.cpp
|
|
|
script_date.hpp
|
|
|
script_depotlist.cpp
|
|
|
script_depotlist.hpp
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
script_engine.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_engine.hpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_enginelist.cpp
|
Codechange: Use locals for company/deity mode during script loops. (#11686)
|
2024-01-05 08:32:43 +00:00 |
script_enginelist.hpp
|
|
|
script_error.cpp
|
|
|
script_error.hpp
|
|
|
script_event_types.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_event_types.hpp
|
Codechange: [Script] do not redefine types in the script API
|
2025-01-28 18:57:40 +01:00 |
script_event.cpp
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
script_event.hpp
|
Add: [Script] Event for when a company's president name changes
|
2025-01-14 11:35:35 +01:00 |
script_execmode.cpp
|
Fix #11585: Crash when cleaning AI/GS with nested AsyncMode.
|
2023-12-14 20:54:31 +00:00 |
script_execmode.hpp
|
|
|
script_game.cpp
|
Add: precondition checks to functions that work with both valid company and deity
|
2023-03-08 22:33:47 +01:00 |
script_game.hpp
|
Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436)
|
2025-02-01 23:09:18 +00:00 |
script_gamesettings.cpp
|
Codechange: Use EnumBitSet for SettingFlags. (#13429)
|
2025-02-01 15:46:51 +00:00 |
script_gamesettings.hpp
|
Codechange: automatic adding of _t to (u)int types, and WChar to char32_t
|
2023-07-19 19:30:14 +02:00 |
script_goal.cpp
|
Codechange: [Script] replace some enums with constexpr values of the internal type
|
2025-02-01 02:38:37 +01:00 |
script_goal.hpp
|
Codechange: [Script] replace some enums with constexpr values of the internal type
|
2025-02-01 02:38:37 +01:00 |
script_group.cpp
|
Codechange: [Script] replace some enums with constexpr values of the internal type
|
2025-02-01 02:38:37 +01:00 |
script_group.hpp
|
Codechange: [Script] replace some enums with constexpr values of the internal type
|
2025-02-01 02:38:37 +01:00 |
script_grouplist.cpp
|
|
|
script_grouplist.hpp
|
Codefix: broken links and syntax issues in script API documentation
|
2024-05-10 13:17:19 +01:00 |
script_includes.hpp.in
|
|
|
script_industry.cpp
|
Codechange: Use EnumBitSet for IndustryBehaviours.
|
2025-02-07 12:30:06 +00:00 |
script_industry.hpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_industrylist.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_industrylist.hpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_industrytype.cpp
|
Codechange: Use EnumBitSet for IndustryBehaviours.
|
2025-02-07 12:30:06 +00:00 |
script_industrytype.hpp
|
Codechange: [Script] do not redefine types in the script API
|
2025-01-28 18:57:40 +01:00 |
script_industrytypelist.cpp
|
|
|
script_industrytypelist.hpp
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
script_info_docs.hpp
|
Codechange: Unify naming of squirrel built-in types in Script API docs
|
2024-05-10 13:17:19 +01:00 |
script_infrastructure.cpp
|
|
|
script_infrastructure.hpp
|
Doc: [Script] Extend API documentation on calendar- vs economy-time
|
2024-05-10 13:17:19 +01:00 |
script_league.cpp
|
Codechange: [Script] replace some enums with constexpr values of the internal type
|
2025-02-01 02:38:37 +01:00 |
script_league.hpp
|
Codechange: [Script] replace some enums with constexpr values of the internal type
|
2025-02-01 02:38:37 +01:00 |
script_list.cpp
|
|
|
script_list.hpp
|
Codechange: Space between template and < (#13278)
|
2025-01-04 17:56:14 +00:00 |
script_log_types.hpp
|
|
|
script_log.cpp
|
|
|
script_log.hpp
|
|
|
script_map.cpp
|
|
|
script_map.hpp
|
|
|
script_marine.cpp
|
Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers
|
2023-03-06 22:34:09 +01:00 |
script_marine.hpp
|
Codechange: [Script] do not redefine types in the script API
|
2025-01-28 18:57:40 +01:00 |
script_newgrf.cpp
|
Codechange: Use EnumBitSet for GRFConfigFlags.
|
2025-02-02 10:49:45 +00:00 |
script_newgrf.hpp
|
|
|
script_news.cpp
|
|
|
script_news.hpp
|
Codechange: Use enum class for NewsReferenceType.
|
2025-02-07 19:36:52 +00:00 |
script_object.cpp
|
|
|
script_object.hpp
|
Codechange: Space between template and < (#13278)
|
2025-01-04 17:56:14 +00:00 |
script_objecttype.cpp
|
Codechange: replace BSWAP32/BSWAP16 with std::byteswap
|
2025-01-28 19:22:12 +01:00 |
script_objecttype.hpp
|
|
|
script_objecttypelist.cpp
|
|
|
script_objecttypelist.hpp
|
|
|
script_order.cpp
|
Codechange: change DestinationID into class with conversion helpers
|
2025-02-06 21:03:24 +01:00 |
script_order.hpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_priorityqueue.cpp
|
|
|
script_priorityqueue.hpp
|
Codechange: Unify naming of squirrel built-in types in Script API docs
|
2024-05-10 13:17:19 +01:00 |
script_rail.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_rail.hpp
|
Codechange: [Script] do not redefine types in the script API
|
2025-01-28 18:57:40 +01:00 |
script_railtypelist.cpp
|
|
|
script_railtypelist.hpp
|
|
|
script_road.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_road.hpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_roadtypelist.cpp
|
Codechange: Use locals for company/deity mode during script loops. (#11686)
|
2024-01-05 08:32:43 +00:00 |
script_roadtypelist.hpp
|
|
|
script_sign.cpp
|
|
|
script_sign.hpp
|
Codechange: [Script] do not redefine types in the script API
|
2025-01-28 18:57:40 +01:00 |
script_signlist.cpp
|
|
|
script_signlist.hpp
|
|
|
script_station.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_station.hpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_stationlist.cpp
|
Codechange: change DestinationID into class with conversion helpers
|
2025-02-06 21:03:24 +01:00 |
script_stationlist.hpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_story_page.cpp
|
Codechange: [Script] replace some enums with constexpr values of the internal type
|
2025-02-01 02:38:37 +01:00 |
script_story_page.hpp
|
Codechange: [Script] replace some enums with constexpr values of the internal type
|
2025-02-01 02:38:37 +01:00 |
script_storypageelementlist.cpp
|
Codechange: [Script] replace some enums with constexpr values of the internal type
|
2025-02-01 02:38:37 +01:00 |
script_storypageelementlist.hpp
|
Codechange: [Script] replace some enums with constexpr values of the internal type
|
2025-02-01 02:38:37 +01:00 |
script_storypagelist.cpp
|
|
|
script_storypagelist.hpp
|
|
|
script_subsidy.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_subsidy.hpp
|
Codechange: [Script] do not redefine types in the script API
|
2025-01-28 18:57:40 +01:00 |
script_subsidylist.cpp
|
|
|
script_subsidylist.hpp
|
|
|
script_testmode.cpp
|
Fix #11585: Crash when cleaning AI/GS with nested AsyncMode.
|
2023-12-14 20:54:31 +00:00 |
script_testmode.hpp
|
|
|
script_text.cpp
|
|
|
script_text.hpp
|
|
|
script_tile.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_tile.hpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_tilelist.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_tilelist.hpp
|
Codechange: [Script] do not redefine types in the script API
|
2025-01-28 18:57:40 +01:00 |
script_town.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_town.hpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
script_townlist.cpp
|
|
|
script_townlist.hpp
|
|
|
script_tunnel.cpp
|
Codechange: use INVALID_TOWN instead of 0 to denote 'not applicable'
|
2025-01-19 16:54:42 +01:00 |
script_tunnel.hpp
|
|
|
script_types.hpp
|
Doc: [Script] some IDs were not mentioned in script_types.hpp
|
2025-01-28 18:57:40 +01:00 |
script_vehicle.cpp
|
Fix: [Script] Wrong return value for failed preconditions Vehicle::CloneVehicle
|
2025-02-02 18:01:08 +01:00 |
script_vehicle.hpp
|
Codechange: [Script] do not redefine types in the script API
|
2025-01-28 18:57:40 +01:00 |
script_vehiclelist.cpp
|
Codechange: [Script] replace some enums with constexpr values of the internal type
|
2025-02-01 02:38:37 +01:00 |
script_vehiclelist.hpp
|
|
|
script_viewport.cpp
|
Codechange: use GSCompanyMode::IsValid, IsDeity, and the precondition helpers
|
2023-03-06 22:34:09 +01:00 |
script_viewport.hpp
|
|
|
script_waypoint.cpp
|
Change: [Script] GetWaypointID to return the StationID of any waypoint
|
2025-02-03 08:41:59 +01:00 |
script_waypoint.hpp
|
Change: [Script] GetWaypointID to return the StationID of any waypoint
|
2025-02-03 08:41:59 +01:00 |
script_waypointlist.cpp
|
Codechange: change DestinationID into class with conversion helpers
|
2025-02-06 21:03:24 +01:00 |
script_waypointlist.hpp
|
Change: Use gender-neutral pronouns
|
2021-05-15 10:16:48 +02:00 |
script_window.cpp
|
Codechange: Use SQInteger for generic numbers in script_window
|
2023-03-06 00:32:12 +01:00 |
script_window.hpp.in
|
|
|
squirrel_export.hpp.sq.in
|
|
|