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/tests
Jonathan G Rennison c0b8e58404 Codechange: Simplify SetBitIterator
Use FindFirstBit and KillFirstBit, allowing simpler iterator equality
Add simple test
5 months ago
..
CMakeLists.txt Codechange: Simplify SetBitIterator 5 months ago
bitmath_func.cpp Codechange: Simplify SetBitIterator 5 months ago
landscape_partial_pixel_z.cpp Codechange: Move includes for common STL headers to stdafx. 1 year ago
math_func.cpp Remove: LeastCommonMultiple / GreatestCommonDivisor 5 months ago
mock_environment.h Add: WindowDesc unit test to validate NWidgetPart lists. 8 months ago
mock_fontcache.h Change: Allow TrueType fonts to provide our private-use glyphs. 5 months ago
mock_spritecache.cpp Add: Mock sprite cache intialization. 8 months ago
mock_spritecache.h Add: Mock sprite cache intialization. 8 months ago
string_func.cpp Codechange: refactor DecodeHexText to a generic purpose ConvertHexToBytes (#11866) 5 months ago
strings_func.cpp Fix #11181: attempting to read string as int triggers assertion 10 months ago
test_main.cpp
test_script_admin.cpp Cleanup: missing spaces before continuation * in some comments 8 months ago
test_window_desc.cpp Codechange: Use std::unique_ptr for all NWidgets. 6 months ago