Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-15 | Guard against more potential conflicts in C# bindings generator | Raul Santos | |
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 | 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 | |||
2022-10-13 | Merge pull request #67336 from jbcolli2/Normal-of-CylinderMesh | Rémi Verschelde | |
Fix bug in CylinderMesh when computing normals | |||
2022-10-13 | Merge pull request #67344 from KoBeWi/hollow_property | Rémi Verschelde | |
Add empty state to enum properties | |||
2022-10-13 | Merge pull request #66337 from EricEzaM/sprite-frames | Rémi Verschelde | |
Ensure control built-in shortcuts are matched exactly & add shortcuts for SpriteFrames editor | |||
2022-10-13 | Merge pull request #66357 from EricEzaM/shortcut-context-on-node | Rémi Verschelde | |
Move Shortcut Context to control and fix `shortcut_input` with `shortcut_context` | |||
2022-10-13 | Merge pull request #67312 from MladoniSzabi/fix_scroll_happening_twice | Rémi Verschelde | |
fixed holding alt while zooming zooms in by 2 increments. | |||
2022-10-13 | Merge pull request #67251 from groud/simplify_path_solve_urls | Rémi Verschelde | |
Make String.simplify_path keep the protocol identifier for urls | |||
2022-10-13 | Merge pull request #67345 from Faless/ws/4.x_fix_connecting | Fabio Alessandrelli | |
[WebSocket] Fix TCP connection being closed while connecting. | |||
2022-10-13 | [WebSocket] Fix TCP connection being closed while connecting. | Fabio Alessandrelli | |
Fix a bug causing the WebSocketPeer to fail connecting to a remote server when the TCP 3-way handshake took more than a few milliseconds. | |||
2022-10-13 | Changed normal of CylinderMesh to account for slanted side. | jbcolli2 | |
2022-10-13 | Add shortcuts for SpriteFrames editor. Small renaming changes for clarity & ↵ | Eric M | |
consistency. | |||
2022-10-13 | Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ↵ | Eric M | |
contexts. Also ensure that controls with no context are only triggered AFTER nodes which do have a context. | |||
2022-10-13 | Add empty state to enum properties | kobewi | |
2022-10-13 | fixed holding alt while zooming zooms in by 2 increments. | MladoniSzabi | |
2022-10-13 | Make String.simplify_path keep the protocol identifier for urls | Gilles Roudière | |
2022-10-13 | Merge pull request #67340 from bruvzg/mac_export_min | Rémi Verschelde | |
Fix macOS export plugin build without regex module. | |||
2022-10-13 | Merge pull request #67335 from clayjohn/GLES3-2d-lights | Rémi Verschelde | |
Add 2D lights to OpenGL3 canvas renderer | |||
2022-10-13 | Merge pull request #67320 from Calinou/fix-volumetric-fog-low-density | Rémi Verschelde | |
Fix volumetric fog not rendering at densities lower than or equal to 0.001 | |||
2022-10-13 | Merge pull request #67216 from dotlogix/Bugfix/FixErrorWhenSerializingSignals | Rémi Verschelde | |
Fix crash when serializing empty delegates in C# | |||
2022-10-13 | Merge pull request #67307 from TechnoPorg/lod-radial-distance | Rémi Verschelde | |
Use radial distance for making LOD decisions. | |||
2022-10-13 | Merge pull request #66953 from Sauermann/fix-top-level-connect-error | Rémi Verschelde | |
Fix Control node not disconnecting from signal |