aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-06-051-1/+1
* Revert "Prevent visibility notification been called twice in object creation"Hein-Pieter van Braam2018-06-051-2/+1
* Check for 0 roll influenceBastiaan Olij2018-06-011-4/+7
* Improve side impulse calculationBastiaan Olij2018-06-012-5/+9
* fixed capital A osxtoger52018-06-011-2/+2
* fixed a input not registered in osx script editortoger52018-06-011-1/+1
* Add additional macos shortcuts for going to start/end of lineSherjil Ozair2018-06-011-1/+52
* Ability to change path color with self modulatevolzhs2018-05-131-1/+2
* added custom aabb to primitivesBastiaan Olij2018-05-132-0/+20
* Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio2018-05-132-2/+2
* Fix placeholders position in `LineEdit` when editing inside the Editorrobfram2018-05-131-1/+0
* Consider TextEdit paste operation complex.Charly Mourglia2018-05-131-0/+3
* fix clang6 assignment errorthfrwn2018-05-131-2/+2
* Particles: fix corrupted scene when saved after convert (2nd try)Poommetee Ketson2018-05-131-20/+5
* Fix double free for drag preview control in viewportGeequlim2018-05-131-3/+1
* Use fake audio playing property in editorShyRed2018-05-136-3/+44
* Merge pull request #18082 from RandomShaper/improve-gui-touch-3.0Hein-Pieter van Braam2018-05-131-0/+8
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-0/+8
* | Hand-merge API hash fixes #18514Hein-Pieter van Braam2018-04-2910-36/+19
* | Warn about WorldEnvironment being ignoredBernhard Liebl2018-04-291-1/+9
* | Fixed context menu TTR bugssersoong2018-04-282-13/+13
* | Fix error spam with Sprite has compressed texturevolzhs2018-04-281-0/+3
* | Fix index out of size error on Imagevolzhs2018-04-281-0/+21
* | ItemList selection: Check against item countShyRed2018-04-281-1/+1
* | Prevent visibility notification been called twice in object creationChaosus2018-04-281-1/+2
* | LineEdit placeholder alignment, content margins, and overflow bugsrobfram2018-04-282-4/+17
* | Add support for radio-looking items with iconPedro J. Estébanez2018-04-283-1/+9
* | Use radio-button-like menu entries where applicablePedro J. Estébanez2018-04-281-1/+1
* | Add radio-button-looking entries to PopupMenuPedro J. Estébanez2018-04-283-25/+73
* | Fix RigidBody's configuration warning for Z axisAlexander Alekseev2018-04-281-1/+1
* | fix bone scale/rotation in AnimationPlayerskarroffel2018-04-282-2/+2
* | Mesh: fix crash when creating mesh outline from QuadMeshPoommetee Ketson2018-04-281-0/+2
* | Implement missing navgiation polygon debugging in tilemapBenedikt Bär2018-04-281-0/+55
* | Fix oversampled font artifacts after resizeRuslan Mustakov2018-04-281-3/+3
* | Fixes wrong calculation of gridcontainer's children sizeGilles Roudiere2018-04-281-2/+2
* | Update TileMap when its TileSet changesShyRed2018-04-282-3/+18
* | Implement line clipping for `TextureProgress` to avoid bad rendering due to i...robfram2018-04-281-16/+39
* | Update Sprite when Texture changesShyRed2018-04-282-0/+25
* | AnimationPlayer: fix scrubbing after play backwardsBernhard Liebl2018-04-281-0/+1
* | Fix bad autocomplete of partially written node paths when using syntactic sug...robfram2018-04-141-1/+1
* | auto-completion edge jumpAlexander Holland2018-04-141-4/+10
* | Fix selection of Sprites using AtlasTexture in the editor.Andreas Loew2018-04-141-1/+21
* | FIX Windows enter/exit mouse notificationsRanoller2018-04-141-0/+2
* | Made print_tree_pretty() function which displays scene tree graphicallyGeoffrey2018-04-142-4/+20
* | Make BaseButton not emit press when container is scrolledRuslan Mustakov2018-04-145-24/+60
|/
* Fixes infinite loop in GridContainerGilles Roudiere2018-03-291-4/+4
* Prevent division by zero in GridContainerLeon Krause2018-03-291-2/+2
* Fix BaseButton not always calling _pressed()bncastle2018-03-281-0/+5
* Fix uninitialized data in Sprite::_get_rects()Bernhard Liebl2018-03-281-2/+2
* Fix infinite loop in GridContainer layoutGary Oberbrunner2018-03-281-6/+6