aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_driver_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-12Fix possible memory leak for Androidvolzhs1-2/+2
2017-05-11[GDNative] added varcall and printKarroffel4-12/+64
2017-05-11removed multiscriptKarroffel6-1047/+0
2017-05-10Add error printing functions to GDNativesheepandshepherd2-0/+13
2017-05-08Put brave old bb10 platform to a well-deserved restRémi Verschelde22-3153/+2
2017-05-08Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l...Marcelo Fernandez1-18/+47
2017-05-08RayCast2D: fix detached arrow tipPoommetee Ketson1-4/+4
2017-05-08Improved freelookMarc Gilleron3-68/+174
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger515-71/+118
2017-05-07Improve documentation of thirdparty code snippetsRémi Verschelde53-46/+382
2017-05-06Doc: Drop unmainted converters for html, textile, dokuwikiRémi Verschelde7-1844/+0
2017-05-06Doc: Remove unused tool translationRémi Verschelde2-142/+0
2017-05-06X11: Abort build if using OpenSSL 1.1.0+Rémi Verschelde1-0/+9
2017-05-06Reworked look and feel of Add Script Dialog.Przemysław Gołąb (n-pigeon)3-147/+387
2017-05-06Spatial Editor: Mouse warping for orbit & freelook modes.Andreas Haas2-10/+18
2017-05-06Fixing previous merger's "not" vs. "!" mistake in C++ (#8664)Will Nations1-3/+3
2017-05-06Fix bug in pause mode propagationFabio Alessandrelli1-1/+1
2017-05-05Fix template loadingJ08nY3-92/+58
2017-05-05Better explain out of memory error in message queueFabio Alessandrelli1-4/+6
2017-05-05Fix UDP wait() not returning after first received packetFabio Alessandrelli2-0/+4
2017-05-04Tree: Clear search string on selection.Andreas Haas1-0/+2
2017-05-04Fix infinite loop in DirAccessPack::get_current_dir()Pedro J. Estébanez1-5/+4
2017-05-04Added 3D freelook navigation modeMarc Gilleron3-123/+122
2017-05-03LineEdit: fix placeholder text affected by secretPoommetee Ketson1-2/+2
2017-05-02support obj with negative indicesPanPan1-1/+6
2017-05-02Implement cursor style control in HTML5 platformL. Krause2-3/+33
2017-05-01Fix get_shader_type index upper boundCarter Anderson1-1/+1
2017-05-02Implement mouse capture and hiding in HTML5 exportL. Krause2-10/+54
2017-05-02Fix #8617 WindowDialog with custom panel background crashes godotMarc Gilleron1-12/+16
2017-05-01Make script debugger display all kinds of objectsmbalint121-4/+28
2017-05-01Rename project file to "project.godot"Rémi Verschelde11-45/+62
2017-05-01Make property editor display dictionaries (read only)mbalint121-0/+7
2017-04-30Scene importer: add -rigidonly flag for empties (fixes #8430)Andrea Faulds1-11/+19
2017-04-29Use correct mode for DXT1 textures.Ferenc Arn1-1/+1
2017-04-29Fix compilation for UWPGeorge Marques8-50/+161
2017-04-29Revert "Use .godot as file extension for project files."Juan Linietsky7-148/+45
2017-04-29Fix HTML5 key eventsL. Krause1-3/+3
2017-04-28Remove GLUT usage in HTML5 platformL. Krause3-75/+27
2017-04-28Move other lone thirdparty files to thirdparty/miscRémi Verschelde27-16/+90
2017-04-28Split thirdparty smaz.c out of compressed_translation.cppRémi Verschelde5-209/+235
2017-04-28Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde43-38/+145
2017-04-28Add a few missing copyright headersRémi Verschelde6-4/+179
2017-04-28Detect SSE/SSE2 for libsquish.Ferenc Arn1-0/+6
2017-04-28Fix to use editor theme instead of handling each UIvolzhs5-14/+9
2017-04-28Update editor themevolzhs9-3/+90
2017-04-27AudioServer: Set singleton to NULL when destructedIgnacio Etcheverry1-0/+1
2017-04-27Added recent scripts to script editorPaulb233-0/+101
2017-04-27Fix theme_data.h formatting via make_header.pyRémi Verschelde2-352/+232
2017-04-27Add setting to opt-out of capitalization in the property inspectorPedro J. Estébanez5-8/+14
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez354-938/+8669