.. |
api
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00: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
|
Change: [Script] Let Script_FatalError use std::string instead of const char *
|
2021-04-17 22:24:52 +02:00 |
script_gui.cpp
|
Codechange: Move to GetWidgetString for script windows.
|
2025-03-03 21:23:13 +00: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: Remove CCountedPtr.
|
2024-10-16 21:52:00 +01:00 |
script_info_dummy.cpp
|
Codechange: use fmt::format to create dummy scripts
|
2023-05-14 22:54:10 +02:00 |
script_instance.cpp
|
Add: [Script] Framework for loading/saving selected ScriptObject
|
2025-03-02 13:41:12 +01:00 |
script_instance.hpp
|
Add: [Script] Framework for loading/saving selected ScriptObject
|
2025-03-02 13:41:12 +01:00 |
script_scanner.cpp
|
Codechange: Replace all FILE * with FileHandle RAII class. (#12718)
|
2024-09-16 08:45:26 +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
|
…
|
|