Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-02 | Merge pull request #63956 from xiongyaohua/interpolate_on_curve2d | Rémi Verschelde | |
Move rotation interpolation logic from PathFollower2D to Curve2D | |||
2022-11-02 | Merge pull request #52350 from BimDav/viewport_canvas_cull | Rémi Verschelde | |
Added Viewport canvas cull mask feature | |||
2022-11-02 | Merge pull request #63335 from Spartan322/button-shortcut-feedback | Rémi Verschelde | |
Make `BaseButton` Shortcut feedback togglable | |||
2022-11-02 | Merge pull request #67593 from clayjohn/GLES3-pm | Rémi Verschelde | |
Default to Opengl3 driver when using the project manager | |||
2022-11-02 | Merge pull request #67639 from clayjohn/GLES3-2d-shadows | Rémi Verschelde | |
Add 2D shadows and canvas SDF to OpenGL3 renderer | |||
2022-11-02 | Merge pull request #63562 from Rindbee/better-scroll-conditions | Rémi Verschelde | |
Use more reasonable scrollable conditions in `ScrollContainer` | |||
2022-11-02 | Merge pull request #59479 from Sauermann/fix-rootorder-on-layerchange | Rémi Verschelde | |
Update root order on layer change | |||
2022-11-02 | Merge pull request #66706 from PucklaMotzer09/fix_duplicate_uid | Rémi Verschelde | |
Make uids of duplicated items unique in FileSystemDock | |||
2022-11-02 | Merge pull request #68125 from ↵ | Rémi Verschelde | |
kleonc/range-fix-single-arg-optimized-type-mismatch [GDScript] Fix type mismatch in optimized single arg `range` | |||
2022-11-02 | Merge pull request #68161 from Chaosus/dotnet_quaternion_constructor | Rémi Verschelde | |
Add missed Quaternion constructor to C# | |||
2022-11-02 | Merge pull request #67810 from MrBlockers/reged-fixes | Rémi Verschelde | |
Fix multiple issues with region editor | |||
2022-11-02 | Merge pull request #68136 from qarmin/projection_not_equal | Rémi Verschelde | |
Support for checking that Projection is(not) null | |||
2022-11-02 | Merge pull request #68147 from anvilfolk/fix-curve-multiline | Rémi Verschelde | |
Fix error in curve editor multiline string draw | |||
2022-11-02 | Merge pull request #68127 from Chaosus/shader_fix | Rémi Verschelde | |
Fix predefined constants to be accessible in the shader includes | |||
2022-11-02 | Merge pull request #68131 from benbusby/hotfix/zippacker_null_check | Rémi Verschelde | |
Remove `zf != NULL` check from `ZIPPacker::start_file` | |||
2022-11-02 | Merge pull request #68113 from justofisker/egine-typo | Rémi Verschelde | |
Fix typo in `editor_build_profile.cpp` | |||
2022-11-02 | Merge pull request #67693 from Mickeon/slight-hint-shuffling | Rémi Verschelde | |
Fix unordered values of PROPERTY_HINT_INT_IS_POINTER & ARRAY_TYPE | |||
2022-11-02 | Merge pull request #68115 from dzil123/fix_image_resize_crash | Rémi Verschelde | |
Fix Image::bump_map_to_normal_map incorrectly keeping mipmap flag | |||
2022-11-02 | Merge pull request #68040 from adamscott/fix-property-getter-return-type | Rémi Verschelde | |
Fix property getter with custom return type | |||
2022-11-02 | Merge pull request #68107 from alfredbaudisch/drag-lower-case | Rémi Verschelde | |
Cast dragged file name extension to lowercase | |||
2022-11-02 | Merge pull request #68020 from timothyqiu/3d-drag-instance | Rémi Verschelde | |
Improve dragging scene into 3D viewport | |||
2022-11-02 | Merge pull request #68057 from Klowner/tga-truncated-crash-fix-67985 | Rémi Verschelde | |
Add buffer size check to Image.load_tga_from_buffer(). Fixes #67985 | |||
2022-11-02 | Merge pull request #67994 from YeldhamDev/how_suggestive | Rémi Verschelde | |
Stop centering clicked suggestions in the autocomplete popup | |||
2022-11-02 | Merge pull request #68110 from bruvzg/hexbox_ver | Rémi Verschelde | |
[TextServer] Fix hex code box positions in vertical text layout. | |||
2022-11-02 | Merge pull request #68109 from timothyqiu/gizmo-handle-ids | Rémi Verschelde | |
Fix error when adding 3D gizmo handles with IDs | |||
2022-11-02 | Merge pull request #68138 from clayjohn/GLES3-webgl-tex-fixes | Rémi Verschelde | |
Add texture reading code to OpenGL3 renderer for web and mobile | |||
2022-11-02 | GDScript Fix type mismatch in optimized single arg `range` | kleonc | |
2022-11-02 | Add missed Quaternion constructor to C# | Yuri Rubinsky | |
2022-11-01 | Fix error in curve editor multiline string draw | ocean (they/them) | |
2022-11-01 | Add texture reading code to OpenGL3 renderer for web and mobile | clayjohn | |
This allows using texture_2d_get on all platforms which is needed for the get_image function This commit also fixes some OpenGL warnings on the Web platform that came from attempting to map a buffer with zero length | |||
2022-11-01 | Support for checking that Projection is(not) null | Rafał Mikrut | |
2022-11-01 | Merge pull request #67982 from Faless/mp/4.x_disconnect_close | Fabio Alessandrelli | |
[MP] Add MultiplayerPeer disconnect_peer, close. | |||
2022-11-01 | Remove `zf != NULL` check from `ZIPPacker::start_file` | Ben Busby | |
This check was removed because it introduces a bug which prevents ZIPPacker from actually adding any files, since it must be opened before adding any files (and therefore shouldn't be NULL at the start of `start_file`). | |||
2022-11-01 | Fix predefined constants to be accessible in the shader includes | Yuri Rubinsky | |
2022-11-01 | Fix Image::bump_map_to_normal_map incorrectly keeping mipmap flag | dzil123 | |
2022-11-01 | Fix typo in build configuration file type desc | Just | |
2022-11-01 | [TextServer] Fix hex code box positions in vertical text layout. | bruvzg | |
2022-11-01 | Cast dragged file extension name to lowercase, closes #68104 | Alfred Reinold Baudisch | |
2022-11-01 | Fix error when adding 3D gizmo handles with IDs | Haoyu Qiu | |
2022-11-01 | Merge pull request #68089 from alfredbaudisch/remove-secondary-carets | Rémi Verschelde | |
Shortcut and Bind to Remove Secondary Carets | |||
2022-11-01 | Merge pull request #68100 from timothyqiu/regex-offset | Rémi Verschelde | |
Clarify offset parameter behavior in RegEx methods | |||
2022-11-01 | Merge pull request #62418 from Calinou/movie-maker-warn-on-low-disk-space | Rémi Verschelde | |
Warn if available disk space is low when Movie Maker mode is enabled | |||
2022-11-01 | Merge pull request #68082 from Klowner/softbody3d-reoptmizelinkorder-crash-fix | Rémi Verschelde | |
Avoid GodotSoftBody3D.reoptimize_link_order() crash if <2 nodes available. | |||
2022-11-01 | Merge pull request #68099 from Sauermann/fix-popup-mouse-offset | Rémi Verschelde | |
Fix mouse offset for unfocused popups | |||
2022-11-01 | Move rotation sampling from Path2D to Curve2D | Yaohua Xiong | |
The rotation sampling code is moved from Path2D to a new method `sample_baked_with_rotation` on Curve2D. | |||
2022-11-01 | Clarify offset parameter behavior in RegEx methods | Haoyu Qiu | |
2022-11-01 | Fix mouse offset for unfocused popups | Markus Sauermann | |
On Windows, the mouse was offset, when unfocused popups were used, like the Editor menu. | |||
2022-11-01 | Warn if available disk space is low when Movie Maker mode is enabled | Hugo Locurcio | |
Saving movies can require a lot of disk space, and running out of disk space may cause the entire recording to have to be redone. This also prints a message on startup to state that Movie Maker mode is enabled, along with the requested framerate. Since Movie Maker mode forces non-real-time simulation, it's important to know that it is enabled when starting the project. | |||
2022-10-31 | Fixup classref markup after #62416 | Rémi Verschelde | |
2022-10-31 | Merge pull request #68044 from ztc0611/ios-promotion | Rémi Verschelde | |
Add ProMotion/High Refresh Rate Support to iOS Exports |