summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
* Fix MIDI note-on events being converted to note-off eventsvoidshine2022-10-111-1/+1
| | | | Update documentation with note about MIDI velocity interpretation
* Tweak LightmapGI defaults to be closer to the CPU lightmapperHugo Locurcio2022-09-161-3/+3
| | | | | | | | | | | | | | - Use 3 bounces by default. - Enable environment lighting from the scene by default. - This is not done in `3.x` for compatibility with existing projects, but it makes sense to do this by default since pretty much all outdoor scenes benefit from this. - Set the custom environment color to white (like ReflectionProbe). - Its default energy is still 0, so it's invisible by default. - Enable the generation of dynamic object probes by default. - Tweak the `max_texture_size` property hint for better usability. - Improve error messages when passing invalid sizes to `LightmapGI.set_max_texture_size()`.
* Add get_distribution_name() and get_version() to OSMJacred2022-09-161-0/+21
| | | | | | supports: LinuxBSD, Windows, macOS, iOS, Android, UWP Co-authored-by: bruvzg
* Merge pull request #65295 from reduz/json-as-resourceRémi Verschelde2022-09-161-10/+8
|\
| * Treat JSON as resource files.Juan Linietsky2022-09-041-10/+8
| | | | | | | | | | | | | | This makes the files ended in ".json" be treated as Godot resources. This solves two problems: * Avoid extensions to implement their own handling, which results in conflicts (all must use this one). * Allow code to still work opening it as a file (since it will not be imported).
* | Merge pull request #36541 from MJacred/docs/texture2darrayRémi Verschelde2022-09-167-7/+28
|\ \ | | | | | | | | | Add class descriptions for Texture2DArray, CubemapArray and ImageTextureLayered, plus overhaul TextureLayered
| * | Add class descriptions for Texture2DArray, CubemapArray and ↵MJacred2022-09-087-7/+28
| | | | | | | | | | | | | | | | | | ImageTextureLayered, plus overhaul TextureLayered Co-authored-by: Clay John <claynjohn@gmail.com>
* | | Merge pull request #65432 from Calinou/doc-volumetric-fogRémi Verschelde2022-09-164-18/+24
|\ \ \ | | | | | | | | | | | | Improve volumetric fog and FogVolume documentation
| * | | Improve volumetric fog and FogVolume documentationHugo Locurcio2022-09-154-18/+24
| | | |
* | | | Merge pull request #65148 from Mickeon/animated-sprite-negative-speed-scaleRémi Verschelde2022-09-162-9/+15
|\ \ \ \ | | | | | | | | | | | | | | | Allow negative `speed_scale` in AnimatedSprite2D & 3D
| * | | | Allow negative `speed_scale` in AnimatedSprite2D & 3DMicky2022-09-132-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the `speed_scale` is set to a negative value, the animation plays in reverse. The second parameter of `play()` still reverses as before. if `speed_scale` and the second parameter of `play()` is true, the animation plays forward. Also updates the documentation to better describe the pausing and playing behaviour.
* | | | | Merge pull request #65819 from raulsntos/theme-docsRémi Verschelde2022-09-152-8/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix theme methods usage in docs
| * | | | | Fix theme methods usage in docsRaul Santos2022-09-152-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix usages of `get_icon` that was renamed `get_theme_icon`. - Replace `new Control().get_font*` with `ThemeDB.fallback_font*`.
* | | | | | Merge pull request #65818 from raulsntos/dotnet/crypto-docsRémi Verschelde2022-09-152-9/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix invalid C# in crypto docs
| * | | | | | Fix invalid C# in crypto docsRaul Santos2022-09-152-9/+10
| |/ / / / /
* | | | | | Merge pull request #65196 from TokageItLab/fix-redraw-anim-treeRémi Verschelde2022-09-153-0/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Fix redraw timing in `AnimationBlendTreeEditor`
| * | | | | Fix redraw timing in AnimationBlendTreeEditorSilc Renew2022-09-143-0/+20
| | | | | |
* | | | | | 2D and 3D Skeleton modification docs, and small fixes.Lyuma2022-09-1420-34/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark SkeletonModificationStack3D and related as deprecated. Mark local bone override and axis functions deprecated in Skeleton3D api. Fix array property glitch in SkeletonModificationStack2D Mark SkeletonModificationStack2D and related APIs as experimental. Mark SkeletonIK3D as deprecated.
* | | | | | Merge pull request #65491 from MJacred/docs/multimeshRémi Verschelde2022-09-141-7/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Document MultiMesh members
| * | | | | | Document MultiMesh members and improve/extend existing descriptionsMJacred2022-09-081-7/+15
| | | | | | |
* | | | | | | Merge pull request #65774 from bruvzg/no_mono_hintingRémi Verschelde2022-09-141-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Do not use horizontal hinting for the editor monospace font.
| * | | | | | | Do not use horizontal hinting for the editor monospace font.bruvzg2022-09-141-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #65493 from V-Sekai/lod_scalingRémi Verschelde2022-09-141-0/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fixes LOD scaling issues on skinned meshes.
| * | | | | | | Fix LOD-generation on skinned meshes.SaracenOne2022-09-141-0/+2
| | | | | | | |
* | | | | | | | Merge pull request #65509 from gotnospirit/master-os-get_datetimeRémi Verschelde2022-09-131-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | get_datetime_* functions can return wrong values
| * | | | | | | | Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #65591 from MewPurPur/area-overlapping-functionRémi Verschelde2022-09-132-2/+30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement `Area[2D/3D].has_overlapping_[bodies/areas]`
| * | | | | | | | | Implement Area.has_overlapping_*VolTer2022-09-102-2/+30
| | | | | | | | | |
* | | | | | | | | | Merge pull request #65704 from akien-mga/web-editor-fix-some-errorsRémi Verschelde2022-09-131-0/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix some errors affecting the Web editor
| * | | | | | | | | | Fix some errors affecting the Web editorRémi Verschelde2022-09-121-0/+12
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Don't warn about minimized/maximized modes not being available. - Blender and FBX export both depend on running thirdparty applications, which can't be done (easily at least) for Web and Android editors. - Editor theme complained about not being able to retrieve texture data for an icon. It was only used once so instead of flipping at runtime, let's just add a flipped icon. Part of #65702.
* | | | | | | | | | Merge pull request #65658 from ↵Yuri Sizov2022-09-121-0/+9
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | KoBeWi/Two_Tweens_are_tweening_the_same_object._Who-will-win Add more clarifications about Tween processing
| * | | | | | | | | Add more clarifications about Tween processingkobewi2022-09-111-0/+9
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #64155 from Mickeon/sprite-3d-backwards-speed-scaleRémi Verschelde2022-09-121-1/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Harmonise AnimatedSprite3D and its 2D counterpartMicky2022-09-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the following properties to AnimatedSprite3D: - `backwards` parameter in `play()`; - `speed_scale`. Both classes' internals are more similar, down to the line spacings. They've also been updated to be clearer and less inconsistent (e.g. `!frames.is_valid()` -> `frames.is_null()`, use SceneStringNames instead of CoreStringNames, rename the internal _queue_update to _queue_redraw)
* | | | | | | | | Merge pull request #64465 from TokageItLab/bind-after-gui-inputRémi Verschelde2022-09-101-15/+24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Bind `AfterGUIInput` to GDScript and update document
| * | | | | | | | | bind AfterGUIInputSilc Renew2022-09-081-15/+24
| | | | | | | | | |
* | | | | | | | | | Merge pull request #65574 from YuriSizov/graphedit-slot-port-conundrumYuri Sizov2022-09-102-134/+153
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Improve parameter naming and documentation in GraphEdit and GraphNodeYuri Sizov2022-09-092-134/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Maganty Rushyendra <mrushyendra@yahoo.com.sg>
* | | | | | | | | | | Merge pull request #65595 from KoBeWi/minus_childrenRémi Verschelde2022-09-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | Allow negative indices in `move_child()`
| * | | | | | | | | | Allow negative indices in move_child()kobewi2022-09-101-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #64412 from MewPurPur/remove-remove-and-skipRémi Verschelde2022-09-101-6/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Remove `Node.remove_and_skip` method
| * | | | | | | | | | Remove Remove and SkipVolTer2022-09-091-6/+0
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #64394 from smix8/navigation_obstacles_reparent_4.xRémi Verschelde2022-09-092-0/+26
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Fix NavigationObstacle 2D/3D (re)parent issues
| * | | | | | | | | Fix NavigationObstacle 2D/3D (re)parent issuessmix82022-08-142-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes (re)parent issues with NavigationObstacle 2D and 3D (same as NavigationAgents). Also adds the option from NavigationAgents to override the default navigation map.
* | | | | | | | | | PhysicsServer2DExtension and PhysicsServer3DExtension: bind all methods (really)Ricardo Buring2022-09-092-0/+429
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #64373 from YeldhamDev/edscale_likes_them_floatyRémi Verschelde2022-09-092-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander2022-09-082-2/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #65188 from Mickeon/animated-texture-speed-scaleYuri Sizov2022-09-081-17/+9
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Rework AnimatedTexture's `fps` into `speed_scale`
| * | | | | | | | Rework AnimatedTexture's `fps` into `speed_scale`Micky2022-09-061-17/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `fps` has been turned into `speed_scale`. It now affects the scale of the entire animation. If `speed_scale` is a negative value, the animation is played in reverse. `frame_n/delay_sec` has been renamed to `frame_n/duration` _(prefixes exist, making the previous name redundant)_. Setters and getters, documentation updated, too.
* | | | | | | | | Merge pull request #65241 from bruvzg/no_keymap_ambiguityRémi Verschelde2022-09-082-143/+146
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix key mapping changes when moving from macOS to other platform.