aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-03Updated some documentation for the OS class.Nathan Warden1-0/+7
2017-10-03Document some of the VisualScript classes.Bojidar Marinov16-3/+210
2017-10-03[GDnative] replace gdnative_api_struct.h by a json-based autogenerated systemEmmanuel Leblond5-734/+4586
2017-10-02Added logs to .gitignoreDaniel J. Ramirez1-0/+1
2017-10-03added spacing to tabstoger51-3/+9
2017-10-03Fix SConstruct check for config.is_enabled()Ignacio Etcheverry1-7/+6
2017-10-03Added mono moduleIgnacio Etcheverry92-0/+19622
2017-10-03CurveEditor: fix can't edit right tangentPoommetee Ketson2-14/+14
2017-10-02Add OS::is_userfs_persistent to check user:// persistenceLeon Krause7-14/+45
2017-10-02[DOCS] Update Polygon2D and CollisionPolygon2DChris Bradfield2-8/+22
2017-10-02Fixed MSVC build issue introduced by commit c864b782c05f5e2833afd69a4c0dfc6fb...Indah Sylvia1-10/+10
2017-10-02missing PI division on vertex shaderJuan Linietsky1-1/+2
2017-10-02[GDnative] Add active_library_path to init options structEmmanuel Leblond2-0/+2
2017-10-02[GDnative] Add binding to GDNativeLibrary::get_active_library_pathEmmanuel Leblond1-0/+1
2017-10-02Use primary WebAssembly.instantiate overloadLeon Krause1-3/+3
2017-10-02[DOCS] Adds JSON and JSONParseResult docJerome670002-0/+18
2017-10-02[DOCS] Write member, signals and constants in the Control classNathan1-34/+103
2017-10-02Indentation Error neogaston1-4/+4
2017-10-023DEditorGizmo: fix spotlight and camera gizmo & handlePoommetee Ketson1-2/+2
2017-10-01Slight proposed fixes to PBR.Juan Linietsky1-2/+2
2017-10-01Using advise from Matias, left the 0-1 range for lights, divisiom by PI, and ...Juan Linietsky2-16/+14
2017-10-01Switched Burley/Lambert, and restored diffuse term to 0-1 range for compatibi...Juan Linietsky3-7/+10
2017-10-01doc_status.py Python 2.7 backwards compatibilitymhilbrunner1-4/+14
2017-10-01Fix bones draw on viewportGabriel1-0/+1
2017-10-01Fixed center align in LineEditbalint magyar1-2/+8
2017-10-01Fix scons: *** No SConstruct file foundBartłomiej T. Listwon1-3/+3
2017-10-01Fix IntelliSenseBartłomiej T. Listwon1-0/+1
2017-10-01Replace a OPCODE_BREAK with break in opcode 31Hein-Pieter van Braam1-1/+1
2017-10-01EditorAudioBus: restore delete option on master busPoommetee Ketson1-3/+2
2017-10-01Add missing N.L factor to Burley's contribution to radiance.Ferenc Arn1-1/+1
2017-10-01Fix GraphEdit mouse scroll axis.jagt1-8/+8
2017-10-01Ability to set a module enabled/disabled by default by adding is_enabled() to...Juan Linietsky1-1/+11
2017-10-01Fix zoom button not zooming on the screen centerGilles Roudiere2-44/+22
2017-09-30Fix environmental BRDF.Ferenc Arn1-6/+7
2017-09-30Change to shrink_x2 function preventing it set a 0 width/heightGabriel1-2/+2
2017-09-30Renamed fixed_process to physics_processAndreaCatania75-296/+296
2017-09-30VisualScript crashfix when returns are too fewMarcelo Fernandez1-2/+8
2017-09-30Fixes node2D not lockable/groupableGilles Roudiere1-2/+2
2017-09-30Renamed Patch9Rect (which was expected to be renamed to NinePacthRect) into N...Indah Sylvia2-5/+5
2017-09-30keep alpha when converting svg colors fixes #11289toger51-1/+1
2017-09-30Merged iphone and osx audio drivers into drivers/coreaudioMarcelo Fernandez15-301/+68
2017-09-30Added VehicleWheel::get_skidinfo().Lucas Eriksson2-0/+9
2017-09-30near and far are reserved for near and far pointers in MSVRBastiaan Olij1-3/+3
2017-09-29Restored ability to import OBJ files as meshes directly. Finally closes #9445.Juan Linietsky3-54/+144
2017-09-30Editor: Run validation on every text change, not only insertsmhilbrunner1-1/+2
2017-09-29Properly allow completion on variable initializer arguments, closes #9359Juan Linietsky1-2/+1
2017-09-29Ability to set a custom FOV makes it possible to use sky on orthogonal view. ...Juan Linietsky11-50/+54
2017-09-29create dialog search preferrence fixes: #11697toger53-7/+34
2017-09-29EditorSettings: Move interface/ properties to interface/editorAndreas Haas7-41/+41
2017-09-29fixed coustom bg weired offset for code editortoger51-2/+1