summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17559 from simedis/joint_motorsRémi Verschelde2018-05-082-0/+24
|\
| * Implemented interface for bullet joint motorsGeoffrey2018-03-162-0/+24
* | Merge pull request #18619 from mateusak/masterRémi Verschelde2018-05-081-4/+4
|\ \
| * | Allow uncommon bitmask for autotile - Fixes #16511mateusak2018-05-041-4/+4
* | | Merge pull request #18701 from GodotExplorer/fix-#18685Max Hilbrunner2018-05-081-3/+1
|\ \ \
| * | | Fix double free for drag preview control in viewportGeequlim2018-05-081-3/+1
* | | | Merge pull request #18700 from GodotExplorer/fix-#18686Max Hilbrunner2018-05-081-1/+1
|\ \ \ \
| * | | | Add default paramater value for OptionButton::add_icon_itemGeequlim2018-05-081-1/+1
| |/ / /
* | | | Merge pull request #15928 from StateOff/feature_batch_renameRémi Verschelde2018-05-081-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Implements "Batch Rename" editor tool.Blazej Floch2018-01-221-1/+1
* | | | Merge pull request #18453 from groud/add_speed_factorMax Hilbrunner2018-05-082-2/+21
|\ \ \ \
| * | | | Adds a speed factor to AnimatedSpritegroud2018-05-072-2/+21
* | | | | Merge pull request #16122 from ibrahn/sprite-region-with-framesJuan Linietsky2018-05-071-17/+17
|\ \ \ \ \
| * | | | | Allow use of frames in sprites with texture region enabled.Ibrahn Sahir2018-04-081-17/+17
* | | | | | Merge pull request #17295 from eon-s/instance-placeholderJuan Linietsky2018-05-072-6/+19
|\ \ \ \ \ \
| * | | | | | Added create_instanceeon-s2018-03-052-6/+19
* | | | | | | Added a simpler way to flip faces, closes #17373 and closes #17369Juan Linietsky2018-05-072-0/+44
* | | | | | | Merge pull request #17451 from Goutte/feat-base-button-maskJuan Linietsky2018-05-072-1/+19
|\ \ \ \ \ \ \
| * | | | | | | Add a binary mask to allow configuration of which mouse buttons the BaseButto...Goutte2018-03-132-1/+19
* | | | | | | | Merge pull request #17504 from endragor/fix-oversampling-autowrapJuan Linietsky2018-05-071-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Ceil dynamic font glyph sizeRuslan Mustakov2018-03-141-0/+3
* | | | | | | | | 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