summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
* Rename `osx` to `macos` in input map feature tag handlingHugo Locurcio2021-09-151-12/+12
| | | | This follows the general feature tag rename for 4.0.
* doc: Clarify need to save ConfigFile to apply changes to filegeorgespatton2021-09-141-0/+2
| | | | See #52645 for context.
* Merge pull request #49063 from Calinou/remove-16x-msaaRémi Verschelde2021-09-132-12/+6
|\ | | | | Remove 16× MSAA support due to driver bugs and low performance
| * Remove 16× MSAA support due to driver bugs and low performanceHugo Locurcio2021-08-252-12/+6
| | | | | | | | | | | | | | | | | | | | In the `master` branch, 16× MSAA caused the entire system to freeze on NVIDIA GPUs. This is likely caused by graphics drivers not actually implementing 16× MSAA, but combining 8× MSAA with 2× SSAA instead. On top of that, modern shader complexity makes 16× MSAA very difficult to use while keeping a good framerate. 8× MSAA is hard enough to use as it is.
* | Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscriptRémi Verschelde2021-09-131-0/+3
|\ \ | | | | | | Fix parse error on statement-less files with only newlines, add a warning for empty files.
| * | Fix error on parsing statement-less GDScript files,ThreeRhinosInAnElephantCostume2021-09-111-0/+3
| | | | | | | | | | | | | | | add an empty file warning, add relevant tests.
* | | Merge pull request #51805 from skysphr/scrollbar-icons-pressedHugo Locurcio2021-09-132-0/+12
|\ \ \ | | | | | | | | Added increment_pressed and decrement_pressed icons to scrollbars
| * | | Added increment_pressed and decrement_pressed icons to scrollbarsskysphr2021-08-172-0/+12
| | | |
* | | | Merge pull request #52298 from DeleteSystem32/meshlib-transformRémi Verschelde2021-09-131-0/+15
|\ \ \ \ | | | | | | | | | | implement individual mesh transform for meshlibrary items
| * | | | implement individual mesh transform for meshlibrary itemsVincent2021-09-091-0/+15
| | | | |
* | | | | Merge pull request #52587 from zacryol/call_example_changeMax Hilbrunner2021-09-131-12/+12
|\ \ \ \ \ | | | | | | | | | | | | Change example used for StringName call methods
| * | | | | Change example used for StringName call methodszacryol2021-09-111-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Raul Santos <raulsntos@gmail.com>
* | | | | | Merge pull request #52614 from Calinou/doc-get-class-nameMax Hilbrunner2021-09-131-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Document `Object.get_class()/is_class()` ignores `class_name` declaration
| * | | | | | Document `Object.get_class()/is_class()` ignores `class_name` declarationHugo Locurcio2021-09-131-2/+4
| |/ / / / /
* / / / / / Improve documentation for `Engine.get_process_frames/get_physics_frames()`Hugo Locurcio2021-09-121-3/+15
|/ / / / /
* | | | | Merge pull request #52504 from V-Sekai/gltf_8_uvJuan Linietsky2021-09-112-0/+10
|\ \ \ \ \ | | | | | | | | | | | | 8 uvs for glTF2, URI decode and Vertex Custom api
| * | | | | 8 uvs for glTF2, URI decode and Vertex Custom api.Lyuma2021-09-102-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add glTF2 uri decode for paths. Add vertex custom apis. Add scene importer api. Change Color to float; add support for float-based custom channels in SurfaceTool and EditorSceneImporterMesh Co-authored-by: darth negative hunter <thenegativehunter2@users.noreply.github.com>
* | | | | | Document that ConfigFiles can use any file extensionHugo Locurcio2021-09-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file extension given to a ConfigFile has no impact on its formatting or behavior.
* | | | | | Merge pull request #52406 from ellenhp/libvorbisJuan Linietsky2021-09-109-9/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Replace stb_vorbis with libvorbis
| * | | | | Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-099-9/+9
| | | | | |
* | | | | | Merge pull request #52433 from groud/document_tilesMax Hilbrunner2021-09-106-112/+294
|\ \ \ \ \ \ | | | | | | | | | | | | | | Tiles renames and documentation
| * | | | | | Tiles renames/bugfixing and documentationGilles Roudière2021-09-086-112/+294
| | | | | | |
* | | | | | | Merge pull request #51158 from YeldhamDev/potgen_enhancementsJuan Linietsky2021-09-091-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make some enhancements to the POT generation
| * | | | | | | Make some enhancements to the POT generationMichael Alexsander2021-09-021-1/+2
| | | | | | | |
* | | | | | | | Merge pull request #44844 from KoBeWi/hey_listen!_but_2dJuan Linietsky2021-09-092-1/+35
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add Listener2D
| * | | | | | | | Add Listener2Dkobewi2021-08-312-1/+35
| | | | | | | | |
* | | | | | | | | Merge pull request #52252 from Calinou/sdfgi-use-light-indirect-energyJuan Linietsky2021-09-091-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Use the Light3D Indirect Energy property in SDFGI
| * | | | | | | | Use the Light3D Indirect Energy property in SDFGIHugo Locurcio2021-08-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Indirect Energy property was previously ignored in SDFGI (unlike VoxelGI).
* | | | | | | | | Merge pull request #52203 from BastiaanOlij/expose_vulkan_info_to_extensionsJuan Linietsky2021-09-093-0/+45
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Expose Vulkan internal values for access from extensions
| * | | | | | | | | Expose Vulkan internal values for access from extensionsBastiaan Olij2021-09-093-0/+45
| | | | | | | | | |
* | | | | | | | | | Merge pull request #46656 from zaksnet/improve-thread-docsMax Hilbrunner2021-09-091-0/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Improve documentation for Thread
| * | | | | | | | | | Improve docs for ThreadZak2021-03-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An attempt to improve the documentation for Thread - Adds documentation on how and when the `wait_to_finish` should be used - Adds a note on what to be careful about when using `wait_to_finish`
* | | | | | | | | | | Merge pull request #49605 from likeich/jnisingleton_docsMax Hilbrunner2021-09-091-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Wrote JNISingleton docs
| * | | | | | | | | | Wrote JNISinglton docsKyle2021-06-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I added a few descriptions and links to the empty JNISingleton class doc.
* | | | | | | | | | | Merge pull request #50336 from SirQuartz/patch-20Max Hilbrunner2021-09-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add description to `Viewport`
| * | | | | | | | | | | Add method description to `is_embedding_subwindows` in `Viewport`Nick Huelin2021-07-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pull request adds a missing method description to `Viewport` in the class docs.
* | | | | | | | | | | | Merge pull request #52306 from CinchBlue/masterMax Hilbrunner2021-09-094-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add "Physics intro" docs link for State classes
| * | | | | | | | | | | | Add "Physics intro" docs link for State classesAustin Tasato2021-09-014-1/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #52494 from mhilbrunner/rset-into-the-sunsetFabio Alessandrelli2021-09-082-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Remove references to (removed) RSETs
| * | | | | | | | | | | | | Docs: Remove references to (removed) RSETsMax Hilbrunner2021-09-082-4/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #52310 from Calinou/doc-node-groups-unorderedMax Hilbrunner2021-09-081-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | Document that node groups don't have a guaranteed order
| * | | | | | | | | | | | | Document that node groups don't have a guaranteed orderHugo Locurcio2021-09-011-0/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #52480 from mhilbrunner/network-renameFabio Alessandrelli2021-09-085-36/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | Multiplayer networking renames/simplification
| * | | | | | | | | | | | Multiplayer networking renames/simplificationMax Hilbrunner2021-09-085-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes _networking_ prefix from some methods and members, now that multiplayer has been largely moved out of Node and SceneTree and is seperated into its own set of classes.
* | | | | | | | | | | | | Merge pull request #52470 from mhilbrunner/use-encryption-and-dont-get-secretsGilles Roudière2021-09-081-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new docs warning from HTTPRequest to HTTPClient
| * | | | | | | | | | | | | Add new docs warning from HTTPRequest to HTTPClientMax Hilbrunner2021-09-071-0/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #52173 from AstroStucky/improve-camera2d-docGilles Roudière2021-09-081-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | Clarified how Camera2D's current property works with Viewports.
| * | | | | | | | | | | | | Clarified how Camera2D's current property works with Viewports.Thomas Stucky2021-08-271-1/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #52237 from ellenhp/polyphonyJuan Linietsky2021-09-074-0/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | Add optional polyphonic playback to built-in audio player nodes
| * | | | | | | | | | | | | Add polyphony to Audio Stream Player nodesEllen Poe2021-09-074-0/+20
| |/ / / / / / / / / / / /