summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-29Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner
RPCMode refactor, more sync modes
2018-05-27Merge pull request #18691 from Web-eWorks/atlasfixesJuan Linietsky
Fix Sprite3d using AtlasTexture... Again.
2018-05-26Merge pull request #18379 from ZDDM/18-04-23-audiostream-docsMax Hilbrunner
Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis
2018-05-26Merge pull request #18885 from Gamblify/AnimationTreeExposePosMax Hilbrunner
Expose animation pos to user for AnimationNodes in AnimationTree
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-26Check for 0 roll influenceBastiaan Olij
2018-05-25Merge pull request #19120 from Keetz/masterMax Hilbrunner
Take tween speed into account when calculating runtime
2018-05-25Take tween speed into account when calculating runtimeRasmus Ketelsen
2018-05-25Merge pull request #19151 from Web-eWorks/freelook-fixesRémi Verschelde
Revert #14753, as it is buggy and no longer necessary.
2018-05-25Merge pull request #19139 from KidRigger/masterRémi Verschelde
Ensures CMD+left and CMD+right only valid for OSX.
2018-05-25Merge pull request #18752 from danilo2205/enhanced_path_followRémi Verschelde
Up Vector for Curve3D and OrientedPathFollow Implementation
2018-05-24Revert #14753, as it is buggy and no longer necessary.Webster Sheets
2018-05-24Ensures CMD+left and CMD+right only valid for OSX.Anish
Fix in #18370 is now only valid for OSX and is reverted for other OS. Fixes #19042
2018-05-20Up vector implementation and OrientedPathFollow.danilo2205
2018-05-19fix for TextEdit::set_text firing signals it shouldn't.Ibrahn Sahir
Removing some _changed signals in set_ functions. Includes revert of commit 384625aa31a3627c25246e06c1fbc3019866765c
2018-05-18Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osxRémi Verschelde
fixed capital A osx
2018-05-18fixed capital A osxtoger5
2018-05-18-Hid texture flags by default so they dont take so much spaceJuan Linietsky
-make curve texture preview not so large, so its easier to embed the editor
2018-05-18Merge pull request #18978 from Chaosus/cubebugfixRémi Verschelde
Fix property bug in CubeMesh which prevent it from changing in inspector
2018-05-18Revert "Fix color-picker sliders"Rémi Verschelde
2018-05-17Merge pull request #18960 from isaacremnant/autotile_3x3_minimalMariano Javier Suligoy
Restore support for minimal 3x3 autotile sets
2018-05-17Fix color-picker slidersMartin Capitanio
2018-05-17-Ability to open resources in the same windowJuan Linietsky
-Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better
2018-05-17Fix bug in CubeMeshChaosus
2018-05-17Restore support for minimal 3x3 autotile setsisaacremnant
2018-05-17Fix missing return on Navigation2D::get_closest_point_ownerMarcelo Fernandez
2018-05-17Merge pull request #18862 from endragor/remove-font-width-ceilingRémi Verschelde
Ceil char width within Label instead of Font
2018-05-17Expose the animation pos to the user for AnimationNodes in AnimationTreesGustav Lund
2018-05-16Merge pull request #15909 from authenticate/tilemap_fixMariano Javier Suligoy
TileMap Navigation Fixes
2018-05-16Merge pull request #18814 from PJB3005/18-05-12-imagetexture-load-errorRémi Verschelde
ImageTexture.load returns an error code.
2018-05-16Add missing copyright headersGuilherme Felipe
2018-05-16Merge pull request #18928 from BastiaanOlij/fix_viewport_flagsRémi Verschelde
Store flags so it isn't lost when viewport isn't setup yet
2018-05-16Store flags so it isn't lost when viewport isn't setup yetBastiaan Olij
2018-05-16Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky
2018-05-16Add note about color picker deferred initializationJuan Linietsky
2018-05-16Merge pull request #18922 from volzhs/fix-segfaultJuan Linietsky
Fix segfault at quiting editor
2018-05-16Merge pull request #18917 from ReyAnthony/masterRémi Verschelde
Fix Camera2D drag margin property is affected by zoom property #18912
2018-05-16Fix segfault at quiting editorvolzhs
2018-05-16Merge pull request #18910 from PJB3005/18-05-15-fix-textedit-paramRémi Verschelde
Fix missing registration for new param of TextEdit::cursor_set_line.
2018-05-16Merge pull request #18909 from ianb96/getcharwidthfixRémi Verschelde
fix get_char_width for non-latin characters
2018-05-15Fixing a bug where tilemap navigation would not be accurate after a tilemap ↵James
exits and then re-enters the tree. Fixing a bug where deleting a tile and then querying navigation would result in an incorrect path if both happened within the same frame.
2018-05-16Fix Camera2D drag margin property is affected by zoom property #18912Anthony Rey
2018-05-15-New inspector.Juan Linietsky
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
2018-05-15Fix missing registration for new param of TextEdit::cursor_set_line.Pieter-Jan Briers
This caused Mono glue gen to fail and other bugs to appear (such as in Visual Script)
2018-05-15fix get_char_width for non-latin charactersianb96
2018-05-14TextEdit word wrapIan
2018-05-14ImageTexture.load returns an error code.Pieter-Jan Briers
2018-05-14Ceil char width within Label instead of FontRuslan Mustakov
Some classes use Font::get_char_size directly and not only for autowrapping. RichTextLabel is one such example. So this commit reverts aa8561d (PR #17504) and instead ceils character width within Label. This makes sure Label autowraps correctly while not affecting other Font clients. Fixes #18835.
2018-05-14Merge pull request #18851 from groud/fix_animatedspriteRémi Verschelde
Updates frame timeout when changing speed scale