.. |
api
|
Codefix: use Pool::Get if you know it's valid, especially if you don't check GetIfValid for nullptr
|
2025-03-10 12:46:29 +01:00 |
CMakeLists.txt
|
Codechange: move windows common to AI and GS out of ai_gui
|
2023-02-05 19:27:25 +01:00 |
script_cmd.h
|
Codechange: Pass unpacked command arguments to command callbacks (except Script).
|
2021-12-16 22:28:32 +01:00 |
script_config.cpp
|
Codefix: std::optional<const std::string> is weird; why is modifying the string copy not allowed?
|
2025-03-02 20:16:25 +01:00 |
script_config.hpp
|
Codefix: std::optional<const std::string> is weird; why is modifying the string copy not allowed?
|
2025-03-02 20:16:25 +01:00 |
script_fatalerror.hpp
|
…
|
|
script_gui.cpp
|
Codefix: use Pool::Get if you know it's valid, especially if you don't check GetIfValid for nullptr
|
2025-03-10 12:46:29 +01:00 |
script_gui.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
script_info.cpp
|
Codechange: Use EnumBitSet for ScriptConfigFlags. (#13669)
|
2025-02-28 18:57:40 +00:00 |
script_info.hpp
|
Codechange: initialise instance members
|
2025-03-09 20:41:03 +01:00 |
script_info_dummy.cpp
|
Codefix: std::move string leaves the old one in an undefined state
|
2025-03-09 22:19:54 +01:00 |
script_instance.cpp
|
Codechange: initialise instance members
|
2025-03-09 20:41:03 +01:00 |
script_instance.hpp
|
Codechange: initialise instance members
|
2025-03-09 20:41:03 +01:00 |
script_scanner.cpp
|
Codechange: use const auto & instead of making a copy
|
2025-03-08 21:33:17 +01:00 |
script_scanner.hpp
|
Codechange: use fmt::format_to to format the help message
|
2023-05-20 16:50:03 +02:00 |
script_storage.hpp
|
Codefix: Script's last_error is not a StringID. (#13227)
|
2025-01-01 21:35:41 +00:00 |
script_suspend.hpp
|
…
|
|
squirrel.cpp
|
Codechange: use std::allocator over malloc/free for Squirrel memory management
|
2025-03-03 16:42:17 +01:00 |
squirrel.hpp
|
Add: [Script] Framework for loading/saving selected ScriptObject
|
2025-03-02 13:41:12 +01:00 |
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.hpp
|
Add: [Scripts] "_typeof" metamethod
|
2025-02-18 21:19:15 +01:00 |
squirrel_helper_type.hpp
|
Codechange: automatic adding of _t to (u)int types, and WChar to char32_t
|
2023-07-19 19:30:14 +02:00 |
squirrel_std.cpp
|
Codechange: use C++ strings for constructing script file paths
|
2023-05-14 22:54:10 +02:00 |
squirrel_std.hpp
|
…
|
|