summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-18revert previous fix, was a bad ideaJuan Linietsky
2016-06-18-Do not ask about overwriting when opening a script in the wizard, but still ↵Juan Linietsky
show complaint about existing. Closes #4545 -Fixed a crash in EditorDirDialog
2016-06-19Merge pull request #5236 from djrm/fix_#5228Rémi Verschelde
Visible path editor icons, fixes #5228
2016-06-18DynamicFontData can be built-in (will still link to a ttf though), closes #4600Juan Linietsky
2016-06-18Fixed a stupid bug with segment-segment collision in SAT physics, closes ↵Juan Linietsky
#4801 , closes #4984
2016-06-18corrently parse utf8 from zip_io open, closes #1708Juan Linietsky
this probably failed when exporting or opening android apk files too, should fix that too.
2016-06-18Change hash grid in 2D physics to contemplate large objects as separate ↵Juan Linietsky
cases, to avoid huge memory and performance penalty. Fixes #4662
2016-06-18Classref: Mutex, Semaphore, Thread, *Array (#5278)J08nY
2016-06-18update EditorDirDialog on external change, closes #4629Juan Linietsky
2016-06-18Merge pull request #5275 from akien-mga/pr-empty-filesRémi Verschelde
Drop empty or commented out files and classes that are not in use
2016-06-18-fix bug in scene tree dragndrop reparenting, closes #4712, closes #4633, ↵Juan Linietsky
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 Verschelde
Part of #5272
2016-06-18Drop fully commented-out filesRémi Verschelde
Part of #5272
2016-06-18Drop empty .cpp files for header-only classesRémi Verschelde
Part of #5272
2016-06-18Drop empty files that are not used anywhereRémi Verschelde
Part of #5272
2016-06-18Make ".." always appear even if dir is unlistable (likely lacking ↵Juan Linietsky
permissions), closes #1938
2016-06-18Fix make_dir for long paths on WindowsGeorge Marques
2016-06-18-Changed how Dir works so it's more user friendly, closes #4705Juan Linietsky
2016-06-18-made get_space_left() return values more homogenous, also for script, ↵Juan Linietsky
converted to mb, closes #4617
2016-06-18Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
Also removes a couple wrong Godot headers from third-party source files.
2016-06-18Merge pull request #5266 from Geequlim/type_existsRémi Verschelde
Add @GDScript.type_exists
2016-06-18Add @GDScript.type_existsGeequlim
2016-06-17reverted to ==, if a line is missing a statement, we'll have to make sure to ↵Juan Linietsky
add it
2016-06-17changed == for >= since some statements may not store a line (if line is empty)Juan Linietsky
this is added to #5204
2016-06-17Merge pull request #5204 from vnen/fix-completion-crashJuan Linietsky
Fix crash in code completion
2016-06-17Fixed fractional offset not being reset in ringbuffer resamples, closes #4764Juan Linietsky
Probably fixes other streamplayer issues too.
2016-06-18Fix type hint for the seed argumentRémi Verschelde
Closes #5260.
2016-06-18Fix Theora video playback without a Vorbis streamBłażej Szczygieł
- 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 Linietsky
2016-06-17Send body inout notifications after state is applied, fixes #4683Juan Linietsky
2016-06-17Fix bug in GridContainer not updating minimumsize when columns changes, ↵Juan Linietsky
fixes #4677
2016-06-17Keep track of when fonts change, so theme or controls that use fonts as ↵Juan Linietsky
overrides get properly updated. closes #4622 , probably closes many other issues too
2016-06-17Merge pull request #5250 from bojidar-bg/add-sha256Juan Linietsky
Add sha256 to String and File/FileAccess.
2016-06-17fixes compilation error on visual studio, closes #5249Juan Linietsky
2016-06-17Add sha256 to String and File/FileAccess.Bojidar Marinov
Probably does #4166
2016-06-17-added missing .inc filesJuan Linietsky
-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 Linietsky
default theme, or just use a custom font for the default theme
2016-06-16Merge pull request #5239 from J08nY/classrefRémi Verschelde
Classref: Added PacketPeer*
2016-06-16Classref: added PacketPeer*J08nY
2016-06-16Fixed PacketPeer.get_var() return type in docsJ08nY
2016-06-16Sync classrefJ08nY
2016-06-16Merge pull request #5233 from UgisBrekis/scene-tree-relationship-linesRémi Verschelde
Enables parent-children relationship line drawing in scene tree editor
2016-06-15Visible path editor icons, fixes #5228Daniel J. Ramirez
2016-06-15Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis
Can be turned on/off in editor settings + line color change available as well
2016-06-15Merge pull request #5230 from Paulb23/fullscreen_distraction_mode_shortcutsRémi Verschelde
Added fullscreen and distraction free mode shortcuts
2016-06-15Added fullscreen and distraction free mode shorcutsPaulb23
2016-06-15Merge pull request #5223 from RandomShaper/fix-android-exportRémi Verschelde
Fix Android export
2016-06-15Handle tmp files properly on Android exportPedro J. Estébanez
2016-06-15Merge pull request #5219 from Geequlim/fix-5215Rémi Verschelde
Fix endless reimporting for LargeTexture close #5215