aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-18-fix bug in scene tree dragndrop reparenting, closes #4712, closes #4633, ↵Juan Linietsky1-12/+27
closes #4628 -avoid editor scrollable areas to scroll if touchscreen ui hint is turned on
2016-06-18Drop useless 3rd party files from nedmalloc and pngRémi Verschelde7-1515/+0
Part of #5272
2016-06-18Drop fully commented-out filesRémi Verschelde17-2747/+8
Part of #5272
2016-06-18Drop empty .cpp files for header-only classesRémi Verschelde10-313/+0
Part of #5272
2016-06-18Drop empty files that are not used anywhereRémi Verschelde54-1456/+2
Part of #5272
2016-06-18Make ".." always appear even if dir is unlistable (likely lacking ↵Juan Linietsky2-0/+10
permissions), closes #1938
2016-06-18Fix make_dir for long paths on WindowsGeorge Marques1-1/+1
2016-06-18-Changed how Dir works so it's more user friendly, closes #4705Juan Linietsky1-1/+36
2016-06-18-made get_space_left() return values more homogenous, also for script, ↵Juan Linietsky3-3/+4
converted to mb, closes #4617
2016-06-18Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky9-562/+70
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde264-409/+7031
Also removes a couple wrong Godot headers from third-party source files.
2016-06-18Add @GDScript.type_existsGeequlim2-0/+16
2016-06-17reverted to ==, if a line is missing a statement, we'll have to make sure to ↵Juan Linietsky1-1/+1
add it
2016-06-17changed == for >= since some statements may not store a line (if line is empty)Juan Linietsky1-1/+1
this is added to #5204
2016-06-17Fixed fractional offset not being reset in ringbuffer resamples, closes #4764Juan Linietsky1-0/+1
Probably fixes other streamplayer issues too.
2016-06-18Fix type hint for the seed argumentRémi Verschelde2-6/+24
Closes #5260.
2016-06-18Fix Theora video playback without a Vorbis streamBłażej Szczygieł2-3/+10
- prevent audio resampler errors when number of channels is 0, - don't check for 'audio_done' when there is no audio data. (cherry picked from commit 763b29f34e8c99c2f9559dcc31b59f99d0d6dee3)
2016-06-17TabContainer now reports proper minimum size, closes #4896Juan Linietsky1-3/+6
2016-06-17Send body inout notifications after state is applied, fixes #4683Juan Linietsky2-23/+27
2016-06-17Fix bug in GridContainer not updating minimumsize when columns changes, ↵Juan Linietsky2-1/+2
fixes #4677
2016-06-17Keep track of when fonts change, so theme or controls that use fonts as ↵Juan Linietsky4-0/+101
overrides get properly updated. closes #4622 , probably closes many other issues too
2016-06-17fixes compilation error on visual studio, closes #5249Juan Linietsky2-2/+4
2016-06-17Add sha256 to String and File/FileAccess.Bojidar Marinov10-7/+366
Probably does #4166
2016-06-17-added missing .inc filesJuan Linietsky22-164963/+38696
-Made it possible to change the editor theme -Added two options to theme editor plugin to create empty template themes and editor themes -Make sure that saved themes to .tres keep the null theme fields, to make it easier to keep those when saving/loading the theme
2016-06-16It is now possible to set a default custom theme, whether you want a hidpi ↵Juan Linietsky4-33/+52
default theme, or just use a custom font for the default theme
2016-06-16Classref: added PacketPeer*J08nY1-2/+20
2016-06-16Fixed PacketPeer.get_var() return type in docsJ08nY1-1/+1
2016-06-16Sync classrefJ08nY1-30/+37
2016-06-15Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis6-8/+45
Can be turned on/off in editor settings + line color change available as well
2016-06-15Added fullscreen and distraction free mode shorcutsPaulb231-12/+15
2016-06-15Handle tmp files properly on Android exportPedro J. Estébanez1-9/+4
2016-06-15Classref: Added docs for StreamPeer* (#5216)J08nY2-1/+47
2016-06-15Update russian translation from Weblate (#5140)Dmitriy Salnikov1-93/+84
2016-06-15Add joystick vibration support on Linux (#5043)Wilhem Barbier7-2/+189
2016-06-15Fix endless reimporting for LargeTexture close #5215Geequlim1-0/+1