Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 #67994 from YeldhamDev/how_suggestive | Rémi Verschelde | |
Stop centering clicked suggestions in the autocomplete popup | |||
2022-11-01 | Merge pull request #67982 from Faless/mp/4.x_disconnect_close | Fabio Alessandrelli | |
[MP] Add MultiplayerPeer disconnect_peer, close. | |||
2022-10-31 | Shortcut and Bind to Remove Secondary Carets | Alfred Reinold Baudisch | |
Adds the bind `ui_text_remove_secondary_carets` to TextEdit, with ESC as the default shortcut. When the bind is performed, if the TextEdit has multiple carets, `remove_secondary_carets` is called and secondary carets are removed. This is useful when multiple selects are performed with `add_select_for_next_occurrence` #67644 or when multiple multiple carets are manually added, then it's possible to go back to a single caret with a shortcut. Closes #67991 | |||
2022-10-31 | Merge pull request #67895 from bruvzg/ts_fix_obj_rects | Rémi Verschelde | |
Fix `TextLine` and `TextParagraph` `get_*_object_rect` methods not accounting for alignment and drop cap. | |||
2022-10-31 | Merge pull request #67486 from bruvzg/bmp_oem | Rémi Verschelde | |
[Font] Add support for OEM encoded bitmap fonts. | |||
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde | |
Unify usage of GLOBAL/EDITOR_GET | |||
2022-10-31 | Merge pull request #68073 from timothyqiu/marker-3d-extents | Rémi Verschelde | |
Make Marker3D gizmo resizable | |||
2022-10-31 | Merge pull request #67282 from CheesecakeCG/fix-pb-start-sim | Rémi Verschelde | |
Fix Skeleton3D falsely assuming all physical bones will be children of their first bone | |||
2022-10-31 | Fix Skeleton3D falsely assuming all physical bones will be children of their ↵ | hare_ware | |
first bone | |||
2022-10-31 | Merge pull request #67710 from KoBeWi/a_bit_local_global_transform | Rémi Verschelde | |
Remove error condition from get_global_transform() | |||
2022-10-31 | Merge pull request #65452 from timothyqiu/agent-target | Rémi Verschelde | |
Make NavigationAgent `target_location` a property | |||
2022-10-31 | Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't | Rémi Verschelde | |
Simplify GDVIRTUAL_CALL calls | |||
2022-10-31 | Merge pull request #67489 from timothyqiu/auto-select-all | Rémi Verschelde | |
Allow selecting SpinBox & LineEdit text when focus enters | |||
2022-10-31 | Merge pull request #63590 from golfinq/fbg-padding | Rémi Verschelde | |
Add padding options in theme for fg/bgcolor tags in RichTextLabel | |||
2022-10-31 | Merge pull request #67046 from Cykyrios/fix-invalid-tooltip-position | Rémi Verschelde | |
Fix invalid tooltip position | |||
2022-10-31 | Merge pull request #67888 from KoBeWi/overridead | Rémi Verschelde | |
Remove `override_selected_font_color` property | |||
2022-10-31 | Merge pull request #67445 from Zylann/rename_queue_delete | Rémi Verschelde | |
Rename queue_delete => queue_free | |||
2022-10-31 | Merge pull request #65118 from Mickeon/editor-remote-tree-buttons | Rémi Verschelde | |
Add a few buttons in Remote Scene Tree | |||
2022-10-31 | Merge pull request #67577 from qarmin/fix_exporting_big_templates | Rémi Verschelde | |
Fix exporting with big export templates | |||
2022-10-31 | Merge pull request #67534 from KoBeWi/more_OK_in_OKHSL | Rémi Verschelde | |
Improve ColorPicker sliders in OKHSL mode | |||
2022-10-31 | Merge pull request #67580 from KoBeWi/little_things | Rémi Verschelde | |
Minor code improvements | |||
2022-10-31 | Merge pull request #67467 from timothyqiu/who-ami-i | Rémi Verschelde | |
Fix get_path() error when calling get_node() | |||
2022-10-31 | Merge pull request #67496 from Paulb23/text-edit-crashes | Rémi Verschelde | |
Fix TextEdit action and CodeEdit completion crash | |||
2022-10-31 | Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets | Rémi Verschelde | |
Add Caret Insert Below and Above shortcuts to TextEdit | |||
2022-10-31 | Merge pull request #66352 from arkology/progressbar_atlastexture_radial | Rémi Verschelde | |
Support AtlasTexture in radial modes of TextureProgressBar | |||
2022-10-31 | Make Marker3D gizmo resizable | Haoyu Qiu | |
2022-10-30 | Merge pull request #67754 from kleonc/tilemap-fix-collision-shapes-debug-draw | Max Hilbrunner | |
Fix `TileMap` collision shapes debug draw | |||
2022-10-29 | Merge pull request #67980 from DeeJayLSP/webpcase | Max Hilbrunner | |
Change all WEBP strings and comments to WebP | |||
2022-10-29 | Allow selecting SpinBox & LineEdit text when focus enters | Haoyu Qiu | |
2022-10-28 | Stop centering clicked suggestions in the autocomplete popup | Michael Alexsander | |
2022-10-28 | [MP] Add MultiplayerPeer disconnect_peer, close. | Fabio Alessandrelli | |
Update ENet, WebRTC, and WebSocket to support peer disconnection and unify the close function. | |||
2022-10-28 | Change all WEBP strings and comments to WebP | DeeJayLSP | |
2022-10-28 | Merge pull request #67956 from RedMser/safe-velocity-type | Clay John | |
Fix type of `safe_velocity` parameter | |||
2022-10-28 | Fix spacing of few PROPERTY_HINT_ENUM hint_strings | Micky | |
2022-10-27 | Merge pull request #67644 from alfredbaudisch/add-selection-next-occurrence | Clay John | |
Add Selection and Caret for Next Occurrence of Selection | |||
2022-10-27 | Fix type of safe_velocity parameter | RedMser | |
2022-10-27 | Merge pull request #67939 from sambriels/emit-signal-after-target-reached | Clay John | |
[NavigationAgent2D/3D]: target_reached signal is emitted before internal state is updated | |||
2022-10-27 | Merge pull request #64710 from MinusKube/window-size-crash | Clay John | |
Prevent windows from having a size greater than device limit | |||
2022-10-27 | Merge pull request #67043 from clayjohn/clip_children | Clay John | |
Improve behaviour of clip_children by clipping to parent alpha value but still retaining parent color | |||
2022-10-27 | Merge pull request #67926 from Rindbee/fix_call_shortcut_input | Clay John | |
Fix calling `_call_shortcut_input` on a node that has been removed | |||
2022-10-27 | Merge pull request #67832 from Sauermann/fix-remove-unnecessary-casts | Clay John | |
Remove unnecessary casts | |||
2022-10-27 | Merge pull request #66383 from aaronfranke/basis-from-euler | Clay John | |
Clean up Basis from Euler code | |||
2022-10-27 | [MP] Let MultiplayerAPI handle packet relaying and peer signaling. | Fabio Alessandrelli | |
MultiplayerPeer changes: - Adds is_server_relay_supported virtual method Informs the upper MultiplayerAPI layer if it can signal peers connected to the server to other clients, and perform packet relaying among them. - Adds get_packet_channel and get_packet_mode virtual methods Allows the MultiplayerAPI to retrieve the channel and transfer modes to use when relaying the last received packet. SceneMultiplayerPeer changes: - Implement peer signaling and packet relaying when the MultiplayerPeer advertise they are supported. ENet, WebRTC, WebSocket changes: - Removed custom code for relaying from WebSocket and ENet, and let it be handled by the upper layer. - Update WebRTC to split create_client, create_server, and create_mesh, with the latter behaving like the old initialize with "server_compatibility = false", and the first two supporting the upper layer relaying protocol. | |||
2022-10-27 | Emit target_reached signal after state is updated | Sam Briels | |
2022-10-27 | Fix calling `_call_shortcut_input` on a node that has been removed | Rindbee | |
Nodes may have been deleted by shortcuts. For example, when switching scenes with `Ctrl` + `Tab` / `Ctrl` + `Shift` + `Tab`, some controls will be deleted and recreated. | |||
2022-10-27 | Make NavigationAgent `target_location` a property | Haoyu Qiu | |
2022-10-26 | Remove override_selected_font_color property | kobewi | |
2022-10-26 | Fix `TextLine` and `TextParagraph` `get_*_object_rect` methods not ↵ | bruvzg | |
accounting for alignment and drop cap. | |||
2022-10-25 | Fix multiple issues with region editor | MrBlockers | |
Make the filter mode of the texture preview match the node/resource being edited where applicable, and nearest neighbor with mipmaps as a fallback. Make the Edit Region button for Sprite3D only appear when region is enabled, to match behavior of Sprite2D. Fix the editor not correctly clearing reference to previously edited resources, resulting in a visual bug displaying the incorrect texture. |