Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-31 | Merge pull request #49192 from lawnjelly/bvh_current_tree4 | Rémi Verschelde | |
BVH - fix stale current_tree in deactivate function [4.x] | |||
2021-05-31 | Merge pull request #49144 from aemreaydin/editor-features-collapse-reset | Rémi Verschelde | |
2021-05-31 | Merge pull request #49121 from KoBeWi/dropreload | Rémi Verschelde | |
Add preload() to resource path when holding Ctrl | |||
2021-05-31 | Merge pull request #49162 from Paulb23/fix_find_text_change_signal | Rémi Verschelde | |
Fix FindReplaceBar text_change signal binding after replace all | |||
2021-05-31 | Merge pull request #49130 from Calinou/editor-improve-audio-bus-theming | Rémi Verschelde | |
Improve the audio bus editor appearance | |||
2021-05-31 | Merge pull request #49050 from reduz/implement-spirv-cache | Rémi Verschelde | |
Implement shader caching | |||
2021-05-31 | Merge pull request #49137 from RandomShaper/ios_targeted_family | Rémi Verschelde | |
Add iOS export option for device family | |||
2021-05-31 | Merge pull request #49136 from Calinou/editor-light-theme-use-negative-contrast | Rémi Verschelde | |
Use a negative contrast setting for light editor themes | |||
2021-05-31 | Merge pull request #49125 from Calinou/tweak-camera2d-editor-colors | Rémi Verschelde | |
2021-05-31 | Implement shader caching | reduz | |
* Shader compilation is now cached. Subsequent loads take less than a millisecond. * Improved game, editor and project manager startup time. * Editor uses .godot/shader_cache to store shaders. * Game uses user://shader_cache * Project manager uses $config_dir/shader_cache * Options to tweak shader caching in project settings. * Editor path configuration moved from EditorSettings to new class, EditorPaths, so it can be available early on (before shaders are compiled). * Reworked ShaderCompilerRD to ensure deterministic shader code creation (else shader may change and cache will be invalidated). * Added shader compression with SMOLV: https://github.com/aras-p/smol-v | |||
2021-05-31 | Merge pull request #48915 from lyuma/gltf_mesh_nodes_bones | Rémi Verschelde | |
gltf: Fix mesh nodes which are also bones. | |||
2021-05-29 | Merge pull request #49197 from HaSa1002/sync-meshopt | K. S. Ernest (iFire) Lee | |
Meshoptimizer: Sync with upstream commit f5d83e8 | |||
2021-05-30 | Meshoptimizer: Sync with upstream commit f5d83e8 | Johannes Witt | |
2021-05-29 | BVH - fix stale current_tree in deactivate function [4.x] | lawnjelly | |
Changes passing of current_tree from a member variable to a function argument, making bugs due to stale state less likely. Fix a bug in deactivate where current_tree variable was stale. This may have resulted in visual anomalies. | |||
2021-05-29 | Merge pull request #48964 from ↵ | Yuri Roubinsky | |
DavidCambre/VisualScript_Missing_SequencePort_Seed | |||
2021-05-28 | Fix FindReplaceBar text_change signal binding after replace all | Paulb23 | |
2021-05-27 | gltf: Fix mesh nodes which are also bones. | Lyuma | |
Fix issue when two skeletons end up directly parented. Prevent animating TRS for skinned Mesh node. Fix animating weights on meshes with targets but no weights. | |||
2021-05-27 | Fixed changing enabled classes resetting folding in manage editor features. | Emre Aydin | |
2021-05-27 | Add preload() to resource path when holding Ctrl | kobewi | |
2021-05-27 | Add iOS export option for device family | Pedro J. Estébanez | |
2021-05-27 | Use a negative contrast setting for light editor themes | Hugo Locurcio | |
This makes light themes look more natural with regards to UI design guidelines around "elevation". | |||
2021-05-27 | Improve the audio bus editor appearance | Hugo Locurcio | |
- Use the editor font color for notch lines and text instead of a more contrasted color. - Reuse the editor theme's tooltip styling and apply it on theme change. - Make the preview label display an explicit `+` sign for positive values. - Prevent a zero value from displaying as `-0.0 dB` instead of `0.0 dB`. - Scale notch lines on hiDPI displays. | |||
2021-05-27 | Tweak Camera2D editor line colors for better visibility | Hugo Locurcio | |
The new color for screen drawing was chosen to be easier to distinguish from the 2D viewport limits. This also makes lines less opaque when the Camera2D has the Current property enabled. The increased line width is enough to spot the camera easily, and the increased opacity on top of that felt obnoxious. | |||
2021-05-26 | Merge pull request #49114 from vnen/gdscript-fix-self-function-type-check | Rémi Verschelde | |
GDScript: Fix function signature check for self calls | |||
2021-05-26 | Merge pull request #49109 from Chaosus/fix_console_errors | Rémi Verschelde | |
Fixed console error spam at editor startup (about invalid edited scene index) | |||
2021-05-26 | Merge pull request #49112 from vnen/gdscript-assign-type-check | Rémi Verschelde | |
GDScript: Use analyzer data to decide assignment conversion | |||
2021-05-26 | GDScript: Fix function signature check for self calls | George Marques | |
2021-05-26 | GDScript: Use analyzer data to decide assignment conversion | George Marques | |
Since there might be tricky cases in the analyzer (in the case of unsafe lines) which would need to be properly checked again. Instead, this splits the code generator in two functions and use information set by the analyzer to tell which function to use, without a need to re-check. | |||
2021-05-26 | Fixed console error spam (about invalid edited scene index) | Yuri Roubinsky | |
2021-05-26 | Merge pull request #49106 from Chaosus/fix_shader_builtin_constness | Rémi Verschelde | |
Makes few shader built-ins constant to prevent changing them | |||
2021-05-26 | Makes few shader built-ins constant to prevent changing them | Yuri Roubinsky | |
2021-05-26 | Merge pull request #49060 from EricEzaM/fix-rich-text-label-and-editor-log | Rémi Verschelde | |
Fixed implementation of RichTextLabel remove_line(), which fixed issues in EditorLog. | |||
2021-05-26 | Merge pull request #49094 from madmiraal/fix-docs-3977 | Rémi Verschelde | |
Update EditorResourcePreview queue_*() documentation | |||
2021-05-26 | Merge pull request #49056 from Chaosus/vs_color | Yuri Roubinsky | |
2021-05-26 | Implements expandable color ports in visual shaders | Yuri Roubinsky | |
2021-05-26 | Update EditorResourcePreview queue_*() documentation | Marcel Admiraal | |
2021-05-26 | Merge pull request #49087 from TwistedTwigleg/skeletonik_bone_detachment_fix | Rémi Verschelde | |
Fixed issue where bones become detached if multiple SkeletonIK nodes are used | |||
2021-05-26 | Fixed implementation of RTL remove_line(), which fixed issues in EditorLog. | Eric M | |
There were some issues in RichTextLabel `remove_line()` method, where items were not correctly removed, and line decremending for items in later lines was not correctly done. This also fixed several headaches with EditorLog, which relied on the `remove_line()` method for collapsing of duplicate messages. The fix to RTL also fixed the issues with EditorLog. Fixes #49030 | |||
2021-05-25 | SkeletonIK: Fixed issue where bones become detached if multiple SkeletonIK ↵ | TwistedTwigleg | |
nodes are used (Forward port of 3.X code for Godot 4) | |||
2021-05-26 | Merge pull request #49085 from pycbouh/tree-fix-long-distance-relationships | Rémi Verschelde | |
Fix disappearing relationship lines in `Tree` when item is out of view | |||
2021-05-26 | Fix disappearing relationship lines in Tree when item is out of view | Yuri Sizov | |
2021-05-25 | Merge pull request #49073 from ↵ | Rémi Verschelde | |
pfertyk/issue-49006-packedbytearray-decompress-crashes-godot Return error when decompressing empty PackedByteArray | |||
2021-05-25 | Merge pull request #48546 from pycbouh/tree-highlight-selected-relationships | Rémi Verschelde | |
2021-05-25 | Return error when decompressing empty PoolByteArray | Paweł Fertyk | |
2021-05-25 | Merge pull request #48837 from Soupstraw/shader-pi | Rémi Verschelde | |
Added constants PI, TAU and E to the shader language | |||
2021-05-25 | Merge pull request #49068 from pycbouh/i-broke-inspector | Rémi Verschelde | |
Make `EditorFileDialog` only created on demand in `EditorResourcePicker` | |||
2021-05-25 | Merge pull request #49069 from RandomShaper/android_data_backup | Rémi Verschelde | |
Allow basic user data backup on Android | |||
2021-05-25 | Merge pull request #48422 from szymonm-google/android_orientation_fix | Rémi Verschelde | |
Fixed changing screen orientation on Android | |||
2021-05-25 | Add highlight to the relationship lines of selected Tree items | Yuri Sizov | |
2021-05-25 | Allow basic user data backup on Android | Pedro J. Estébanez | |