summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2016-06-20-Added options for scene import plugin to keep materials and user-added ↵Juan Linietsky
tracks to animations, please test! closes #4425
2016-06-19Merge pull request #5304 from djrm/shortcutsJuan Linietsky
switch tabs using ctrl+tab and ctrl-shift-tab, added shortcuts for scene tree dock
2016-06-19Added shortcuts to scene tree dockDaniel J. Ramirez
2016-06-19Switch tabs using CTRL+TAB and CTRL+SHIFT+TABDaniel J. Ramirez
2016-06-19Merge pull request #5303 from vnen/fix-delete-layoutRémi Verschelde
Fix layout menu labels and shortcuts
2016-06-19Fix layout menu labels and shortcutsGeorge Marques
2016-06-19Merge pull request #5301 from DimOkGamer/update_rus_loc_with_48a7216Rémi Verschelde
Update of Russian translation (commit 48a7216) [ci skip]
2016-06-19Merge pull request #5302 from djrm/new_iconsRémi Verschelde
Added loop interpolation and track trigger icons
2016-06-19Merge pull request #5298 from Paulb23/caret_draw_focusRémi Verschelde
Text Edit no longer draws caret on focus loss
2016-06-19Merge pull request #5292 from J08nY/external-lib-updateRémi Verschelde
External lib update: libogg, libvorbis, libtheora
2016-06-19Added loop interpolation and track trigger iconsDaniel J. Ramirez
2016-06-19Update of Russian translation (commit 48a7216)DimOkGamer
2016-06-19Replace 'or'/'and' keywordsGeorge Marques
Some compilers do not like this.
2016-06-19Text Edit no longer draws caret on focus lossPaulb23
2016-06-19Improve code completion searchGeorge Marques
- List completion by subsequence match. - Case insensitive. - Sort completion list by similarity.
2016-06-19Fix TextEdit cursor position after undo remove textGeorge Marques
It was going to where the text started, now it goes to where the text ends.
2016-06-19Add docs for String.bigrams() and String.similarity(text)George Marques
2016-06-19Add similarity comparison to StringGeorge Marques
Uses the Sorensen-Dice coefficient to calculate similarity. This also adds String.bigrams() as a convenience function needed by the comparison.
2016-06-19Merge pull request #5294 from hubbyist/masterRémi Verschelde
Clarification about "Enter" and "Return" keys confusion for programmers from web background [skip ci]
2016-06-19Merge pull request #5293 from Paulb23/ttr_add_font_extentionRémi Verschelde
Made .fnt warning translatable