Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-21 | Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2 | Rémi Verschelde | |
2021-09-21 | Add flag to connected grapheme. Apply RTL displacement FX only to the whole ↵ | bruvzg | |
connected grapheme. Pass more glyph info to the custom RTL FX. | |||
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke | |
2021-09-20 | Merge pull request #52330 from johnjdonna/add_support_hostname_language_server | Rémi Verschelde | |
LSP: Add support for custom host setting | |||
2021-09-20 | Merge pull request #52856 from e8newallm/52816 | Rémi Verschelde | |
Corrected GLTFDocument::save_scene from processing a nullptr | |||
2021-09-20 | Corrected GLTFDocument::save_scene from processing a nullptr | Matthew Newall | |
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2021-09-20 | Merge pull request #52618 from williamd67/GPULightmapper-bounce-improvement | Rémi Verschelde | |
GPULightmapper exclude back-face triangles while calculating bounces | |||
2021-09-20 | Merge pull request #52545 from JFonS/occ_fixes | Rémi Verschelde | |
Occlusion culling fixes | |||
2021-09-20 | LSP: Add support for custom host setting | John J. Donna II | |
You can now configure host in the `language_server` settings in the editor settings. | |||
2021-09-20 | HarfBuzz: Update to version 3.0.0 | bruvzg | |
2021-09-18 | Fix some minor issues in C# XML doc comments | Aaron Franke | |
2021-09-18 | Merge pull request #52666 from magian1127/temp1 | Rémi Verschelde | |
2021-09-18 | C#, replace the current Xform method with a * operator. | Magian | |
2021-09-18 | Fix incorrect call of `_center_on_node` in VisualScript editor | Yuri Roubinsky | |
2021-09-17 | Merge pull request #52792 from vnen/gdscript-subscript-missing-index | Rémi Verschelde | |
2021-09-17 | Merge pull request #52788 from vnen/gdscript-compare-with-null | Rémi Verschelde | |
2021-09-17 | GDScript: Properly catch error when missing index in subscript | George Marques | |
2021-09-17 | Allow comparing equality between builtin types and null | George Marques | |
2021-09-17 | Merge pull request #51671 from RandomShaper/fix_gdscript_crash | George Marques | |
Fix some GDScript bugs | |||
2021-09-17 | Merge pull request #52785 from vnen/gdscript-fix-inference-eagerness | Rémi Verschelde | |
2021-09-17 | GDScript: Avoid inferred types from giving hard errors | George Marques | |
2021-09-17 | Merge pull request #52655 from Chaosus/toggle_scripts_panel | Rémi Verschelde | |
2021-09-17 | Merge pull request #51835 from magian1127/patch1 | Rémi Verschelde | |
2021-09-15 | Merge pull request #52679 from nekomatata/world-boundary-shape | Camille Mohr-Daurat | |
Rename WorldMarginShape to WorldBoundaryShape | |||
2021-09-15 | Merge pull request #52656 from akien-mga/rename-vseditor-singleton | Max Hilbrunner | |
Rename VisualScriptEditor singleton to VisualScriptCustomNodes | |||
2021-09-15 | Add more integration tests to the GDScript test suite | Hugo Locurcio | |
This also fixes a typo in the `bitwise_float_right_operand.gd` test. | |||
2021-09-15 | Merge pull request #52370 from bruvzg/realloc_paren_stack | Rémi Verschelde | |
2021-09-15 | Merge pull request #52706 from vnen/gdscript-ternary-operator-crash | Rémi Verschelde | |
GDScript: Show error when missing expression after ternary else | |||
2021-09-15 | Merge pull request #52705 from vnen/gdscript-error-unary-no-arg | Rémi Verschelde | |
GDScript: Show error on unary operators without argument | |||
2021-09-15 | GDScript: Show error when missing expression after ternary else | George Marques | |
2021-09-15 | Merge pull request #50456 from Blackiris/fix-extends-parent-relative | George Marques | |
Fix extends with relative path to parent script | |||
2021-09-15 | GDScript: Show error on unary operators without argument | George Marques | |
2021-09-15 | Merge pull request #49765 from ↵ | George Marques | |
Blackiris/fix-assignment-with-operator-on-type-member Fix assignment with operator on type member | |||
2021-09-15 | Merge pull request #52582 from ↵ | Rémi Verschelde | |
jmb462/Prevent-non-explicit-inferring-parameter-from-null | |||
2021-09-15 | GDScript: Allow string keys on Lua-style dictionaries | George Marques | |
Which is useful when the key isn't a valid identifier, such as keys with spaces or numeric keys. | |||
2021-09-15 | Merge pull request #48029 from Calinou/gdscript-add-integration-tests | Rémi Verschelde | |
Add dozens of new integration tests to the GDScript test suite | |||
2021-09-15 | Merge pull request #52273 from aaronfranke/gltf-renames | Rémi Verschelde | |
2021-09-15 | Added status bar and toggle scripts panel button to EditorHelp/VScripts | Yuri Roubinsky | |
2021-09-15 | TextServer: Fix build with freetype disabled | Rémi Verschelde | |
Also remove RTR calls as we don't translate internal error messages. | |||
2021-09-14 | Clean convex hull decomposition code | PouleyKetchoupp | |
Remove unnecessary conversion between triangle data and vertex data whenever possible. | |||
2021-09-14 | GPULightmapper exclude back-face triangles while calculating bounces | William Deurwaarder | |
Edges that are at the edge of a plane, may get behind the scene and will hit back-face triangles which where included in the lighting calculations. This caused leaking of light at the edge of planes. In case a ray hits back-face triangle, it is skipped in the bounce calculations. | |||
2021-09-14 | Merge pull request #51094 from RandomShaper/error_cast_freed_object | Rémi Verschelde | |
Complain if casting a freed object in a debug session | |||
2021-09-14 | Complain if casting a freed object in a debug session | Pedro J. Estébanez | |
The idea is to give the user a chance to realize a mistake that will cause a crash in a release build (or with no debugger attached). | |||
2021-09-14 | Rename WorldMarginShape to WorldBoundaryShape | PouleyKetchoupp | |
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> |