Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-15 | Merge pull request #52571 from timothyqiu/expose-enum | Juan Linietsky | |
Expose enum related methods in ClassDB | |||
2021-09-16 | Merge pull request #38051 from Calinou/doc-cubemap | Max Hilbrunner | |
Document the Cubemap class | |||
2021-09-16 | Merge pull request #43240 from HaSa1002/docs-mainloop | Max Hilbrunner | |
Docs: Fix Mainloop example | |||
2021-09-16 | Merge pull request #46625 from mbrlabs/docs-mutex-lock | Max Hilbrunner | |
Documented that mutexes are implemented recursively | |||
2021-09-16 | Merge pull request #50197 from SirQuartz/patch-16 | Max Hilbrunner | |
Add note to `RichTextLabel` about BBCode and `push_*/pop` functions | |||
2021-09-15 | Merge pull request #52679 from nekomatata/world-boundary-shape | Camille Mohr-Daurat | |
Rename WorldMarginShape to WorldBoundaryShape | |||
2021-09-16 | Merge pull request #52472 from mhilbrunner/array-slice-docs | Max Hilbrunner | |
Fix docs for Array's slice() | |||
2021-09-16 | Merge pull request #49038 from madmiraal/fix-docs-3407 | Max Hilbrunner | |
Clarify documentation of Camera3D.get_camera_transform() | |||
2021-09-16 | Merge pull request #49041 from madmiraal/fix-docs-4085 | Max Hilbrunner | |
Clarify that eof_reached() cannot be used to check if more data is available | |||
2021-09-15 | Merge pull request #50207 from SirQuartz/patch-17 | Max Hilbrunner | |
Add note to `SceneTree` about pausing | |||
2021-09-15 | Merge pull request #50182 from SirQuartz/patch-15 | Max Hilbrunner | |
Add many descriptions to the `Window` class | |||
2021-09-15 | Merge pull request #51615 from Bhu1-V/PR/docs/cmd-plt | Max Hilbrunner | |
`EditorCommandPalette` Documentation. | |||
2021-09-15 | Merge pull request #52677 from Calinou/doc-styleboxflat-bevel-antialiasing | Max Hilbrunner | |
Document caveats with StyleBoxFlat antialiasing and beveled corners | |||
2021-09-15 | Merge pull request #52628 from mechPenSketch/imgages_in_docs | Max Hilbrunner | |
Add Graph Illustrations to Doc | |||
2021-09-15 | Merge pull request #52719 from Calinou/doc-msdf-font-rendering | Max Hilbrunner | |
Improve documentation related to MSDF font rendering | |||
2021-09-15 | Merge pull request #52656 from akien-mga/rename-vseditor-singleton | Max Hilbrunner | |
Rename VisualScriptEditor singleton to VisualScriptCustomNodes | |||
2021-09-15 | Improve documentation related to MSDF font rendering | Hugo 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-15 | Rename `osx` to `macos` in input map feature tag handling | Hugo Locurcio | |
This follows the general feature tag rename for 4.0. | |||
2021-09-14 | Rename WorldMarginShape to WorldBoundaryShape | PouleyKetchoupp | |
2021-09-14 | Document caveats with StyleBoxFlat antialiasing and beveled corners | Hugo Locurcio | |
2021-09-14 | doc: Clarify need to save ConfigFile to apply changes to file | georgespatton | |
See #52645 for context. | |||
2021-09-14 | Rename VisualScriptEditor singleton to VisualScriptCustomNodes | Ré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-13 | Merge pull request #49063 from Calinou/remove-16x-msaa | Rémi Verschelde | |
Remove 16× MSAA support due to driver bugs and low performance | |||
2021-09-13 | Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscript | Rémi Verschelde | |
Fix parse error on statement-less files with only newlines, add a warning for empty files. | |||
2021-09-13 | Add Graph Illustrations to Doc | mechPenSketch | |
2021-09-13 | Merge pull request #51805 from skysphr/scrollbar-icons-pressed | Hugo Locurcio | |
Added increment_pressed and decrement_pressed icons to scrollbars | |||
2021-09-13 | Merge pull request #52298 from DeleteSystem32/meshlib-transform | Rémi Verschelde | |
implement individual mesh transform for meshlibrary items | |||
2021-09-13 | Merge pull request #52587 from zacryol/call_example_change | Max Hilbrunner | |
Change example used for StringName call methods | |||
2021-09-13 | Merge pull request #52614 from Calinou/doc-get-class-name | Max Hilbrunner | |
Document `Object.get_class()/is_class()` ignores `class_name` declaration | |||
2021-09-13 | Document `Object.get_class()/is_class()` ignores `class_name` declaration | Hugo Locurcio | |
2021-09-12 | Improve documentation for `Engine.get_process_frames/get_physics_frames()` | Hugo Locurcio | |
2021-09-11 | Change example used for StringName call methods | zacryol | |
Co-authored-by: Raul Santos <raulsntos@gmail.com> | |||
2021-09-11 | Merge pull request #52504 from V-Sekai/gltf_8_uv | Juan Linietsky | |
8 uvs for glTF2, URI decode and Vertex Custom api | |||
2021-09-11 | Fix error on parsing statement-less GDScript files, | ThreeRhinosInAnElephantCostume | |
add an empty file warning, add relevant tests. | |||
2021-09-11 | Document that ConfigFiles can use any file extension | Hugo Locurcio | |
The file extension given to a ConfigFile has no impact on its formatting or behavior. | |||
2021-09-11 | Expose enum related methods in ClassDB | Haoyu Qiu | |
2021-09-10 | Merge pull request #52406 from ellenhp/libvorbis | Juan Linietsky | |
Replace stb_vorbis with libvorbis | |||
2021-09-10 | 8 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-10 | Merge pull request #52433 from groud/document_tiles | Max Hilbrunner | |
Tiles renames and documentation | |||
2021-09-09 | Replace stb_vorbis with libogg+libvorbis | Ellen Poe | |
2021-09-09 | Merge pull request #51158 from YeldhamDev/potgen_enhancements | Juan Linietsky | |
Make some enhancements to the POT generation | |||
2021-09-09 | Merge pull request #44844 from KoBeWi/hey_listen!_but_2d | Juan Linietsky | |
Add Listener2D | |||
2021-09-09 | Merge pull request #52252 from Calinou/sdfgi-use-light-indirect-energy | Juan Linietsky | |
Use the Light3D Indirect Energy property in SDFGI | |||
2021-09-09 | implement individual mesh transform for meshlibrary items | Vincent | |
2021-09-09 | Merge pull request #52203 from BastiaanOlij/expose_vulkan_info_to_extensions | Juan Linietsky | |
Expose Vulkan internal values for access from extensions | |||
2021-09-09 | Expose Vulkan internal values for access from extensions | Bastiaan Olij | |
2021-09-09 | Merge pull request #46656 from zaksnet/improve-thread-docs | Max Hilbrunner | |
Improve documentation for Thread | |||
2021-09-09 | Merge pull request #49605 from likeich/jnisingleton_docs | Max Hilbrunner | |
Wrote JNISingleton docs | |||
2021-09-09 | Merge pull request #50336 from SirQuartz/patch-20 | Max Hilbrunner | |
Add description to `Viewport` |