OpenTTD/src/script/api
2014-01-20 22:34:22 +00:00
..
ai (svn r25969) -Add: [Script] ScriptTown::GetFundBuildingsDuration. 2013-11-12 17:57:32 +00:00
game (svn r26012) -Add: new goal type that show a story page when clicked 2013-11-16 17:41:57 +00:00
template (svn r25967) -Add: [NoGo] GSTown::TOWN_GROWTH_NORMAL to reset a town growth rate set previously via GSTown::SetGrowthRate. 2013-11-12 17:56:35 +00:00
ai_changelog.hpp (svn r26137) -Merge: documentation updates from 1.3 branch 2013-11-29 13:15:02 +00:00
Doxyfile_AI (svn r25595) -Fix-ish: move the Doxygen .tag files into objs, so they are automatically ignored and removed upon mrproper/distclean. Furthermore remove the gamedocs folder too 2013-07-13 06:44:22 +00:00
Doxyfile_Game (svn r25595) -Fix-ish: move the Doxygen .tag files into objs, so they are automatically ignored and removed upon mrproper/distclean. Furthermore remove the gamedocs folder too 2013-07-13 06:44:22 +00:00
doxygen_filter.awk
doxygen_filter.sh
game_changelog.hpp (svn r26137) -Merge: documentation updates from 1.3 branch 2013-11-29 13:15:02 +00:00
generate_widget.awk
generate_widget.sh
script_accounting.cpp
script_accounting.hpp
script_admin.cpp
script_admin.hpp (svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts 2013-07-13 06:38:54 +00:00
script_airport.cpp
script_airport.hpp (svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753) 2013-08-09 18:43:44 +00:00
script_base.cpp
script_base.hpp
script_basestation.cpp (svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on 2013-06-27 19:57:41 +00:00
script_basestation.hpp
script_bridge.cpp (svn r26149) -Fix [FS#5825]: [Script] Various API functions did not check whether ScrtipRoad::SetCurrentRoadType was called appropiately. 2013-12-08 15:44:09 +00:00
script_bridge.hpp (svn r26149) -Fix [FS#5825]: [Script] Various API functions did not check whether ScrtipRoad::SetCurrentRoadType was called appropiately. 2013-12-08 15:44:09 +00:00
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_company.cpp (svn r26150) -Revert (r26120): EnforcePrecondition alters the last-error status and is only meant for commands. 2013-12-08 18:20:14 +00:00
script_company.hpp (svn r25808) -Fix (r25788): [Script] INVALID_EXPENSES should be called EXPENSES_INVALID in the script API 2013-10-02 21:44:31 +00:00
script_companymode.cpp
script_companymode.hpp
script_controller.cpp
script_controller.hpp (svn r26010) -Document [FS#5662]: The AI/GS library name to use in Import, is not the name given by GetName but GetInstanceName 2013-11-16 12:33:45 +00:00
script_date.cpp
script_date.hpp
script_depotlist.cpp
script_depotlist.hpp
script_engine.cpp
script_engine.hpp
script_enginelist.cpp
script_enginelist.hpp
script_error.cpp
script_error.hpp
script_event_types.cpp (svn r25809) -Fix: [Script] Decoding JSON data with an empty array from Admin port failed 2013-10-03 16:47:24 +00:00
script_event_types.hpp
script_event.cpp
script_event.hpp
script_execmode.cpp
script_execmode.hpp
script_game.cpp
script_game.hpp
script_gamesettings.cpp
script_gamesettings.hpp
script_goal.cpp (svn r26012) -Add: new goal type that show a story page when clicked 2013-11-16 17:41:57 +00:00
script_goal.hpp (svn r26012) -Add: new goal type that show a story page when clicked 2013-11-16 17:41:57 +00:00
script_group.cpp (svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on 2013-06-27 19:57:41 +00:00
script_group.hpp
script_grouplist.cpp
script_grouplist.hpp
script_industry.cpp
script_industry.hpp
script_industrylist.cpp
script_industrylist.hpp
script_industrytype.cpp
script_industrytype.hpp (svn r26164) -Doc: Fix Game Script API docs on that deity can build/prospect independent of advanced setting for that 2013-12-17 20:41:51 +00:00
script_industrytypelist.cpp
script_industrytypelist.hpp
script_info_docs.hpp (svn r26038) -Fix: Doxygen syntax. 2013-11-18 20:09:09 +00:00
script_infrastructure.cpp
script_infrastructure.hpp
script_list.cpp (svn r26072) -Cleanup: mark some unreachable default cases by NOT_REACHED() 2013-11-23 18:13:30 +00:00
script_list.hpp (svn r25579) -Fix [FS#5642] (r25577): doxygen generation failed + typo fix 2013-07-10 15:38:42 +00:00
script_log.cpp
script_log.hpp
script_map.cpp
script_map.hpp
script_marine.cpp
script_marine.hpp
script_news.cpp
script_news.hpp
script_object.cpp (svn r26093) -Fix (r26092): compilation error 2013-11-24 19:53:35 +00:00
script_object.hpp
script_order.cpp (svn r26148) -Fix [FS#5824] (r25735): Script API failed for vehicles with only implicit orders. 2013-12-08 15:13:06 +00:00
script_order.hpp (svn r25612) -Fix [FS#5648]: [AI] Don't return ERR_UNKNOWN when trying to move an order to its current location 2013-07-14 20:21:36 +00:00
script_rail.cpp (svn r25605) -Fix [FS#5641]: [Script] If a NewGRF returned station type that could not be built by an AI via callback 18, an unknown error would be thrown instead of falling back to the default station 2013-07-13 15:03:42 +00:00
script_rail.hpp (svn r25614) -Fix [FS#5651]: [Script] Give a slightly less generic error when removing inexisting rail 2013-07-15 18:19:26 +00:00
script_railtypelist.cpp
script_railtypelist.hpp
script_road.cpp (svn r26149) -Fix [FS#5825]: [Script] Various API functions did not check whether ScrtipRoad::SetCurrentRoadType was called appropiately. 2013-12-08 15:44:09 +00:00
script_road.hpp (svn r26149) -Fix [FS#5825]: [Script] Various API functions did not check whether ScrtipRoad::SetCurrentRoadType was called appropiately. 2013-12-08 15:44:09 +00:00
script_sign.cpp (svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on 2013-06-27 19:57:41 +00:00
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 (svn r25519) -Fix [FS#5614] (r25342): Select page to update by its id and not the page id 2013-06-29 14:54:07 +00:00
script_story_page.hpp (svn r26153) -Doc [FS#5826]: Fix copy-pasty. (krinn) 2013-12-09 18:38:07 +00:00
script_subsidy.cpp
script_subsidy.hpp
script_subsidylist.cpp
script_subsidylist.hpp
script_testmode.cpp
script_testmode.hpp
script_text.cpp (svn r25555) -Fix [FS#5632]: [Script] Texts from scripts were not validated before they were shown, causing an assertion to trigger 2013-07-04 16:36:47 +00:00
script_text.hpp (svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on 2013-06-27 19:57:41 +00:00
script_tile.cpp (svn r25815) -Fix [FS#5754]: ScriptTile::IsBuildableRectangle could report true for tiles outside of the map, if they happened to wrap around into a valid area. (Bolt) 2013-10-06 11:16:00 +00:00
script_tile.hpp
script_tilelist.cpp
script_tilelist.hpp
script_town.cpp (svn r26270) -Fix-ish: If ScriptTown::FoundTown fails to generate a new random town name, don't bother sending a command, but fail immediately. 2014-01-20 22:34:22 +00:00
script_town.hpp (svn r25969) -Add: [Script] ScriptTown::GetFundBuildingsDuration. 2013-11-12 17:57:32 +00:00
script_townlist.cpp
script_townlist.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 2011-12-19 20:57:23 +00:00
script_tunnel.cpp (svn r26149) -Fix [FS#5825]: [Script] Various API functions did not check whether ScrtipRoad::SetCurrentRoadType was called appropiately. 2013-12-08 15:44:09 +00:00
script_tunnel.hpp (svn r26149) -Fix [FS#5825]: [Script] Various API functions did not check whether ScrtipRoad::SetCurrentRoadType was called appropiately. 2013-12-08 15:44:09 +00:00
script_types.hpp
script_vehicle.cpp (svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on 2013-06-27 19:57:41 +00:00
script_vehicle.hpp
script_vehiclelist.cpp
script_vehiclelist.hpp
script_viewport.cpp
script_viewport.hpp (svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts 2013-07-13 06:38:54 +00:00
script_waypoint.cpp
script_waypoint.hpp
script_waypointlist.cpp
script_waypointlist.hpp
script_window.cpp
script_window.hpp (svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain. 2013-11-07 18:17:21 +00:00
squirrel_export.awk
squirrel_export.sh