Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-02 | Merge pull request #68170 from alfredbaudisch/clear-selection-shortcut | Rémi Verschelde | |
Unified shortcut to clear carets and selections from TextEdit | |||
2022-11-02 | Merge pull request #65062 from KoBeWi/RedoUndo | Rémi Verschelde | |
Unify usage of undo_redo in editor | |||
2022-11-02 | Merge pull request #67917 from Faless/mp/4.x_auth | Rémi Verschelde | |
[MP] Add peer authentication support to the default MultiplayerAPI. | |||
2022-11-02 | Merge pull request #68137 from kleonc/shape-cast-get-collider-rid | Rémi Verschelde | |
Add `ShapeCast2D/3D::get_collider_rid` method | |||
2022-11-02 | Merge pull request #66927 from jbcolli2/Path2d-Tests | Rémi Verschelde | |
Unit tests for Path2D class | |||
2022-11-02 | Merge pull request #67788 from 98teg/flow-container-alignment | Rémi Verschelde | |
Add alignment options to flow container | |||
2022-11-02 | Merge pull request #65012 from KoBeWi/Godot_museum | Rémi Verschelde | |
Add history dock | |||
2022-11-02 | Merge pull request #68118 from aaronfranke/quat-from-euler | Rémi Verschelde | |
Replace Quaternion Euler constructor with `from_euler` method | |||
2022-11-02 | Merge pull request #64830 from dalexeev/color-hide-internals | Rémi Verschelde | |
Remove internal functions of named colors from the public API | |||
2022-11-02 | Merge pull request #66361 from dalexeev/remove-int-plus-string | Rémi Verschelde | |
Unexpose confusing `String + int` and `int + String` operations | |||
2022-11-02 | Merge pull request #68090 from bruvzg/sys_emoji | Rémi Verschelde | |
Load and use system emoji font in the editor. | |||
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 | Unified shortcut to clear carets and selections | Alfred Reinold Baudisch | |
Refactors`ui_text_remove_secondary_carets` from https://github.com/godotengine/godot/pull/68089 as `ui_text_clear_carets_and_selection`, with extra behaviour: - If there's only one active caret active with a selection, clears the selection. - In case there's more than one caret active, removes the secondary carets and clears selections. With this change, `TextEdit` then imitates the behaviour of VSCode for clearing carets and selections. | |||
2022-11-02 | Unify usage of undo_redo in editor | kobewi | |
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 | [MP] Remove connection state signals from MultiplayerPeer. | Fabio Alessandrelli | |
Now handled directly by the MultiplayerAPI implementation. | |||
2022-11-02 | [MP] Add optional authentication to SceneMultiplayer. | Fabio Alessandrelli | |
Add few methods to allow peers to exchange authentication information. - `set_auth_callback(callback)`: Enable the authentication features. The callback is a `Callable` that accepts an `int` (the peer ID), and a `PackedByteArray` of data. - The `peer_authenticating(id)` signal will be emitted instead of `peer_connected` when a new peer connects. - Use `send_auth(id: int, data: PackedByteArray)` to exchange data. - Call `complete_auth(id: int)` when the authentication process is complete and you expect to start receiving game data. - The `peer_connected` signal will be emitted as soon as both parties complete the authentication. - Use `disconnect_peer(id)` to disconnect a connected peer. - If the `peer_connected` signal didn't fire for that peer (i.e. it was still in the authentication phase), the `peer_auth_failed` signal will be emitted instead of `peer_disconnected`. | |||
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 | Add `ShapeCast2D/3D::get_collider_rid` method | kleonc | |
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 | |