summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-13Draw a "background" line behind the dashed line in TextureRegion editorHugo Locurcio
This makes the dashed line visible on any background.
2021-01-13Merge pull request #45157 from madmiraal/fix-44514Rémi Verschelde
Raise SIGKILL instead of CRASH_NOW in child process when fork fails
2021-01-13Merge pull request #45156 from madmiraal/fix-45146Rémi Verschelde
Update Mono module to use new execute method.
2021-01-13Merge pull request #45155 from bruvzg/fix_execute_argumentsRémi Verschelde
Fix OS::execute() and OS::create_process() command line argument.
2021-01-13Raise SIGKILL instead of CRASH_NOW in child process when fork failsMarcel Admiraal
2021-01-13Fix OS::execute() and OS::create_process() command line argument CharStrings ↵bruvzg
freed before use.
2021-01-13Update Mono module to use new execute method.Marcel Admiraal
2021-01-13Merge pull request #45102 from nekomatata/fix-update-shape-dataRémi Verschelde
Fix collision shape update when changing shape properties
2021-01-12Merge pull request #45125 from aaronfranke/poly-libRémi Verschelde
Update PolyPartition / Triangulator library
2021-01-12Merge pull request #45111 from Calinou/contributing-favor-gdscript-mrpRémi Verschelde
Recommend minimal reproduction projects written in GDScript instead of C#
2021-01-12Recommend minimal reproduction projects written in GDScript instead of C#Hugo Locurcio
Many contributors don't have a Mono setup available, especially if compiling from source is required. Minimal reproduction projects in GDScript are also better at isolating the actual bug, since it automatically rules out any possible C# integration issues.
2021-01-12Update PolyPartition / Triangulator libraryAaron Franke
2021-01-12Merge pull request #45121 from Chaosus/shader_emitRémi Verschelde
Renamed `emit_particle` to `emit_subparticle` shader function
2021-01-12Merge pull request #45132 from akien-mga/ci-android-ndk-pin-r21Rémi Verschelde
CI: Pin Android NDK r21 as we don't support r22 yet
2021-01-12CI: Pin Android NDK r21 as we don't support r22 yetRémi Verschelde
2021-01-12Fix collision shape update when changing shape propertiesPouleyKetchoupp
This change does two things: 1. Properly update the internal shape data using _update_in_shape_owner when updating a shape (in 2D it was resetting one way collision) 2. Avoid unnecessary updates when calling set_shape with the same shape, which happens each time a shape property is modified (e.g shape.extents.x = ...) Fixes #45090
2021-01-12Merge pull request #44514 from madmiraal/split-os-executeRémi Verschelde
Split OS::execute into two methods
2021-01-12Merge pull request #45126 from groud/improve_undo_redoRémi Verschelde
Improve UndoRedo class
2021-01-12Improve UndoRedo classGilles Roudière
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-12Renamed `emit_particle` to `emit_subparticle` shader functionYuri Roubinsky
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.