1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/doc/classes
Fredia Huya-Kouadio a57a99f5bc Memory cleanup and optimizations
- Returns an empty list when there's not registered plugins, thus preventing the creation of spurious iterator objects

- Inline `Godot#getRotatedValues(...)` given it only had a single caller. This allows to remove the allocation of a float array on each call and replace it with float variables

- Disable sensor events by default. Sensor events can fired at 10-100s Hz taking cpu and memory resources. Now the use of sensor data is behind a project setting allowing projects that have use of it to enable it, while other projects don't pay the cost for a feature they don't use

- Create a pool of specialized input `Runnable` objects to prevent spurious, unbounded `Runnable` allocations

- Disable showing the boot logo for Android XR projects

- Delete locale references of jni strings
2024-08-16 09:27:41 -07:00
..
2024-07-15 14:35:12 +03:00
2024-07-05 13:48:56 +02:00
2024-06-18 11:06:31 -04:00
2024-06-18 11:06:31 -04:00
2024-06-18 11:06:31 -04:00
2024-06-22 19:58:45 -07:00
2024-05-09 14:36:28 +02:00
2024-05-14 19:22:50 +12:00
2024-04-13 15:18:12 -03:00
2024-02-18 21:54:21 +11:00
2024-02-18 21:54:21 +11:00
2024-04-23 08:28:48 +04:00
2024-02-19 16:43:42 +00:00
2024-06-15 18:21:05 +02:00
2024-06-15 18:21:05 +02:00
2024-01-24 16:53:09 +01:00