summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-10-31Add ProMotion Support to iOS ExportsZach Coleman
2022-10-31Merge pull request #68073 from timothyqiu/marker-3d-extentsRémi Verschelde
Make Marker3D gizmo resizable
2022-10-31Merge pull request #67710 from KoBeWi/a_bit_local_global_transformRémi Verschelde
Remove error condition from get_global_transform()
2022-10-31Merge pull request #65452 from timothyqiu/agent-targetRémi Verschelde
Make NavigationAgent `target_location` a property
2022-10-31Merge pull request #67489 from timothyqiu/auto-select-allRémi Verschelde
Allow selecting SpinBox & LineEdit text when focus enters
2022-10-31Merge pull request #63590 from golfinq/fbg-paddingRémi Verschelde
Add padding options in theme for fg/bgcolor tags in RichTextLabel
2022-10-31Merge pull request #64659 from Streq/patch-1Rémi Verschelde
add polygons property description in Polygon2D
2022-10-31Merge pull request #67888 from KoBeWi/overrideadRémi Verschelde
Remove `override_selected_font_color` property
2022-10-31Merge pull request #67139 from PucklaMotzer09/insert_caret_at_caretsRémi Verschelde
Add Caret Insert Below and Above shortcuts to TextEdit
2022-10-31Make Marker3D gizmo resizableHaoyu Qiu
2022-10-30clarify [member polygons] functionality in the Polygon2D class documentationstreq
2022-10-30Added missing docs to built-in types float and intAnutrix
2022-10-30Merge pull request #67945 from Mickeon/doc-consistency-inspectorMax Hilbrunner
Doc consistency: tweak "inspector" Vs. "Inspector"
2022-10-30Merge pull request #68039 from Anutrix/docs-fix-signal-syntaxMax Hilbrunner
Fixed signal connection examples to use new callable syntax in the docs
2022-10-30Fixed signal connection examples to use new callable syntax in the docsAnutrix
2022-10-30Merge pull request #67836 from stevecotton/particles_demo_linkMax Hilbrunner
doc: link GPUParticles2D to a more appropriate demo
2022-10-30Merge pull request #67923 from Calinou/doc-displayserverMax Hilbrunner
Document the DisplayServer class
2022-10-29Merge pull request #67980 from DeeJayLSP/webpcaseMax Hilbrunner
Change all WEBP strings and comments to WebP
2022-10-29Allow selecting SpinBox & LineEdit text when focus entersHaoyu Qiu
2022-10-28Change all WEBP strings and comments to WebPDeeJayLSP
2022-10-28Merge pull request #67956 from RedMser/safe-velocity-typeClay John
Fix type of `safe_velocity` parameter
2022-10-28Merge pull request #67621 from groud/resource_saver_expose_recognize_pathClay John
Expose the logic to recognize a save path in ResourceSaver
2022-10-28Expose the logic to recognize a save path in ResourceSaverGilles Roudière
2022-10-28Merge pull request #67957 from zCubed3/fix_headless_crashMax Hilbrunner
Fix `OS.get_video_adapter_driver_info` crash on headless godot
2022-10-27Merge pull request #67644 from alfredbaudisch/add-selection-next-occurrenceClay John
Add Selection and Caret for Next Occurrence of Selection
2022-10-27Fix OS.get_video_adapter_driver_info crashzCubed3
2022-10-27Fix type of safe_velocity parameterRedMser
2022-10-27Merge pull request #67874 from Calinou/doc-vector3-vector4iClay John
Document the Vector3 and Vector4i classes
2022-10-27Merge pull request #64710 from MinusKube/window-size-crashClay John
Prevent windows from having a size greater than device limit
2022-10-27Merge pull request #67043 from clayjohn/clip_childrenClay John
Improve behaviour of clip_children by clipping to parent alpha value but still retaining parent color
2022-10-27Merge pull request #67861 from IanGaither/textfile-alignment-documentationClay John
TextLine - Added description for alignment member
2022-10-27doc: link GPUParticles2D to the 2D Particles demoSteve 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-27Merge pull request #66383 from aaronfranke/basis-from-eulerClay John
Clean up Basis from Euler code
2022-10-27Doc consistency: "inspector" to "Inspector"Micky
Also fixes a slightly misleading comment in `Node.print_tree_pretty`.
2022-10-27Document the DisplayServer classHugo 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-27Make NavigationAgent `target_location` a propertyHaoyu Qiu
2022-10-27Document the Vector3 and Vector4i classesHugo Locurcio
2022-10-26Remove override_selected_font_color propertykobewi
2022-10-25Merge pull request #67098 from Calinou/doc-light-no-scaleMax Hilbrunner
Document (Omni/Spot)Light3D ignoring Node3D's `scale` property
2022-10-25Merge pull request #67833 from Calinou/doc-animationMax Hilbrunner
Document the Animation class
2022-10-25Merge pull request #67841 from Calinou/doc-basematerial3dMax Hilbrunner
Document the BaseMaterial3D class
2022-10-25Merge pull request #67768 from Calinou/doc-debandingMax Hilbrunner
Document debanding only affecting 3D rendering by default
2022-10-24Update TextLine.xmlIan Gaither
2022-10-24Document the CanvasTexture classHugo Locurcio
2022-10-24Document (Omni/Spot)Light3D ignoring Node3D's `scale` propertyHugo Locurcio
2022-10-24Document the BaseMaterial3D classHugo Locurcio
This makes the class 100% documented again.
2022-10-24Document the Animation classHugo Locurcio
2022-10-24Document debanding only affecting 3D rendering by defaultHugo Locurcio
2022-10-23Merge pull request #67755 from m4gr3d/input_event_screen_touch_double_tap_mainFredia Huya-Kouadio
Add double_tap attribute to InputEventScreenTouch