godot/tests
A Thousand Ships 955d5affa8
Reduce and prevent unnecessary random-access to `List`
Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when
accessing a single element)

* Removed subscript operator, in favor of a more explicit `get`
* Added conversion from `Iterator` to `ConstIterator`
* Remade existing operations into other solutions when applicable
2024-05-04 16:08:55 +02:00
..
core Reduce and prevent unnecessary random-access to `List` 2024-05-04 16:08:55 +02:00
data Add unit tests for CryptoKey 2024-03-01 07:17:59 +00:00
python_build [Buildsystem] Fix encoding when reading files 2024-03-24 18:02:56 +01:00
scene Reduce and prevent unnecessary random-access to `List` 2024-05-04 16:08:55 +02:00
servers Merge pull request #81639 from MJacred/is_letter 2024-05-03 01:21:34 +02:00
SCsub SCons: Disable C++ exception handling 2023-08-16 10:23:34 +02:00
create_test.py [Buildsystem] Fix encoding when reading files 2024-03-24 18:02:56 +01:00
display_server_mock.h Merge pull request #86978 from kitbdev/multicaret-overhaul 2024-04-30 17:03:04 +02:00
test_macros.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_macros.h Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
test_main.cpp Reduce and prevent unnecessary random-access to `List` 2024-05-04 16:08:55 +02:00
test_main.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_tools.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_utils.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_validate_testing.h Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00