godot-cpp/include/godot_cpp
A Thousand Ships 12a1283663
[Core] 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`
2024-05-07 11:00:56 +02:00
..
classes Give compile-time error if registering a class without its own `_bind_methods()` function 2024-04-24 14:49:26 -05:00
core Merge pull request #1445 from dsnopek/classdb-enum-issue 2024-04-30 09:30:01 -05:00
templates [Core] Reduce and prevent unnecessary random-access to `List` 2024-05-07 11:00:56 +02:00
variant [Math] Add `is_finite` methods 2024-04-11 13:30:28 +02:00
godot.hpp Merge pull request #1397 from dsnopek/script-free-lists 2024-03-14 10:02:21 -05:00