This website requires JavaScript.
Explore
Help
Sign In
dave
/
openttd
Watch
1
Star
0
Fork
0
You've already forked openttd
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3fec8ece5a2e0e535712316f0676cd6f290ee07a
openttd
/
src
/
tests
History
Peter Nelson
b86182ab84
Codechange: Use std::map to provide indexed widget access.
...
This removes the need to determine the biggest widget index and replaces C-style memory handling.
2023-12-29 18:45:43 +00:00
..
CMakeLists.txt
Add: WindowDesc unit test to validate NWidgetPart lists.
2023-11-05 19:24:59 +00:00
landscape_partial_pixel_z.cpp
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
math_func.cpp
Codechange: automatic adding of _t to (u)int types, and WChar to char32_t
2023-07-19 19:30:14 +02:00
mock_environment.h
Add: WindowDesc unit test to validate NWidgetPart lists.
2023-11-05 19:24:59 +00:00
mock_fontcache.h
Add: MockFontCache for testing GUI code that only needs to know font sizes.
2023-11-05 19:24:59 +00:00
mock_spritecache.cpp
Add: Mock sprite cache intialization.
2023-11-05 19:24:59 +00:00
mock_spritecache.h
Add: Mock sprite cache intialization.
2023-11-05 19:24:59 +00:00
string_func.cpp
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
strings_func.cpp
Fix
#11181
: attempting to read string as int triggers assertion
2023-08-20 23:57:42 +02:00
test_main.cpp
…
test_script_admin.cpp
Cleanup: missing spaces before continuation * in some comments
2023-11-01 22:56:11 +01:00
test_window_desc.cpp
Codechange: Use std::map to provide indexed widget access.
2023-12-29 18:45:43 +00:00