.. |
CMakeLists.txt
|
Codechange: Add SpiralTileSequence to iterate over a tile area the same ways as CircularTileSearch.
|
2025-04-20 12:50:45 +02:00 |
bitmath_func.cpp
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
enum_over_optimisation.cpp
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
landscape_partial_pixel_z.cpp
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
math_func.cpp
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
mock_environment.h
|
Cleanup: Fix various spelling errors
|
2025-02-12 22:44:51 +01:00 |
mock_fontcache.h
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
mock_spritecache.cpp
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
mock_spritecache.h
|
Add: Mock sprite cache intialization.
|
2023-11-05 19:24:59 +00:00 |
string_builder.cpp
|
Codechange: provide 'sv' (string_view) literals globally
|
2025-04-28 23:39:33 +02:00 |
string_consumer.cpp
|
Codechange: provide 'sv' (string_view) literals globally
|
2025-04-28 23:39:33 +02:00 |
string_func.cpp
|
Codechange: remove const char* overloads when there are std::string_view and std::string& overloads
|
2025-04-29 10:14:53 +02:00 |
string_inplace.cpp
|
Codechange: provide 'sv' (string_view) literals globally
|
2025-04-28 23:39:33 +02:00 |
test_main.cpp
|
…
|
|
test_network_crypto.cpp
|
Codechange: use std::span for transferring data in network code
|
2025-04-28 17:53:18 +02:00 |
test_script_admin.cpp
|
Codechange: Pass ScriptInstance by reference.
|
2025-04-28 23:08:20 +01:00 |
test_window_desc.cpp
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
tilearea.cpp
|
Codechange: Remove CircularTileSearch.
|
2025-04-20 12:50:45 +02:00 |
utf8.cpp
|
Codechange: provide 'sv' (string_view) literals globally
|
2025-04-28 23:39:33 +02:00 |