summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2022-09-19Improve C# documentation for FileAccess and DirAccessRaul Santos
- Adds using statements to C# examples to ensure the resources are freed after usage - Adds explanation about the importance of disposing the FileAccess now that we don't have a close method
2022-09-19Merge pull request #65271 from KoBeWi/FirAccess🌲Rémi Verschelde
Replace File/Directory with FileAccess/DirAccess
2022-09-19Merge pull request #66079 from Zylann/project_settings_restartRémi Verschelde
Expose ProjectSettings.set_restart_if_changed(name, restart)
2022-09-19Merge pull request #66104 from Zylann/notification_local_transform_changedRémi Verschelde
Expose Node3D `NOTIFICATION_LOCAL_TRANSFORM_CHANGED`
2022-09-19Merge pull request #66097 from Zylann/make_atlas_vec2iRémi Verschelde
make_atlas`
2022-09-19Merge pull request #66080 from Zylann/editor_property_set_read_onlyRémi Verschelde
Expose `EditorProperty._set_read_only` virtual method
2022-09-19Expose ProjectSettings.set_restart_if_changed(name, restart)Marc Gilleron
2022-09-19Expose `NOTIFICATION_LOCAL_TRANSFORM_CHANGED`Marc Gilleron
2022-09-19Expose `EditorProperty._set_read_only` virtual methodMarc Gilleron
2022-09-19Use `Vector2i` when returning atlas size in `Geometry2D::make_atlas`Marc Gilleron
2022-09-19Replace File/Directory with FileAccess/DirAccesskobewi
2022-09-19Merge pull request #66070 from KoBeWi/call_of_undoRémi Verschelde
Change UndoRedo to use Callables
2022-09-19Merge pull request #65915 from clayjohn/VULKAN-mobile-fogRémi Verschelde
Restore fog in vulkan mobile renderer.
2022-09-18Change UndoRedo to use Callableskobewi
2022-09-18Merge pull request #65931 from ↵Rémi Verschelde
fabriceci/add-recovery-as-collision-in-low-level-methods Add recovery_as_collision in move_and_collide/test_move
2022-09-17Add recovery_as_collision in move_and_collide/test_movefabriceci
2022-09-16Restore fog in vulkan mobile renderer.clayjohn
The condition accidentally disabled fog whenever it was enabled
2022-09-16Tweak LightmapGI defaults to be closer to the CPU lightmapperHugo Locurcio
- 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()`.
2022-09-16Add get_distribution_name() and get_version() to OSMJacred
supports: LinuxBSD, Windows, macOS, iOS, Android, UWP Co-authored-by: bruvzg
2022-09-16Merge pull request #65295 from reduz/json-as-resourceRémi Verschelde
2022-09-16Merge pull request #36541 from MJacred/docs/texture2darrayRémi Verschelde
Add class descriptions for Texture2DArray, CubemapArray and ImageTextureLayered, plus overhaul TextureLayered
2022-09-16Merge pull request #65432 from Calinou/doc-volumetric-fogRémi Verschelde
Improve volumetric fog and FogVolume documentation
2022-09-16Merge pull request #65148 from Mickeon/animated-sprite-negative-speed-scaleRémi Verschelde
Allow negative `speed_scale` in AnimatedSprite2D & 3D
2022-09-15Merge pull request #65819 from raulsntos/theme-docsRémi Verschelde
Fix theme methods usage in docs
2022-09-15Merge pull request #65818 from raulsntos/dotnet/crypto-docsRémi Verschelde
Fix invalid C# in crypto docs
2022-09-15Merge pull request #65196 from TokageItLab/fix-redraw-anim-treeRémi Verschelde
Fix redraw timing in `AnimationBlendTreeEditor`
2022-09-15Fix theme methods usage in docsRaul Santos
- Fix usages of `get_icon` that was renamed `get_theme_icon`. - Replace `new Control().get_font*` with `ThemeDB.fallback_font*`.
2022-09-15Fix invalid C# in crypto docsRaul Santos
2022-09-15Improve volumetric fog and FogVolume documentationHugo Locurcio
2022-09-142D and 3D Skeleton modification docs, and small fixes.Lyuma
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.
2022-09-14Merge pull request #65491 from MJacred/docs/multimeshRémi Verschelde
Document MultiMesh members
2022-09-14Merge pull request #65774 from bruvzg/no_mono_hintingRémi Verschelde
Do not use horizontal hinting for the editor monospace font.
2022-09-14Fix redraw timing in AnimationBlendTreeEditorSilc Renew
2022-09-14Do not use horizontal hinting for the editor monospace font.bruvzg
2022-09-14Merge pull request #65493 from V-Sekai/lod_scalingRémi Verschelde
Fixes LOD scaling issues on skinned meshes.
2022-09-14Fix LOD-generation on skinned meshes.SaracenOne
2022-09-13Allow negative `speed_scale` in AnimatedSprite2D & 3DMicky
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.
2022-09-13Merge pull request #65509 from gotnospirit/master-os-get_datetimeRémi Verschelde
get_datetime_* functions can return wrong values
2022-09-13Merge pull request #65591 from MewPurPur/area-overlapping-functionRémi Verschelde
Implement `Area[2D/3D].has_overlapping_[bodies/areas]`
2022-09-13Merge pull request #65704 from akien-mga/web-editor-fix-some-errorsRémi Verschelde
Fix some errors affecting the Web editor
2022-09-12Merge pull request #65658 from ↵Yuri Sizov
KoBeWi/Two_Tweens_are_tweening_the_same_object._Who-will-win Add more clarifications about Tween processing
2022-09-12Fix some errors affecting the Web editorRémi Verschelde
- 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.
2022-09-12Merge pull request #64155 from Mickeon/sprite-3d-backwards-speed-scaleRémi Verschelde
2022-09-11Add more clarifications about Tween processingkobewi
2022-09-10Merge pull request #64465 from TokageItLab/bind-after-gui-inputRémi Verschelde
Bind `AfterGUIInput` to GDScript and update document
2022-09-10Merge pull request #65574 from YuriSizov/graphedit-slot-port-conundrumYuri Sizov
2022-09-10Implement Area.has_overlapping_*VolTer
2022-09-10Merge pull request #65595 from KoBeWi/minus_childrenRémi Verschelde
Allow negative indices in `move_child()`
2022-09-10Allow negative indices in move_child()kobewi
2022-09-10Fixes #65377: get_datetime_* functions can return wrong valuesJames