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/ai/api
rubidium b4d4e5722a (svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels and bridges 14 years ago
..
Doxyfile (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_abstractlist.cpp (svn r19368) -Codechange: Return early in AIAbstractList::SetValue(), if the value is not modified. 15 years ago
ai_abstractlist.hpp (svn r19294) -Change: [NoAI] Remove HasNext() from all lists/iterators and add IsEnd() instead. 15 years ago
ai_abstractlist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_accounting.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_accounting.hpp (svn r18562) -Document: improve clarity of the AIAccounting class 15 years ago
ai_accounting.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_airport.cpp (svn r19465) -Codechange: support for multi-tile hangars 14 years ago
ai_airport.hpp (svn r17591) -Add [NoAI] [FS#3212]: AIAirport::IsAirportInformationAvailable. Also update several preconditions so it's now possible to get information on airports types that can no longer be build (small airport after 1960) 15 years ago
ai_airport.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_base.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_base.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_base.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_basestation.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ai_basestation.hpp (svn r17531) -Fix: wrong @file for ai_basestation.hpp 15 years ago
ai_basestation.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_bridge.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
ai_bridge.hpp (svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels and bridges 14 years ago
ai_bridge.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_bridgelist.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ai_bridgelist.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_bridgelist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_cargo.cpp (svn r18330) -Cleanup: remove some unneeded includes 15 years ago
ai_cargo.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_cargo.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_cargolist.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ai_cargolist.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_cargolist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_changelog.hpp (svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels and bridges 14 years ago
ai_company.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ai_company.hpp (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
ai_company.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_controller.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
ai_controller.hpp (svn r19775) -Fix: improper use of 'then' in few comments (ln) 14 years ago
ai_controller.hpp.sq (svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code 15 years ago
ai_date.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_date.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_date.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_depotlist.cpp (svn r19465) -Codechange: support for multi-tile hangars 14 years ago
ai_depotlist.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_depotlist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_engine.cpp (svn r19880) -Fix: [NoAI] AIEngine::IsValidEngine() and AIEngine::IsBuildable() returned false positives. Especially wagons of unavailable railtypes were reported available. 14 years ago
ai_engine.hpp (svn r19349) -Add: [NoAI] AIs can get the power, weight and tractive effort of a road vehicle. 15 years ago
ai_engine.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_enginelist.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_enginelist.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_enginelist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_error.cpp (svn r17692) -Codechange: minor coding style fixes 15 years ago
ai_error.hpp (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
ai_error.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_event.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_event.hpp (svn r17345) -Fix [FS#2769]: one wasn't offered to take over bankrupt companies anymore; caused by the introduction NoAI, although NewAI had the same problem too. 15 years ago
ai_event.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_event_types.cpp (svn r17898) -Fix: [NoAI] Improve behaviour of (AIEngine|AIEventEnginePreview)::GetCargoType() and AIEngine::CanRefitCargo() wrt. articulated vehicles. 15 years ago
ai_event_types.hpp (svn r17898) -Fix: [NoAI] Improve behaviour of (AIEngine|AIEventEnginePreview)::GetCargoType() and AIEngine::CanRefitCargo() wrt. articulated vehicles. 15 years ago
ai_event_types.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_execmode.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
ai_execmode.hpp (svn r18777) -Codechange: remove some unused parameters from a function 15 years ago
ai_execmode.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_gamesettings.cpp (svn r18955) -Feature: [NoAI] introduce GetBuildCost functions in several classes to get easier cost estimations before you start building 15 years ago
ai_gamesettings.hpp (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
ai_gamesettings.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_group.cpp (svn r18930) -Fix: [NoAI] Autoreplace is also valid for the default group. 15 years ago
ai_group.hpp (svn r18930) -Fix: [NoAI] Autoreplace is also valid for the default group. 15 years ago
ai_group.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_grouplist.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_grouplist.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_grouplist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_industry.cpp (svn r19773) -Add: [NoAI] AIIndustry::GetIndustryID(TileIndex) 14 years ago
ai_industry.hpp (svn r19775) -Fix: improper use of 'then' in few comments (ln) 14 years ago
ai_industry.hpp.sq (svn r19773) -Add: [NoAI] AIIndustry::GetIndustryID(TileIndex) 14 years ago
ai_industrylist.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ai_industrylist.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_industrylist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_industrytype.cpp (svn r19701) -Fix [FS#3787]: Check for industry availability more thoroughly and cancel object placement when selecting not available industries. 14 years ago
ai_industrytype.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_industrytype.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_industrytypelist.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ai_industrytypelist.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_industrytypelist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_info_docs.hpp (svn r19150) -Fix (r19143): some more locations could use updating 15 years ago
ai_list.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
ai_list.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_list.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_log.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_log.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_log.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_map.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
ai_map.hpp (svn r18558) -Cleanup (r18557): no need to document TILE_INVALID twice 15 years ago
ai_map.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_marine.cpp (svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL. 14 years ago
ai_marine.hpp (svn r18955) -Feature: [NoAI] introduce GetBuildCost functions in several classes to get easier cost estimations before you start building 15 years ago
ai_marine.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_object.cpp (svn r19494) -Codechange: Remove _error_message. 14 years ago
ai_object.hpp (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. 15 years ago
ai_order.cpp (svn r19464) -Codechange: move GetHangarTile to Airport 14 years ago
ai_order.hpp (svn r19775) -Fix: improper use of 'then' in few comments (ln) 14 years ago
ai_order.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_rail.cpp (svn r19704) -Codechange: unify the style of GSF enums; now they're plural instead of mixed 14 years ago
ai_rail.hpp (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
ai_rail.hpp.sq (svn r19591) -Add: [NoAI] AIRail::GetMaxSpeed(RailType) to get the speed limit of railtypes 14 years ago
ai_railtypelist.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_railtypelist.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_railtypelist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_road.cpp (svn r19249) -Fix [FS#3642](r18803): start and end tiles were swapped in CMD_REMOVE_LONG_ROAD 15 years ago
ai_road.hpp (svn r18986) -Fix (r18803): Make building long roads fail for AIs if there is an obstacle in the way. 15 years ago
ai_road.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_sign.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ai_sign.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_sign.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_signlist.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_signlist.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_signlist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_station.cpp (svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instead of CountBits() where possible 15 years ago
ai_station.hpp (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
ai_station.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_stationlist.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_stationlist.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_stationlist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_subsidy.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ai_subsidy.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_subsidy.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_subsidylist.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ai_subsidylist.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_subsidylist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_testmode.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
ai_testmode.hpp (svn r18777) -Codechange: remove some unused parameters from a function 15 years ago
ai_testmode.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_tile.cpp (svn r19635) -Fix (r19634): Forgot AI. 14 years ago
ai_tile.hpp (svn r18955) -Feature: [NoAI] introduce GetBuildCost functions in several classes to get easier cost estimations before you start building 15 years ago
ai_tile.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_tilelist.cpp (svn r18726) -Fix [FS#3463]: with non-uniform industries the 'supplies' text when building a station could be incorrect (missing a cargo) 15 years ago
ai_tilelist.hpp (svn r18721) -Codechange: simplify adding/removing rectangles of tiles from AITileLists 15 years ago
ai_tilelist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_town.cpp (svn r19455) -Codechange: split all airport information in Station to a seperate class 14 years ago
ai_town.hpp (svn r17294) -Add [NoAI]: AITown::GetLastMonthTransportedPercentage and AIIndustry::GetLastMonthTransportedPercentage 15 years ago
ai_town.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_townlist.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_townlist.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
ai_townlist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_tunnel.cpp (svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel. 14 years ago
ai_tunnel.hpp (svn r18683) -Fix: it's not an other 15 years ago
ai_tunnel.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_types.hpp (svn r18555) -Fix (r15027): fake definitions of squirrel types were wrong for eg. 64bit systems, don't use them 15 years ago
ai_vehicle.cpp (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions 15 years ago
ai_vehicle.hpp (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
ai_vehicle.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_vehiclelist.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
ai_vehiclelist.hpp (svn r17486) -Add [NoAI]: a vehicle list for all vehicle that are ordered to a specific depot 15 years ago
ai_vehiclelist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_waypoint.cpp (svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instead of CountBits() where possible 15 years ago
ai_waypoint.hpp (svn r19775) -Fix: improper use of 'then' in few comments (ln) 14 years ago
ai_waypoint.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
ai_waypointlist.cpp (svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypointType(). 15 years ago
ai_waypointlist.hpp (svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypointType(). 15 years ago
ai_waypointlist.hpp.sq (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
squirrel_export.awk (svn r19510) -Codechange: remove superfluous semicolons from *.sq files 14 years ago
squirrel_export.sh (svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code 15 years ago