Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | |
2022-10-13 | Implement RETURN_VALUE_DISCARDED warning in GDscript | clayjohn | |
2022-10-13 | Merge pull request #66294 from reduz/optimize-convex-collision | Rémi Verschelde | |
2022-10-13 | Do not allow editing Scene-inherited signal connections | Micky | |
Inherited connections are also highlighted with the warning color in the Node dock. | |||
2022-10-13 | Optimize Convex Collision | Juan Linietsky | |
Implements the Gauss Mapping optimization to SAT convex collision test. * Described [here](https://ubm-twvideo01.s3.amazonaws.com/o1/vault/gdc2013/slides/822403Gregorius_Dirk_TheSeparatingAxisTest.pdf) by Dirk Gregorius. * Requires adding of face information to edges in MeshData * Took the chance to convert MeshData to LocalVector for performance. | |||
2022-10-13 | Add JetBrains Fleet folder to gitignore | Ignacio Roldán Etcheverry | |
2022-10-13 | Merge pull request #67351 from akien-mga/thorvg-0.8.2-cleanup-includes | Rémi Verschelde | |
thorvg: Sync with 0.8.2, cleanup SCsub and fix includes | |||
2022-10-13 | Merge pull request #66427 from Mickeon/object-methods-autocompletion | Rémi Verschelde | |
Add autocompletion to several Object methods | |||
2022-10-13 | Merge pull request #67348 from Mickeon/salvage-a-dear-comment | Rémi Verschelde | |
Comment not to remove `data` structs in some Nodes | |||
2022-10-13 | Merge pull request #67354 from Faless/ws/fix_double_free | Rémi Verschelde | |
[WebSocket] Fix potential double free after multiplayer clear. | |||
2022-10-13 | [WebSocket] Fix potential double free after multiplayer clear. | Fabio Alessandrelli | |
2022-10-13 | Merge pull request #67350 from Faless/ws/4.x_fix_web_dbg | Rémi Verschelde | |
2022-10-13 | [WebSocket] Fix debugger implementation. | Fabio Alessandrelli | |
Register module during core initialization so the remote debugger can properly handle the "wss://" protocol. | |||
2022-10-13 | thorvg: Sync with 0.8.2, cleanup SCsub and fix includes | Rémi Verschelde | |
We were compiling `src/loaders/external_png` but using the header from `src/loaders/png`, leading to `-Wodr` warnings. Remove unused bundled lodepng code since we use `external_png` (libpng). Whitespace changes are from upstream, will attempt PR'ing a cleanup there for future updates. | |||
2022-10-13 | [WebSocket] Fix Web write mode. | Fabio Alessandrelli | |
2022-10-13 | Comment not to remove `data` structs in some Nodes | Micky | |
2022-10-13 | Merge pull request #67138 from touilleMan/gdextension-typed-enum-in-struct | Rémi Verschelde | |
Use enum type in GDExtension info structs for better readability |