OpenTTD/src/script
Rubidium 7755f81bb8 Codechange: make explicit that virtual functions in a con/destructor are resolved statically
This as during construction the sub class has not been initialized yet, and
during destruction the sub class has already been destroyed, so the overriding
virtual function would be accessing uninitialized data.
2021-05-13 10:03:26 +02:00
..
api Codechange: Replace TILE_AREA_LOOP with range-based for loops 2021-05-13 00:13:54 +02:00
CMakeLists.txt Add: [CMake] Option to only build tools/docs 2020-12-13 22:46:46 +01:00
script_config.cpp Codechange: make explicit that virtual functions in a con/destructor are resolved statically 2021-05-13 10:03:26 +02: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 Change: [Script] Let Script_FatalError use std::string instead of const char * 2021-04-17 22:24:52 +02:00
script_info_dummy.cpp
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_instance.cpp Codechange: Replace FOR_ALL_SEARCHPATHS with range-based for loops 2021-05-03 19:46:57 +02: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: Replace FOR_ALL_TARS with range-based for loops 2021-05-03 19:46:57 +02:00
script_scanner.hpp Codechange: Use std::string in file scanners. 2020-12-27 13:19:25 +01:00
script_storage.hpp
script_suspend.hpp
squirrel_class.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
squirrel_helper_type.hpp
squirrel_helper.hpp
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
squirrel.cpp Fix: [MinGW] Set minimum OS version to Windows XP (#9135) 2021-04-29 14:26:08 +02: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