This website requires JavaScript.
Explore
Help
Sign In
miguel.horta
/
openttd-android
Watch
1
Star
0
Fork
0
You've already forked openttd-android
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
5446ece100b7e68012fc0fc27804e3e535cd7a1d
openttd-android
/
src
/
ai
T
History
Peter Nelson
18fb8e153f
Codechange: Add __FILE__/__LINE__ of WindowDesc to WindowDesc.
...
This is to allow unit-tests to produce more useful output.
2023-11-02 22:25:01 +00:00
..
ai_config.cpp
Codechange: use std::string for script info/library finding
2023-05-14 22:54:10 +02:00
ai_config.hpp
Codechange: use std::string for script info/library finding
2023-05-14 22:54:10 +02:00
ai_core.cpp
Codechange: use fmt::format_to to format the help message
2023-05-20 16:50:03 +02:00
ai_gui.cpp
Codechange: Add __FILE__/__LINE__ of WindowDesc to WindowDesc.
2023-11-02 22:25:01 +00: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: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
ai_info.hpp
Codechange: use std::string for script library category
2023-05-14 22:54:10 +02:00
ai_instance.cpp
Codechange: replace 'const char *' script API parameters with std::string
2023-05-14 22:54:10 +02: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: replace x.size() == 0 with x.empty()
2023-10-20 23:05:43 +02:00
ai_scanner.hpp
Codechange: use std::string for script info/library finding
2023-05-14 22:54:10 +02:00
ai.hpp
Codechange: use fmt::format_to to format the help message
2023-05-20 16:50:03 +02:00
CMakeLists.txt
Add: introduce CMake for project management
2020-06-05 19:36:05 +02:00