summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2016-01-07Merge pull request #3191 from neikeq/filedialog_hotkeysRémi Verschelde
Add keyboard shortcut to toggle "show hidden files" in FileDialog
2016-01-06Merge pull request #3136 from MarianoGnu/bug_fixingRémi Verschelde
Fix RGBA Uniform autogeneration in ShaderGraph
2016-01-06Fix .tscn format not loading signal bindsFranklin Sobrinho
2016-01-06Merge pull request #3159 from neikeq/tab_close_iconRémi Verschelde
Add tab close icon to the default theme
2016-01-06Merge pull request #3211 from SaracenOne/audio_stream_pause_fixRémi Verschelde
Fix delay on audio stream pause
2016-01-05Fix is_node_being_edited() when not building toolsRémi Verschelde
Fixes #3213. Superseded #3242.
2016-01-03properly specify metadata in KB functionJuan Linietsky
2016-01-03-Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵Juan Linietsky
and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040
2016-01-03forgot to bind NOTIFICATION_INSTANCED, closes #2261Juan Linietsky
2016-01-03Fix delay on audio stream pauseSaracen
2016-01-02-Fix global transform cache not being cleared in 2D nodes, fixes many editor ↵Juan Linietsky
bugs, closes #2115
2016-01-02Properly clear/restore current camera when switching scenes. Fixes #2137Juan Linietsky
2016-01-02Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky
2016-01-02-Restore mouse on X11 when debugger break happens, closes #2232Juan Linietsky
2016-01-02added a finished signal to StreamPlayer, closes #2249Juan Linietsky
2016-01-02-Fix TouchScreenButton to work with stretch and viewport canvas transform, ↵Juan Linietsky
closes #2286
2016-01-02FileDialog: keyboard shortcut to toggle "show hidden files"Ignacio Etcheverry
2016-01-02remove the invalid id error when freeing a 3D joint, fixes #2383Juan Linietsky
2016-01-01Merge pull request #3184 from vnen/update-copyright-2016Juan Linietsky
Update copyright to 2016 in headers
2016-01-01Update copyright to 2016 in headersGeorge Marques
2016-01-01Make both lights and occluders stop working if hidden, fixes #2437Juan Linietsky
2016-01-01Make CanvasModulate deactivate when hidden, fixes #2437Juan Linietsky
2015-12-31-Improved convex decomposer for CollisionPolygon2D, fixes #2336Juan Linietsky
2015-12-31-fix range limit issue in Particles2D, closes #2411Juan Linietsky
2015-12-31remove error print in area collision, should be a valid situation, closes #2463Juan Linietsky
2015-12-31Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-31-Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky
-Scene edit state is saved outside the scene now, to avoid changes .tscn files when nothing really changed -Created a VariantWriter helper to unify all variant to text writing -Moved SceneFormatText writing to VariantWriter -Moved ConfigFile to use VariantWriter and VariantParser, added compatibility mode for old .cfg files that use engine.cfg format
2015-12-29add 2d paths and joints to collision/navigation debug, fixes #2439reduz
2015-12-29Added a reset() function to Particles2D, fixes #2472, fixes #2468reduz
2015-12-29Fix CanvasItem.draw_set_transform to act according to docs, fixes #2487reduz
2015-12-29-fix loading of samples in mod, s3m and xm. Fixes #2553reduz
2015-12-29-Make tilemap able to change light mask, fixes #2557reduz
2015-12-29-forgot a check for tools enabled, closes #3166reduz
2015-12-29-restrict gui root from being removed while performing input, fixes #2578reduz
2015-12-29make it easy to edit popupmenus, fixes #2595reduz
2015-12-29-Allow negative texture scale in TextureButton, fixes #2956reduz
2015-12-29Add tab close icon to the default themeIgnacio Etcheverry
2015-12-28-renamed function get_relative_transform() to ↵reduz
get_relative_transform_to_parent(), makes more sense -fixed newly introduced bug in onready keyword, fixes #3155
2015-12-28Fix proper ordering of project settings properties, also fixes inability to ↵reduz
change order of autoloads
2015-12-28Ability to set autoloads as singleton global variablesreduz
2015-12-28Merge pull request #3146 from akien-mga/pr-argument-namesRémi Verschelde
Add missing argument names in GDScript bindings + related fixes
2015-12-28Merge branch 'master' of https://github.com/okamstudio/godotreduz
2015-12-28-fixed rich text label fill alignment, always works nowreduz
-made also sure it doesn't crash, fixes #2688
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
2015-12-28Fix wrong getters in ShaderGraphRémi Verschelde
2015-12-28Style fix for rounded_values methods in RangeRémi Verschelde
2015-12-26Merge pull request #3140 from neikeq/fix_refresh_iconJuan Linietsky
Add reload icon to FileDialog's default theme
2015-12-26fixes crash/deadlock when video is paused and unpaused, might affect audio ↵Ariel Manzur
sync tho
2015-12-26small optimization improvement to rich text label tablesreduz
2015-12-26Added reload icon to FileDialog's default themeIgnacio Etcheverry