summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-09-15Merge pull request #52571 from timothyqiu/expose-enumJuan Linietsky
Expose enum related methods in ClassDB
2021-09-16Merge pull request #38051 from Calinou/doc-cubemapMax Hilbrunner
Document the Cubemap class
2021-09-16Merge pull request #43240 from HaSa1002/docs-mainloopMax Hilbrunner
Docs: Fix Mainloop example
2021-09-16Merge pull request #46625 from mbrlabs/docs-mutex-lockMax Hilbrunner
Documented that mutexes are implemented recursively
2021-09-16Merge pull request #50197 from SirQuartz/patch-16Max Hilbrunner
Add note to `RichTextLabel` about BBCode and `push_*/pop` functions
2021-09-15Merge pull request #52679 from nekomatata/world-boundary-shapeCamille Mohr-Daurat
Rename WorldMarginShape to WorldBoundaryShape
2021-09-16Merge pull request #52472 from mhilbrunner/array-slice-docsMax Hilbrunner
Fix docs for Array's slice()
2021-09-16Merge pull request #49038 from madmiraal/fix-docs-3407Max Hilbrunner
Clarify documentation of Camera3D.get_camera_transform()
2021-09-16Merge pull request #49041 from madmiraal/fix-docs-4085Max Hilbrunner
Clarify that eof_reached() cannot be used to check if more data is available
2021-09-15Merge pull request #50207 from SirQuartz/patch-17Max Hilbrunner
Add note to `SceneTree` about pausing
2021-09-15Merge pull request #50182 from SirQuartz/patch-15Max Hilbrunner
Add many descriptions to the `Window` class
2021-09-15Merge pull request #51615 from Bhu1-V/PR/docs/cmd-pltMax Hilbrunner
`EditorCommandPalette` Documentation.
2021-09-15Merge pull request #52677 from Calinou/doc-styleboxflat-bevel-antialiasingMax Hilbrunner
Document caveats with StyleBoxFlat antialiasing and beveled corners
2021-09-15Merge pull request #52628 from mechPenSketch/imgages_in_docsMax Hilbrunner
Add Graph Illustrations to Doc
2021-09-15Merge pull request #52719 from Calinou/doc-msdf-font-renderingMax Hilbrunner
Improve documentation related to MSDF font rendering
2021-09-15Merge pull request #52656 from akien-mga/rename-vseditor-singletonMax Hilbrunner
Rename VisualScriptEditor singleton to VisualScriptCustomNodes
2021-09-15Improve documentation related to MSDF font renderingHugo Locurcio
2021-09-15[HTML5] Use browser mix rate by default on the Web.Fabio Alessandrelli
Browsers doesn't really like forcing the mix rate, e.g. Firefox does not allow input (microphone) if the mix rate is not the default one, Chrom* will exhibit worse performances, etc.
2021-09-15Rename `osx` to `macos` in input map feature tag handlingHugo Locurcio
This follows the general feature tag rename for 4.0.
2021-09-14Rename WorldMarginShape to WorldBoundaryShapePouleyKetchoupp
2021-09-14Document caveats with StyleBoxFlat antialiasing and beveled cornersHugo Locurcio
2021-09-14doc: Clarify need to save ConfigFile to apply changes to filegeorgespatton
See #52645 for context.
2021-09-14Rename VisualScriptEditor singleton to VisualScriptCustomNodesRémi Verschelde
Follow-up to #51916, fixes inconsistency between singleton name and class as documented in https://github.com/godotengine/godot/issues/52162#issuecomment-918979753.
2021-09-13Merge pull request #49063 from Calinou/remove-16x-msaaRémi Verschelde
Remove 16× MSAA support due to driver bugs and low performance
2021-09-13Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscriptRémi Verschelde
Fix parse error on statement-less files with only newlines, add a warning for empty files.
2021-09-13Add Graph Illustrations to DocmechPenSketch
2021-09-13Merge pull request #51805 from skysphr/scrollbar-icons-pressedHugo Locurcio
Added increment_pressed and decrement_pressed icons to scrollbars
2021-09-13Merge pull request #52298 from DeleteSystem32/meshlib-transformRémi Verschelde
implement individual mesh transform for meshlibrary items
2021-09-13Merge pull request #52587 from zacryol/call_example_changeMax Hilbrunner
Change example used for StringName call methods
2021-09-13Merge pull request #52614 from Calinou/doc-get-class-nameMax Hilbrunner
Document `Object.get_class()/is_class()` ignores `class_name` declaration
2021-09-13Document `Object.get_class()/is_class()` ignores `class_name` declarationHugo Locurcio
2021-09-12Improve documentation for `Engine.get_process_frames/get_physics_frames()`Hugo Locurcio
2021-09-11Change example used for StringName call methodszacryol
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2021-09-11Merge pull request #52504 from V-Sekai/gltf_8_uvJuan Linietsky
8 uvs for glTF2, URI decode and Vertex Custom api
2021-09-11Fix error on parsing statement-less GDScript files,ThreeRhinosInAnElephantCostume
add an empty file warning, add relevant tests.
2021-09-11Document that ConfigFiles can use any file extensionHugo Locurcio
The file extension given to a ConfigFile has no impact on its formatting or behavior.
2021-09-11Expose enum related methods in ClassDBHaoyu Qiu
2021-09-10Merge pull request #52406 from ellenhp/libvorbisJuan Linietsky
Replace stb_vorbis with libvorbis
2021-09-108 uvs for glTF2, URI decode and Vertex Custom api.Lyuma
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>
2021-09-10Merge pull request #52433 from groud/document_tilesMax Hilbrunner
Tiles renames and documentation
2021-09-09Replace stb_vorbis with libogg+libvorbisEllen Poe
2021-09-09Merge pull request #51158 from YeldhamDev/potgen_enhancementsJuan Linietsky
Make some enhancements to the POT generation
2021-09-09Merge pull request #44844 from KoBeWi/hey_listen!_but_2dJuan Linietsky
Add Listener2D
2021-09-09Merge pull request #52252 from Calinou/sdfgi-use-light-indirect-energyJuan Linietsky
Use the Light3D Indirect Energy property in SDFGI
2021-09-09implement individual mesh transform for meshlibrary itemsVincent
2021-09-09Merge pull request #52203 from BastiaanOlij/expose_vulkan_info_to_extensionsJuan Linietsky
Expose Vulkan internal values for access from extensions
2021-09-09Expose Vulkan internal values for access from extensionsBastiaan Olij
2021-09-09Merge pull request #46656 from zaksnet/improve-thread-docsMax Hilbrunner
Improve documentation for Thread
2021-09-09Merge pull request #49605 from likeich/jnisingleton_docsMax Hilbrunner
Wrote JNISingleton docs
2021-09-09Merge pull request #50336 from SirQuartz/patch-20Max Hilbrunner
Add description to `Viewport`