Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Improve UndoRedo class | Gilles Roudière | |
2021-01-11 | Merge pull request #45101 from Chaosus/shader_fix_instance_uniform | Rémi Verschelde | |
Fix shader uniform instances compilation | |||
2021-01-11 | Fix shader uniform instances compilation | Yuri Roubinsky | |
2021-01-11 | Merge pull request #45088 from skyace65/ReferenceResource | Rémi Verschelde | |
Remove the implication that references and resources are not objectes from their description | |||
2021-01-11 | Merge pull request #45038 from fire/meshopt-scale | Rémi Verschelde | |
Scale error in mesh optimizer so it uses absolute scale. | |||
2021-01-11 | Merge pull request #45059 from fmazan/autoload-export | Rémi Verschelde | |
Automatically add all AutoLoad resources when exporting the project | |||
2021-01-11 | Scale error in mesh optimizer so it uses absolute scale. | K. S. Ernest (iFire) Lee | |
Switch to simplify sloppy for another try. Update to meshoptimizer e3f53f66e7a35b9b8764bee478589d79e34fa698. | |||
2021-01-11 | Merge pull request #45066 from Chaosus/shader_fix_uniform_crash | Rémi Verschelde | |
Prevent editor crash due to modify the order of non-instance shader uniforms by instance uniforms | |||
2021-01-11 | Merge pull request #45050 from Chaosus/shader_fix_light | Rémi Verschelde | |
Fix LIGHT compilation for canvas shader | |||
2021-01-11 | Merge pull request #42270 from AndreaCatania/AndreaCatania-patch-4 | Rémi Verschelde | |
Added the function `remove_unordered` to the LocalVector container. | |||
2021-01-11 | Merge pull request #42740 from lolleko/fix-nanosleep-usage | Rémi Verschelde | |
Fix nanosleep usage | |||
2021-01-11 | Remove the implication that references and resources are not objected from ↵ | skyace65 | |
their description | |||
2021-01-11 | Merge pull request #43176 from mateosss/crash-uninit-const | Rémi Verschelde | |
Fix crash by adding nullcheck for uninitialized constants | |||
2021-01-11 | Merge pull request #43980 from gvekan/fix-missing-function-hints | Rémi Verschelde | |
Fix missing function hints | |||
2021-01-11 | Merge pull request #44104 from nekomatata/coroutine-await-fix | Rémi Verschelde | |
Fix error when calling coroutine with await in _ready | |||
2021-01-11 | Merge pull request #44005 from RandomShaper/gds_needless_check | Rémi Verschelde | |
Remove useless check in GDScript | |||
2021-01-11 | Merge pull request #44427 from briansemrau/fix-variant-bitand-validated-eval | Rémi Verschelde | |
Fix bitwise-and eval not updating return type | |||
2021-01-11 | Merge pull request #44604 from lyuma/gdscript_dictionary_crash | Rémi Verschelde | |
GDScript: Fix crash when iterating through empty dictionary. | |||
2021-01-11 | Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixed | Rémi Verschelde | |
GDScript assert message parsing bug fixed | |||
2021-01-11 | Merge pull request #44672 from ThakeeNathees/array-dict-const-fold-bug-fix | Rémi Verschelde | |
Array/Dictionary marked as not safe to const fold | |||
2021-01-11 | Merge pull request #44818 from ThakeeNathees/const-crash-fix | Rémi Verschelde | |
GDScript crash at incomplete const bug fix | |||
2021-01-11 | Merge pull request #44889 from ThakeeNathees/builtin-invalid-call-crash-fix | Rémi Verschelde | |
GDScript invalid method call on built-in crash fix | |||
2021-01-11 | Merge pull request #45076 from ↵ | Rémi Verschelde | |
ThakeeNathees/gdscript-operator-precedence-bug-fix GDScript operator `+` `-` precedence bug fix | |||
2021-01-11 | Merge pull request #45042 from KoBeWi/ok_maybe_it_changed | Rémi Verschelde | |
Emit changed signal from Color Picker when changed | |||
2021-01-11 | Add function `LocalVector::remove_unordered` | AndreaCatania | |
Added LocalVector unit tests. | |||
2021-01-11 | Merge pull request #45069 from Chaosus/vs_code_preview_window | Rémi Verschelde | |
Pushes visual shader code preview to separate window | |||
2021-01-11 | Pushes visual shader code preview to separate window | Yuri Roubinsky | |
2021-01-11 | Merge pull request #45077 from Xrayez/fix-lstrip/rstrip-docs | Rémi Verschelde | |
Clarify `lstrip()/rstrip()` methods in `String` for removed characters | |||
2021-01-11 | Merge pull request #45075 from VedatGunel/reserved-keyword | Rémi Verschelde | |
Change reserved keyword in Regex documentation code | |||
2021-01-11 | Merge pull request #42616 from Calinou/project-settings-no-object | Rémi Verschelde | |
Don't allow adding Objects to the project settings | |||
2021-01-10 | Merge pull request #45054 from dsnopek/webxr-yaxis-master | Rémi Verschelde | |
Invert the Y-axis on thumbsticks and trackpads in WebXR | |||
2021-01-10 | Merge pull request #45071 from Faless/js/4.x_sync_fixes | Fabio Alessandrelli | |
[HTML5] Fix master build | |||
2021-01-10 | Clarify `lstrip()/rstrip()` methods in `String` for removed characters | Andrii Doroshenko (Xrayez) | |
2021-01-10 | Don't allow adding Objects to the project settings | Hugo Locurcio | |
Godot doesn't support serializing objects. This closes #33667. | |||
2021-01-10 | GDScript operator `+` `-` precedence bug fix | Thakee Nathees | |
Fix: #43265 | |||
2021-01-10 | Change reserved keyword in Regex documentation code | Vedat Günel | |
2021-01-10 | Merge pull request #40837 from madmiraal/update-copyright | Rémi Verschelde | |
Update COPYRIGHT.txt to reflect recent file location and name changes, and a few other minor corrections. | |||
2021-01-10 | [HTML5] Reorganize build script. | Fabio Alessandrelli | |
Simplify helper functions, fix env/sys_env confusion and depends for externs and pre-js. | |||
2021-01-10 | Fix JavaScript platform after MainLoop methods rename. | Fabio Alessandrelli | |
2021-01-10 | Fix WebXR module. | Fabio Alessandrelli | |
Some functions and enums were renamed in 4.0 but not updated in the WebXR code. | |||
2021-01-10 | Sync RasterizerDummy. | Fabio Alessandrelli | |
2021-01-10 | Update COPYRIGHT.txt to reflect recent file location and name changes, | Marcel Admiraal | |
and a few other minor corrections. | |||
2021-01-10 | Add all AutoLoad resources when exporting the project | Filip | |
2021-01-10 | Prevent crash due to assigning incorrect order of instance uniform | Yuri Roubinsky | |
2021-01-09 | Invert the Y-axis on thumbsticks and trackpads in WebXR | David Snopek | |
2021-01-09 | Fix LIGHT compilation for canvas shader | Yuri Roubinsky | |
2021-01-09 | Emit changed signal from Color Picker when changed | kobewi | |
2021-01-08 | Merge pull request #45021 from akien-mga/spirv-reflect-c0ce03a | Rémi Verschelde | |
spirv-reflect: Update to upstream commit c0ce03a (Jan 6, 2021) | |||
2021-01-08 | Merge pull request #45020 from akien-mga/pcre-10.36 | Rémi Verschelde | |
pcre2: Update to upstream version 10.36 | |||
2021-01-08 | spirv-reflect: Update to upstream commit c0ce03a (Jan 6, 2021) | Rémi Verschelde | |