aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotationRémi Verschelde2018-06-081-1/+3
|\
| * Fix bugs related to bad handling of rotated/translated shapes in tilemapBojidar Marinov2018-06-031-1/+3
* | Merge pull request #19334 from guilhermefelipecgs/fix_popupJuan Linietsky2018-06-082-35/+6
|\ \
| * | Fix #16069, #19292, #19267 and #18940Guilherme Felipe2018-06-062-35/+6
* | | Merge pull request #19314 from Jellonator/masterRémi Verschelde2018-06-081-0/+8
|\ \ \
| * | | Added autotile overrideJames Beedie2018-06-021-0/+8
| | |/ | |/|
* | | Fix regression with cursor shapeGuilherme Felipe2018-06-071-1/+1
* | | Entirely new (and much improved) animation editor.Juan Linietsky2018-06-0710-31/+1525
* | | Merge pull request #19410 from swarnimarun/tween-stoppedMax Hilbrunner2018-06-072-0/+6
|\ \ \
| * | | Adding is_stopped method to Tweensteincodes2018-06-072-0/+6
* | | | expose lineeditAlexander Holland2018-06-061-0/+1
| |_|/ |/| |
* | | Revert "Prevent visibility notification from being called twice in object cre...Rémi Verschelde2018-06-051-2/+1
* | | Add option to disable automatic multiplayer pollFabio Alessandrelli2018-06-032-1/+18
| |/ |/|
* | Revert "Revert "Prevent visibility notification been called twice in object c...Rémi Verschelde2018-05-311-1/+2
* | Revert "Prevent visibility notification been called twice in object creation"Rémi Verschelde2018-05-311-2/+1
* | Style: Apply clang-format (5.0) to some missed filesRémi Verschelde2018-05-312-25/+24
* | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-292-138/+12
|/
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-292-12/+138
* Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-292-138/+12
|\
| * Refactor RPCMode enum and checksFabio Alessandrelli2018-05-262-138/+12
* | Merge pull request #18691 from Web-eWorks/atlasfixesJuan Linietsky2018-05-271-0/+20
|\ \
| * | Fix AtlasTexture usage in Sprite3D.Webster Sheets2018-05-081-0/+20
* | | Merge pull request #18379 from ZDDM/18-04-23-audiostream-docsMax Hilbrunner2018-05-261-4/+4
|\ \ \
| * | | Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis...Zumo2018-05-011-4/+4
* | | | Merge pull request #18885 from Gamblify/AnimationTreeExposePosMax Hilbrunner2018-05-262-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Expose the animation pos to the user for AnimationNodes in AnimationTreesGustav Lund2018-05-172-0/+8
* | | | Check for 0 roll influenceBastiaan Olij2018-05-261-4/+7
* | | | Merge pull request #19120 from Keetz/masterMax Hilbrunner2018-05-251-1/+6
|\ \ \ \
| * | | | Take tween speed into account when calculating runtimeRasmus Ketelsen2018-05-251-1/+6
* | | | | Merge pull request #19151 from Web-eWorks/freelook-fixesRémi Verschelde2018-05-251-1/+1
|\ \ \ \ \
| * | | | | Revert #14753, as it is buggy and no longer necessary.Webster Sheets2018-05-241-1/+1
| |/ / / /
* | | | | Merge pull request #19139 from KidRigger/masterRémi Verschelde2018-05-251-0/+2
|\ \ \ \ \
| * | | | | Ensures CMD+left and CMD+right only valid for OSX.Anish2018-05-241-0/+2
| |/ / / /
* | | | | Merge pull request #18752 from danilo2205/enhanced_path_followRémi Verschelde2018-05-255-0/+391
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Up vector implementation and OrientedPathFollow.danilo22052018-05-205-0/+391
* | | | | fix for TextEdit::set_text firing signals it shouldn't.Ibrahn Sahir2018-05-192-3/+2
|/ / / /
* | | | Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osxRémi Verschelde2018-05-181-2/+2
|\ \ \ \
| * | | | fixed capital A osxtoger52018-05-181-2/+2
* | | | | -Hid texture flags by default so they dont take so much spaceJuan Linietsky2018-05-181-0/+2
* | | | | Merge pull request #18978 from Chaosus/cubebugfixRémi Verschelde2018-05-181-1/+1
|\ \ \ \ \
| * | | | | Fix bug in CubeMeshChaosus2018-05-171-1/+1
* | | | | | Revert "Fix color-picker sliders"Rémi Verschelde2018-05-181-4/+5
* | | | | | Merge pull request #18960 from isaacremnant/autotile_3x3_minimalMariano Javier Suligoy2018-05-173-13/+30
|\ \ \ \ \ \
| * | | | | | Restore support for minimal 3x3 autotile setsisaacremnant2018-05-173-13/+30
* | | | | | | Fix color-picker slidersMartin Capitanio2018-05-171-5/+4
* | | | | | | -Ability to open resources in the same windowJuan Linietsky2018-05-176-3/+44
* | | | | | | Fix missing return on Navigation2D::get_closest_point_ownerMarcelo Fernandez2018-05-171-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #18862 from endragor/remove-font-width-ceilingRémi Verschelde2018-05-172-7/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Ceil char width within Label instead of FontRuslan Mustakov2018-05-142-7/+8
* | | | | | Merge pull request #15909 from authenticate/tilemap_fixMariano Javier Suligoy2018-05-161-1/+2
|\ \ \ \ \ \