aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_driver_javascript.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-26Added description for camera2D missing membersHenrique Campos2-4/+8
Also fixed typo in AudioEffectFilter. [ci skip]
2017-10-25Fix default C# scriptPrzmk1-1/+1
2017-10-25fix a 'proximity_fade_distacne' typo in materialJakub Grzesik1-1/+1
2017-10-25Removes Script::get_node_type()Jerome6700013-41/+0
used before GDScript, with squirrel apparently
2017-10-25Add a function to get the full name of a localesheepandshepherd2-0/+17
2017-10-24[DOCS] CubeMapNathan Warden1-0/+8
2017-10-24Fix margin with tree drawingJakob Sinclair1-1/+1
Fixes @akien-mga point brought up in #12352 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
2017-10-24classref: Sync with current sourceRémi Verschelde7-77/+175
[ci skip]
2017-10-25Fix example code for EditorImportPluginvolzhs1-2/+2
2017-10-24Small fix in core/set.h and similar fix in core/map.hCradmon2-2/+0
2017-10-24Exit after generating mono glueIgnacio Etcheverry1-10/+30
2017-10-24Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry14-10/+60
- Make ScriptCreateDialog disable the built-in script checked button if the language does not support it. - ScriptLanguage's get_template and make_template now receive the script path as class name if the the script language does not have named classes.
2017-10-24Finished transition of Patch9Rect to NinePatchRectIndah Sylvia6-55/+55
2017-10-24fix editor crash when missing variable in pattern match dispatchjagt1-1/+2
2017-10-24Mono: Fix and cleanup build start errorsIgnacio Etcheverry3-19/+28
2017-10-24Added the ability to filter the list of locales in the Remap tab.DimOkGamer2-9/+215
2017-10-24Fix warning message format for addon pluginvolzhs1-5/+5
2017-10-24Monitor: add checkbox to monitor listPoommetee Ketson2-8/+10
so that users don't have to hold CTRL to select multiple entries.
2017-10-23Implemented vsync OS functions for OS XMarcelo Fernandez2-0/+20
2017-10-23missing set/get_collision_mask_bit() for RayCastJakub Grzesik4-0/+42
in the same fastion how it's implemented in Area or Bodies
2017-10-23Missing binds for SSAOBlur enum caused issues compiling GDNative cpp_bindingsBastiaan Olij1-0/+5
2017-10-23Improved monitors units and colors.Daniel J. Ramirez3-7/+86
2017-10-23Update AUTHORS and DONORS with current dataRémi Verschelde2-9/+44
[ci skip]
2017-10-23Revert "Rename Schlick GGX to GGX."Rémi Verschelde6-11/+11
2017-10-23move button/joy constants to enumsjagt2-68/+70
2017-10-23Reduce default orbit inertia valuehomer6661-1/+1
2017-10-23Add UWP to Regex JIT blacklistGeorge Marques1-1/+1
PCRE2 JIT uses functions not available in UWP, which makes it fail to link.
2017-10-23[DOCS] RemoteTransform & RemoteTransform2Dmhilbrunner2-0/+16
2017-10-23[DOCS] @GlobalScopemhilbrunner1-4/+150
2017-10-23Use bresenham line in freehand tilemap painting to fill discontinuitiesMarc Gilleron1-14/+31
2017-10-23added some arvr docsGrosskopf5-0/+10
2017-10-23Added various docs, mostly mathematical basicsGrosskopf7-64/+85
2017-10-22Fixed memory leak with AStar classRobert Hernandez1-0/+1
2017-10-23Mono: Prevent raising exceptions in native codeIgnacio Etcheverry3-7/+54
For now we will just print the exceptions we catch. Later, we should use something similar to 'mono_set_pending_exception(ex)'.
2017-10-23[DOCS] EditorScript: Small formatting fixesmhilbrunner1-2/+2
2017-10-23[DOCS] BaseButtonJerome670001-2/+9
2017-10-23[DOCS] Stringmhilbrunner1-59/+84
2017-10-22[DOCS] ParallaxBackground and ParallaxLayerJerome670002-2/+12
2017-10-22Partially undo #11807.Ferenc Arn1-2/+2
Specular light at zero roughness needs some discussion. Until we do that, this fixes #12309.
2017-10-22Fix set field from MonoObject*Ignacio Etcheverry2-9/+9
2017-10-22Add _process(delta) to new script templates. Closes #11994.mhilbrunner2-2/+13
2017-10-22Fix disable_3d=yes compile errorsmrezai2-3/+9
2017-10-22Many fixes to SSAO, should be good now.Juan Linietsky12-44/+212
2017-10-22Improved *_FAIL_INDEX error macros to print the index/sizeMarcelo Fernandez3-22/+30
2017-10-22Add WindowsTerminalLogger to UWP buildGeorge Marques1-0/+1
2017-10-22Added setting to toggle current line highlightingPaulb235-2/+23
2017-10-22classref: Sync with current sourceRémi Verschelde75-225/+240
Also fix hyperlink references to same class as per the guidelines. [ci skip]
2017-10-22Added description to Audio Filter EffectsHenrique Campos6-0/+16
Also doccumented Filter member variables and methods. [ci skip]
2017-10-22Added descriptions to some members of Camera2DStephen Ednave1-1/+6
2017-10-22Change theme button name to edit themeAlexander Holland1-1/+5
[ci skip]