Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-13 | Merge pull request #51981 from kleonc/multi-node-edit-node_path-fix | Rémi Verschelde | |
MultiNodeEdit Fix setting NodePath | |||
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 #51939 from clayjohn/VULKAN-horizon-so-fix | Rémi Verschelde | |
Compute horizon SO threshold before transformation | |||
2021-09-13 | Merge pull request #52579 from Calinou/add-logo-attribution | Max Hilbrunner | |
Add logo attribution for Android, HTML5 and Linux platform icons | |||
2021-09-13 | Merge pull request #52612 from ↵ | Max Hilbrunner | |
KoBeWi/this_branch_name_is_longer_than_code_diff_lol Fix multiple definitions of Listener2D | |||
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 #52598 from raulsntos/fix-52268 | Max Hilbrunner | |
Fix autoloads iteration in `code_completion.cpp` | |||
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 | Merge pull request #52615 from Calinou/doc-idle-physics-frames | Max Hilbrunner | |
Improve documentation for `Engine.get_process_frames/get_physics_frames()` | |||
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-12 | Fix multiple definitions of Listener2D | kobewi | |
2021-09-12 | Fix autoloads iteration | Raul Santos | |
Removes the range iterator usage in the autoloads map since `OrderedHashMap` does not implement range iterators. | |||
2021-09-11 | Change example used for StringName call methods | zacryol | |
Co-authored-by: Raul Santos <raulsntos@gmail.com> | |||
2021-09-12 | Merge pull request #51604 from TechnoPorg/fix-vulkan-parent-material | JFonS | |
Vulkan: Fix CanvasItem::use_parent_material | |||
2021-09-11 | Merge pull request #52570 from williamd67/GPULightmapper-improvements | Clay John | |
GPULightmapper's triangles and their bounding box will be in-sync | |||
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 | Merge pull request #52574 from Calinou/doc-configfile-extension | Max Hilbrunner | |
Document that ConfigFiles can use any file extension | |||
2021-09-11 | Add logo attribution for Android, HTML5 and Linux platform icons | Hugo Locurcio | |
- Tweak the Android platform logo to remove the Android wordmark, as it can't be used without explicit permission. | |||
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 | Merge pull request #52538 from mhilbrunner/cleanup-viewport | Juan Linietsky | |
Clean up Viewport, remove dead code. | |||
2021-09-11 | GPULightmapper's triangles and their bounding box will be in-sync | William 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-10 | Merge pull request #52536 from mhilbrunner/display-be-clean | Juan Linietsky | |
Clean DisplayServerWindows and add missing guards | |||
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 #52531 from V-Sekai/remove-gltf-packed-scene | K. S. Ernest (iFire) Lee | |
Remove packed scene gltf. | |||
2021-09-10 | Remove packed scene gltf | K. 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-10 | Clean up Viewport, remove dead code. | Max Hilbrunner | |
2021-09-10 | Merge pull request #52431 from dozingpip/patch-1 | Max Hilbrunner | |
Remove dead code from Viewport::_gui_input_event | |||
2021-09-10 | Merge pull request #52433 from groud/document_tiles | Max Hilbrunner | |
Tiles renames and documentation | |||
2021-09-10 | Merge pull request #52063 from KoBeWi/double_comma_of_doom | George Marques | |
Fix crash with consecutive commas in Dictionary | |||
2021-09-10 | Clean DisplayServerWindows and add missing guards | Max Hilbrunner | |
2021-09-10 | Merge pull request #49897 from Blackiris/fix-dollar-point-crash-on-editor | George Marques | |
Fix crash when writing $. in the editor | |||
2021-09-10 | Merge pull request #51456 from SaracenOne/super_init_fix | George Marques | |
Call _init on base class if one does not exist. | |||
2021-09-10 | Fix crash with consecutive commas in Dictionary | kobewi | |
2021-09-10 | Merge pull request #51593 from KoBeWi/if | George Marques | |
Prevent crash when awaiting in a getter/setter | |||
2021-09-10 | Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreeze | George Marques | |
Fix gdscript pattern matching expressions | |||
2021-09-10 | Merge pull request #52229 from lawnjelly/basis_quat_warning | Max Hilbrunner | |
Improve Basis::get_quaternion error message | |||
2021-09-10 | Merge pull request #52503 from KoBeWi/DROPNODESTOFOLDERRRR | Max Hilbrunner | |
Save branch as scene by dropping to filesystem | |||
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 #52476 from Lauson1ex/master | Juan Linietsky | |
Replace current ACES tonemapper with a high quality one | |||
2021-09-09 | Merge pull request #50383 from ↵ | Juan Linietsky | |
Calinou/standardmaterial3d-improve-simple-parallax Improve the appearance of simple parallax in StandardMaterial3D | |||
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 | Merge pull request #52284 from Calinou/tscn-groups-write-single-line | Juan Linietsky | |
Write node groups on a single line when saving a `.tscn` file | |||
2021-09-09 | Merge pull request #52492 from raulsntos/fix-csharp-array-properties | Ignacio Roldán Etcheverry | |
Fix properties arrays in C# bindings generator | |||
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 | |