summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-22AnimationTreePlayer filters improvedm4nu3lf
Now the AnimationTreePlayer filters for Blend2 and OneShot nodes behave as expected, that is the main animation is not affected by the secondary animation if the track is filterd out for arbitarily complex trees.
2016-06-21Merge pull request #5349 from bojidar-bg/fix-camera2d-screen-previewRémi Verschelde
Fix a inherited transform bug with Camera2D preview drawing
2016-06-21Fix a inherited transform bug with Camera2D preview drawingBojidar Marinov
Closes #5339
2016-06-21Merge pull request #5336 from bojidar-bg/assetlib-additional-featuresRémi Verschelde
Assetlib additional features
2016-06-21Merge pull request #5340 from Hinsbart/rumble_durationRémi Verschelde
Set default duration parameter of joystick vibration to 0.
2016-06-21Merge pull request #5335 from J08nY/loop-interpolation-scene-fixRémi Verschelde
Animation: Fix property loop_interpolation
2016-06-21Set default duration parameter of joystick vibration to 0.Andreas Haas
2016-06-21Merge pull request #5325 from vnen/doc-fileRémi Verschelde
Add class reference for File class
2016-06-21Fix File.get_as_text() to return the whole fileGeorge Marques
It was returning only from the cursor forward.
2016-06-21Add classref for File classGeorge Marques
2016-06-21Fix project manager category list, small enchancements as wellBojidar Marinov
2016-06-21Ability to premultiply alpha on font import, fixes #5231Juan Linietsky
2016-06-21Add support levels to searchBojidar Marinov
2016-06-21Check hashes when downloading assetsBojidar Marinov
2016-06-21Animation: Fix property loop_interpolationJ08nY
fixes #5317
2016-06-21Merge pull request #5334 from SaracenOne/explict_return_fixJuan Linietsky
Make return value explicit
2016-06-21Make return type explicit.Saracen
2016-06-21Merge pull request #5326 from MarianoGnu/issuesRémi Verschelde
Don't create outlines from dummy meshes. Fixes #4718
2016-06-21Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258)sunnystormy
2016-06-21Merge pull request #5321 from Paulb23/caret_hidden_issue_5320Rémi Verschelde
Fixed caret not drawing on focus regain
2016-06-21Merge pull request #5319 from volzhs/android-new-intentRémi Verschelde
correct current Intent for android
2016-06-20property remove parent owned nodes when using replace, fixes #4128Juan Linietsky
2016-06-20do not crash when generating preview of very large sound files, fixes #4123Juan Linietsky
2016-06-20fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), ↵Juan Linietsky
closes #4075
2016-06-20Don't create outlines from dummy meshes. Fixes #4718MarianoGNU
2016-06-20fix bug decompressing bc texture, closes #4404Juan Linietsky
2016-06-20Fixed the order of events called by _input, closes #4384Juan Linietsky
2016-06-20Add quotes to .tscn keys, solves #4366Juan Linietsky
2016-06-20added missing status, closes #4361Juan Linietsky
2016-06-20Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431Juan Linietsky
2016-06-20Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ↵Juan Linietsky
fixes #4579 fixes #4580
2016-06-20Fixed caret not drawing on focus regainPaulb23
2016-06-20Changed save all scripts shortcut to avoid collision, fixes #4278Juan Linietsky
2016-06-21correct current Intent for androidvolzhs
2016-06-20properly initialize loops to 0 in eventplayerJuan Linietsky
2016-06-20fix loop counter for eventstream, closes #4493Juan Linietsky
2016-06-20-Improved theme editor, when a new class is added, the members are created ↵Juan Linietsky
empty, closes #4619 -Made theme editor take less vertical space by using a scroll area
2016-06-20Make dure to only call drop_data if can_drop_data returned true, closes #4616Juan Linietsky
2016-06-20Merge pull request #5196 from vnen/similarity-code-completionRémi Verschelde
Improve code completion search
2016-06-20Merge pull request #5309 from nounoursheureux/masterRémi Verschelde
Fix the joystick vibration on Linux
2016-06-20Remove the vibration effect from the joystick when stoppingWilhem Barbier
2016-06-20Fix the joystick vibration timestampWilhem Barbier
2016-06-20Merge pull request #5308 from MarianoGnu/issuesRémi Verschelde
ShaderEditor fixes
2016-06-20isim: Sync with iphone files listRémi Verschelde
Should fix broken build due to Appirater.
2016-06-20i18n: Sync translations from WeblateRémi Verschelde
2016-06-20i18n: Improve a couple English stringsRémi Verschelde
2016-06-20Property reporty base type when a function fails, fixes #4581 probably also ↵Juan Linietsky
closes other issues
2016-06-20Remove unused connection. ShaderEditor should'nt handle ShaderGraphs.MarianoGNU
Fixes #4678 && #4745
2016-06-20-Added ability to disable overwrite warning on file dialog, fixes #4545Juan Linietsky
2016-06-19Make sure that scripts are reloaded if needed when they enter editing, fixes ↵Juan Linietsky
#4456