aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-08ScenesDock: Fix regression in tree generationRémi Verschelde1-0/+3
2016-07-07remove warnings if a script is missing and can't be openedJuan Linietsky1-0/+2
2016-07-07do not allow removal of groups that come from instanced/inherited scene, clos...Juan Linietsky1-2/+28
2016-07-07Remove unused variables (third pass) + dead codeRémi Verschelde20-191/+3
2016-07-07Removed unused variables (second pass) + dead codeRémi Verschelde35-431/+27
2016-07-07Removed unused variables (first pass)Rémi Verschelde13-100/+20
2016-07-07SceneTreeDock: Fix wrong argument in _has_visible_childrenRémi Verschelde1-3/+3
2016-07-06Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422Juan Linietsky8-6/+30
2016-07-06Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky2-3/+21
2016-07-06Only allow built-in scripts to be edited when the scene they belong to is loa...Juan Linietsky5-4/+85
2016-07-06Improve quick open sortingGeorge Marques2-14/+25
2016-07-06Initialize the SSL certificates in the project managerRémi Verschelde1-1/+3
2016-07-06Update String.capitalize() documentationPawel Kowal1-1/+1
2016-07-05Update classes.xml to fix sorting of constantsGeorge Marques1-1545/+1591
2016-07-05Make sure builtin types' constants remain in orderGeorge Marques2-58/+60
2016-07-05Fixed HQ2x compiler warningsJ08nY1-2/+2
2016-07-05Revert "Fix return type for EditorResourcePreview::check_for_invalidation"Rémi Verschelde2-2/+2
2016-07-04added missing return valueJuan Linietsky1-0/+2
2016-07-05Fix crash when null value through jni on androidvolzhs1-0/+4
2016-07-04Fix return type for EditorResourcePreview::check_for_invalidationRémi Verschelde2-2/+2
2016-07-04Link libdl only on Linux, fix BSD buildeska1-1/+3
2016-07-04Fix TreeItem range editing by dragging on the inspectorFranklin Sobrinho1-1/+1
2016-07-04Fix EditorPlugin::forward_spatial_input_event in GDScripts addonsFranklin Sobrinho1-0/+1
2016-07-04Fix addon disablingFranklin Sobrinho1-1/+1
2016-07-03fix to the fix, and removed some conflicting shorcutsJuan Linietsky2-3/+4
2016-07-03Avoid settings from being lost when opening project manager.Juan Linietsky3-6/+22
2016-07-03Fix completion string check when column = 0George Marques1-1/+1
2016-07-03Added proper resource preview cache invalidation, fixes #5342Juan Linietsky7-0/+74
2016-07-03Stop completion when the match is perfectGeorge Marques1-0/+5
2016-07-03Fix code completion sortingGeorge Marques1-3/+11
2016-07-03GH linguist: properly detect .inc files as C++Rémi Verschelde3-722/+1
2016-07-03Added search to shortcut configPaulb232-14/+56
2016-07-02missnig ;Juan Linietsky1-1/+1
2016-07-02Removed no longer needed checkJuan Linietsky1-2/+2
2016-07-02Data dir returns a symlink in Android 6.0, which confuses DirAccess on androi...Juan Linietsky2-2/+29
2016-07-02Prettier str() for arraysIgnacio Etcheverry1-6/+12
2016-07-01Windows: prevent freeze while moving or resizing the game window.Andreas Haas2-1/+17
2016-07-01Fixed the order of input, reverts #4384, closes #5361Juan Linietsky2-10/+2
2016-07-01Color picker was getting too much focus, made it get not as much focus.Juan Linietsky4-4/+18
2016-07-01Invalidate key focus if not visible, fixes #5354Juan Linietsky1-1/+6
2016-07-01Improved drag&drop to work as n-piggeon wants to use, closes #5342Juan Linietsky1-15/+40
2016-06-30Many fixes to scene tree node dragging, closes #5341Juan Linietsky2-4/+14
2016-06-30Fixes to import plugin, closes #5318Juan Linietsky1-5/+74
2016-06-30throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky1-0/+1
2016-06-30Make both signals be ordered and samplelibrary items too, fixes scenes changi...Juan Linietsky2-1/+13
2016-06-30Properly show the sample and play it back, also closes #5288Juan Linietsky1-2/+3
2016-06-30Fix some bugs in diraccess, closes #5288Juan Linietsky3-25/+34
2016-06-30Added spatial editor shortcutsDaniel J. Ramirez1-149/+114
2016-06-30Only emit item_selected once per Tree row, closes #5280Juan Linietsky1-1/+6
2016-06-30Improve Quick Open searchGeorge Marques2-17/+60