aboutsummaryrefslogtreecommitdiff
path: root/scene (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | Merge pull request #15911 from Zephilinox/ready_signalJuan Linietsky2018-05-073-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add ready signal to NodeZephilinox2018-01-203-1/+4
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #17828 from bojidar-bg/17779-progressbar-minimum-sizeJuan Linietsky2018-05-072-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix StyleBox ignoring region rect and ProgressBar using center sizeBojidar Marinov2018-03-282-4/+7
* | | | | | | | | | | | | | | | Merge pull request #17845 from JFonS/disable_spatial_shadowsJuan Linietsky2018-05-072-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Added flag on SpatialMaterial to disable shadowsJFonS2018-03-292-2/+7
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #11973 from AndreaCatania/ragdollJuan Linietsky2018-05-0710-10/+1551
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Implemented ragdollAndreaCatania2018-05-0710-10/+1551
* | | | | | | | | | | | | | | | | Merge pull request #18003 from sherjilozair/patch_macosx_shortcutsJuan Linietsky2018-05-071-1/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Add additional macos shortcuts for going to start/end of lineSherjil Ozair2018-04-051-1/+52
* | | | | | | | | | | | | | | | | | Revert "Fix Sprite3D's incorrect behavior when using AtlasTextures."Juan Linietsky2018-05-071-20/+9
| |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Added "play_backwards" to the list o functions to autocomplete.Michael Alexsander Silva Dias2018-05-071-1/+1
* | | | | | | | | | | | | | | | | Merge pull request #18122 from olivergs/wip/rtl-content-heightMax Hilbrunner2018-05-072-3/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | RichTextLabel, doc: Added new method to get total content heightOliver Gutierrez2018-04-112-3/+12
* | | | | | | | | | | | | | | | | | Merge pull request #18677 from BastiaanOlij/add_no_blendJuan Linietsky2018-05-072-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Add no-blend canvas item render_modeBastiaan Olij2018-05-072-2/+6
* | | | | | | | | | | | | | | | | | | Merge pull request #18524 from BastiaanOlij/keep_3d_linearJuan Linietsky2018-05-072-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Added option to viewport to keep linear colorBastiaan Olij2018-05-062-0/+19
* | | | | | | | | | | | | | | | | | | Merge pull request #18454 from KidRigger/working_timerMax Hilbrunner2018-05-072-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Allows setting the Timer wait_time in start method.Anish2018-04-272-3/+6
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadowMax Hilbrunner2018-05-053-19/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Implement font shadows for RichTextLabelMarkus Törnqvist2018-04-123-19/+53
* | | | | | | | | | | | | | | | | | | Merge pull request #18407 from danilo2205/get_closest_pointMax Hilbrunner2018-05-052-0/+170
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Added methods get_closest_point and get_closest_offset to both Curve2D and Cu...danilo22052018-05-012-0/+170
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Made bone handling for actual Bone2D a special case. Make custom bones appear...Juan Linietsky2018-05-042-0/+19
* | | | | | | | | | | | | | | | | | Merge pull request #18480 from BastiaanOlij/add_custom_aabb_to_primitivesRémi Verschelde2018-05-042-0/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | added custom aabb to primitivesBastiaan Olij2018-04-292-0/+20
* | | | | | | | | | | | | | | | | | | Merge pull request #18397 from KidRigger/working_teMax Hilbrunner2018-05-041-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Support of CMD+Backspace and CMD+Delete on MacOS.Anish2018-04-241-1/+11
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #18595 from AlexHoratio/script_pos_columnsRémi Verschelde2018-05-042-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Script Editor now displays positional columnUnknown2018-05-032-0/+6
* | | | | | | | | | | | | | | | | | | | Skeleton for 2D WIPJuan Linietsky2018-05-034-13/+152
* | | | | | | | | | | | | | | | | | | | Merge pull request #16359 from Noshyaar/convertRémi Verschelde2018-05-031-20/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Particles: fix corrupted scene when saved after convert (2nd try)Poommetee Ketson2018-02-241-20/+5
* | | | | | | | | | | | | | | | | | | | | Merge pull request #18572 from bzztbomb/fix/project_local_ray_normal_virtualRémi Verschelde2018-05-031-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Camera::project_local_ray_normal needs to be virtual so that ARVRCamera::proj...Brian Richardson2018-05-031-2/+2
* | | | | | | | | | | | | | | | | | | | | Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde2018-05-0310-36/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fix binding some core API methods only in tools buildsIgnacio Etcheverry2018-04-2910-36/+19
| | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #18566 from robfram/fix-lineedit-18184Rémi Verschelde2018-05-021-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Fix placeholders position in `LineEdit` when editing inside the Editorrobfram2018-05-021-1/+0
* | | | | | | | | | | | | | | | | | | | | Merge pull request #18451 from volzhs/node-nameRémi Verschelde2018-05-022-1/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Check invalid node namevolzhs2018-05-032-1/+21
| | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | WIP Polygon2D weight editingJuan Linietsky2018-05-024-0/+113
* | | | | | | | | | | | | | | | | | | | | Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde2018-05-021-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-0/+8
| | |_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde2018-05-012-5/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-192-5/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Adds z-index properties to TileSets.Pieter-Jan Briers2018-05-013-2/+31
* | | | | | | | | | | | | | | | | | | | Merge pull request #16977 from SASUPERNOVA/masterRémi Verschelde2018-05-012-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Updated fork to match current version of Godot.SASUPERNOVA2018-04-152-0/+18