aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-22zstd: Update to upstream version 1.3.0George Marques20-1190/+2742
2017-07-22Fix atomic operations in NO_THREADS buildsL. Krause1-2/+2
2017-07-22function to add script and instance at once, as needed by neikeqJuan Linietsky2-0/+13
2017-07-22Script languges are uninitialized properly now.Juan Linietsky3-3/+13
2017-07-22Several changes to better run in mobile.Juan Linietsky24-171/+508
2017-07-22libpng: Update to upstream version 1.6.31rc01Rémi Verschelde18-74/+275
2017-07-22Implement input focus behavior in HTML5L. Krause3-31/+94
2017-07-22Docs: fix broken ref tagsPoommetee Ketson1-9/+15
2017-07-22Docs: ignore tags inside code,codeblock tagPoommetee Ketson1-8/+17
2017-07-22Fix building HTML5 when cmd.exe is set up for MSVCL. Krause1-2/+2
2017-07-22Fixed script tab selection on file close, issue 8400Paulb231-1/+4
2017-07-22ScriptEditor: suppress get_child errorsPoommetee Ketson1-2/+12
2017-07-22VS: Fix return value for user-defined functionsGeorge Marques1-3/+3
2017-07-21Update a VS custom node when its script changesGeorge Marques2-0/+9
2017-07-22gdnative bug fix in get (return null check)Ramesh Ravone1-2/+5
2017-07-21OBJ Importer: Fix relative path materials.Andreas Haas1-0/+4
2017-07-21AnimationTree nodes sliders fixesJakub Grzesik2-3/+8
2017-07-21Enhanched About dialog, Add ItemList auto_heightPoommetee Ketson3-8/+49
2017-07-21updated project manager to use new project.godot valuesQuinn Yo1-9/+9
2017-07-21Fix issues with custom nodes in visual scriptGeorge Marques1-3/+4
2017-07-21make use of 2 cores in Travis CIHubert Jarosz1-2/+2
2017-07-20EditorPlugin methods and signals renameJakub Grzesik4-11/+11
2017-07-20custom_features: fix typoMartin Capitanio1-1/+1
2017-07-19Fix "vertical" property of StyleBoxLineGeorge Marques1-1/+1
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky162-828/+1293
2017-07-20Fix android export templates buildRuslan Mustakov2-15/+15
2017-07-19Icons can now be added inside line edits (Search icon).Daniel J. Ramirez7-26/+24
2017-07-19Fix for possible crash in OS X audio init.Marcelo Fernandez1-3/+4
2017-07-19Fix errors with global config names no more sorrys pleasegeequlim6-9/+9
2017-07-19[GDNative] dynamic propertiesRamesh Ravone1-0/+62
2017-07-19Add object type hint for docsPoommetee Ketson37-73/+73
2017-07-18Fixed button flat behavior when not in normal state.Daniel J. Ramirez3-8/+15
2017-07-18Tabs enhancements: get_tab_rect(), move_tab_from_to()Jakub Grzesik3-0/+38
2017-07-18Make available more informations about editor for Tool PluginsJakub Grzesik7-13/+171
2017-07-18_get return type fixRamesh Ravone2-1/+3
2017-07-18EditorNode: remove obsolete comments in constructorPoommetee Ketson2-156/+6
2017-07-18Fixed slider centering when using SIZE_EXPAND_FILL.Daniel J. Ramirez2-2/+6
2017-07-18Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez10-16/+305
2017-07-18Fix ColorPicker to use theme constantsPoommetee Ketson6-34/+33
2017-07-17Change label so they appear vertically alligned on fillJuan Linietsky1-0/+1
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky45-350/+538
2017-07-18Fix Zlib license not extractedPoommetee Ketson1-0/+2
2017-07-17Implement add & subtract atomicsPedro J. Estébanez2-0/+76
2017-07-17Fixed bug that prevented creating polygons.redtoorange1-1/+1
2017-07-17missing object.get_incoming_connections() documentationJakub Grzesik1-0/+5
2017-07-17Subscene icon tooltip updateJakub Grzesik1-2/+2
2017-07-17LineEdit: don't undo uneditable LineEditPoommetee Ketson1-1/+3
2017-07-16Reinit audio device when the system default device changes on OS XMarcelo Fernandez3-22/+101
2017-07-17Fix zipping HTML5 templates when using implicit cacheL. Krause1-17/+22
2017-07-16Improvements and fixes for the default theme.Daniel J. Ramirez90-155/+2313