This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD
synced
2026-01-21 03:12:41 +01:00
Code
Issues
Releases
Wiki
Activity
Files
bdc17b18e1d0ed50d3818a8e0212ed7b00030739
OpenTTD
/
src
/
game
History
Michael Lutz
3e85e833a7
Codechange: Add support for additional command result values.
2021-12-16 22:28:32 +01:00
..
CMakeLists.txt
Add: introduce CMake for project management
2020-06-05 19:36:05 +02:00
game_config.cpp
…
game_config.hpp
…
game_core.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
game_info.cpp
Change: Heading for 13 now (
#9573
)
2021-09-25 13:48:03 +02:00
game_info.hpp
…
game_instance.cpp
Codechange: Add support for additional command result values.
2021-12-16 22:28:32 +01:00
game_instance.hpp
Codechange: Pass unpacked command arguments to command callbacks (except Script).
2021-12-16 22:28:32 +01:00
game_scanner.cpp
Codechange: use C++11 constructs for for-each loops (
#8432
)
2020-12-25 19:38:18 +01:00
game_scanner.hpp
…
game_text.cpp
Cleanup: remove some unneeded c_str() calls
2021-06-15 06:13:00 +02:00
game_text.hpp
Codechange: Store GS lang texts in std::strings.
2020-05-21 20:02:34 +02:00
game.hpp
…