Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | 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 | |
2022-10-14 | Always update Viewport's last_mosue_position | Markus Sauermann | |
When the mouse cursor is over a embedded Window, the Viewport's last_mouse_position did not get updated. This patch makes sure that the update happens on every InputEventMouse. Document canvas layer of embedded Windows. | |||
2022-10-14 | Abort LineEdit shaping if no font is set to avoid unnecessary error messages. | bruvzg | |
2022-10-14 | Focus EventListener when InputEventConfigurationDialog is opened. | Eric M | |
2022-10-14 | Merge pull request #67370 from KoBeWi/queueueuedraw | Rémi Verschelde | |
Redraw 2D viewport when scene changes | |||
2022-10-14 | Merge pull request #67361 from clayjohn/GDScript-unused-return-warning | Rémi Verschelde | |
Implement RETURN_VALUE_DISCARDED warning in GDscript | |||
2022-10-14 | Merge pull request #66665 from Mickeon/editor-do-not-edit-inherited-signals | Rémi Verschelde | |
Do not allow editing Scene-inherited signal connections | |||
2022-10-14 | Merge pull request #67358 from neikeq/gitignore-jetbrains-fleet | Rémi Verschelde | |
Add JetBrains Fleet folder to gitignore | |||
2022-10-14 | Merge pull request #67381 from bruvzg/wine_no_audio_client_3 | Rémi Verschelde | |
Detect Wine and disable unsupported IAudioClient3 interface. | |||
2022-10-14 | Merge pull request #63607 from BastiaanOlij/fix_xr_origin | Rémi Verschelde | |
Add current setting to XROrigin3D and fix double positioning HMD | |||
2022-10-14 | Detect Wine and disable unsupported IAudioClient3 interface. | bruvzg | |
2022-10-14 | Redraw 2D viewport when scene changes | kobewi | |
2022-10-13 | Merge pull request #67057 from Anutrix/rng-generator-default-seed | Rémi Verschelde | |