aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-28fix dpad left/right not showing correctly in project settingshondres1-1/+1
2016-01-27Fix input passing to script editor even if not visibleFranklin Sobrinho1-1/+1
2016-01-27Fix Tree Slider disappearing when clicking on itFranklin Sobrinho1-0/+2
2016-01-27Fix animation toolbarFranklin Sobrinho4-11/+10
2016-01-27Add travis-ci badge to show the status of masterRémi Verschelde1-0/+2
2016-01-27defer project export filesystem update if not visibleJuan Linietsky3-2/+21
2016-01-26Remove strand debug print, fix #3473George Marques1-1/+0
2016-01-26Revert "make msvc 64bits build again, fixes #3098"George Marques1-1/+1
2016-01-26Get color constructor from ColorPickerMarianoGNU2-13/+43
2016-01-26remove dependancy on libevdevhondres3-103/+133
2016-01-26Focus and select line edit every time color is changed. Fixes #2586MarianoGNU1-0/+2
2016-01-26Fix wrong position of LineEdit in Scene editorFranklin Sobrinho1-1/+1
2016-01-26Add gradle files to gitignoreest311-0/+2
2016-01-26Fix crash when renaming nodes using focus lossFranklin Sobrinho1-1/+4
2016-01-26update joystick demo with joy_connection_changed handlinghondres2-0/+9
2016-01-26clear joystick state on disconnectionhondres1-1/+11
2016-01-26Sync API reference with current codeRémi Verschelde1-104/+270
2016-01-25bump to betaJuan Linietsky1-1/+1
2016-01-25-Fix input bug on window ordering due to foretting to sort root itemsJuan Linietsky1-0/+2
2016-01-25-Changed how popups work in Viewport to make them a lot less invasive to the ...Juan Linietsky2-27/+51
2016-01-25Add missing return for typeof() MethodInfoRémi Verschelde1-1/+4
2016-01-25Combies driver split and spawn fix, closes #3265Juan Linietsky1-0/+2
2016-01-25-Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky4-37/+51
2016-01-24can preload constantshondres1-7/+15
2016-01-24Fix .tscn not raising dependency errorFranklin Sobrinho1-2/+1
2016-01-24Fixed small inconsistencies with the text formatFranklin Sobrinho2-2/+3
2016-01-24avoid crash when scaling tilemap too much, fixes #266reduz1-1/+18
2016-01-24-remved p_peer is null error messages, fixes #1150reduz1-1/+1
2016-01-24Change default window size for desktopGeorge Marques4-4/+4
2016-01-24-avoid allowing selection of canvasitems inside a viewport, fixes #1383reduz1-0/+59
2016-01-24Removed debugger X (hide) buttonIgnacio Etcheverry2-22/+0
2016-01-24Fix Output panel annoying focus stealIgnacio Etcheverry3-1/+14
2016-01-24-Take in consideration canvas layers for GUI inputJuan Linietsky4-1/+17
2016-01-24Groups Editor: Clear LineEdit after creating a new groupFranklin Sobrinho1-0/+2
2016-01-24Fix .tscn format not loading groupsFranklin Sobrinho1-0/+7
2016-01-24Removed get() function from many variant typed arrays, fixes #2135Juan Linietsky1-7/+7
2016-01-24Correct viewport scaling with stretch mode viewport, fixes #1571Juan Linietsky1-2/+13
2016-01-23-Some changes to how scenes and scripts are overriden in scene instance and i...Juan Linietsky3-5/+49
2016-01-23-Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky9-13/+23
2016-01-23-Forgot to add clips input to graphedit, fixes #3420Juan Linietsky3-1/+9
2016-01-23-Fixed revert scene, should work proprely now, fixes #2782Juan Linietsky3-2/+26
2016-01-23-Fixed video stream theora not finishing when stream finishes, closes #3066Juan Linietsky2-5/+26
2016-01-23-Support the TRNS flag on libpng, fixes #3097Juan Linietsky2-2/+9
2016-01-23Revert "Better search for SectionedPropertyEditor, added "All" section"Juan Linietsky6-88/+124
2016-01-23-remove unnecesary error report, fixes #3361Juan Linietsky3-7/+21
2016-01-23Fix wrong condition test for saving, fixes #3287Juan Linietsky1-1/+3
2016-01-23-Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368Juan Linietsky2-97/+45
2016-01-23-Ability to retrieve state data from PackedScene, closes #3413Juan Linietsky3-0/+43
2016-01-23-Added a "modal_close" signal for controlsJuan Linietsky3-0/+22
2016-01-23replace InputEvent references with GlobalScope in joystick dochondres1-4/+5