aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-20added missing status, closes #4361Juan Linietsky1-0/+1
2016-06-20Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431Juan Linietsky1-1/+9
2016-06-20Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ↵Juan Linietsky2-4/+1
fixes #4579 fixes #4580
2016-06-20Changed save all scripts shortcut to avoid collision, fixes #4278Juan Linietsky1-1/+1
2016-06-20properly initialize loops to 0 in eventplayerJuan Linietsky1-1/+1
2016-06-20fix loop counter for eventstream, closes #4493Juan Linietsky1-4/+6
2016-06-20-Improved theme editor, when a new class is added, the members are created ↵Juan Linietsky2-36/+50
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 Linietsky1-2/+3
2016-06-20Remove the vibration effect from the joystick when stoppingWilhem Barbier1-5/+3
2016-06-20Fix the joystick vibration timestampWilhem Barbier1-1/+1
2016-06-20isim: Sync with iphone files listRémi Verschelde1-4/+7
Should fix broken build due to Appirater.
2016-06-20i18n: Sync translations from WeblateRémi Verschelde6-345/+260
2016-06-20i18n: Improve a couple English stringsRémi Verschelde3-22/+16
2016-06-20Property reporty base type when a function fails, fixes #4581 probably also ↵Juan Linietsky3-7/+15
closes other issues
2016-06-20Remove unused connection. ShaderEditor should'nt handle ShaderGraphs.MarianoGNU3-31/+19
Fixes #4678 && #4745
2016-06-20-Added ability to disable overwrite warning on file dialog, fixes #4545Juan Linietsky3-2/+21
2016-06-19Make sure that scripts are reloaded if needed when they enter editing, fixes ↵Juan Linietsky2-4/+16
#4456
2016-06-20-Added options for scene import plugin to keep materials and user-added ↵Juan Linietsky5-3/+201
tracks to animations, please test! closes #4425
2016-06-19Added shortcuts to scene tree dockDaniel J. Ramirez1-20/+57
2016-06-19Switch tabs using CTRL+TAB and CTRL+SHIFT+TABDaniel J. Ramirez1-0/+12
2016-06-19Fix layout menu labels and shortcutsGeorge Marques1-2/+2
2016-06-19Added loop interpolation and track trigger iconsDaniel J. Ramirez6-0/+220
2016-06-19Update of Russian translation (commit 48a7216)DimOkGamer1-51/+32
2016-06-19Replace 'or'/'and' keywordsGeorge Marques2-2/+2
Some compilers do not like this.
2016-06-19Text Edit no longer draws caret on focus lossPaulb232-0/+16
2016-06-19Improve code completion searchGeorge Marques1-41/+31
- List completion by subsequence match. - Case insensitive. - Sort completion list by similarity.
2016-06-19Fix TextEdit cursor position after undo remove textGeorge Marques1-2/+7
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 Marques1-0/+16
2016-06-19Add similarity comparison to StringGeorge Marques3-0/+50
Uses the Sorensen-Dice coefficient to calculate similarity. This also adds String.bigrams() as a convenience function needed by the comparison.
2016-06-19libtheora: New version 1.1.1J08nY3-32/+17
2016-06-19libvorbis: New version 1.3.5J08nY35-3549/+2081
2016-06-19Clarification about enter keys confusionMehmet Durgel1-2/+2
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 translatablePaulb231-1/+1
2016-06-19-Setting script in multi node edit works, closes #4442Juan Linietsky3-4/+26
2016-06-19libogg: New version 1.3.2J08nY4-134/+388
2016-06-19i18n: Also sync incomplete translations from WeblateRémi Verschelde6-0/+30514
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 Verschelde13-807/+2109
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 Verschelde10-16/+40
2016-06-19i18n: Sync translations with WeblateRémi Verschelde9-1807/+1655
Only synced translation with > 50% completion.
2016-06-19Add function to get the color picker dialog from ColorPickerButton, closes #4415Juan Linietsky2-0/+7
2016-06-19-Added trigger mode to tracks, useful for properties that work as triggers, ↵Juan Linietsky12-57/+105
such as playing a sample, an animation, etc. -Better interpolation of discrete tracks, fixes #4417
2016-06-18Added missing icons for some nodesDaniel J. Ramirez18-17/+647
2016-06-18make default extension .tscnJuan Linietsky1-1/+1
2016-06-19fix memset callsDennis Brakhane1-3/+3
Order is "mem, val, count", not "mem, count, val"
2016-06-18Removed lots of printsDaniel J. Ramirez7-34/+2
2016-06-19Remove USE_QUAD_VECTORS unused checkJ08nY2-17/+0
2016-06-18revert previous fix, was a bad ideaJuan Linietsky1-1/+1
2016-06-18-Do not ask about overwriting when opening a script in the wizard, but still ↵Juan Linietsky3-1/+18
show complaint about existing. Closes #4545 -Fixed a crash in EditorDirDialog
2016-06-19Remove CHARTYPE_16BITS unused checksJ08nY3-8/+5
fix #5263
2016-06-18DynamicFontData can be built-in (will still link to a ttf though), closes #4600Juan Linietsky2-0/+15