Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-02 | Merge pull request #67274 from jbcolli2/Primitive_Tests | Rémi Verschelde | |
Unit Tests for all Primitive Meshes. | |||
2022-11-02 | Merge pull request #66017 from Mickeon/rename-image-copy-rect | Rémi Verschelde | |
Rename Image's `get_rect` to `get_region` | |||
2022-11-02 | Merge pull request #67928 from ↵ | Rémi Verschelde | |
YeldhamDev/we_really_need_a_callback_for_after_children_is_removed Fix problems with `tab_changed` signal when removing multiple tabs at once | |||
2022-11-02 | Merge pull request #60273 from Calinou/cli-export-release-rename | Rémi Verschelde | |
Rename `--export` command line argument to `--export-release` | |||
2022-11-02 | Merge pull request #68120 from akien-mga/style-doc-cleanup | Rémi Verschelde | |
Style: Misc docs and comment style and language fixes | |||
2022-11-02 | Merge pull request #68173 from clayjohn/GLES3-panorama | Rémi Verschelde | |
Bind DirectionalLight buffer to uniform slot even when not used | |||
2022-11-02 | Merge pull request #68177 from KoBeWi/routine_regression | Rémi Verschelde | |
Fix crash in connection dialog | |||
2022-11-02 | Fixup Clang -Wtype-limits warnings introduced by #52350 | Rémi Verschelde | |
2022-11-02 | Merge pull request #68174 from clayjohn/codeowner-gles3 | Clay John | |
Add rendering team as GLES3 CODEOWNER | |||
2022-11-02 | Fix crash in connection dialog | kobewi | |
2022-11-02 | Rename `--export` command line argument to `--export-release` | Hugo Locurcio | |
This makes the action of exporting to release mode more explicit. | |||
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde | |
- Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`. | |||
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 | Add rendering team as GLES3 CODEOWNER | clayjohn | |
2022-11-02 | Bind DirectionalLight buffer to uniform slot even when not used | clayjohn | |
This avoids a WEBGL error causes PanoramaSkys to fail to render | |||
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 |