summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Change MAX for MIN, fixes #26170Juan Linietsky2019-02-221-1/+1
* Added a workaround to avoid crashes due to how TileSet editor works, fixes #2...Juan Linietsky2019-02-221-0/+2
* -Support DEPTH_TEXTURE in GLES2, fixes #25106Juan Linietsky2019-02-221-1/+1
* Check that area is inside tree besides checking that queries are flushed, fix...Juan Linietsky2019-02-222-2/+2
* Merge pull request #26146 from YeldhamDev/splitcont_hover_fixRémi Verschelde2019-02-221-12/+23
|\
| * Fix 'SplitContainer's showing their handles when they shouldn'tMichael Alexsander Silva Dias2019-02-211-12/+23
* | Fix code style issuesRémi Verschelde2019-02-221-1/+0
* | Merge pull request #26099 from marxin/fix-Wtype-limits-warningsRémi Verschelde2019-02-221-1/+1
|\ \ | |/ |/|
| * Fix all -Wtype-limits warnings.marxin2019-02-211-1/+1
* | Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...Juan Linietsky2019-02-214-24/+42
* | Fixed bugs in test body motion and removed unnecesary test in move_and_slide....Juan Linietsky2019-02-211-3/+0
|/
* Merge pull request #26105 from nekomatata/texture-button-mask-fixRémi Verschelde2019-02-211-1/+5
|\
| * Fixed TextureButton click mask when no other texture is setPouleyKetchoupp2019-02-211-1/+5
* | Merge pull request #26068 from luizcarlos1405/masterRémi Verschelde2019-02-201-4/+8
|\ \
| * | Fix AnimationPlayer jumping to the beggining after ending on editor.Luiz2019-02-201-4/+8
* | | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-2027-184/+183
| |/ |/|
* | Merge pull request #26089 from ianb96/word_wrap_cutoff_fixRémi Verschelde2019-02-201-17/+36
|\ \
| * | Fix word wrap cutoff and tab wrapping issueianb962019-02-201-17/+36
* | | Merge pull request #26049 from vixelz/textureprogress-nineslice-fill-fixRémi Verschelde2019-02-201-0/+5
|\ \ \ | |/ / |/| |
| * | Truncate first segment in TextureProgress 9slicesVixelz2019-02-191-0/+5
| |/
* / Allow moving LineEdit visible window left by more than one symbol.Kārlis Seņko2019-02-191-3/+1
|/
* Merge pull request #26025 from clayjohn/particles_lifetimeRémi Verschelde2019-02-183-3/+3
|\
| * allowing setting particles lifetime greater than 600clayjohn2019-02-183-3/+3
* | Fix AudioStreams::stop possibly causing a small noiseMarcelo Fernandez2019-02-176-42/+64
* | Updat polygons when skeleton setup changes, fixes #25949Juan Linietsky2019-02-163-2/+32
* | Merge pull request #25953 from nekomatata/fix-radial-texture-progressRémi Verschelde2019-02-161-4/+8
|\ \
| * | Fixed radial progress with center offset by taking distance to edge into acco...PouleyKetchoupp2019-02-161-4/+8
* | | Merge pull request #25931 from qarmin/fix_copy_readonlyRémi Verschelde2019-02-161-4/+1
|\ \ \
| * | | Fix copy text when TextEdit is readonlyqarmin2019-02-161-4/+1
| |/ /
* | | Change snapping to only happen when the floor normal remains as floor, fixes ...Juan Linietsky2019-02-162-12/+28
* | | Add a minimum treshold for acquiring rest contacts to avoid numerical precisi...Juan Linietsky2019-02-161-0/+1
* | | Make sure stop on slope can have a tiny bit of precision edge.Juan Linietsky2019-02-162-2/+2
* | | Merge pull request #25888 from marxin/fix-25217-part-2Rémi Verschelde2019-02-161-3/+3
|\ \ \ | |/ / |/| |
| * | Fix 2 more UBSAN issues (#25217).marxin2019-02-141-3/+3
* | | Revert "Fix MenuButton item label disappearing when setting shortcut."Rémi Verschelde2019-02-151-3/+2
* | | Merge pull request #25894 from marcelofg55/last_mouse_focus_crashRémi Verschelde2019-02-151-0/+3
|\ \ \
| * | | Fix possible crash with an invalid last_mouse_focus pointerMarcelo Fernandez2019-02-141-0/+3
| |/ /
* | | Merge pull request #25841 from Awkor/menubutton-fixRémi Verschelde2019-02-151-2/+3
|\ \ \
| * | | Fix MenuButton item label disappearing when setting shortcut.Unknown2019-02-141-2/+3
| |/ /
* / / Fix AnimationPlayer bug where it wouldn't reset its position when finishedLuiz2019-02-141-0/+1
|/ /
* | -Fixes to undo redo to avoid crash, closes #24251Juan Linietsky2019-02-145-17/+21
* | Merge pull request #25717 from nekomatata/dynamic-font-settings-fixRémi Verschelde2019-02-141-2/+3
|\ \
| * | Fixed undefined setting values when loading dynamic fontsPouleyKetchoupp2019-02-121-2/+3
* | | Merge pull request #25776 from luizcarlos1405/masterRémi Verschelde2019-02-131-2/+10
|\ \ \
| * | | Fix some AnimationPlayer bugs and update documentationLuiz2019-02-131-2/+10
* | | | Merge pull request #25422 from azagaya/optionbuttonRémi Verschelde2019-02-132-0/+8
|\ \ \ \
| * | | | Fixes differences between docs and item_selected and item_focused signals in ...azagaya2019-02-112-0/+8
* | | | | Fix button alignment of Package Installer on OSXNaoto Kondo2019-02-131-31/+4
| |/ / / |/| | |
* | | | Fix typos with codespellRémi Verschelde2019-02-139-14/+14
* | | | Merge pull request #25821 from akien-mga/sync-class-and-filenamesRémi Verschelde2019-02-1336-178/+80
|\ \ \ \ | |_|_|/ |/| | |