Age | Commit message (Expand) | Author |
2019-04-15 | Removed unnecessary error from _area_inout | CatThingy |
2019-04-13 | Clean up ASSIMP import code. | Juan Linietsky |
2019-04-10 | Added generator audio stream, and spectrum analyzer audio effect | Juan Linietsky |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-07 | Merge pull request #25630 from BastiaanOlij/arvr_positional_mesh | Rémi Verschelde |
2019-04-06 | Merge pull request #26486 from marxin/fix-Wdeprecated-copy | Rémi Verschelde |
2019-04-05 | Add Open Asset Import Library to Godot. | K. S. Ernest (iFire) Lee |
2019-04-05 | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde |
2019-03-27 | Merge pull request #27200 from piyushdagar/new | Rémi Verschelde |
2019-03-20 | Ensure non-emitting particles not processed on entering tree | Daeil Kim |
2019-03-18 | Fixed CollisionObject signals do not trigger on Area | piyushdagar |
2019-03-10 | Fix resetting of CPUParticles (2D and 3D) | JFonS |
2019-03-09 | Merge pull request #26784 from humblers/fix-cpuparticles2d | Rémi Verschelde |
2019-03-09 | Prevent invisible/inactive cpuparticles to redraw(3d) | Daeil Kim |
2019-03-07 | No longer crash due to wrongly requesting a gizmo, fixes #26735 | Juan Linietsky |
2019-03-04 | Warn about plane shape usage, closes #26503 | Juan Linietsky |
2019-03-04 | Merge pull request #26511 from clayjohn/giprobe_gles2_warning | Rémi Verschelde |
2019-03-03 | add warning to GIProbe when using GLES2 | clayjohn |
2019-03-03 | Fixed missing exclude raycast shapes arguments in snap, closes #25230 | Juan Linietsky |
2019-03-03 | Skeletons can now choose between using local or world coords for processing, ... | Juan Linietsky |
2019-03-03 | Merge pull request #26514 from clayjohn/hide_properties_gles2 | Rémi Verschelde |
2019-03-02 | hide hdr and shadow_contact in gles2 | clayjohn |
2019-03-02 | Fix new GCC 9 warnings: -Wdeprecated-copy. | marxin |
2019-03-02 | Make query checks less agressive, fixes #24694 | Juan Linietsky |
2019-02-27 | Fix -Wsign-compare warnings. | marxin |
2019-02-26 | Remove setting that caused is_inside_tree() errors on doppler tracking enabled. | Juan Linietsky |
2019-02-23 | Remove copy and use instance material override in gizmos, fixes #23783 | Juan Linietsky |
2019-02-23 | Ensure move and slide snap respects stop on slope, fixes #26180 | Juan Linietsky |
2019-02-22 | Change MAX for MIN, fixes #26170 | Juan Linietsky |
2019-02-22 | Check that area is inside tree besides checking that queries are flushed, fix... | Juan Linietsky |
2019-02-21 | Fix all -Wtype-limits warnings. | marxin |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-18 | Merge pull request #26025 from clayjohn/particles_lifetime | Rémi Verschelde |
2019-02-18 | allowing setting particles lifetime greater than 600 | clayjohn |
2019-02-17 | Fix AudioStreams::stop possibly causing a small noise | Marcelo Fernandez |
2019-02-16 | Change snapping to only happen when the floor normal remains as floor, fixes ... | Juan Linietsky |
2019-02-16 | Add a minimum treshold for acquiring rest contacts to avoid numerical precisi... | Juan Linietsky |
2019-02-16 | Make sure stop on slope can have a tiny bit of precision edge. | Juan Linietsky |
2019-02-13 | Fix typos with codespell | Rémi Verschelde |
2019-02-12 | Scene: Ensure classes match their header filename | Rémi Verschelde |
2019-02-12 | Merge pull request #25602 from mcccclean/dont-ignore-listener-nodes | Rémi Verschelde |
2019-02-09 | Warn when using GPU particles with GLES2 | Rémi Verschelde |
2019-02-06 | Prefer a viewport's listener over a camera where available | Tom McLean |
2019-02-06 | Added a mesh interface to the arvr positional trackers | Bastiaan Olij |
2019-02-04 | Add frame support for Sprite3D with region enabled | Michael Alexsander Silva Dias |
2019-01-28 | binding for get_frustum() of camera class | Yusuf |
2019-01-24 | Fix PhysicsBody ignoring set_friction/bounce with default value | Rémi Verschelde |
2019-01-18 | Fixed Bone Transform Order | Grant Clarke |
2019-01-17 | Fix uninitialized memory error. | Juan Linietsky |
2019-01-17 | Avoid crashing GIProbe bake with broken UV data, closes #25028 | Juan Linietsky |