You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/game
Jonathan G Rennison 189a6df4e1 Fix use after free when rescanning scripts with GS selected
See: #465
https://github.com/OpenTTD/OpenTTD/issues/10274
2 years ago
..
CMakeLists.txt Feature: [UI] Split AI/Game Script configuration windows and add them to world gen window (#10058) 2 years ago
game.hpp Fix #10073: Stop truncating output of list_ai and friends commands 2 years ago
game_config.cpp
game_config.hpp
game_core.cpp Fix use after free when rescanning scripts with GS selected 2 years ago
game_gui.cpp Merge tag '13.0-beta2' into jgrpp 2 years ago
game_gui.hpp Feature: [UI] Split AI/Game Script configuration windows and add them to world gen window (#10058) 2 years ago
game_info.cpp Merge branch 'master' into jgrpp-beta 3 years ago
game_info.hpp
game_instance.cpp Codechange: Add support for additional command result values. 3 years ago
game_instance.hpp Codechange: Pass unpacked command arguments to command callbacks (except Script). 3 years ago
game_scanner.cpp Codechange: use C++11 constructs for for-each loops (#8432) 4 years ago
game_scanner.hpp
game_text.cpp Cleanup: remove some unneeded c_str() calls 3 years ago
game_text.hpp