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
Jonathan G Rennison 0e7519f33e Merge branch 'more_cond_orders-sx' into jgrpp
# Conflicts:
#	config.lib
#	projects/openttd_vs100.vcxproj
#	projects/openttd_vs100.vcxproj.filters
#	projects/openttd_vs80.vcproj
#	projects/openttd_vs90.vcproj
#	src/order_gui.cpp
#	src/order_type.h
#	src/saveload/afterload.cpp
#	src/saveload/extended_ver_sl.cpp
6 years ago
..
ai Merge branch 'more_cond_orders-sx' into jgrpp 6 years ago
game Merge branch 'more_cond_orders-sx' into jgrpp 6 years ago
template Merge branch 'master' into jgrpp 6 years ago
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 11 years ago
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 11 years ago
ai_changelog.hpp Doc: Changed several files to unificate them... (#6964) 6 years ago
doxygen_filter.awk (svn r23650) -Fix: wrong functions were filtered for AI/GameScript doxygen documentation 13 years ago
doxygen_filter.sh (svn r23610) -Add: Doxygen files for NoGo API (Yexo) 13 years ago
game_changelog.hpp Add: AI/GS GetMonthlyMaintenanceCost (#6897) 6 years ago
generate_widget.awk (svn r24664) -Codechange: Add script to generate enums in script_window.hpp 12 years ago
generate_widget.sh (svn r24664) -Codechange: Add script to generate enums in script_window.hpp 12 years ago
script_accounting.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_accounting.hpp (svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs 12 years ago
script_admin.cpp (svn r26774) -Cleanup [Squirrel]: remove _SC macro 10 years ago
script_admin.hpp (svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts 11 years ago
script_airport.cpp Merge branch 'master' into jgrpp 6 years ago
script_airport.hpp Add: AI/GS GetMonthlyMaintenanceCost (#6897) 6 years ago
script_base.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_base.hpp (svn r25148) -Fix [FS#5517]: [Script] XXBase::Chance function did not work for large values (>65535) 11 years ago
script_basestation.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_basestation.hpp (svn r26307) -Add: [nogo] Allow GS to hide story page date 11 years ago
script_bridge.cpp Prevent AIs/scripts from creating road custom bridge heads. 7 years ago
script_bridge.hpp (svn r26149) -Fix [FS#5825]: [Script] Various API functions did not check whether ScrtipRoad::SetCurrentRoadType was called appropiately. 11 years ago
script_bridgelist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_bridgelist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_cargo.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_cargo.hpp (svn r27316) -Doc: Improve documentation on ScriptCargo::GetCargoLabel 9 years ago
script_cargolist.cpp (svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore) 10 years ago
script_cargolist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_cargomonitor.cpp (svn r26685) -Fix: Tighten parameter bound checks on GSCargoMonitor functions, and return -1 on out-of-bound parameters. 10 years ago
script_cargomonitor.hpp (svn r26685) -Fix: Tighten parameter bound checks on GSCargoMonitor functions, and return -1 on out-of-bound parameters. 10 years ago
script_client.cpp Feature #6459: API for querying network clients from GS (#6736) 6 years ago
script_client.hpp Feature #6459: API for querying network clients from GS (#6736) 6 years ago
script_clientlist.cpp Feature #6459: API for querying network clients from GS (#6736) 6 years ago
script_clientlist.hpp Feature #6459: API for querying network clients from GS (#6736) 6 years ago
script_company.cpp (svn r27026) -Fix: some (older-ish) GCC compiler warnings 10 years ago
script_company.hpp Fix: Spelling errors (#6769) 6 years ago
script_companymode.cpp Fix #6966: Only allow switching to a valid company. 6 years ago
script_companymode.hpp (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC) 13 years ago
script_controller.cpp (svn r26774) -Cleanup [Squirrel]: remove _SC macro 10 years ago
script_controller.hpp (svn r27111) -Doc: Extend script documentation with Save and Load functions. 10 years ago
script_date.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_date.hpp (svn r26307) -Add: [nogo] Allow GS to hide story page date 11 years ago
script_depotlist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_depotlist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_engine.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_engine.hpp (svn r27123) -Fix [FS#5371] [FS#6214]: API docs (krinn) 10 years ago
script_enginelist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_enginelist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_error.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
script_error.hpp (svn r24982) -Fix [FS#5465]: [Script] Crash when passing too many parameters 12 years ago
script_event.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_event.hpp (svn r24291) -Add: [Script] ScriptEventRoadReconstruction. 12 years ago
script_event_types.cpp (svn r27020) -Cleanup: some coding style consistency improvements (mostly spaces) 10 years ago
script_event_types.hpp Fix: Spelling in code comment (#6984) 6 years ago
script_execmode.cpp (svn r27379) -Codechange: Do not throw in the destructors of ScriptTest/ExecMode. 9 years ago
script_execmode.hpp (svn r27543) -Fix (r27379): ScriptExec/TestMode::FinalRelease is not part of the API. 8 years ago
script_game.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_game.hpp (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
script_gamesettings.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_gamesettings.hpp (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
script_goal.cpp Feature: Add GS method to question a single client (#6748) 6 years ago
script_goal.hpp Feature: Add GS method to question a single client (#6748) 6 years ago
script_group.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_group.hpp (svn r24776) -Doc: Typo fixes, additions, and additional dots collected from various sources (including Eagle_rainbow, MinchinWeb) 12 years ago
script_grouplist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_grouplist.hpp (svn r23370) -Add: support @api tag in API header files, to select which API should receive the defined classes and functions 13 years ago
script_industry.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_industry.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_industrylist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_industrylist.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_industrytype.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_industrytype.hpp (svn r26164) -Doc: Fix Game Script API docs on that deity can build/prospect independent of advanced setting for that 11 years ago
script_industrytypelist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_industrytypelist.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_info_docs.hpp (svn r26038) -Fix: Doxygen syntax. 11 years ago
script_infrastructure.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_infrastructure.hpp (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed 13 years ago
script_list.cpp (svn r27594) -Fix [FS#6473]: [Script] Kill scripts, when a non-suspendable valuator call takes way too long. 8 years ago
script_list.hpp (svn r27104) -Fix [FS#6194]: support 64 bits integere in the ScriptLists as well 10 years ago
script_log.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
script_log.hpp (svn r24957) -Document [FS#5349]: newlines and other special characters are removed/converted 12 years ago
script_map.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_map.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_marine.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_marine.hpp (svn r23633) -Add: allow most build commands from GameScript given a CompanyMode is active in that scope 13 years ago
script_news.cpp (svn r27164) -Add: [NoGo] Game scripts can point to a location, station, industry, or town when publishing news. 9 years ago
script_news.hpp (svn r27164) -Add: [NoGo] Game scripts can point to a location, station, industry, or town when publishing news. 9 years ago
script_object.cpp Import combined Enhanced viewport: zoom out, overlays & tooltips (r53_27127) patch 9 years ago
script_object.hpp (svn r25342) -Add: StoryPage data structures and GS API 11 years ago
script_order.cpp Merge branch 'more_cond_orders-sx' into jgrpp 6 years ago
script_order.hpp Add: Conditional order for max. reliability (patch by Cirdan, #6360) (#7017) 6 years ago
script_rail.cpp Prevent AIs from creating or adding to rail custom bridge heads 6 years ago
script_rail.hpp (svn r25614) -Fix [FS#5651]: [Script] Give a slightly less generic error when removing inexisting rail 11 years ago
script_railtypelist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_railtypelist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_road.cpp (svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing conversions in initializer lists. 9 years ago
script_road.hpp (svn r26149) -Fix [FS#5825]: [Script] Various API functions did not check whether ScrtipRoad::SetCurrentRoadType was called appropiately. 11 years ago
script_sign.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_sign.hpp (svn r23636) -Add: introduce ScriptText in parameters where it can be used 13 years ago
script_signlist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_signlist.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_station.cpp Add setting to increase station catchment radius. 8 years ago
script_station.hpp Merge branch 'master' into jgrpp 6 years ago
script_stationlist.cpp Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation. 6 years ago
script_stationlist.hpp (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments 10 years ago
script_story_page.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_story_page.hpp (svn r26307) -Add: [nogo] Allow GS to hide story page date 11 years ago
script_storypageelementlist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_storypageelementlist.hpp (svn r26305) -Add: [nogo] ScriptStoryPageElementList() - a list of all story page elements for a given page 11 years ago
script_storypagelist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_storypagelist.hpp (svn r26304) -Fix (26303): Forgot to add new files 11 years ago
script_subsidy.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_subsidy.hpp (svn r26307) -Add: [nogo] Allow GS to hide story page date 11 years ago
script_subsidylist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_subsidylist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_testmode.cpp (svn r27379) -Codechange: Do not throw in the destructors of ScriptTest/ExecMode. 9 years ago
script_testmode.hpp (svn r27543) -Fix (r27379): ScriptExec/TestMode::FinalRelease is not part of the API. 8 years ago
script_text.cpp Remove ZeroedMemoryAllocator from ScriptText 8 years ago
script_text.hpp Remove ZeroedMemoryAllocator from ScriptText 8 years ago
script_tile.cpp Add setting to increase station catchment radius. 8 years ago
script_tile.hpp (svn r25213) -Fix [FS#5537]: clarify on which tiles IsDesertTile and IsSnowTile work, i.e. the ones without infrastructure or buildings 11 years ago
script_tilelist.cpp Add setting to increase station catchment radius. 8 years ago
script_tilelist.hpp (svn r27287) -Doc: Clarify radius and semantics of the industry producing/accepting tile functions. 9 years ago
script_town.cpp Change: Switch town growth rate and counter to actual game ticks (#6763) 6 years ago
script_town.hpp Change: Switch town growth rate and counter to actual game ticks (#6763) 6 years ago
script_townlist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_townlist.hpp (svn r23614) -Add: more API functions exposed to NoGo (part 1) 13 years ago
script_tunnel.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_tunnel.hpp (svn r26149) -Fix [FS#5825]: [Script] Various API functions did not check whether ScrtipRoad::SetCurrentRoadType was called appropiately. 11 years ago
script_types.hpp (svn r27757) -Change: Make StringID 32bit. 7 years ago
script_vehicle.cpp Add freight train load/unload mode: through load 6 years ago
script_vehicle.hpp (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
script_vehiclelist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_vehiclelist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_viewport.cpp Feature: GS methods to scroll viewport for players (#6745) 6 years ago
script_viewport.hpp Feature: GS methods to scroll viewport for players (#6745) 6 years ago
script_waypoint.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_waypoint.hpp (svn r23770) -Fix: compilation with GCC 4.7 13 years ago
script_waypointlist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_waypointlist.hpp (svn r23615) -Add: more API functions exposed to NoGo (part 2) 13 years ago
script_window.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_window.hpp Merge branch 'master' into jgrpp 6 years ago
squirrel_export.awk (svn r27545) -Fix: Remove special handling of classes with virtual methods from squirrel_export.awk. It seems to serve no purpose, except to break on 3 classes. 8 years ago
squirrel_export.sh (svn r23652) -Fix: don't include/document ScriptText for AIs. It is not usable 13 years ago