summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* fixed camera project_position function that was still using the near paramete...Ben Hickling2020-01-091-2/+2
* Emits meta_hover_ended when mouse exit RichTextLabelHaoyu Qiu2020-01-081-0/+8
* Merge pull request #33817 from Chaosus/vs_fresnelYuri Roubinsky2020-01-082-3/+25
|\
| * Makes Fresnel node in visual shaders to use default NORMAL/VIEWYuri Roubinsky2019-11-222-3/+25
* | Merge pull request #34874 from wingedadventurer/bugfix-label-visible-charactersRémi Verschelde2020-01-081-0/+1
|\ \
| * | make Label consider spaces for visible_characterswingedadventurer2020-01-061-0/+1
* | | Merge pull request #34871 from lentsius-bark/textEdit-vertical-horizontal-scr...Rémi Verschelde2020-01-081-0/+6
|\ \ \
| * | | expose scroll_vertical and scroll_horizontal in TextEdit + documentationKrystof Klestil2020-01-071-0/+6
* | | | Merge pull request #34900 from timothyqiu/rtl-cell-wrapRémi Verschelde2020-01-081-18/+19
|\ \ \ \
| * | | | Fixes RichTextLabel click issue when cell text wrapsHaoyu Qiu2020-01-081-18/+19
* | | | | Make possible to edit the GraphEdit's selection rect colorsMichael Alexsander2020-01-072-8/+4
|/ / / /
* | | | Merge pull request #34881 from williamd1k0/fix-animationtree-no3dRémi Verschelde2020-01-071-22/+22
|\ \ \ \
| * | | | Fix AnimationTree not available when compiled with disable_3dWilliam Tumeo2020-01-071-22/+22
| |/ / /
* | | | Don't show conf warning if script is not toolTomasz Chabora2020-01-071-1/+2
* | | | Check if cursor is inside meta when getting cursor shapeKanabenki2020-01-071-3/+3
* | | | Fixes crash when using Mesh::create_outline and Mesh::create_convex_shapeHaoyu Qiu2020-01-071-0/+4
* | | | Fixes import of models as PackedSceneHaoyu Qiu2020-01-071-2/+2
* | | | Merge pull request #34867 from volzhs/calculate-label-size-2Rémi Verschelde2020-01-061-7/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Calculate label size more accuratelyvolzhs2020-01-071-7/+4
* | | | Merge pull request #34865 from volzhs/oversampling-emojiRémi Verschelde2020-01-062-5/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | Update size and position for colored font with oversamplingvolzhs2020-01-072-5/+19
| |/ /
* | | Merge pull request #33987 from nekomatata/own-world-environmentRémi Verschelde2020-01-063-3/+61
|\ \ \
| * | | Viewport environment is updated properly when set to own worldPouleyKetchoupp2019-11-293-3/+61
* | | | Merge pull request #34303 from Chaosus/fix_texture_crashRémi Verschelde2020-01-061-0/+2
|\ \ \ \
| * | | | Fixed crash if passing invalid image ref to TextureLayeredYuri Roubinsky2019-12-121-0/+2
* | | | | Merge pull request #34020 from gytsen/unify-pack-versionRémi Verschelde2020-01-061-5/+3
|\ \ \ \ \
| * | | | | PCK: Set VERSION_PATCH in header, factor out header magicJoost Heitbrink2020-01-061-5/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #34829 from timothyqiu/checks-bundleRémi Verschelde2020-01-061-12/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixes crash for bad property of PackedSceneHaoyu Qiu2020-01-051-12/+14
* | | | | Merge pull request #34839 from madmiraal/fix-34807Rémi Verschelde2020-01-051-10/+1
|\ \ \ \ \
| * | | | | Don't update the floor_velocity with the current linear_velocity.Marcel Admiraal2020-01-051-10/+1
* | | | | | Fix calculating label sizevolzhs2020-01-061-9/+9
|/ / / / /
* | | | | Merge pull request #34835 from nekomatata/stylebox-aa-fixRémi Verschelde2020-01-051-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed StyleBoxFlat antialiasing with aa size of 1PouleyKetchoupp2020-01-051-3/+3
* | | | | Makes more strings translatableHaoyu Qiu2020-01-041-3/+1
* | | | | Merge pull request #34781 from fossegutten/button-flashRémi Verschelde2020-01-031-1/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixes button flashing when releasing mousebutton outsidefossegutten2020-01-031-1/+9
* | | | | Merge pull request #34755 from Calinou/shadermaterial-connect-editor-onlyRémi Verschelde2020-01-031-2/+10
|\ \ \ \ \
| * | | | | Don't connect ShaderMaterial's `changed` signal when not in the editorHugo Locurcio2020-01-021-2/+10
* | | | | | Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fixRémi Verschelde2020-01-031-1/+1
|\ \ \ \ \ \
| * | | | | | Fixed antialiasing option for Polygon2DPouleyKetchoupp2020-01-011-1/+1
* | | | | | | Merge pull request #34779 from timothyqiu/tree-hscrollRémi Verschelde2020-01-031-21/+43
|\ \ \ \ \ \ \
| * | | | | | | Better horizontal scroll for TreeHaoyu Qiu2020-01-031-21/+43
| | |_|/ / / / | |/| | | | |
* / | | | | | Add a shorthand for setting the exit code using `SceneTree::quit()`Hugo Locurcio2020-01-032-5/+9
|/ / / / / /
* | | | | | Clears button mask before activating menu itemHaoyu Qiu2020-01-031-0/+1
* | | | | | Update Camera.project_position to not return get_global_transform().origin if...SIYU FU2020-01-021-2/+1
| |/ / / / |/| | | |
* | | | | Fix wrong disconnect in callback in VisibilityNotifier 3DАлександр Растриженков2020-01-022-3/+0
* | | | | Merge pull request #34720 from Calinou/light-gizmo-color-by-lightRémi Verschelde2020-01-021-0/+2
|\ \ \ \ \
| * | | | | Tint 3D light gizmos using the light's colorHugo Locurcio2020-01-011-0/+2
| |/ / / /
* | | | | Merge pull request #34737 from timothyqiu/tree-item-offsetRémi Verschelde2020-01-021-1/+4
|\ \ \ \ \