Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-22 | Ensure PopupMenu item is shaped when the shortcut is set. | EricEzaM | |
2022-10-21 | Merge pull request #67684 from patchfx/fix-typo-in-draw-rect-region | Max Hilbrunner | |
Fix tp_canvas_item typo in _draw_rect_region | |||
2022-10-21 | Merge pull request #67627 from KoBeWi/tilter | Max Hilbrunner | |
Fix texture filter and repeat in TileMap | |||
2022-10-20 | Merge pull request #67506 from squashiv/master | Clay John | |
Expose Shape2D::get_rect to scripting | |||
2022-10-20 | Fix tp_canvas_item typo in _draw_rect_region | Richard Patching | |
2022-10-20 | Expose Shape2D::get_rect to scripting | squash | |
2022-10-19 | Fix texture filter and repeat in TileMap | kobewi | |
2022-10-19 | Merge pull request #66546 from KoBeWi/rfeipletaetr | Clay John | |
Add methods to get target filter and repeat | |||
2022-10-19 | Merge pull request #66279 from aaronfranke/control-min-size | Max Hilbrunner | |
Revert `custom_minimum_size` type back to `Vector2` instead of `Vector2i` | |||
2022-10-19 | Merge pull request #66940 from aaronfranke/doc-get-tr-aabb | Max Hilbrunner | |
Remove the global space `get_transformed_aabb` helper method | |||
2022-10-19 | Merge pull request #67249 from wuyingnan/fix_quaternion_typo | Max Hilbrunner | |
Fix a comment typo in node_3d.h | |||
2022-10-19 | Merge pull request #67527 from BastiaanOlij/fix_tracker_names | Max Hilbrunner | |
Fix two typos in tracker names and a bug in OpenXR haptic feedback | |||
2022-10-19 | Add methods to get target filter and repeat | kobewi | |
2022-10-18 | Fix typo in VisualShader DistanceFade node | Patrick | |
2022-10-18 | Remove the global space `get_transformed_aabb` helper method | Aaron Franke | |
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 | Fix two typos in tracker names and a bug in OpenXR haptic feedback | Bastiaan Olij | |
2022-10-16 | Fix undo redo not adjusting TextEdit viewport to caret | Paulb23 | |
2022-10-15 | Expose Viewport::get_screen_transform to GDScript | Markus Sauermann | |
2022-10-15 | Merge pull request #63332 from KoBeWi/static_images_aka_photos | Rémi Verschelde | |
Make some Image methods static | |||
2022-10-14 | Rename pos -> index on Node | Miguel Gonzalez Sanchez | |
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 | 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 #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 #63607 from BastiaanOlij/fix_xr_origin | Rémi Verschelde | |
Add current setting to XROrigin3D and fix double positioning HMD | |||
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 | 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 | Comment not to remove `data` structs in some Nodes | Micky | |
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 #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 | Changed normal of CylinderMesh to account for slanted side. | jbcolli2 | |
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 | fixed holding alt while zooming zooms in by 2 increments. | MladoniSzabi | |
2022-10-13 | Merge pull request #66953 from Sauermann/fix-top-level-connect-error | Rémi Verschelde | |
Fix Control node not disconnecting from signal | |||
2022-10-13 | Merge pull request #66349 from A-Lamia/Amount_At_Collision | Rémi Verschelde | |
PARTICLES: adds amount property to collision sub particles. | |||
2022-10-13 | Add current setting to XROrigin3D and fix double positioning HMD | Bastiaan Olij | |
2022-10-13 | particles: add amount property to sub property collision. | Lamia | |
2022-10-12 | Merge pull request #65714 from benbot/fix-double-particle-collision-calculation | Rémi Verschelde | |
2022-10-12 | Merge pull request #67232 from bruvzg/popup_edit | Rémi Verschelde | |
Improve Popup / Window behavior in the edited scene tree. | |||
2022-10-12 | Merge pull request #65779 from Mickeon/rename-camera-follow | Rémi Verschelde | |
Rename Camera2D's `smoothing` to `position_smoothing` | |||
2022-10-11 | Merge pull request #67215 from Nidjo123/project-dialog-resize | Rémi Verschelde | |
Resize project dialog only when necessary | |||
2022-10-11 | Fix select word under caret using caret col instead of line | Paulb23 | |
2022-10-11 | Set window size after setting new limits | Nikola Bunjevac | |
Otherwise this can fail as the size may not fit into current limits. This is problematic at least on X11. | |||
2022-10-11 | Rename Camera2D's `smoothing` to `position_smoothing` | Micky | |
For Camera2D: `smoothing_enabled` -> `position_smoothing_enabled` `set_enable_follow_smoothing` -> `set_position_smoothing_enabled` `is_follow_smoothing_enabled` -> `is_position_smoothing_enabled` `smoothing_speed` -> `position_smoothing_speed` `set_follow_smoothing` -> `set_position_smoothing_speed` `get_follow_smoothing` -> `get_position_smoothing_speed` | |||
2022-10-11 | Merge pull request #40274 from Juankz/clips_importing_improvement | Rémi Verschelde | |
Add animation slices for individual animations |