Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-25 | Merge pull request #52849 from KoBeWi/know_no_binds | Rémi Verschelde | |
2021-09-24 | Remove binds from Signal.connect | kobewi | |
2021-09-22 | Bitmap Font: Remove deprecated vertical kerning callback. | bruvzg | |
2021-09-22 | Merge pull request #51104 from bruvzg/improve_invalid_non_graph_char_detection | Rémi Verschelde | |
2021-09-22 | Merge pull request #52934 from akien-mga/etcpak-7c3cb6f | Rémi Verschelde | |
etcpak: Update to upstream commit 7c3cb6f (Jul 29, 2021) | |||
2021-09-22 | Improve invalid non-graphic glyph detection. | bruvzg | |
2021-09-22 | etcpak: Update to upstream commit 7c3cb6f (Jul 29, 2021) | Rémi Verschelde | |
Adds a new `useHeuristics` compression mode for ETC2. Upstream defaults to enable it so we do the same. | |||
2021-09-22 | Vulkan: Update volk and Vulkan SDK components to 1.2.190 | Rémi Verschelde | |
2021-09-21 | Merge pull request #52878 from AnilBK/add-get-center | Rémi Verschelde | |
2021-09-21 | Merge pull request #52906 from vnen/gdscript-show-error-on-yield | Rémi Verschelde | |
2021-09-21 | Merge pull request #52905 from vnen/gdscript-single-line-declaration | Rémi Verschelde | |
2021-09-21 | GDScript: Show specific error when "yield" is used | George Marques | |
To help people porting code, it gives a hint to use "await" instead of a generic error. | |||
2021-09-21 | GDScript: Allow classes declaration to be done in single line | George Marques | |
Incidentally, allow multiple statements in single line functions when using semicolon as a terminator. | |||
2021-09-21 | GDScript: Allow multiple lines in signal parameters declaration | George Marques | |
2021-09-21 | Merge pull request #52898 from vnen/gdscript-assigment-conversion-fix | Rémi Verschelde | |
GDScript: Remove conversion assign mistakenly done when unneeded | |||
2021-09-21 | Add Get Center Method for Rect2/Rect2i and AABB. | Anilforextra | |
2021-09-21 | Merge pull request #52877 from Calinou/add-print-verbose | Rémi Verschelde | |
Add `print_verbose()` built-in function to print in verbose mode only | |||
2021-09-21 | GDScript: Remove conversion assign mistakenly done when unneeded | George Marques | |
2021-09-21 | Add `print_verbose()` built-in function to print in verbose mode only | Hugo Locurcio | |
This can be used as a shorthand for: if OS.is_stdout_verbose(): print("...") Unlike `print_debug()`, this works in release builds too and can be toggled off in debug builds. | |||
2021-09-21 | Merge pull request #52852 from Chaosus/gds_fix_constants | Yuri Roubinsky | |
Prevent local constant default value from incorrect overriding by a global constant in GDScript autocompletion | |||
2021-09-21 | Merge pull request #51655 from ↵ | Rémi Verschelde | |
RevoluPowered/improve-gdscript-code-editor-performance Improve GDScript Editor performance | |||
2021-09-21 | Change to using doubles in XR classes | Bastiaan Olij | |
2021-09-21 | Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2 | Rémi Verschelde | |
2021-09-21 | Improve GDScript Editor and Improve latency | Gordon MacPherson | |
Improvements: - GDScript Highlighter is faster by 25% as keys are smaller (hashes instead of strings) - Removes message queue from _apply_settings_change to allow resize to work correctly - Some performance fixes are pending still Note: this resolves the code editor behaving badly when resizing in debug builds | |||
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-21 | Prevent local constant default value from incorrect override by a global | Yuri Roubinsky | |
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. |