Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-17 | Merge pull request #67463 from aaronfranke/num-real-negative | Rémi Verschelde | |
Fix big negative numbers printing incorrect decimals in `num_real` | |||
2022-10-17 | Merge pull request #67514 from timothyqiu/defer | Rémi Verschelde | |
Fix memory leak when `_ensure_cache_for_size()` fails | |||
2022-10-17 | Merge pull request #67469 from anvilfolk/resource-load-clarification | Rémi Verschelde | |
Clarified reason why a resource cannot be preload()'ed | |||
2022-10-17 | Merge pull request #67491 from Paulb23/fix-undo-redo-viewport-adjust | Rémi Verschelde | |
Fix undo redo not adjusting TextEdit viewport to caret | |||
2022-10-17 | Merge pull request #67485 from kdada/kdada/master | Rémi Verschelde | |
Fix peer visiblity in SceneReplicationInterface._update_sync_visibility | |||
2022-10-17 | Merge pull request #64277 from KoBeWi/script_editor🧹🧹 | Rémi Verschelde | |
Reorganize script editor menu | |||
2022-10-17 | Merge pull request #67411 from rburing/editor_cast_rays_in_physics_process | Rémi Verschelde | |
Node3D editor: cast rays in `NOTIFICATION_PHYSICS_PROCESS` | |||
2022-10-17 | Merge pull request #67458 from ↵ | Rémi Verschelde | |
Sauermann/fix-expose-viewport-get-screen-transform Expose Viewport::get_screen_transform to GDScript | |||
2022-10-17 | Merge pull request #67322 from ztc0611/add-ios-ui-options | Rémi Verschelde | |
Add iOS UI Options | |||
2022-10-17 | Merge pull request #67428 from aaronfranke/gltf-additional-data | Rémi Verschelde | |
Add a way to store additional data in GLTFState and GLTFNode | |||
2022-10-17 | Merge pull request #67441 from Zylann/fix_tileset_editor_mutex | Rémi Verschelde | |
Fix case where mutex is never unlocked | |||
2022-10-17 | Merge pull request #67118 from Mickeon/⬛ | Rémi Verschelde | |
Fix Typed Array of Objects not accepting `null`. | |||
2022-10-17 | Merge pull request #67259 from lucasnlm/optimiza-android-export | Fredia Huya-Kouadio | |
Optimize Android export process | |||
2022-10-17 | Merge pull request #67488 from Iniquitatis/patch-1 | Yuri Rubinsky | |
2022-10-17 | Fix memory leak when `_ensure_cache_for_size()` fails | Haoyu Qiu | |
2022-10-17 | Merge pull request #67440 from raulsntos/dotnet/bindings-conflicts | Ignacio Roldán Etcheverry | |
Guard against more potential conflicts in C# bindings generator | |||
2022-10-16 | Clarified reason why a resource cannot be loaded. | João Martins | |
2022-10-16 | Fix undo redo not adjusting TextEdit viewport to caret | Paulb23 | |
2022-10-16 | Fix MultiplayerSynchronizer peer visibility | Wei Guo | |
2022-10-16 | Merge pull request #67477 from Chaosus/plane_constructor | Yuri Rubinsky | |
2022-10-16 | Fix missing parenthesis in the documentation | Dominus Iniquitatis | |
2022-10-16 | Add a `Plane(Vector3, Vector3)` constructor for C# | Yuri Rubinsky | |
2022-10-16 | Merge pull request #66979 from rburing/gdextension_abstract_class | Rémi Verschelde | |
GDExtension: add support for virtual and abstract classes | |||
2022-10-16 | GDExtension: add support for abstract and virtual classes | Ricardo Buring | |
2022-10-15 | Fix big negative numbers printing incorrect decimals in num_real | Aaron Franke | |
2022-10-15 | Expose Viewport::get_screen_transform to GDScript | Markus Sauermann | |
2022-10-15 | Add a way to store additional data in GLTFState and GLTFNode | Aaron Franke | |
2022-10-15 | Fix case where mutex is never unlocked | Marc Gilleron | |
2022-10-15 | Merge pull request #63332 from KoBeWi/static_images_aka_photos | Rémi Verschelde | |
Make some Image methods static | |||
2022-10-15 | Merge pull request #67403 from bitbrain/rename-to-position | Rémi Verschelde | |
Rename `pos` to `index` on Node | |||
2022-10-15 | Merge pull request #67416 from clayjohn/GLES3-primitive | Rémi Verschelde | |
Fix drawing of 2D primitives in OpenGL3 renderer | |||
2022-10-15 | Merge pull request #65281 from MisterMX/zip-module | Rémi Verschelde | |
Expose minizip API to allow creating zips using scripts | |||
2022-10-15 | Merge pull request #67420 from KoBeWi/🍋🔫 | Rémi Verschelde | |
Separate Line and CurveLinear icons | |||
2022-10-15 | Merge pull request #67365 from clayjohn/GDScript-static-warning | Rémi Verschelde | |
Add STATIC_CALLED_ON_INSTANCE warning | |||
2022-10-15 | Merge pull request #67402 from clayjohn/GLES3-web-bug | Rémi Verschelde | |
Fix error in Web builds that resulting in 2D objects not drawing in the GLES3 backend | |||
2022-10-15 | Merge pull request #67393 from KoBeWi/🥕 | Rémi Verschelde | |
Preserve caret when updating EditorPropertyText | |||
2022-10-15 | Merge pull request #67383 from EricEzaM/67211-focus-input-box | Rémi Verschelde | |
Focus EventListener when InputEventConfigurationDialog is opened. | |||
2022-10-15 | Guard against more potential conflicts in C# bindings generator | Raul Santos | |
2022-10-15 | Separate Line and CurveLinear icons | kobewi | |
2022-10-14 | Fix drawing of 2D primitives in OpenGL3 renderer | clayjohn | |
Previously the wrong vertices were used when assembling the second triangle of a quad | |||
2022-10-14 | Node3D editor: cast rays in NOTIFICATION_PHYSICS_PROCESS | Ricardo Buring | |
Fixes crashes in the editor with threaded physics (when dragging a scene into the viewport or when snapping a node to the floor). | |||
2022-10-14 | Expose minizip API to allow creating zips using scripts | Marcelo Fernandez | |
Co-authored-by: Marcelo Fernandez <marcelofg55@gmail.com> Co-authored-by: James Westman <flyingpimonster@gmail.commail> Co-authored-by: MisterMX <mbxd12@web.de> Signed-off-by: MisterMX <mbxd12@web.de> | |||
2022-10-14 | Rename pos -> index on Node | Miguel Gonzalez Sanchez | |
2022-10-14 | Fix error in Web builds that resulting in 2D | clayjohn | |
objects not drawing in the GLES3 backend. Issue came from not binding a light UBO when using the DISABLE_LIGHTING code path | |||
2022-10-14 | Add STATIC_CALLED_ON_INSTANCE warning to highlight | clayjohn | |
when static functions are called directly from objects | |||
2022-10-14 | Reorganize script editor menu | kobewi | |
2022-10-14 | Preserve caret when updating EditorPropertyText | kobewi | |
2022-10-14 | Make some Image methods static | kobewi | |
2022-10-14 | Merge pull request #67385 from ↵ | Rémi Verschelde | |
Sauermann/fix-viewport-mouse-position-update-on-subwindows | |||
2022-10-14 | Merge pull request #67389 from bruvzg/le_no_spam | Rémi Verschelde | |