Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
etcpak: Update to upstream commit 7c3cb6f (Jul 29, 2021)
|
|
|
|
Adds a new `useHeuristics` compression mode for ETC2.
Upstream defaults to enable it so we do the same.
|
|
|
|
|
|
|
|
|
|
To help people porting code, it gives a hint to use "await" instead of a
generic error.
|
|
Incidentally, allow multiple statements in single line functions when
using semicolon as a terminator.
|
|
|
|
GDScript: Remove conversion assign mistakenly done when unneeded
|
|
|
|
Add `print_verbose()` built-in function to print in verbose mode only
|
|
|
|
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.
|
|
Prevent local constant default value from incorrect overriding by a global constant in GDScript autocompletion
|
|
RevoluPowered/improve-gdscript-code-editor-performance
Improve GDScript Editor performance
|
|
|
|
|
|
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
|
|
connected grapheme. Pass more glyph info to the custom RTL FX.
|
|
|
|
|
|
LSP: Add support for custom host setting
|
|
Corrected GLTFDocument::save_scene from processing a nullptr
|
|
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
|
GPULightmapper exclude back-face triangles while calculating bounces
|
|
Occlusion culling fixes
|
|
You can now configure host in the `language_server` settings in the editor
settings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix some GDScript bugs
|
|
|
|
|
|
|