summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-29removed some printsreduz
2015-12-29-forgot a check for tools enabled, closes #3166reduz
2015-12-29-add breakpoint statement to ease with debugging, closes #3165reduz
2015-12-29-fixed bug with some indent blocks not properly checked, fixes #2570reduz
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-29-property change object's rotation pivot on children of scaled CanvasLayer, f...reduz
2015-12-28do not allow editing of tilemap if it's invisible, fixes #2601reduz
2015-12-28-renamed function get_relative_transform() to get_relative_transform_to_paren...reduz
2015-12-28- added 'onready' keyword to gdscript. Defers initialization of member variab...reduz
2015-12-28Merge pull request #3150 from Ovnuniarchos/DocSexyBodies2DRémi Verschelde
2015-12-28Fix proper ordering of project settings properties, also fixes inability to c...reduz
2015-12-28PhysicsBody2D and descendants documented.Ovnuniarchos
2015-12-28-Added proper code completion for singletonsreduz
2015-12-28Ability to set autoloads as singleton global variablesreduz
2015-12-28Merge branch 'master' of https://github.com/okamstudio/godotreduz
2015-12-28-added a visual tool to change the pivot of a sprite/asprite/polygon/etc. Clo...reduz
2015-12-28Merge pull request #3146 from akien-mga/pr-argument-namesRémi Verschelde
2015-12-28Merge branch 'master' of https://github.com/okamstudio/godotreduz
2015-12-28-fixed rich text label fill alignment, always works nowreduz
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
2015-12-28Fix wrong getters in ShaderGraphRémi Verschelde
2015-12-28Remove bogus argument in body_get_nodeRémi Verschelde
2015-12-28Remove bogus argument in sample_get_descriptionRémi Verschelde
2015-12-28Style fix for rounded_values methods in RangeRémi Verschelde
2015-12-27Sync doc with current sourceRémi Verschelde
2015-12-26Merge pull request #3140 from neikeq/fix_refresh_iconJuan Linietsky
2015-12-26fixes crash/deadlock when video is paused and unpaused, might affect audio sy...Ariel Manzur
2015-12-26Merge branch 'master' of https://github.com/okamstudio/godotreduz
2015-12-26small optimization improvement to rich text label tablesreduz
2015-12-26Added reload icon to FileDialog's default themeIgnacio Etcheverry
2015-12-26Merge pull request #3138 from Hinsbart/joy_hotplugpunto-
2015-12-26Fix RGBA Uniform autogeneration in ShaderGraph (fixes #2606)MarianoGNU
2015-12-26Merge branch 'master' of https://github.com/okamstudio/godotreduz
2015-12-26-Added table support to RichTextLabelreduz
2015-12-26Fix joystick hotplugging on windows, using right indices nowHondres
2015-12-24Merge pull request #3120 from Marqin/masterRémi Verschelde
2015-12-24Merge pull request #3131 from Hinsbart/missing_highlightRémi Verschelde
2015-12-24Colorize Rect2 and NodePath in script editorhondres
2015-12-23upgrade .travis.ymlMarqin
2015-12-23Merge pull request #3124 from mrezai/libpng-iospunto-
2015-12-23removed -ffast-math on ios, compiler bug?Ariel Manzur
2015-12-23redundant TAB removedmrezai
2015-12-23Fix ios libpng link errormrezai
2015-12-22Merge pull request #3116 from Ovnuniarchos/DocArea2DRémi Verschelde
2015-12-22New area space override modes documented. Also, PhysicsBody2D, Area2D, and Co...Ovnuniarchos
2015-12-22Merge pull request #3071 from Ovnuniarchos/NewAreaCombinersJuan Linietsky
2015-12-22threadsAriel Manzur