aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_driver_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-16-Moved all the "root" input handling for GUI from individual Controls to View...Juan Linietsky10-1000/+1139
2016-01-16Fix 32 bit windows export crashmrezai1-2/+8
2016-01-15Spatial/Canvas Editor: Ignore unhandled input if there is a dialogIgnacio Etcheverry2-3/+3
2016-01-14Fix LineEdit not capturing text input eventsIgnacio Etcheverry1-0/+2
2016-01-14properly export sample compression type optionJuan Linietsky2-1/+10
2016-01-14-Make sure scenes properly update when switching tabs, even if sub-instances ...Juan Linietsky7-5/+37
2016-01-14sample convert option was not being savedJuan Linietsky1-0/+1
2016-01-13Allows vec4 shader uniforms to be set by quaternion variant type.Saracen1-0/+5
2016-01-13Fix wrong type check for autoloadRémi Verschelde1-1/+1
2016-01-13Ability to hide panel with scriptskubecz3k1-1/+1
2016-01-13improve reporting of error in wrong inheritance for autoload scriptJuan Linietsky2-4/+5
2016-01-13attempt another fixJuan Linietsky1-1/+11
2016-01-13Reworked how autoloads are load to make sure identifiers always exist, please...Juan Linietsky2-1/+24
2016-01-13Properly fix tab scrolling, fixes #3128, fixes #3314Juan Linietsky3-245/+95
2016-01-13Fix typoTolga Cakir1-1/+1
2016-01-12Fixed color ramp editor plugin to allow editing color ramps while in the spat...Saracen3-6/+17
2016-01-12Better search for SectionedPropertyEditor, added "All" sectionFranklin Sobrinho6-124/+88
2016-01-12Fix situation where TSCN format might crash, closes #3062Juan Linietsky2-7/+14
2016-01-12loading unaligned pbmAriel Manzur1-5/+5
2016-01-12-Properly lock and and warn about switching off contact monitoring, fixes #3041Juan Linietsky5-6/+53
2016-01-12small hack to make collisionobjects work with replace, fixes #2992Juan Linietsky1-0/+5
2016-01-12Fix crash on android 6.0.1, fixes #3321mrezai1-2/+2
2016-01-11Allow to override the default editor layoutIgnacio Etcheverry2-31/+33
2016-01-11Update copyright in remaining files + prints in the UIRémi Verschelde42-43/+43
2016-01-12Fix xml opt with XML_ENABLE macroLiangdi1-0/+2
2016-01-11Update bitmap_loader_pnm.cpppunto-1-1/+1
2016-01-11fix issue loading binary pbmJuan Linietsky1-2/+5
2016-01-11Remove unnecessary fail conditions when loading SpatialEditor stateIgnacio Etcheverry1-27/+21
2016-01-11Remember Transform menu settings for the Spatial EditorIgnacio Etcheverry1-0/+28
2016-01-11made headers case insensitiveAriel Manzur1-2/+3
2016-01-10properly handle typed array constructors in VariantParser, closes #3054Juan Linietsky1-2/+5
2016-01-10-Make Akien happy, fixes #3068Juan Linietsky1-1/+1
2016-01-10It seems everyone misses the polygon decomposer output, fixes #3069Juan Linietsky1-1/+1
2016-01-10-Make a rare corner case where disabling/reenabling mipmaps causes invalid te...Juan Linietsky5-2/+106
2016-01-10make msvc 64bits build again, fixes #3098Juan Linietsky1-1/+1
2016-01-10Replace export pack mode "Copy" with "Exec+Zip"eska2-12/+25
2016-01-10Make SpriteRegionEditor remember state beatwhen setions (fixes #3245)MarianoGNU2-7/+58
2016-01-10-Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky8-13/+18
2016-01-10make path update when curve changes, fixes #3144Juan Linietsky1-0/+2
2016-01-10make animation work again in P3d demo, fixes #3151Juan Linietsky2-1/+1
2016-01-10-Made tile parameter work, fixes #3167Juan Linietsky1-0/+14
2016-01-10avoid crash with empty concavepolygonshape, fixes #3169Juan Linietsky1-0/+4
2016-01-10-Project settings can properly add/remove properties again, fixes #3177Juan Linietsky3-2/+9
2016-01-10restored quit to project list keybinding, but kept change for OSX, closes #3185Juan Linietsky1-0/+4
2016-01-10change intersect_ray function to discriminate pickable objects, fixes #3203Juan Linietsky4-6/+6
2016-01-10wrong extensions shown when saving resources fixedJuan Linietsky1-1/+1
2016-01-10-Added a new mode, WRITE_READ to File, to recover compatibility with old proj...Juan Linietsky5-0/+7
2016-01-10added a new function to escape properly json, fixes #3282Juan Linietsky4-1/+23
2016-01-10forgot initialization of path in filesystem dock, fixes #3295Juan Linietsky1-0/+2
2016-01-10Enable ALSA driver in non-linux X11 when availableeska1-1/+5