aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_editor.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-13attempt another fixJuan Linietsky1-1/+11
2016-01-13Reworked how autoloads are load to make sure identifiers always exist, ↵Juan Linietsky2-1/+24
please check if this resolves bug #3156
2016-01-13Properly fix tab scrolling, fixes #3128, fixes #3314Juan Linietsky3-245/+95
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
(seems I wrote all the code, then forgot to use the enum...)
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 ↵Juan Linietsky5-2/+106
texture state. Fixes #3102
2016-01-10make msvc 64bits build again, fixes #3098Juan Linietsky1-1/+1
disabled assembly for msvc 64 bits, as it is not supported
2016-01-10Replace export pack mode "Copy" with "Exec+Zip"eska2-12/+25
- Make "Bundle" a separate option - Change pack mode property hint to be more expressive
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 ↵Juan Linietsky8-13/+18
unusable from GDscript due to precision. -Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143
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 ↵Juan Linietsky5-0/+7
projects but also achieve desired functionality. Closes #3272
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
2016-01-10Fix script highlighting for classes that begin with "_"Franklin Sobrinho1-1/+5
2016-01-10Make sure variant parser actually writes floats when float property is ↵Juan Linietsky2-4/+7
requested, closes #3301
2016-01-10Allow to paste resources in inspector when text_hint indicates multiple typesMarianoGNU1-1/+11
2016-01-10fix: TouchScreenButton should stop propagating action when button is removed ↵MarianoGNU1-0/+4
from scene
2016-01-10-fix stray file left open when parsing configuration, closes #3299Juan Linietsky1-1/+3
2016-01-10make sure file is closed if something failsJuan Linietsky1-0/+2
2016-01-10removed this fix, which brought more problems than solutionsJuan Linietsky1-2/+2
2016-01-09Fix bug related to EOF in Android FileAccessJuan Linietsky1-1/+7
2016-01-09comment some print_linesAlexander Holland1-3/+3
2016-01-09removed printsAriel Manzur1-5/+7
2016-01-09Fix pthread renaming in Open/FreeBSDeska2-1/+11
2016-01-09Fix maven repositories bugmrezai2-5/+6
2016-01-09Fix some error messagesFranklin Sobrinho6-14/+4
2016-01-08fix issues related to StringArray parsingJuan Linietsky1-3/+5