OpenTTD/src/game
Loïc Guilloux 4e26e33805
Change: Improve ScriptSettings windows (#11958)
2024-02-02 18:08:05 +00:00
..
CMakeLists.txt Feature: [UI] Split AI/Game Script configuration windows and add them to world gen window (#10058) 2022-11-10 21:39:09 +01:00
game.hpp Fix: [Script] Apply random deviation only at script start (#11944) 2024-02-01 10:48:40 +01:00
game_config.cpp Codechange: use std::string for script info/library finding 2023-05-14 22:54:10 +02:00
game_config.hpp Codechange: use std::string for script info/library finding 2023-05-14 22:54:10 +02:00
game_core.cpp Fix: [Script] Apply random deviation only at script start (#11944) 2024-02-01 10:48:40 +01:00
game_gui.cpp Change: Improve ScriptSettings windows (#11958) 2024-02-02 18:08:05 +00:00
game_gui.hpp Feature: [UI] Split AI/Game Script configuration windows and add them to world gen window (#10058) 2022-11-10 21:39:09 +01:00
game_info.cpp Remove: [Script] CONFIG_RANDOM from AddSetting flags (#11942) 2024-01-31 22:24:36 +00:00
game_info.hpp Codechange: use std::string for script library category 2023-05-14 22:54:10 +02:00
game_instance.cpp Codechange: replace 'const char *' script API parameters with std::string 2023-05-14 22:54:10 +02:00
game_instance.hpp Codechange: replace 'const char *' script API parameters with std::string 2023-05-14 22:54:10 +02:00
game_scanner.cpp Codechange: replace x.size() == 0 with x.empty() 2023-10-20 23:05:43 +02:00
game_scanner.hpp Codechange: use std::string for script info/library finding 2023-05-14 22:54:10 +02:00
game_text.cpp Fix: [Script] Improve ScriptText validation (#11721) 2024-01-18 18:06:30 +01:00
game_text.hpp Fix: [Script] Improve ScriptText validation (#11721) 2024-01-18 18:06:30 +01:00