summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-13Merge pull request #51981 from kleonc/multi-node-edit-node_path-fixRémi Verschelde
MultiNodeEdit Fix setting NodePath
2021-09-13Merge pull request #52298 from DeleteSystem32/meshlib-transformRémi Verschelde
implement individual mesh transform for meshlibrary items
2021-09-13Merge pull request #51939 from clayjohn/VULKAN-horizon-so-fixRémi Verschelde
Compute horizon SO threshold before transformation
2021-09-13Merge pull request #52579 from Calinou/add-logo-attributionMax Hilbrunner
Add logo attribution for Android, HTML5 and Linux platform icons
2021-09-13Merge pull request #52612 from ↵Max Hilbrunner
KoBeWi/this_branch_name_is_longer_than_code_diff_lol Fix multiple definitions of Listener2D
2021-09-13Merge pull request #52587 from zacryol/call_example_changeMax Hilbrunner
Change example used for StringName call methods
2021-09-13Merge pull request #52598 from raulsntos/fix-52268Max Hilbrunner
Fix autoloads iteration in `code_completion.cpp`
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-13Merge pull request #52615 from Calinou/doc-idle-physics-framesMax Hilbrunner
Improve documentation for `Engine.get_process_frames/get_physics_frames()`
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-12Fix multiple definitions of Listener2Dkobewi
2021-09-12Fix autoloads iterationRaul Santos
Removes the range iterator usage in the autoloads map since `OrderedHashMap` does not implement range iterators.
2021-09-11Change example used for StringName call methodszacryol
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2021-09-12Merge pull request #51604 from TechnoPorg/fix-vulkan-parent-materialJFonS
Vulkan: Fix CanvasItem::use_parent_material
2021-09-11Merge pull request #52570 from williamd67/GPULightmapper-improvementsClay John
GPULightmapper's triangles and their bounding box will be in-sync
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-11Merge pull request #52574 from Calinou/doc-configfile-extensionMax Hilbrunner
Document that ConfigFiles can use any file extension
2021-09-11Add logo attribution for Android, HTML5 and Linux platform iconsHugo Locurcio
- Tweak the Android platform logo to remove the Android wordmark, as it can't be used without explicit permission.
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-11Merge pull request #52538 from mhilbrunner/cleanup-viewportJuan Linietsky
Clean up Viewport, remove dead code.
2021-09-11GPULightmapper's triangles and their bounding box will be in-syncWilliam Deurwaarder
Previously the bounding boxes and triangles were maintained in two separate arrays (Vectors). As the triangle vector was sorted and the bounding-box array was not , the order of both arrays differed. This meant that the index in one was different than the other, which caused lookup issues. To prevent this, the bounding-box is now part of the triangle structure so that there is a single structure that cannot become out-of-sync anymore.
2021-09-10Merge pull request #52536 from mhilbrunner/display-be-cleanJuan Linietsky
Clean DisplayServerWindows and add missing guards
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 #52531 from V-Sekai/remove-gltf-packed-sceneK. S. Ernest (iFire) Lee
Remove packed scene gltf.
2021-09-10Remove packed scene gltfK. S. Ernest (iFire) Lee
We determined through discussion that composing the packed scene from a node tree was a better design because it removed duplication of code.
2021-09-10Clean up Viewport, remove dead code.Max Hilbrunner
2021-09-10Merge pull request #52431 from dozingpip/patch-1Max Hilbrunner
Remove dead code from Viewport::_gui_input_event
2021-09-10Merge pull request #52433 from groud/document_tilesMax Hilbrunner
Tiles renames and documentation
2021-09-10Merge pull request #52063 from KoBeWi/double_comma_of_doomGeorge Marques
Fix crash with consecutive commas in Dictionary
2021-09-10Clean DisplayServerWindows and add missing guardsMax Hilbrunner
2021-09-10Merge pull request #49897 from Blackiris/fix-dollar-point-crash-on-editorGeorge Marques
Fix crash when writing $. in the editor
2021-09-10Merge pull request #51456 from SaracenOne/super_init_fixGeorge Marques
Call _init on base class if one does not exist.
2021-09-10Fix crash with consecutive commas in Dictionarykobewi
2021-09-10Merge pull request #51593 from KoBeWi/ifGeorge Marques
Prevent crash when awaiting in a getter/setter
2021-09-10Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreezeGeorge Marques
Fix gdscript pattern matching expressions
2021-09-10Merge pull request #52229 from lawnjelly/basis_quat_warningMax Hilbrunner
Improve Basis::get_quaternion error message
2021-09-10Merge pull request #52503 from KoBeWi/DROPNODESTOFOLDERRRRMax Hilbrunner
Save branch as scene by dropping to filesystem
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 #52476 from Lauson1ex/masterJuan Linietsky
Replace current ACES tonemapper with a high quality one
2021-09-09Merge pull request #50383 from ↵Juan Linietsky
Calinou/standardmaterial3d-improve-simple-parallax Improve the appearance of simple parallax in StandardMaterial3D
2021-09-09Merge pull request #52252 from Calinou/sdfgi-use-light-indirect-energyJuan Linietsky
Use the Light3D Indirect Energy property in SDFGI
2021-09-09Merge pull request #52284 from Calinou/tscn-groups-write-single-lineJuan Linietsky
Write node groups on a single line when saving a `.tscn` file
2021-09-09Merge pull request #52492 from raulsntos/fix-csharp-array-propertiesIgnacio Roldán Etcheverry
Fix properties arrays in C# bindings generator
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