godot/platform/android/export
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
..
export.cpp Automatically generate the Android debug keystore 2024-04-12 23:53:28 -07:00
export.h [Export] Add readable descriptions and validation warnings to the export options. 2023-04-19 08:35:59 +03:00
export_plugin.cpp Reduce and prevent unnecessary random-access to `List` 2024-05-04 16:08:55 +02:00
export_plugin.h Merge pull request #90611 from m4gr3d/automatically_generate_debug_keystore 2024-04-22 12:52:03 +02:00
godot_plugin_config.cpp Re-architect how Android plugins are packaged and handled at export time 2023-07-18 19:14:53 +02:00
godot_plugin_config.h Re-architect how Android plugins are packaged and handled at export time 2023-07-18 19:14:53 +02:00
gradle_export_util.cpp Android: Allow using alternative Gradle build directory 2024-02-16 15:20:47 -06:00
gradle_export_util.h Android: Allow using alternative Gradle build directory 2024-02-16 15:20:47 -06:00
logo.svg SCons: Move platform logo/run icon to `export` folder 2023-06-20 13:16:37 +02:00
run_icon.svg SCons: Move platform logo/run icon to `export` folder 2023-06-20 13:16:37 +02:00