Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-31 | Add ProMotion Support to iOS Exports | Zach Coleman | |
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 | 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 | 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. | |||
2022-10-27 | Make NavigationAgent `target_location` a property | Haoyu Qiu | |
2022-10-27 | Document the Vector3 and Vector4i classes | Hugo Locurcio | |
2022-10-26 | Remove override_selected_font_color property | kobewi | |
2022-10-25 | Merge pull request #67098 from Calinou/doc-light-no-scale | Max Hilbrunner | |
Document (Omni/Spot)Light3D ignoring Node3D's `scale` property | |||
2022-10-25 | Merge pull request #67833 from Calinou/doc-animation | Max Hilbrunner | |
Document the Animation class | |||
2022-10-25 | Merge pull request #67841 from Calinou/doc-basematerial3d | Max Hilbrunner | |
Document the BaseMaterial3D class | |||
2022-10-25 | Merge pull request #67768 from Calinou/doc-debanding | Max Hilbrunner | |
Document debanding only affecting 3D rendering by default | |||
2022-10-24 | Update TextLine.xml | Ian Gaither | |
2022-10-24 | Document the CanvasTexture class | Hugo Locurcio | |
2022-10-24 | Document (Omni/Spot)Light3D ignoring Node3D's `scale` property | Hugo Locurcio | |
2022-10-24 | Document the BaseMaterial3D class | Hugo Locurcio | |
This makes the class 100% documented again. | |||
2022-10-24 | Document the Animation class | Hugo Locurcio | |
2022-10-24 | Document debanding only affecting 3D rendering by default | Hugo Locurcio | |
2022-10-23 | Merge pull request #67755 from m4gr3d/input_event_screen_touch_double_tap_main | Fredia Huya-Kouadio | |
Add double_tap attribute to InputEventScreenTouch |