OpenTTD/src/script
Peter Nelson ac76212b80 Fix: Closing the Game Options window closes all textfile windows.
Record the parent window that opens a textfile window so only child windows are closed instead of all.
2025-05-04 19:36:46 +01:00
..
api Codechange: use std::string_view for sq_pushstring 2025-05-03 23:02:09 +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: Add format_append as short-hand to format_to + back_inserter. 2025-04-29 20:26:23 +02:00
script_config.hpp Codechange: use const for std::string_view where appropriate 2025-04-29 10:15:18 +02: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 Fix: Closing the Game Options window closes all textfile windows. 2025-05-04 19:36:46 +01:00
script_gui.h Fix: Closing the Game Options window closes all textfile windows. 2025-05-04 19:36:46 +01:00
script_info_dummy.cpp Codechange: use std::string_view for squirrel compilation 2025-05-03 23:02:09 +02:00
script_info.cpp Codechange: use std::string_view for sq_getstring 2025-05-03 14:24:28 +02:00
script_info.hpp Codechange: use const for std::string_view where appropriate 2025-04-29 10:15:18 +02:00
script_instance.cpp Codechange: use std::string_view for sq_pushstring 2025-05-03 23:02:09 +02:00
script_instance.hpp Codechange: Pass ScriptInstance by reference. 2025-04-28 23:08:20 +01:00
script_scanner.cpp Codechange: Use more std::string_view. 2025-04-30 19:33:56 +02:00
script_scanner.hpp Codechange: Pass Script Info by reference. 2025-04-28 23:08:20 +01:00
script_storage.hpp Codechange: Manage script event queue using smart pointers. 2025-04-18 19:47:28 +02:00
script_suspend.hpp Codechange: Pass ScriptInstance by reference. 2025-04-28 23:08:20 +01:00
squirrel_class.hpp Codechange: Pass Script engine by reference. 2025-04-28 23:08:20 +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_helper.hpp Codechange: use std::string_view for sq_pushstring 2025-05-03 23:02:09 +02:00
squirrel_std.cpp Codechange: use std::string_view for SQ stack and function info 2025-05-03 23:02:09 +02:00
squirrel_std.hpp
squirrel.cpp Codechange: use string_view for squirrel parameter checks 2025-05-04 16:59:06 +02:00
squirrel.hpp Codechange: use std::optional<std::string_view> to make the intent of function clearer 2025-05-03 23:02:09 +02:00