summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2018-07-03-Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI projectJuan Linietsky
2018-07-03Merge pull request #19853 from khairul169/duplicate_bugMax Hilbrunner
2018-07-03Merge pull request #19919 from marcelofg55/notif_crashMax Hilbrunner
2018-07-03Merge pull request #17438 from Deluvi/get-word-pos-quote-fixMax Hilbrunner
2018-07-03Merge pull request #18634 from groud/fix_control_child_of_node2dMax Hilbrunner
2018-07-03Merge pull request #19205 from marcelofg55/audio_stream_pauseMax Hilbrunner
2018-07-03Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferredMax Hilbrunner
2018-07-03Merge pull request #19246 from xemjeff/physicsMax Hilbrunner
2018-07-03Merge pull request #19398 from godotengine/remove-left-marginMax Hilbrunner
2018-07-03Merge pull request #19565 from robojumper/fixed_edge_scrollMax Hilbrunner
2018-07-03Ensure, if a texture meant for a normal map is imported and size limit exists...Juan Linietsky
2018-07-03Merge pull request #19843 from Calinou/fix-dynamicfont-hinting-settingMax Hilbrunner
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 hashe...Juan Linietsky
2018-07-02Removed two skeleton parameter from compilation width no 3dAndrea Catania
2018-07-01Merge pull request #19875 from willnationsdev/meta-underlinedGeorge Marques
2018-07-01-Fix in animationplayback, sound would be cut on loopJuan Linietsky
2018-07-01Center text drawing in LineEditPaulb23
2018-07-01Merge pull request #19871 from guilhermefelipecgs/fix_performance_uiRémi Verschelde
2018-07-01Fix performance for godot's interfaceGuilherme Felipe
2018-07-01Merge pull request #19886 from AndreaCatania/no3dRémi Verschelde
2018-07-01Fixes #19845 no 3d Compilation issueAndrea Catania
2018-07-01Fixes #19648 Kinematic body move_and_slide compatibility issueAndrea Catania
2018-07-01added cylinder shape supportmuiroc
2018-07-01Fix underline_meta not working in RichTextLabelWill Nations
2018-06-30-Fixes to OBJ importer, option to disable optimizationJuan Linietsky
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
2018-06-28Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2018-06-27Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky
2018-06-27The way multiple quaternions being slerped was not good, changed approach to ...Juan Linietsky
2018-06-27Style: Apply clang-format to animation_tree.cppRémi Verschelde
2018-06-27change node graph property and improved some bindingsJuan Linietsky
2018-06-26-Add root motion support in AnimationTree.Juan Linietsky
2018-06-26Merge pull request #19164 from marcelofg55/tilemap_undo2Rémi Verschelde
2018-06-26Fix control pixel snap rounding using floor() instead of round()Hugo Locurcio
2018-06-26Merge pull request #19776 from marcelofg55/tilemap_quadrant_optRémi Verschelde
2018-06-26Optimize _recreate_quadrantsMarcelo Fernandez
2018-06-26ensure BlendSpace1D syncs animationsThomas Herzog
2018-06-25renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky
2018-06-25Merge pull request #19720 from karroffel/blendspace-1dJuan Linietsky
2018-06-25removed printJuan Linietsky
2018-06-25added BlendSpace1D editor pluginThomas Herzog
2018-06-25added AnimationBlendSpace1DThomas Herzog
2018-06-25rename BlendSpace to BlendSpace2DThomas Herzog
2018-06-25State machine animation nodeJuan Linietsky
2018-06-24Fixed text drawing too high in TextEdit, issue 15688Paulb23