OpenTTD/src/script
Patric Stout 9a3dbf3122
Fix 02e770ff: allow estimating CloneVehicle if short on money (#8748)
CheckCompanyHasMoney() was also executed when not using DC_EXEC,
resulting in an error about shortage of money instead of the
estimation.
This mostly is a problem for AI players, as they will have no
way to know how much it would have cost.
2021-02-26 16:22:58 +01:00
..
api Fix 02e770ff: allow estimating CloneVehicle if short on money (#8748) 2021-02-26 16:22:58 +01:00
CMakeLists.txt Add: [CMake] Option to only build tools/docs 2020-12-13 22:46:46 +01:00
script_config.cpp Fix #6452: Reset only editable and visible settings from GUI (#7890) 2020-12-27 15:05:47 +01:00
script_config.hpp Fix #6452: Reset only editable and visible settings from GUI (#7890) 2020-12-27 15:05:47 +01:00
script_fatalerror.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_info.cpp Codechange: Use std::string in file scanners. 2020-12-27 13:19:25 +01:00
script_info.hpp Codechange: Use std::string in file scanners. 2020-12-27 13:19:25 +01:00
script_info_dummy.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_instance.cpp Codechange: Convert some more FIO functions to take std::string. 2020-12-27 13:19:25 +01:00
script_instance.hpp Add: [Script] Native priority queue; useful e.g. for pathfinders. 2020-06-01 21:35:13 +02:00
script_scanner.cpp Codechange: Use std::string in file scanners. 2020-12-27 13:19:25 +01:00
script_scanner.hpp Codechange: Use std::string in file scanners. 2020-12-27 13:19:25 +01:00
script_storage.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
script_suspend.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel.cpp Fix: [NoAI] don't notify caught exceptions 2020-12-02 17:11:36 +00:00
squirrel.hpp Codechange: Add WARN_FORMAT to vseprintf and fix the cascade of warnings that followed 2020-06-27 14:51:14 +01:00
squirrel_class.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel_helper.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel_helper_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel_std.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
squirrel_std.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00