Age | Commit message (Expand) | Author |
2015-12-29 | removed some prints | reduz |
2015-12-29 | -forgot a check for tools enabled, closes #3166 | reduz |
2015-12-29 | -add breakpoint statement to ease with debugging, closes #3165 | reduz |
2015-12-29 | -fixed bug with some indent blocks not properly checked, fixes #2570 | reduz |
2015-12-29 | -restrict gui root from being removed while performing input, fixes #2578 | reduz |
2015-12-29 | make it easy to edit popupmenus, fixes #2595 | reduz |
2015-12-29 | -Allow negative texture scale in TextureButton, fixes #2956 | reduz |
2015-12-29 | Add tab close icon to the default theme | Ignacio Etcheverry |
2015-12-29 | -property change object's rotation pivot on children of scaled CanvasLayer, f... | reduz |
2015-12-28 | do not allow editing of tilemap if it's invisible, fixes #2601 | reduz |
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-28 | Merge pull request #3150 from Ovnuniarchos/DocSexyBodies2D | Rémi Verschelde |
2015-12-28 | Fix proper ordering of project settings properties, also fixes inability to c... | reduz |
2015-12-28 | PhysicsBody2D and descendants documented. | Ovnuniarchos |
2015-12-28 | -Added proper code completion for singletons | reduz |
2015-12-28 | Ability to set autoloads as singleton global variables | reduz |
2015-12-28 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz |
2015-12-28 | -added a visual tool to change the pivot of a sprite/asprite/polygon/etc. Clo... | reduz |
2015-12-28 | Merge pull request #3146 from akien-mga/pr-argument-names | Rémi Verschelde |
2015-12-28 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz |
2015-12-28 | -fixed rich text label fill alignment, always works now | reduz |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde |
2015-12-28 | Fix wrong getters in ShaderGraph | Rémi Verschelde |
2015-12-28 | Remove bogus argument in body_get_node | Rémi Verschelde |
2015-12-28 | Remove bogus argument in sample_get_description | Rémi Verschelde |
2015-12-28 | Style fix for rounded_values methods in Range | Rémi Verschelde |
2015-12-27 | Sync doc with current source | Rémi Verschelde |
2015-12-26 | Merge pull request #3140 from neikeq/fix_refresh_icon | Juan Linietsky |
2015-12-26 | fixes crash/deadlock when video is paused and unpaused, might affect audio sy... | Ariel Manzur |
2015-12-26 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz |
2015-12-26 | small optimization improvement to rich text label tables | reduz |
2015-12-26 | Added reload icon to FileDialog's default theme | Ignacio Etcheverry |
2015-12-26 | Merge pull request #3138 from Hinsbart/joy_hotplug | punto- |
2015-12-26 | Fix RGBA Uniform autogeneration in ShaderGraph (fixes #2606) | MarianoGNU |
2015-12-26 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz |
2015-12-26 | -Added table support to RichTextLabel | reduz |
2015-12-26 | Fix joystick hotplugging on windows, using right indices now | Hondres |
2015-12-24 | Merge pull request #3120 from Marqin/master | Rémi Verschelde |
2015-12-24 | Merge pull request #3131 from Hinsbart/missing_highlight | Rémi Verschelde |
2015-12-24 | Colorize Rect2 and NodePath in script editor | hondres |
2015-12-23 | upgrade .travis.yml | Marqin |
2015-12-23 | Merge pull request #3124 from mrezai/libpng-ios | punto- |
2015-12-23 | removed -ffast-math on ios, compiler bug? | Ariel Manzur |
2015-12-23 | redundant TAB removed | mrezai |
2015-12-23 | Fix ios libpng link error | mrezai |
2015-12-22 | Merge pull request #3116 from Ovnuniarchos/DocArea2D | Rémi Verschelde |
2015-12-22 | New area space override modes documented. Also, PhysicsBody2D, Area2D, and Co... | Ovnuniarchos |
2015-12-22 | Merge pull request #3071 from Ovnuniarchos/NewAreaCombiners | Juan Linietsky |
2015-12-22 | threads | Ariel Manzur |