summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2022-03-07Merge pull request #57812 from piiertho/bugfix/add-none-enum-global-constantsRémi Verschelde
2022-03-07bugfix: bind core enums' none valuesPierre-Thomas Meisels
2022-03-07Merge pull request #58750 from Chaosus/vs_varyingsRémi Verschelde
Add varying support to visual shaders
2022-03-06Merge pull request #58788 from reduz/rename-streamtextureRémi Verschelde
Rename StreamTexture* to CompressedTexture*
2022-03-06Merge pull request #58803 from KoBeWi/a_bit_of_everythingRémi Verschelde
Various code and documentation improvements
2022-03-05Various code and documentation improvementskobewi
2022-03-05Change tabs_rearrange_group to propertykobewi
2022-03-05Rename StreamTexture* to CompressedTexture*reduz
* Its not and will not be used for streaming. * Streaming will be implemented in 4.1 and it will work different. * It makes more sense to be called CompressedTexture since it imports and compresses texture files.
2022-03-05Merge pull request #53839 from EricEzaM/editor-settings-changed-settingsRémi Verschelde
Added ability to get list of editor settings changed when saving editor settings. Optimised settings changed notification.
2022-03-05Added ability to retrieve array of changed settings changed when it is saved.Eric M
2022-03-04Add varying support to visual shadersYuri Roubinsky
2022-03-04Merge pull request #58717 from CrezyDud/masterRémi Verschelde
2022-03-04Merge pull request #58512 from Calinou/light3d-add-distance-fadeRémi Verschelde
2022-03-04Merge pull request #58673 from Calinou/smooth-trimesh-collision-always-settingRémi Verschelde
2022-03-04Merge pull request #58687 from YeldhamDev/the_beast_has_been_slainRémi Verschelde
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-03-03Add linear_velocity and angular_velocity to PhysicalBone3DMrSwedish
2022-03-03Merge pull request #57478 from FelixNemis/physics-signal-doc-fixRémi Verschelde
Fix snippet for getting collisionshape node in body/area signal docs
2022-03-03Merge pull request #58643 from KoBeWi/👀Max Hilbrunner
Update some docs regarding SubViewports
2022-03-03Merge pull request #57466 from Sauermann/fix-rect2i-intersect-docMax Hilbrunner
Fix Rect2i.intersects doc: Remove nonexistent parameter from documentation
2022-03-03Merge pull request #58162 from KoBeWi/RYMax Hilbrunner
Update description of LINE_TEXTURE constants
2022-03-02Always register the Smooth Trimesh Collision project settingHugo Locurcio
This ensures the project setting never disappears from the editor, even if the current physics engine is GodotPhysics. This also adds documentation for the Smooth Trimesh Collision project setting.
2022-03-02Changed TileMap::set_cell alternative_tile default value to 0Igor Kordiukiewicz
2022-03-01Merge pull request #58629 from groud/fix_native_extion_init_orderRémi Verschelde
2022-03-01Merge pull request #58477 from AlbertFay/text-under-scrollbarRémi Verschelde
2022-03-01Update some docs regarding SubViewportskobewi
2022-02-28Reorder native extension types initialization, initializing editor lastGilles Roudière
2022-02-28Merge pull request #58614 from Calinou/ssr-roughness-quality-enum-fix-typoRémi Verschelde
Fix typo in SSR roughness quality enum value names
2022-02-28Merge pull request #58597 from ↵Rémi Verschelde
IgorKordiukiewicz/remove-files-dropped-signal-from-scene-tree Remove files_dropped signal from SceneTree
2022-02-28Remove files_dropped signal from SceneTreeIgor Kordiukiewicz
2022-02-28Fix typo in SSR roughness quality enum value namesHugo Locurcio
2022-02-27Document how to fix thin FogVolumes flickering when the camera movesHugo Locurcio
2022-02-25Fixed bug with text going under scrollbaralbertfay1121
added classes reference update
2022-02-25Implement distance fade properties in OmniLight3D and SpotLight3DHugo Locurcio
This can be used to fade lights and their shadows in the distance, similar to Decal nodes. This can bring significant performance improvements, especially for lights with shadows enabled and when using higher-than-default shadow quality settings. While lights can be smoothly faded out over distance, shadows are currently "all or nothing" since per-light shadow color is no longer customizable in the Vulkan renderer. This may result in noticeable pop-in when leaving the shadow cutoff distance, but depending on the scene, it may not always be that noticeable.
2022-02-25Improve popup window handling.bruvzg
Add window FLAG_POPUP and a platform specific routines to control popup auto-hiding and event forwarding.
2022-02-23Merge pull request #58448 from novaplusplus/wow-more-string-docsRémi Verschelde
2022-02-23Added or improved documentation to a few more String methodsNova
2022-02-23Merge pull request #56394 from BastiaanOlij/OpenXR_Core4Rémi Verschelde
2022-02-23Merge pull request #57956 from Eoin-ONeill-Yokai/audio_stream_hotfixRémi Verschelde
2022-02-23Implementing OpenXR driverBastiaan Olij
2022-02-23Merge pull request #58411 from cbscribe/rename_motion_velocityRémi Verschelde
2022-02-22Rename motion_velocity to velocityChris Bradfield
2022-02-22Use Filament specular models and parametrizationclayjohn
2022-02-22Add missing binding to AudioStream classEoin O'Neill
This allows for the extension of AudioStream where you can call `instance_plackback` on child AudioStream instances within gdscript, much like the implementation of some child classes in C++. See `AudioStreamRandomPitch` for an example of how this can be used.
2022-02-22Merge pull request #57664 from skyace65/TriangulateInfoRémi Verschelde
Add more information on triangulate polygon
2022-02-22Merge pull request #58440 from novaplusplus/novas-doc-stuffRémi Verschelde
Fix incorrect surfacetool example in class docs
2022-02-22Document String's humanize_size static methodNova
2022-02-22Fix incorrect SurfaceTool example in class docsNova
2022-02-21Update doc for match: empty argument doesn't match anythingMarkus Sauermann
2022-02-19Merge pull request #58042 from Sauermann/fix-viewport-border-notificationsRémi Verschelde
Fix Viewport mouse enter+exit notifications