summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2018-07-10Merge pull request #20014 from Chaosus/scrollableMax Hilbrunner
Added scrollable property for sliders
2018-07-09Improved stream paused fade codeMarcelo Fernandez
2018-07-07Add option to convert Particles to CPUParticlesJuan Linietsky
2018-07-07Added scrollable property to SlidersChaosus
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky
2018-07-05Merge pull request #19475 from YeldhamDev/animplayer_cosmeticMax Hilbrunner
Minor changes to the AnimationPlayer editor
2018-07-05Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner
Fix "find and replace" initializing with wrong size
2018-07-05Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-streamMax Hilbrunner
Fix can't set AudioStreamPlayer stream to null
2018-07-05Merge pull request #19735 from Paulb23/text_offset_issue_15688Max Hilbrunner
Fixed text drawing too high in TextEdit, issue 15688
2018-07-05Merge pull request #19351 from guilhermefelipecgs/fix_reversed_textMax Hilbrunner
Fixes to the new inspector
2018-07-05Merge pull request #19187 from Zirak/editor-autocomplete-quoteMax Hilbrunner
Editor autocomplete won't insert unnecessary quotes
2018-07-05Merge pull request #18028 from gabrii/18026Max Hilbrunner
Fix #18026. Expose TextEdit::set_draw_breakpoint_gutter.
2018-07-04Fixes to the new inspectorGuilherme Felipe
- Fix inspector dock not updating tree for main resource; - Fixes the inspector input text reverted during typing; - Add method bind for "refresh" used by MultiNodeEdit;
2018-07-05Merge pull request #19015 from ↵Max Hilbrunner
toger5/fixed_scrolling_with_trackpad_in_new_inspector fixed scrolling in new ispector when using trackpad pan gesture
2018-07-04Merge pull request #19960 from groud/fix_control_sizeMax Hilbrunner
Fixes control nodes size not updated when outside the tree
2018-07-04Merge pull request #19947 from GagaPete/html5-http-fixMax Hilbrunner
Fix CORS problems due to added headers on JS target
2018-07-04Fixes control nodes size not updated when outside the treegroud
2018-07-04Merge pull request #19782 from Calinou/fix-control-pixel-snap-roundingRémi Verschelde
Fix control pixel snap rounding using floor() instead of round()
2018-07-04Merge pull request #19786 from JFonS/correct_normal_scalingRémi Verschelde
Add render mode to ensure correct normals when using non-uniform scaling
2018-07-04Fix CORS problems due to added headers on JS targetGagaPete
Before this change, missing User-Agent and Accept headers were automatically added on all platforms. Setting the User-Agent header forces the browser to do a CORS preflight (see 1) which fails if the HTTP endpoint is not configured appropriate. It's not neccesary to set either header as the browser sets them and so this commit disables that functionality on the JS target. 1: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Simple_requests
2018-07-03-Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI projectJuan Linietsky
-Replaced some viewport size calls to screen size, since viewport size should be deprecated at this point..
2018-07-03Merge pull request #19853 from khairul169/duplicate_bugMax Hilbrunner
Fix duplicate method on instanced node generates duplicated children.
2018-07-03Merge pull request #19919 from marcelofg55/notif_crashMax Hilbrunner
Add a new notification to detect crashes on native scripts
2018-07-03Merge pull request #17438 from Deluvi/get-word-pos-quote-fixMax Hilbrunner
get_word_at_pos considers simple and double quotes
2018-07-03Merge pull request #18634 from groud/fix_control_child_of_node2dMax Hilbrunner
Fixes the bad calculation of margin & anchors when child of Node2D
2018-07-03Merge pull request #19205 from marcelofg55/audio_stream_pauseMax Hilbrunner
Pause AudioStreamPlayer when SceneTree pauses
2018-07-03Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferredMax Hilbrunner
Increases settings apply speed and added deferred color setting to ColorPicker
2018-07-03Merge pull request #19246 from xemjeff/physicsMax Hilbrunner
Hinge Joint Inspector - Change range for motor target velocity and params bias values
2018-07-03Merge pull request #19398 from godotengine/remove-left-marginMax Hilbrunner
Remove default non-zero left margin
2018-07-03Merge pull request #19565 from robojumper/fixed_edge_scrollMax Hilbrunner
Re-enable scrolling via selecting code beyond edges in text_edit.cpp
2018-07-03Ensure, if a texture meant for a normal map is imported and size limit ↵Juan Linietsky
exists, that it's renormalized after resize.
2018-07-03Merge pull request #19843 from Calinou/fix-dynamicfont-hinting-settingMax Hilbrunner
Fix the DynamicFont hinting setting being ineffective
2018-07-02Added ability for SSAO to affect AO textures tooJuan Linietsky
2018-07-02Add a new notification to detect crashes on native scriptsMarcelo Fernandez
2018-07-02-Fixes to how hashing happened, now StringName and NodePath use default ↵Juan Linietsky
hasher, this was leading to some severe slowdown in scenarios -Fixes to some duplication scenarios for instanced scenes
2018-07-02Removed two skeleton parameter from compilation width no 3dAndrea Catania
2018-07-01Merge pull request #19875 from willnationsdev/meta-underlinedGeorge Marques
Fix underline_meta not working in RichTextLabel
2018-07-01-Fix in animationplayback, sound would be cut on loopJuan Linietsky
-Fix on scene importer, keeping changes to animation tracks was not working
2018-07-01Center text drawing in LineEditPaulb23
2018-07-01Merge pull request #19871 from guilhermefelipecgs/fix_performance_uiRémi Verschelde
Fix performance for godot's interface
2018-07-01Fix performance for godot's interfaceGuilherme Felipe
2018-07-01Merge pull request #19886 from AndreaCatania/no3dRémi Verschelde
Fixes #19845 no 3d Compilation issue
2018-07-01Fixes #19845 no 3d Compilation issueAndrea Catania
2018-07-01Fixes #19648 Kinematic body move_and_slide compatibility issueAndrea Catania
2018-07-01Fix underline_meta not working in RichTextLabelWill Nations
2018-06-30-Fixes to OBJ importer, option to disable optimizationJuan Linietsky
-Fixes to script language, PlaceHolder can now get and check methods
2018-06-30Fix duplicate bugkhairul169
2018-06-30Minor changes to the AnimationPlayer editor.Michael Alexsander Silva Dias
2018-06-29Fix the DynamicFont hinting setting being ineffectiveHugo Locurcio
2018-06-29Small fixesJuan Linietsky