OpenTTD/src/tests
Patric Stout 75f21065c9
Codechange: refactor DecodeHexText to a generic purpose ConvertHexToBytes (#11866)
DecodeHexText() does more than just decoding hex. ConvertHexToBytes()
now only does pure hex decoding. This required a bit of refactoring
for the code using DecodeHexText().
2024-01-22 19:42:47 +01: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 Remove: LeastCommonMultiple / GreatestCommonDivisor 2024-01-20 16:45:21 +01:00
mock_environment.h Add: WindowDesc unit test to validate NWidgetPart lists. 2023-11-05 19:24:59 +00:00
mock_fontcache.h Change: Allow TrueType fonts to provide our private-use glyphs. 2024-01-14 22:50:56 +01: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: refactor DecodeHexText to a generic purpose ConvertHexToBytes (#11866) 2024-01-22 19:42:47 +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 Add: unit test functionality using catch2 2023-04-16 18:58:21 +02:00
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::unique_ptr for all NWidgets. 2023-12-31 15:33:56 +00:00