aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_editor.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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