Age | Commit message (Collapse) | Author |
|
The GDScript `load` mention is moved from the class `ResourceLoader`
description to the `ResourceLoader.load` method description instead,
where it is more likely to be found.
|
|
|
|
doc: Some improvements to KinematicBody docs
|
|
Improve doc clarity/detail for extra spacing properties
|
|
doc: Improve distance_fade documentation
|
|
Renames Type to OpType in VisualShaderNodeMultiplyAdd
|
|
Changed the documentation of distance_fade_max_distance and min
to be consistent with the behavior of the code as well as the user
documentation. Also noted the behavior of swapping max_distance and
min_distance (where max_distance < min_distance).
Fixes #36051.
Co-authored-by: Clay John <claynjohn@gmail.com>
|
|
Co-authored-by: Marcel Admiraal <madmiraal@users.noreply.github.com>
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
|
Re: Space spacing being in addition to character spacing see:
* <https://github.com/godotengine/godot/blob/d7b85fbaa1fc438effe406c9d7f973749eb4e527/scene/resources/dynamic_font.cpp#L858-L859>
Re: Value being able to be negative see example here:
* <https://github.com/godotengine/godot/issues/38630>
But also note that nodes other than `Label` may not currently render extra space spacing correctly.
|
|
Added inspector_only option to inspect_object in EditorInterface.
|
|
|
|
Document the BaseMaterial3D billboard mode not being suited for VR
|
|
OS: Remove unused get_splash_tick_msec
|
|
Required for godotengine/godot-docs#4074 to pass, we're removing that
page from the docs as part of the getting started section rewrite.
|
|
Update and complete the Sprite3D and SpriteBase3D class documentations
|
|
Translate GDScript Code Examples to C# (Classes beginning with C)
|
|
Only existing GDScript code examples are converted and added to the
docs.
This is the first batch include classes beginning with A and B.
Included classes:
* AcceptDialog
* AESContext
* Animation
* AnimationNodeStateMachine
* AnimationNodeStateMachinePlayback
* AnimationNodeStateMachineTransition
* Array
* ArrayMesh
* AStar
* AStar2D
* Bool
* Button
|
|
Translates Code Examples in classes beginning with `C`.
Includes:
* Callable
* CanvasItem
* CharFXTransform
* Color
* ColorRect
* ConfigFile
* ConfirmationDialog
* Control
* Crypto
|
|
|
|
Move note about using ResourceLoader in the File documentation
|
|
|
|
It was added in 3e20391bf607dc7c452b056854aed4a8c99ba0f6 but it doesn't seem
particularly useful, and it was only implemented for the custom splash branch
and not the default one, so it could return an uninitialized int.
|
|
Add documentation for shelf filters
|
|
Reference the Color constants cheatsheet in the class reference
|
|
|
|
Users are sometimes confused as to the `pressed` property not being
visible in the Button class documentation. This is because `pressed`
is defined in BaseButton.
|
|
Updated docs to reflect change to inspect_object.
|
|
Improve documentation about VideoPlayer video formats
|
|
This closes https://github.com/godotengine/godot-docs/issues/4021.
|
|
Add description for ScriptEditor.open_script_create_dialog()
|
|
Document `RichTextLabel.append_bbcode()` not closing previously open tags
|
|
Document some properties of NavigationMesh
|
|
Fix a typo in the Array class documentation
|
|
This closes https://github.com/godotengine/godot-docs/issues/4049.
|
|
|
|
This closes #42216.
|
|
|
|
|
|
Using codespell 1.17.1.
Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
|
|
|
|
This also clarifies that `get_aabb()` returns the AABB in local space.
See https://github.com/godotengine/godot/issues/42095.
|
|
|
|
makerst: Add missing newline at EOF
|
|
See https://github.com/godotengine/godot/issues/40577#issuecomment-662329021.
|
|
|
|
To prevent possible conflicts with C# and other languages.
|
|
|
|
Document how to remove metadata from an Object
|
|
This closes https://github.com/godotengine/godot-docs/issues/4010.
|
|
Improve AudioEffectDistortion and AudioEffectFilter documentation
|