summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-06-19libtheora: New version 1.1.1J08nY
2016-06-19libvorbis: New version 1.3.5J08nY
2016-06-19Clarification about enter keys confusionMehmet Durgel
Some Languages threat KEY_RETURN and KEY_ENTER keys having the same keycode (eg: Javascript). Added additional explanation about this issue. Related to #4595
2016-06-19Made .fnt warning translatablePaulb23
2016-06-19-Setting script in multi node edit works, closes #4442Juan Linietsky
2016-06-19libogg: New version 1.3.2J08nY
2016-06-19i18n: Also sync incomplete translations from WeblateRémi Verschelde
It is simpler to sync everything from Weblate and to maybe delete incomplete translations before building release binaries, than to try to cherry-pick changes (which leads to painful merge conflicts on Weblate's git repo
2016-06-19i18n: Update and merge translation templatesRémi Verschelde
Also switched the wrapping length to 79 chars instead of 80, which seems to be what Weblate uses by default (as well as Poedit).
2016-06-19i18n: Add translators credits in the PO headersRémi Verschelde
2016-06-19i18n: Sync translations with WeblateRémi Verschelde
Only synced translation with > 50% completion.
2016-06-19Merge pull request #5290 from djrm/new_iconsRémi Verschelde
Added missing icons for some nodes
2016-06-19Merge pull request #5285 from brakhane/fix-memsetRémi Verschelde
fix memset calls
2016-06-19Merge pull request #5283 from djrm/remove_printsRémi Verschelde
Removed lots of prints
2016-06-19Merge pull request #5281 from J08nY/useless-preprocessorRémi Verschelde
Fix #5263: Useless preprocessor condition