aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_driver_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-26Add gamepad mapping for the steam controller userspace driver.Andreas Haas1-0/+1
2016-07-25Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez4-2/+20
2016-07-25Fix some warningsJohan Manuel3-6/+6
2016-07-25Fix default ranges of the inspectorBojidar Marinov1-2/+2
2016-07-24Update documentation.MarianoGNU2-2/+2
2016-07-24expose bottom panel button to EditorPlugin scriptsMarianoGNU2-3/+4
2016-07-24Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky3-26/+102
2016-07-24shows progress (bytes) on download even if getting chunked contentJuan Linietsky1-4/+8
2016-07-24Bump version to 2.1-rc1Rémi Verschelde1-1/+1
2016-07-24Fix non-visible col number in text editorRémi Verschelde2-10/+31
2016-07-24Avoid changing position when the window is fullscreenGeorge Marques1-0/+1
2016-07-24Viewport: Replace obsolete "windows" group callsIgnacio Etcheverry1-6/+4
2016-07-24Fix for incorrect velocity report due to a typo.Alex Piola1-4/+4
2016-07-24Fix crash when GraphNode wasn't a child of a ControlJohan Manuel1-0/+5
2016-07-24Turn some prints to error logs, remove othersRémi Verschelde5-12/+10
2016-07-23Project Manager: Added project list scrolling with keyboardIgnacio Etcheverry2-0/+135
2016-07-23Fix warnings in core/variant_op.cppJohan Manuel1-2/+8
2016-07-23Add some doc to ImmediateGeometryJuan Linietsky1-0/+16
2016-07-23RtAudio: Update to upstream version 4.1.2Rémi Verschelde3-129/+63
2016-07-23zlib: Update builtin version to upstream 1.2.8Rémi Verschelde14-416/+132
2016-07-23rg_etc1: Upstream version 1.04Rémi Verschelde1-18/+10
2016-07-22Prevent crash in TextureRegionEditor. Fixes #5862MarianoGNU1-2/+12
2016-07-22Modified some iconsDaniel J. Ramirez9-37/+1126
2016-07-22Fix pick color from screen. Closes #5853MarianoGNU1-1/+2
2016-07-22FreeType: Update to upstream version 2.6.5Rémi Verschelde488-16934/+28397
2016-07-22FreeType: Remove unnecessary subfolderRémi Verschelde483-46/+45
2016-07-22FreeType: Reduce diff with upstream 2.5.0 versionRémi Verschelde4-857/+21
2016-07-22Fix ItemList.clear() not removing separatorsJohan Manuel1-0/+1
2016-07-22Fix #5854Alex Piola1-7/+7
2016-07-22Fixed ItemList indexing bug while selecting items.Robert Lewicki1-11/+8
2016-07-22Removed support for saving paths as relative, closes #5728Juan Linietsky6-12/+14
2016-07-22Make texture parameter optional in begin() of ImmediateGeometry. Closes #5676...Juan Linietsky2-2/+2
2016-07-22Show a warning that an animation must be selected in order to edit it. Avoid ...Juan Linietsky3-2/+21
2016-07-22Set proper line into operators when parsing GDScript, fixes #5822Juan Linietsky1-0/+11
2016-07-22Fix typo in ScrollContainer documentationJohan Manuel1-4/+4
2016-07-22Fix binding for ItemList.sort_items_by_textRémi Verschelde1-1/+4
2016-07-22SurfaceTool add_index method exposed to scripts.Saracen1-0/+1
2016-07-21Expose virtual keyboard functions to GDScriptJohan Manuel4-4/+38
2016-07-21properly implement item disabling, fixes #5683Juan Linietsky1-9/+17
2016-07-21Update profiler curves on item toggled, closes #5680Juan Linietsky1-0/+2
2016-07-21Added examples to RegEx docZher Huei Lee1-17/+22
2016-07-21Code cleanup in platform/x11Mario Schlack4-156/+37
2016-07-21Implement OS.request_attention() for X11Mario Schlack2-0/+21
2016-07-21Implement OS.request_attention() for OSX (#5662)GungnirInd2-1/+6
2016-07-21Fix mouse wheel event position on WindowsGeorge Marques1-4/+7
2016-07-21"FileSystem" dock now instance all selected scenes in one actionFranklin Sobrinho5-10/+42
2016-07-21Instance only selected scenes in FS dock, closes #5795Juan Linietsky1-1/+2
2016-07-21Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a s...Juan Linietsky4-72/+72
2016-07-21Hide editor types from create node dialog, closes #3263Juan Linietsky1-0/+3
2016-07-21Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky2-9/+58