virtualx-engine/tests/core
Rémi Verschelde 11518665b7
Codestyle: Don't use auto where not warranted
We allow using auto for lambdas or complex macros where a return type
may change based on the parameters. But where the type is clear, we
should be explicit.

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2023-09-07 16:15:18 +02:00
..
config Fix ProjectSettings::localize_path for Windows paths 2023-07-26 16:18:31 +02:00
input Added tests to InputEvent 2023-07-17 17:48:34 +02:00
io Revert "Implement loading DDS textures at run-time" 2023-08-29 14:25:16 +02:00
math Add inverse hyperbolic functions asinh(), acosh() & atanh() 2023-09-01 01:27:56 +02:00
object Fix Object::notification order 2023-08-30 00:15:55 +02:00
os One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
string [String] Fix string conversion for -0.0 float values. 2023-09-05 11:32:55 +03:00
templates Fix PagedArray.merge_unordered() dropping pages 2023-02-16 19:58:27 -05:00
threads Revert "Implement parallel foreach() for easier multithreading" 2023-07-27 13:41:27 +02:00
variant Codestyle: Don't use auto where not warranted 2023-09-07 16:15:18 +02:00
test_crypto.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_hashing_context.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_time.h Explicitly cast to Variant's int type in Time tests 2023-02-20 14:46:21 -06:00