Age | Commit message (Expand) | Author |
2016-01-03 | Disable renaming AnimatedSprite frames | Ignacio Etcheverry |
2016-01-03 | Show the texture name after the frame number in the SpriteFrames editor | Nounours Heureux |
2016-01-02 | Added var2bytes and bytes2var to convet any variable to bytes and back. Close... | Juan Linietsky |
2016-01-02 | -Fix global transform cache not being cleared in 2D nodes, fixes many editor ... | Juan Linietsky |
2016-01-02 | -Ability to roll-back script-exported properties to their default value on th... | Juan Linietsky |
2016-01-02 | Make buttons properly obey stylebox content marins, closes #2156 | Juan Linietsky |
2016-01-02 | fixed uninitialized tool mode in path 2d editor | Juan Linietsky |
2016-01-02 | Support BMFont in font editor plugin, closes #2204 | Juan Linietsky |
2016-01-02 | -New reparent option "keep global transform" on reparent dialog. It is enable... | Juan Linietsky |
2016-01-02 | Properly hide assign/clear dialog, closes #2295 | Juan Linietsky |
2016-01-02 | proper joy axis support as actions, can be configured and inquired, fixes #2317 | Juan Linietsky |
2016-01-02 | FileDialog: keyboard shortcut to toggle "show hidden files" | Ignacio Etcheverry |
2016-01-01 | Fix editor layout saving | Ignacio Etcheverry |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2016-01-01 | Make sure auto bracket completion setting always works, closes #2332 | Juan Linietsky |
2015-12-31 | make json sub-dictionaries shared, fixes #2381 | Juan Linietsky |
2015-12-31 | When inserting new values in array property editor, keep type of last item, c... | Juan Linietsky |
2015-12-31 | changed shortcuts to be better friends with OSX, closes #2398 | Juan Linietsky |
2015-12-31 | properly implement save as from script editor, fixes #2415 | Juan Linietsky |
2015-12-31 | -Fixed focus for shader editor when switching tab, closes #2551 | Juan Linietsky |
2015-12-31 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2015-12-31 | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495 | Juan Linietsky |
2015-12-29 | removed wron return types, fixes #2483 | reduz |
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 | Fix proper ordering of project settings properties, also fixes inability to c... | reduz |
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 | Add missing argument names in GDScript bindings | Rémi Verschelde |
2015-12-26 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz |
2015-12-26 | -Added table support to RichTextLabel | reduz |
2015-12-24 | Colorize Rect2 and NodePath in script editor | hondres |
2015-12-21 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2015-12-21 | -Fix to progress dialog, speding it up | Juan Linietsky |
2015-12-20 | this failed in msvc, didn't in linux and mingw | Ariel Manzur |
2015-12-16 | Merge pull request #3090 from neikeq/fix_3088 | Rémi Verschelde |
2015-12-16 | small fix for undo redo | Juan Linietsky |
2015-12-16 | added labels to sections and properties | Juan Linietsky |
2015-12-15 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2015-12-15 | -split view of property editor and editor settings | Juan Linietsky |
2015-12-15 | Fix Remove Item option in TileSet plugin | Ignacio Etcheverry |
2015-12-15 | Merge pull request #3080 from akien-mga/pr-input-presets | Rémi Verschelde |
2015-12-15 | Merge pull request #3083 from TheHX/pr-file-dialog | Rémi Verschelde |
2015-12-15 | Add editor setting for display mode on file dialog and filesystem dock | Franklin Sobrinho |
2015-12-15 | Prevent deleting input presets as it does not work | Rémi Verschelde |
2015-12-14 | Merge pull request #3076 from neikeq/rename_actions | Rémi Verschelde |
2015-12-14 | Forbid renaming input presets | Ignacio Etcheverry |
2015-12-14 | Added input actions renaming | Ignacio Etcheverry |