summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-11-17Add `Control::localize_numeral_system` property to toggle automatic numeral ↵bruvzg
system conversion.
2022-11-16C#: Fix incorrect types used in ArrayMesh docsRaul Santos
2022-11-16Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde
Remove more instances of 'instance' being used as a verb
2022-11-16Remove more instances of 'instance' being used as a verbVolTer
2022-11-15Merge pull request #62814 from KoBeWi/strintRémi Verschelde
Restore numeric from String constructors
2022-11-15Merge pull request #64077 from ↵Rémi Verschelde
Calinou/tweak-audiostreamplayer2d3d-default-panning Decrease default AudioStreamPlayer2D/3D panning strength
2022-11-15Merge pull request #67948 from DeeJayLSP/split_webpRémi Verschelde
Overhaul WebP packer and split compression options
2022-11-15Merge pull request #67688 from Mickeon/i-forgror-☠️☠️Rémi Verschelde
Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants
2022-11-15Merge pull request #65836 from Calinou/add-max-physics-steps-per-frame-settingRémi Verschelde
Implement adjusting the maximum number of physics steps per rendered frame
2022-11-15Overhaul WebP packer and split compression optionsDeeJayLSP
2022-11-15Remove `PROPERTY_HINT_IMAGE_COMPRESS` constantsMicky
These were used in 3.x but there's no reference of them in the codebase, at all.
2022-11-15Merge pull request #67869 from KoBeWi/coostom_ooser_deerRémi Verschelde
Fix documentation about custom user dir
2022-11-15Merge pull request #68628 from clayjohn/shadowsRémi Verschelde
Implement is_animated and casts_shadows
2022-11-14Merge pull request #68667 from Piralein/fix-broken-link-classrefRémi Verschelde
Update document-links in classref
2022-11-14Merge pull request #60931 from EspeuteClement/get_selected_filesRémi Verschelde
Add EditorInterface.get_selected_paths()
2022-11-14Merge pull request #65821 from raulsntos/xr_notificationRémi Verschelde
Remove redefinition of `notification` method in `XRInterfaceExtension`
2022-11-14Merge pull request #68552 from DarkKilauea/update-directional-light-docsRémi Verschelde
Add documentation for DirectionalLight2D
2022-11-14Merge pull request #68545 from DarkKilauea/update-geometry-docsRémi Verschelde
Added missing descriptions for GeometryInstance3D
2022-11-14Merge pull request #68229 from Mickeon/c-escape-hellRémi Verschelde
Remove "?" from String.c_escape()
2022-11-14Merge pull request #68564 from Mickeon/node-no-remove-group-errorRémi Verschelde
Strip ERR_FAIL from `Node.remove_from_group()`
2022-11-14Add EditorInterface.get_selected_paths()cespeute
Exposes the selected paths in the editor filesystem dock. Implements this proposal : https://github.com/godotengine/godot-proposals/issues/2424 Also renamed the old `get_selected_path` to `get_selected_directory` to better match the already existing get_current_path function.
2022-11-14fix "unknown document" classref linksHana
2022-11-14Remove redefinition of `notification` method in `XRInterfaceExtension`Raul Santos
2022-11-14Fix misc formatting issuesRémi Verschelde
Somehow I missed the failing CI report from trailing whitespace. Fixed a couple typos found by codespell while at it, and misc trailing semicolons in one of the files.
2022-11-14[Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli
Now splitted into two classes: - EditorDebuggerPlugin (RefCounted). - EditorDebuggerSession (abstract). This allows the EditorPlugin to be in control of the debugger plugin lifecycle, be notified when sessions are created, and customize each of them independently. We should slowly transition the various profilers and captures in ScriptEditorDebugger to their own plugins, and decouple ScriptEditorDebugger from it's UI part (making it the "real" EditorDebuggerSession potentially dropping the wrappers).
2022-11-14Merge pull request #68448 from bruvzg/font_imp_trRémi Verschelde
[Font] Add an import option to pre-render all glyphs required for the translation.
2022-11-14Merge pull request #67975 from BastiaanOlij/implement_uv2_on_primitivesRémi Verschelde
Add optional UV2 logic for lightmapping to primitive shapes
2022-11-14[macOS] Add exclusive fullscreen mode with Dock and Menu disabled.bruvzg
2022-11-13Implement is_animated and casts_shadowsclayjohn
This allows the renderer to correctly decide when to update shadow maps This PR also adds TIME to a few missing places
2022-11-13Add optional UV2 logic for lightmapping to primitive shapesBastiaan Olij
2022-11-13Strip ERR_FAIL from `Node.remove_from_group()`Micky
Also simplifies group check removing unnecessary `!data.grouped.has`
2022-11-12Add documentation for DirectionalLight2DJosh Jones
2022-11-12Fix typo, change ´ to 'neropatti
2022-11-11Added missing descriptions for GeometryInstance3DJosh Jones
2022-11-11Document Texture, CompressedTexture and Placeholder classesHugo Locurcio
2022-11-11Merge pull request #68186 from pkdawson/expose-texture-rdRémi Verschelde
Expose texture_get_rd_texture for scripts
2022-11-11Merge pull request #68235 from pkdawson/pr-expose-vertex-array-createRémi Verschelde
Expose RenderingDevice::vertex_array_create to scripting
2022-11-10expose XRInterface::get_transform_for_view and ↵avemort
XRInterface::get_projection_for_view to gdscript
2022-11-10[Font] Add an import option to pre-render all glyphs required for the ↵bruvzg
translation.
2022-11-09Fix default values on virtual classes causing errors in projectsAaron Franke
2022-11-08Add support for OpenGL to OpenXRDavid Snopek
2022-11-08Merge pull request #68098 from compmstr/apply-torque-inertia-noteRémi Verschelde
Add note about inertia being required for apply_torque on various Node types
2022-11-08Remove duplicate project settings definitionskobewi
2022-11-07Merge pull request #68346 from Calinou/particles-rename-trail-length-propertyRémi Verschelde
Rename GPUParticles2D/3D's `trail_length_secs` to `trail_lifetime`
2022-11-07Merge pull request #68342 from KoBeWi/Godot_museum'tRémi Verschelde
Allow to disable History Dock via feature profile
2022-11-07Rename GPUParticles2D/3D's `trail_length_secs` to `trail_lifetime`Hugo Locurcio
The property already has a "seconds" suffix in the inspector. The "lifetime" term makes it more obvious that the property is specified as time, not a distance in units. The property hint now allows manually entering values greater than 10 seconds. The internal rendering value's default now matches the particles nodes' default.
2022-11-07Allow to disable History Dock via feature profilekobewi
2022-11-06Fix default values not showing up on virtual classesAaron Franke
2022-11-06Add note about inertia being required for apply_torque on various NodesCorey Williams
- RigidBody2D - PhysicsDirectBodyState2D - RigidBody3D - PhysicsDirectBodyState3D
2022-11-04Add support for empty delimiter in String.splitkobewi