OpenTTD/src/ai
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
..
ai_config.cpp Codechange: Simplify AI/GameConfig::GetConfig. (#13900) 2025-03-26 21:53:05 +00:00
ai_config.hpp Codechange: Use std::unique_ptr for ai/game config. 2025-03-26 10:54:11 +00:00
ai_core.cpp Codechange: Pass ContentInfo by reference. 2025-04-11 23:08:59 +01:00
ai_gui.cpp Fix: Closing the Game Options window closes all textfile windows. 2025-05-04 19:36:46 +01:00
ai_gui.hpp Codechange: move windows common to AI and GS out of ai_gui 2023-02-05 19:27:25 +01:00
ai_info.cpp Codechange: use std::string_view for sq_pushstring 2025-05-03 23:02:09 +02:00
ai_info.hpp Codechange: Pass Script engine by reference. 2025-04-28 23:08:20 +01:00
ai_instance.cpp Codechange: Pass Script engine by reference. 2025-04-28 23:08:20 +01:00
ai_instance.hpp Codechange: replace 'const char *' script API parameters with std::string 2023-05-14 22:54:10 +02:00
ai_scanner.cpp Codechange: Pass Script Info by reference. 2025-04-28 23:08:20 +01:00
ai_scanner.hpp Codechange: Pass Script Info by reference. 2025-04-28 23:08:20 +01:00
ai.hpp Codechange: Pass ContentInfo by reference. 2025-04-11 23:08:59 +01:00
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00