aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-21Set default duration parameter of joystick vibration to 0.Andreas Haas3-3/+3
2016-06-21Fix File.get_as_text() to return the whole fileGeorge Marques1-0/+7
It was returning only from the cursor forward.
2016-06-21Add classref for File classGeorge Marques1-2/+66
2016-06-21Fix project manager category list, small enchancements as wellBojidar Marinov2-3/+22
2016-06-21Ability to premultiply alpha on font import, fixes #5231Juan Linietsky1-0/+26
2016-06-21Add support levels to searchBojidar Marinov2-1/+27
2016-06-21Check hashes when downloading assetsBojidar Marinov2-10/+18
2016-06-21Animation: Fix property loop_interpolationJ08nY1-3/+4
fixes #5317
2016-06-21Make return type explicit.Saracen1-1/+1
2016-06-21Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258)sunnystormy2-2/+2
2016-06-20property remove parent owned nodes when using replace, fixes #4128Juan Linietsky3-0/+18
2016-06-20do not crash when generating preview of very large sound files, fixes #4123Juan Linietsky2-12/+12
2016-06-20fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), ↵Juan Linietsky2-3/+6
closes #4075
2016-06-20Don't create outlines from dummy meshes. Fixes #4718MarianoGNU1-0/+6
2016-06-20fix bug decompressing bc texture, closes #4404Juan Linietsky1-2/+17
2016-06-20Fixed the order of events called by _input, closes #4384Juan Linietsky1-1/+1
2016-06-20Add quotes to .tscn keys, solves #4366Juan Linietsky2-3/+21
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-20Fixed caret not drawing on focus regainPaulb231-0/+3
2016-06-20Changed save all scripts shortcut to avoid collision, fixes #4278Juan Linietsky1-1/+1
2016-06-21correct current Intent for androidvolzhs1-1/+13
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