mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
955d5affa8
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 |
||
---|---|---|
.. | ||
editor_export_platform_pc.cpp | ||
editor_export_platform_pc.h | ||
editor_export_platform.cpp | ||
editor_export_platform.h | ||
editor_export_plugin.cpp | ||
editor_export_plugin.h | ||
editor_export_preset.cpp | ||
editor_export_preset.h | ||
editor_export.cpp | ||
editor_export.h | ||
export_template_manager.cpp | ||
export_template_manager.h | ||
project_export.cpp | ||
project_export.h | ||
SCsub |