Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-13 | Draw a "background" line behind the dashed line in TextureRegion editor | Hugo Locurcio | |
This makes the dashed line visible on any background. | |||
2021-01-13 | Merge pull request #45157 from madmiraal/fix-44514 | Rémi Verschelde | |
Raise SIGKILL instead of CRASH_NOW in child process when fork fails | |||
2021-01-13 | Merge pull request #45156 from madmiraal/fix-45146 | Rémi Verschelde | |
Update Mono module to use new execute method. | |||
2021-01-13 | Merge pull request #45155 from bruvzg/fix_execute_arguments | Rémi Verschelde | |
Fix OS::execute() and OS::create_process() command line argument. | |||
2021-01-13 | Raise SIGKILL instead of CRASH_NOW in child process when fork fails | Marcel Admiraal | |
2021-01-13 | Fix OS::execute() and OS::create_process() command line argument CharStrings ↵ | bruvzg | |
freed before use. | |||
2021-01-13 | Update Mono module to use new execute method. | Marcel Admiraal | |
2021-01-13 | Merge pull request #45102 from nekomatata/fix-update-shape-data | Rémi Verschelde | |
Fix collision shape update when changing shape properties | |||
2021-01-12 | Merge pull request #45125 from aaronfranke/poly-lib | Rémi Verschelde | |
Update PolyPartition / Triangulator library | |||
2021-01-12 | Merge pull request #45111 from Calinou/contributing-favor-gdscript-mrp | Rémi Verschelde | |
Recommend minimal reproduction projects written in GDScript instead of C# | |||
2021-01-12 | Recommend 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-12 | Update PolyPartition / Triangulator library | Aaron Franke | |
2021-01-12 | Merge pull request #45121 from Chaosus/shader_emit | Rémi Verschelde | |
Renamed `emit_particle` to `emit_subparticle` shader function | |||
2021-01-12 | Merge pull request #45132 from akien-mga/ci-android-ndk-pin-r21 | Rémi Verschelde | |
CI: Pin Android NDK r21 as we don't support r22 yet | |||
2021-01-12 | CI: Pin Android NDK r21 as we don't support r22 yet | Rémi Verschelde | |
2021-01-12 | Fix collision shape update when changing shape properties | PouleyKetchoupp | |
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-12 | Merge pull request #44514 from madmiraal/split-os-execute | Rémi Verschelde | |
Split OS::execute into two methods | |||
2021-01-12 | Merge pull request #45126 from groud/improve_undo_redo | Rémi Verschelde | |
Improve UndoRedo class | |||
2021-01-12 | Improve UndoRedo class | Gilles Roudière | |
2021-01-12 | Merge pull request #45123 from qarmin/errors_tab_container | Rémi Verschelde | |
Fix errors when removing non Control node from TabContainer | |||
2021-01-12 | Merge pull request #45113 from YeldhamDev/forgot_these_options_even_existed | Rémi Verschelde | |
Fix script list only showing their names regardless of display option | |||
2021-01-12 | Fix errors when removing non Control node from TabContainer | Rafał Mikrut | |
2021-01-12 | Merge pull request #45118 from TechnoPorg/fix-animation-classref | Rémi Verschelde | |
Docs: Fix incorrect parameter in audio_track_set_key_stream. | |||
2021-01-12 | Renamed `emit_particle` to `emit_subparticle` shader function | Yuri Roubinsky | |
2021-01-11 | Fix 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-11 | Fix script list only showing their names regardless of display option | Michael Alexsander | |
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. |