Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge pull request #68089 from alfredbaudisch/remove-secondary-carets | Rémi Verschelde | |
Shortcut and Bind to Remove Secondary Carets | |||
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 | |||
2022-10-31 | Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finish | Rémi Verschelde | |
Request attention on the editor window when done recording a movie | |||
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 #68051 from kleonc/array-fill-docs-note | Rémi Verschelde | |
[Docs] Clarify `Array.fill` behavior when reference type is passed in | |||
2022-10-31 | Merge pull request #67933 from bruvzg/ds_hide_window_creation | Rémi Verschelde | |
[DisplayServer] Hide internal window creation/deletion methods and expose some missing methods. | |||
2022-10-31 | Merge pull request #68055 from Lielay9/patch-1 | Matthew | |
Fix typo minimize button -> maximize button | |||
2022-10-31 | [DisplayServer] Hide internal window creation/deletion methods and expose ↵ | bruvzg | |
some missing methods. | |||
2022-10-31 | Add ProMotion Support to iOS Exports | Zach Coleman | |
2022-10-31 | Merge pull request #67562 from bruvzg/improve_font_packing | Rémi Verschelde | |
Improve font glyph cache packing shelf best height fit heuristic. | |||
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 #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 #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 #64659 from Streq/patch-1 | Rémi Verschelde | |
add polygons property description in Polygon2D | |||
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 #67139 from PucklaMotzer09/insert_caret_at_carets | Rémi Verschelde | |
Add Caret Insert Below and Above shortcuts to TextEdit | |||
2022-10-31 | Make Marker3D gizmo resizable | Haoyu Qiu | |
2022-10-30 | clarify [member polygons] functionality in the Polygon2D class documentation | streq | |
2022-10-30 | Fix typo minimize button -> maximize button | Hei | |
Seems like a typo. | |||
2022-10-30 | Docs Clarify `Array.fill` behavior when reference type is passed in | kleonc | |
2022-10-30 | Added missing docs to built-in types float and int | Anutrix | |
2022-10-30 | Merge pull request #67945 from Mickeon/doc-consistency-inspector | Max Hilbrunner | |
Doc consistency: tweak "inspector" Vs. "Inspector" | |||
2022-10-30 | Merge pull request #68039 from Anutrix/docs-fix-signal-syntax | Max Hilbrunner | |
Fixed signal connection examples to use new callable syntax in the docs | |||
2022-10-30 | Fixed signal connection examples to use new callable syntax in the docs | Anutrix | |
2022-10-30 | Merge pull request #67836 from stevecotton/particles_demo_link | Max Hilbrunner | |
doc: link GPUParticles2D to a more appropriate demo | |||
2022-10-30 | Merge pull request #67923 from Calinou/doc-displayserver | Max Hilbrunner | |
Document the DisplayServer class | |||
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 | [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 | Merge pull request #67621 from groud/resource_saver_expose_recognize_path | Clay John | |
Expose the logic to recognize a save path in ResourceSaver | |||
2022-10-28 | Expose the logic to recognize a save path in ResourceSaver | Gilles Roudière | |
2022-10-28 | Merge pull request #67957 from zCubed3/fix_headless_crash | Max Hilbrunner | |
Fix `OS.get_video_adapter_driver_info` crash on headless godot | |||
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 OS.get_video_adapter_driver_info crash | zCubed3 | |
2022-10-27 | Fix type of safe_velocity parameter | RedMser | |
2022-10-27 | Merge pull request #67874 from Calinou/doc-vector3-vector4i | Clay John | |
Document the Vector3 and Vector4i classes | |||
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 #67861 from IanGaither/textfile-alignment-documentation | Clay John | |
TextLine - Added description for alignment member | |||
2022-10-27 | doc: link GPUParticles2D to the 2D Particles demo | Steve Cotton | |
Add a comment in the link to the Dodge The Creeps demo too. That demo only uses particles for one thing (to leave a trail when the player moves), they're not interacting with anything else in the demo; it took me a bit of searching to find where they were used. | |||
2022-10-27 | Merge pull request #66383 from aaronfranke/basis-from-euler | Clay John | |
Clean up Basis from Euler code | |||
2022-10-27 | Doc consistency: "inspector" to "Inspector" | Micky | |
Also fixes a slightly misleading comment in `Node.print_tree_pretty`. | |||
2022-10-27 | Document the DisplayServer class | Hugo Locurcio | |
This also adds a link to the Command line tutorial on pages that reference command line arguments, as the page covers some general usage tips for CLI arguments (especially on macOS). | |||
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. |