aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_driver_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-04Dont call nativescript callbacks if lib is not initializedRuslan Mustakov3-10/+17
2017-08-04[GDNative] fixed a bug with ambiguous include pathsKarroffel1-1/+2
2017-08-03Full GLTF 2.0 Specification support! cheers!Juan Linietsky2-11/+584
2017-08-03TileMap: Fix infinite loop when trying to bucket-delete empty tiles.Andreas Haas1-0/+2
2017-08-03Fix scons failing when not building sourcesMarcelo Fernandez1-2/+3
2017-08-03Added ARVRAnchor support and a few small enhancementsBastiaanOlij5-8/+184
2017-08-03Forward frame call to GDNative librariesRuslan Mustakov3-44/+32
2017-08-02Added get_used_cells_by_id method 3.0Hassan A2-0/+16
2017-08-02ItemList: Remove redundant Vector2 initializations.Andreas Haas1-4/+4
2017-08-02-Added GLTF scene support (still missing animations and .glb extension)Juan Linietsky10-38/+2040
2017-08-02Revert "Tweak command-line arguments to make them more UNIX-like"Juan Linietsky4-104/+104
2017-08-02ScriptEditor: ctrl+click can open scenes/resources.Andreas Haas2-1/+28
2017-08-02[GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel2-13/+6
2017-08-02Docs: fix method/type renames, fill some blanksPoommetee Ketson1-15/+18
2017-08-02Tweak command-line arguments to make them more UNIX-likeHugo Locurcio4-104/+104
2017-08-02remove meaningless print line from editor consoleIndah Sylvia1-1/+0
2017-08-02[GDNative] better header include pathsKarroffel39-113/+137
2017-08-01Fix AudioServer::finish not getting called while quittingMarcelo Fernandez2-1/+3
2017-08-02Tree: fix index error with expanded columnPoommetee Ketson1-1/+0
2017-08-02MenuButton: defer grab_click_focus until button_upPoommetee Ketson1-1/+1
2017-08-01made delete next and prev consistent to other editors,issue 6546Paulb231-52/+52
2017-07-31Fix possible division by zero crashes on the wav importerMarcelo Fernandez1-2/+2
2017-08-01Fix equality when assignment intendedPedro J. Estébanez1-1/+1
2017-08-01Use atomics for memory use trackingPedro J. Estébanez2-25/+27
2017-08-01Make memory monitors query the right countersPedro J. Estébanez1-2/+2
2017-08-01Improve cleanup of physics constraintsPedro J. Estébanez6-13/+37
2017-07-31Some theme and usability improvementsDaniel J. Ramirez7-52/+78
2017-07-31SpatialEditor: fix transform dialogPoommetee Ketson1-22/+26
2017-07-31Bind some useful methods in SurfaceTool to GDScriptAndrii Doroshenko (Xrayez)1-4/+15
2017-07-31Fix property type expose of Control.stretch_ratio.Geequlim2-2/+2
2017-07-30Style: Apply clang-format on all filesRémi Verschelde45-58/+57
2017-07-30Revert "PropertyEditor: display "Off" if property is false"Rémi Verschelde1-2/+1
2017-07-30Fix mutex initialisation in OS X Audio DriverMarcelo Fernandez2-26/+28
2017-07-30[NativeScript] fix signals from base class not being accessibleKarroffel1-3/+7
2017-07-30update gradle-android buildtool for masterISylvox5-12/+24
2017-07-29ScriptEditor -> 'script_close' signal hint correctionJakub Grzesik1-1/+1
2017-07-29PropertyEditor: Fix easing_curve blocking popup inputPoommetee Ketson1-5/+5
2017-07-29Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in infinite l...Fabian Mathews1-1/+1
2017-07-29Update SCsub file for /servers/ folderISylvox1-2/+0
2017-07-29Few small GI Probe fixesJuan Linietsky5-14/+18
2017-07-28Fix get_screen_* funcs returning old values after resolution changes on OS XMarcelo Fernandez2-42/+45
2017-07-28Change display scale when moving the window from monitor to monitorbruvzg1-0/+30
2017-07-28Fix passing Refs via ptrcallRuslan Mustakov1-3/+3
2017-07-28Pass GDNativeLibrary pointer to library initRuslan Mustakov2-0/+4
2017-07-28correct RMB options for instanced inherited sceneJakub Grzesik1-2/+2
2017-07-27BUGFIX: Check for "VCINSTALLDIR" environment variable instead of "VSINSTALLD...Brent Taylor1-1/+1
2017-07-28fix missing DEFVALAlexHolly1-1/+1
2017-07-28Adding base classes and structures for ARVR supportBastiaanOlij25-36/+1746
2017-07-27Do not allow multiple data connections to the same data input slot, fixes #63...Daniel J. Ramirez2-1/+11
2017-07-27Documentation update for KinematicBody.move()Jakub Grzesik1-3/+21