Age | Commit message (Expand) | Author |
2019-02-25 | Update controls when a stylebox or icon override changes; change to CONNECT_R... | Bojidar Marinov |
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #... | Juan Linietsky |
2019-02-24 | Explicitly use floating point numbers in the our shaders | Hein-Pieter van Braam |
2019-02-24 | Prevent circular references to scene being saved, fixes #24384 | Juan Linietsky |
2019-02-23 | Remove copy and use instance material override in gizmos, fixes #23783 | Juan Linietsky |
2019-02-23 | Do not crash on empty path, closes #23701 | Juan Linietsky |
2019-02-23 | -Treat scalar conversions when calling functions as error, closes #24261 | Juan Linietsky |
2019-02-23 | Ensure move and slide snap respects stop on slope, fixes #26180 | Juan Linietsky |
2019-02-23 | Merge pull request #26157 from YeldhamDev/splitcont_update_check | Rémi Verschelde |
2019-02-22 | Change MAX for MIN, fixes #26170 | Juan Linietsky |
2019-02-22 | Added a workaround to avoid crashes due to how TileSet editor works, fixes #2... | Juan Linietsky |
2019-02-22 | -Support DEPTH_TEXTURE in GLES2, fixes #25106 | Juan Linietsky |
2019-02-22 | Make 'SplitContainer' update drawing only if actually needs to | Michael Alexsander Silva Dias |
2019-02-22 | Check that area is inside tree besides checking that queries are flushed, fix... | Juan Linietsky |
2019-02-22 | Merge pull request #26146 from YeldhamDev/splitcont_hover_fix | Rémi Verschelde |
2019-02-22 | Fix code style issues | Rémi Verschelde |
2019-02-22 | Merge pull request #26099 from marxin/fix-Wtype-limits-warnings | Rémi Verschelde |
2019-02-21 | Fix 'SplitContainer's showing their handles when they shouldn't | Michael Alexsander Silva Dias |
2019-02-21 | Implement a cleaner (and better) way to save imagedata from ImageTexture, fix... | Juan Linietsky |
2019-02-21 | Fixed bugs in test body motion and removed unnecesary test in move_and_slide.... | Juan Linietsky |
2019-02-21 | Fix all -Wtype-limits warnings. | marxin |
2019-02-21 | Merge pull request #26105 from nekomatata/texture-button-mask-fix | Rémi Verschelde |
2019-02-21 | Fixed TextureButton click mask when no other texture is set | PouleyKetchoupp |
2019-02-20 | Merge pull request #26068 from luizcarlos1405/master | Rémi Verschelde |
2019-02-20 | Fix AnimationPlayer jumping to the beggining after ending on editor. | Luiz |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-20 | Merge pull request #26089 from ianb96/word_wrap_cutoff_fix | Rémi Verschelde |
2019-02-20 | Merge pull request #26049 from vixelz/textureprogress-nineslice-fill-fix | Rémi Verschelde |
2019-02-20 | Fix word wrap cutoff and tab wrapping issue | ianb96 |
2019-02-19 | Allow moving LineEdit visible window left by more than one symbol. | Kārlis Seņko |
2019-02-19 | Truncate first segment in TextureProgress 9slices | Vixelz |
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 | Updat polygons when skeleton setup changes, fixes #25949 | Juan Linietsky |
2019-02-16 | Merge pull request #25953 from nekomatata/fix-radial-texture-progress | Rémi Verschelde |
2019-02-16 | Fixed radial progress with center offset by taking distance to edge into acco... | PouleyKetchoupp |
2019-02-16 | Merge pull request #25931 from qarmin/fix_copy_readonly | Rémi Verschelde |
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-16 | Merge pull request #25888 from marxin/fix-25217-part-2 | Rémi Verschelde |
2019-02-16 | Fix copy text when TextEdit is readonly | qarmin |
2019-02-15 | Revert "Fix MenuButton item label disappearing when setting shortcut." | Rémi Verschelde |
2019-02-15 | Merge pull request #25894 from marcelofg55/last_mouse_focus_crash | Rémi Verschelde |
2019-02-15 | Merge pull request #25841 from Awkor/menubutton-fix | Rémi Verschelde |
2019-02-14 | Fix possible crash with an invalid last_mouse_focus pointer | Marcelo Fernandez |
2019-02-14 | Fix MenuButton item label disappearing when setting shortcut. | Unknown |
2019-02-14 | Fix 2 more UBSAN issues (#25217). | marxin |
2019-02-14 | Fix AnimationPlayer bug where it wouldn't reset its position when finished | Luiz |