.. |
api
|
Codechange: Manage script event queue using smart pointers.
|
2025-04-18 19:47:28 +02: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
|
Codechange: Use std::unique_ptr for ai/game config.
|
2025-03-26 10:54:11 +00:00 |
script_config.hpp
|
Codechange: Use std::unique_ptr for ai/game config.
|
2025-03-26 10:54:11 +00: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: Rename CenterBounds to CentreBounds and move to geometry header. (#14002)
|
2025-04-14 23:55:40 +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: Manage script event queue using smart pointers.
|
2025-04-18 19:47:28 +02:00 |
script_instance.hpp
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01:00 |
script_scanner.cpp
|
Codechange: Pass ContentInfo by reference.
|
2025-04-11 23:08:59 +01:00 |
script_scanner.hpp
|
Codechange: Pass ContentInfo by reference.
|
2025-04-11 23:08:59 +01:00 |
script_storage.hpp
|
Codechange: Manage script event queue using smart pointers.
|
2025-04-18 19:47:28 +02:00 |
script_suspend.hpp
|
…
|
|
squirrel.cpp
|
Codechange: Make SQFile a buffered reader, based on StringConsumer.
|
2025-04-13 21:59:10 +02: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
|
Codechange: use std::move when appropriate
|
2025-03-13 13:00:24 +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
|
…
|
|