Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-13 | Fix an undefined behaviour | ThreeRhinosInAnElephantCostume | |
2021-09-13 | Merge pull request #52443 from Paulb23/code-edit-indext-fixes | Rémi Verschelde | |
Fix brace placement with space auto indent | |||
2021-09-13 | Merge pull request #52346 from Paulb23/string-tracking-fixes | Rémi Verschelde | |
Fix getting deliminator start over empty lines and blank start keys | |||
2021-09-13 | Merge pull request #52517 from Paulb23/block-comment-folding | Rémi Verschelde | |
Fix block deliminator not-folding at end of file | |||
2021-09-13 | Merge pull request #50375 from Paulb23/code_edit_unit_tests | Rémi Verschelde | |
2021-09-13 | Merge pull request #52362 from vnen/gdscript-lambda-completion-crash | Rémi Verschelde | |
GDScript: Do not complete lambda arguments from parent class | |||
2021-09-13 | Merge pull request #52632 from vnen/autoload-global-script-class-conflict | Rémi Verschelde | |
Disallow class names to be the same as global names | |||
2021-09-13 | Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fix | Rémi Verschelde | |
Fix loading of interdependent autoloads | |||
2021-09-13 | Merge pull request #52554 from Calinou/2d-editor-enable-pixel-snap | Rémi Verschelde | |
Enable Pixel Snap by default in the 2D editor | |||
2021-09-13 | Merge pull request #35168 from KoBeWi/sure² | Rémi Verschelde | |
Fix error when click edge of the tree icon | |||
2021-09-13 | Merge pull request #52637 from vnen/gdscript-fix-test-cases | Rémi Verschelde | |
Fix GDScript test cases | |||
2021-09-13 | Merge pull request #52607 from paulloz/improve-cs-method-listing | Ignacio Roldán Etcheverry | |
Improve C# method listing | |||
2021-09-13 | Fix GDScript test cases | George Marques | |
2021-09-13 | Merge pull request #52100 from vnen/gdscript-access-outer-constants | Rémi Verschelde | |
GDScript: Allow access to outer constant and enum values | |||
2021-09-13 | Fix error when click edge of the tree icon | Tomasz Chabora | |
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 | Merge pull request #52049 from theraot/master | Rémi Verschelde | |
2021-09-13 | Disallow class names to be the same as global names | George Marques | |
Also forbid autoloads to have the same name as global script class. | |||
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 #52012 from bruvzg/fix_label_outline | Rémi Verschelde | |
2021-09-13 | Merge pull request #52553 from ↵ | George Marques | |
ZuBsPaCe/gdscript-spurious-unassigned-variable-warning GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals | |||
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 | Improve C# method listing | Paul Joannon | |
- implement CSharpInstance::get_method_list - loop through parent classes in CSharpInstance::get_method_list and CSharpScript::get_script_method_list (#46408) | |||
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 | Fix error on parsing statement-less GDScript files, | ThreeRhinosInAnElephantCostume | |
add an empty file warning, add relevant tests. | |||
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 | GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals | ZuBsPaCe | |
Variable->assignment needs to be incremented when assigned a value. Also fixed and improved unit test 'variable_declaration.gd'. Fixes #52551 | |||
2021-09-10 | Enable Pixel Snap by default in the 2D editor | Hugo Locurcio | |
Since this avoids accidentally placing 2D nodes at subpixel positions, this results in more crisp visuals by default, even when pixel snapping is disabled in the project settings. | |||
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 |