aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-28Remove obsolete signal_renames fileRémi Verschelde1-21/+0
2017-05-28opus: Update to upstream version 1.1.5Rémi Verschelde40-250/+425
2017-05-28Use new icons everywhereTimo Schwarzer9-0/+0
2017-05-28Fixing typo for rect_position in _change_notify call for ControlKristupas Stumbrys1-1/+1
2017-05-28CreateDialog: fix activating recent item creates node selected in search resultPoommetee Ketson1-0/+2
2017-05-28CreateDialog: select root if search exactly matchPoommetee Ketson1-1/+1
2017-05-27Fix moving path controls in edit mode.Zaven Muradyan1-9/+7
2017-05-27openssl: Sync with upstream 1.0.2lRémi Verschelde208-1706/+3121
2017-05-27openssl: Reapply necessary UWP changes from patchRémi Verschelde4-19/+28
2017-05-27openssl: Define WIN32_LEAN_AND_MEAN on WindowsRémi Verschelde3-0/+66
2017-05-27openssl: Sync with pristine upstream 1.0.2hRémi Verschelde6-106/+11
2017-05-27openssl: Document update process and delete unused filesRémi Verschelde26-7213/+24
2017-05-27TinyEXR: Document licensing and copyrightRémi Verschelde2-0/+20
2017-05-27Fix MinGW-w64 build of TinyEXR for old toolchainsRémi Verschelde1-7/+33
2017-05-27Fix text warp in color blocks with CJKGeequlim1-1/+1
2017-05-27Fix item list scroll speed.Sean Bohan1-4/+0
2017-05-27Fix incorrect input event reference in editor_profiler.cppCarter Anderson1-1/+1
2017-05-27Fix incorrect input event reference in animation_editor.cppCarter Anderson1-7/+7
2017-05-27GDScript: Use "is" keyword for type checking.Andreas Haas7-8/+12
2017-05-27Fix InputEvent actions.Andreas Haas2-3/+3
2017-05-26-Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky18-109/+13359
2017-05-27Rework warning levelsPedro J. Estébanez1-10/+22
2017-05-27Allow custom CCFLAGS for iPhone buildsPedro J. Estébanez1-4/+4
2017-05-27Make OS.get_locale() returns same valuevolzhs2-4/+3
2017-05-26Added color presets for easy theme switchingNuno Donato2-3/+29
2017-05-26Added an help menuNuno Donato5-11/+57
2017-05-26Fix android build regression by be7ced4volzhs1-5/+0
2017-05-26Fixed audio can not resume if it is interrupted cause by an incoming phone callsanikoyes2-0/+10
2017-05-25Fix echo key event handling.Andreas Haas1-1/+1
2017-05-25Fix virtual methods in InputEventKey.Andreas Haas2-3/+3
2017-05-25Removed skybox support, added panorama support. Skybox support may come back ...Juan Linietsky14-258/+256
2017-05-25Implement OS.alert() for iOSPedro J. Estébanez4-0/+16
2017-05-25Applied clang-format.Ferenc Arn3-223/+181
2017-05-24Revive PathEditorPlugin.Ferenc Arn3-25/+24
2017-05-24Join text menus on the top-left, move shortcut buttons to new locationNuno Donato2-156/+113
2017-05-24Improved default colors for the new themeNuno Donato2-14/+16
2017-05-24Change InputEventScreenTouch from struct to classGeorge Marques1-1/+1
2017-05-24Fix 2D-editor mouse wheel zoom (x11).Martin Capitanio1-1/+1
2017-05-23[GDNative] fixed some functions that returned referencesKarroffel4-15/+8
2017-05-23Fix UWP compilation issuesGeorge Marques5-87/+74
2017-05-23Fix crash when interacting with the 2d editorGeorge Marques1-2/+2
2017-05-23Make arm64 the default option and set minimum to iOS 9BastiaanOlij1-8/+9
2017-05-23More fixes for iOS Godot 3.0BastiaanOlij3-10/+21
2017-05-23-Fix the "set_val" call deferred, it was the only one.. closes #8742Juan Linietsky2-2/+2
2017-05-23Fix stex import into black textures when lossless and lossy are selected, clo...Juan Linietsky2-2/+3
2017-05-23Fix a few issues compiling windows and using VS2015 and earlierBastiaanOlij3-51/+58
2017-05-23fixed crash on code that checks InputEventJuan Linietsky1-1/+1
2017-05-23Fix disabled style of LineEditvolzhs1-4/+5
2017-05-22Fix errors on engine startup.Andreas Haas4-7/+5
2017-05-22Fix weigth scale of A* being applied to the whole path and estimationBojidar Marinov1-5/+2