summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-12Update PolyPartition / Triangulator libraryAaron Franke
2021-01-12Merge pull request #45123 from qarmin/errors_tab_containerRémi Verschelde
Fix errors when removing non Control node from TabContainer
2021-01-12Merge pull request #45113 from YeldhamDev/forgot_these_options_even_existedRémi Verschelde
Fix script list only showing their names regardless of display option
2021-01-12Fix errors when removing non Control node from TabContainerRafał Mikrut
2021-01-12Merge pull request #45118 from TechnoPorg/fix-animation-classrefRémi Verschelde
Docs: Fix incorrect parameter in audio_track_set_key_stream.
2021-01-11Fix incorrect parameter in audio_track_set_key_stream.TechnoPorg
The description for audio_track_set_key_stream referenced a parameter called offset, which is not a parameter for that method. The description now references the correct parameter, stream.
2021-01-11Fix script list only showing their names regardless of display optionMichael Alexsander
2021-01-11Merge pull request #45101 from Chaosus/shader_fix_instance_uniformRémi Verschelde
Fix shader uniform instances compilation
2021-01-11Fix shader uniform instances compilationYuri Roubinsky
2021-01-11Merge pull request #45088 from skyace65/ReferenceResourceRémi Verschelde
Remove the implication that references and resources are not objectes from their description
2021-01-11Merge pull request #45038 from fire/meshopt-scaleRémi Verschelde
Scale error in mesh optimizer so it uses absolute scale.
2021-01-11Merge pull request #45059 from fmazan/autoload-exportRémi Verschelde
Automatically add all AutoLoad resources when exporting the project
2021-01-11Scale 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-11Merge pull request #45066 from Chaosus/shader_fix_uniform_crashRémi Verschelde
Prevent editor crash due to modify the order of non-instance shader uniforms by instance uniforms
2021-01-11Merge pull request #45050 from Chaosus/shader_fix_lightRémi Verschelde
Fix LIGHT compilation for canvas shader
2021-01-11Merge pull request #42270 from AndreaCatania/AndreaCatania-patch-4Rémi Verschelde
Added the function `remove_unordered` to the LocalVector container.
2021-01-11Merge pull request #42740 from lolleko/fix-nanosleep-usageRémi Verschelde
Fix nanosleep usage
2021-01-11Remove the implication that references and resources are not objected from ↵skyace65
their description
2021-01-11Merge pull request #43176 from mateosss/crash-uninit-constRémi Verschelde
Fix crash by adding nullcheck for uninitialized constants
2021-01-11Merge pull request #43980 from gvekan/fix-missing-function-hintsRémi Verschelde
Fix missing function hints
2021-01-11Merge pull request #44104 from nekomatata/coroutine-await-fixRémi Verschelde
Fix error when calling coroutine with await in _ready
2021-01-11Merge pull request #44005 from RandomShaper/gds_needless_checkRémi Verschelde
Remove useless check in GDScript
2021-01-11Merge pull request #44427 from briansemrau/fix-variant-bitand-validated-evalRémi Verschelde
Fix bitwise-and eval not updating return type
2021-01-11Merge pull request #44604 from lyuma/gdscript_dictionary_crashRémi Verschelde
GDScript: Fix crash when iterating through empty dictionary.
2021-01-11Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixedRémi Verschelde
GDScript assert message parsing bug fixed
2021-01-11Merge pull request #44672 from ThakeeNathees/array-dict-const-fold-bug-fixRémi Verschelde
Array/Dictionary marked as not safe to const fold
2021-01-11Merge pull request #44818 from ThakeeNathees/const-crash-fixRémi Verschelde
GDScript crash at incomplete const bug fix
2021-01-11Merge pull request #44889 from ThakeeNathees/builtin-invalid-call-crash-fixRémi Verschelde
GDScript invalid method call on built-in crash fix
2021-01-11Merge pull request #45076 from ↵Rémi Verschelde
ThakeeNathees/gdscript-operator-precedence-bug-fix GDScript operator `+` `-` precedence bug fix
2021-01-11Merge pull request #45042 from KoBeWi/ok_maybe_it_changedRémi Verschelde
Emit changed signal from Color Picker when changed
2021-01-11Add function `LocalVector::remove_unordered`AndreaCatania
Added LocalVector unit tests.
2021-01-11Merge pull request #45069 from Chaosus/vs_code_preview_windowRémi Verschelde
Pushes visual shader code preview to separate window
2021-01-11Pushes visual shader code preview to separate windowYuri Roubinsky
2021-01-11Merge pull request #45077 from Xrayez/fix-lstrip/rstrip-docsRémi Verschelde
Clarify `lstrip()/rstrip()` methods in `String` for removed characters
2021-01-11Merge pull request #45075 from VedatGunel/reserved-keywordRémi Verschelde
Change reserved keyword in Regex documentation code
2021-01-11Merge pull request #42616 from Calinou/project-settings-no-objectRémi Verschelde
Don't allow adding Objects to the project settings
2021-01-10Merge pull request #45054 from dsnopek/webxr-yaxis-masterRémi Verschelde
Invert the Y-axis on thumbsticks and trackpads in WebXR
2021-01-10Merge pull request #45071 from Faless/js/4.x_sync_fixesFabio Alessandrelli
[HTML5] Fix master build
2021-01-10Clarify `lstrip()/rstrip()` methods in `String` for removed charactersAndrii Doroshenko (Xrayez)
2021-01-10Don't allow adding Objects to the project settingsHugo Locurcio
Godot doesn't support serializing objects. This closes #33667.
2021-01-10GDScript operator `+` `-` precedence bug fixThakee Nathees
Fix: #43265
2021-01-10Change reserved keyword in Regex documentation codeVedat Günel
2021-01-10Merge pull request #40837 from madmiraal/update-copyrightRé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-10Fix JavaScript platform after MainLoop methods rename.Fabio Alessandrelli
2021-01-10Fix WebXR module.Fabio Alessandrelli
Some functions and enums were renamed in 4.0 but not updated in the WebXR code.
2021-01-10Sync RasterizerDummy.Fabio Alessandrelli
2021-01-10Update COPYRIGHT.txt to reflect recent file location and name changes,Marcel Admiraal
and a few other minor corrections.
2021-01-10Add all AutoLoad resources when exporting the projectFilip
2021-01-10Prevent crash due to assigning incorrect order of instance uniformYuri Roubinsky