Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | Move the asset library API URLs to the Editor Settings | Aaron Franke | |
2021-01-15 | Merge pull request #44870 from ↵ | Rémi Verschelde | |
alexpech12/fix-rich-text-label-set-visible-characters Keep RichTextLabel visible character properties in sync | |||
2021-01-14 | Merge pull request #43923 from madmiraal/fix-43588 | Rémi Verschelde | |
Fix cast_motion sometimes failing | |||
2021-01-14 | Merge pull request #45193 from fstiewitz/gltf-without-buffers-4 | Rémi Verschelde | |
Fix glTF import of scenes without buffers | |||
2021-01-14 | fix gltf not importing files w/o bufferViews or accessors | Fabian Stiewitz | |
2021-01-14 | Merge pull request #45161 from Xrayez/bind-emit-changed | Rémi Verschelde | |
Expose `Resource.emit_changed()` to script | |||
2021-01-14 | Keep RichTextLabel visible character properties in sync | Alexander Pech | |
The RichTextLabel class is inconsistent in how it updates the visible_characters and percent_visible properties when either is changed. To keep both properties consistent, update percent_visible when setting the visible_characters property. For both properties, when setting one, notify change for the other. Docs updated for member set_visible_characters on RichTextLabel class. | |||
2021-01-14 | Merge pull request #45070 from fmazan/fs-dock-name-sort | Rémi Verschelde | |
Fix file name comparison when new file is added to file system | |||
2021-01-14 | Merge pull request #45167 from madmiraal/fix-44703 | Rémi Verschelde | |
Fix not clearing a Joint3D with only a B node when removing the B node | |||
2021-01-13 | Fix not clearing a Joint3D with only a B node when removing the B node | Marcel Admiraal | |
2021-01-13 | Merge pull request #45159 from madmiraal/fix-45145 | Rémi Verschelde | |
Only remove Bullet's body constraints when removing body from space | |||
2021-01-13 | Merge pull request #45136 from akien-mga/clang-format-11 | Rémi Verschelde | |
CI: Update to clang-format 11 and apply ternary operator changes | |||
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 | Expose `Resource.emit_changed()` to script | Andrii Doroshenko (Xrayez) | |
Also known as `emit_signal("changed")`. | |||
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 | Only remove Bullet's body constraints when removing body from space | Marcel Admiraal | |
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 | CI: Update to clang-format 11 and apply ternary operator changes | Rémi Verschelde | |
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 |