Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-14 | Add dozens of new integration tests to the GDScript test suite | Hugo Locurcio | |
This also ignores `.out` files in the file format static checks. | |||
2021-09-14 | Merge pull request #52630 from JFonS/ebr_packets | JFonS | |
Upgrade Embree and enable ray packets | |||
2021-09-14 | Merge pull request #52633 from lewiji/mono-build-solution-shortcut-4.0 | Rémi Verschelde | |
2021-09-14 | Merge pull request #52226 from Faless/debugger/4.x_start_options | Rémi Verschelde | |
2021-09-14 | Merge pull request #52266 from AndreaCatania/coll | Rémi Verschelde | |
2021-09-14 | Add editor keyboard shortcut for Mono Build solution button | Lewis James | |
Apply suggestions from code review Merging @akien-mga's suggestion with the matching change to the CS project Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2021-09-14 | Merge pull request #52222 from ↵ | Rémi Verschelde | |
Gallilus/Fix-VisualScriptPropertySet-value-property-hint | |||
2021-09-14 | Merge pull request #52647 from timothyqiu/csg-shape-update | Rémi Verschelde | |
Don't update CSG Shape when not inside tree | |||
2021-09-14 | Merge pull request #52292 from bruvzg/hb_init | Rémi Verschelde | |
[TextServer] Fix regression from #51908, HarfBuzz handle init and MinGW build. | |||
2021-09-14 | Don't update CSG Shape when not inside tree | Haoyu Qiu | |
2021-09-13 | Merge pull request #52643 from ThreeRhinosInAnElephantCostume/fixgdscript | Max Hilbrunner | |
Fix an undefined behaviour causing random test failures | |||
2021-09-13 | Fix an undefined behaviour | ThreeRhinosInAnElephantCostume | |
2021-09-13 | Revert some URLs from the "Replace HTTP URLs with HTTPS" PR | Aaron Franke | |
2021-09-13 | Update VisualScriptCustomNode.xml | David Cambré | |
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 #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 | 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 | Upgrade Embree and enable ray packets | Joan Fons | |
Minor patch upgrade. Enabling ray packets results in faster processing of ray streams (i.e. occlusion culling buffer updates) at the cost of slightly larger binary sizes. | |||
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 #52553 from ↵ | George Marques | |
ZuBsPaCe/gdscript-spurious-unassigned-variable-warning GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals | |||
2021-09-13 | Merge pull request #52298 from DeleteSystem32/meshlib-transform | Rémi Verschelde | |
implement individual mesh transform for meshlibrary items | |||
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 | 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 | 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 | 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 | Merge pull request #52063 from KoBeWi/double_comma_of_doom | George Marques | |
Fix crash with consecutive commas in Dictionary | |||
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-09 | Replace stb_vorbis with libogg+libvorbis | Ellen Poe | |
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-08 | Merge pull request #52246 from Paulb23/verbatim-string | Max Hilbrunner | |
Syntax highlight c# verbatim string literal | |||
2021-09-08 | Merge pull request #52480 from mhilbrunner/network-rename | Fabio Alessandrelli | |
Multiplayer networking renames/simplification | |||
2021-09-08 | Merge pull request #52106 from Paulb23/text-edit-optimisation | Gilles Roudière | |
Optimise TextEdit get line height and width | |||
2021-09-08 | Fix properties arrays in C# bindings generator | Raul Santos | |