Age | Commit message (Expand) | Author |
2016-01-02 | Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #... | Juan Linietsky |
2016-01-02 | -New reparent option "keep global transform" on reparent dialog. It is enable... | Juan Linietsky |
2016-01-02 | -Fix TouchScreenButton to work with stretch and viewport canvas transform, cl... | 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 | remove the invalid id error when freeing a 3D joint, fixes #2383 | Juan Linietsky |
2016-01-02 | Merge pull request #3193 from Hinsbart/trigger-as-axis | punto- |
2016-01-02 | Merge pull request #3192 from Hinsbart/trigger-as-axis | punto- |
2016-01-02 | bind trigger constants | hondres |
2016-01-02 | make num_buttons local, no need to keep in joystick struct | hondres |
2016-01-02 | Analog values for gamepad triggers, using axes 6 & 7 | hondres |
2016-01-01 | Merge pull request #3189 from neikeq/cfg_getval_default | Rémi Verschelde |
2016-01-01 | Added default value param to ConfigFile.get_value() | Ignacio Etcheverry |
2016-01-01 | properly removing unprocessed objects from physics islands fixes one way plat... | Juan Linietsky |
2016-01-01 | Merge pull request #3184 from vnen/update-copyright-2016 | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2016-01-01 | Make both lights and occluders stop working if hidden, fixes #2437 | Juan Linietsky |
2016-01-01 | Make CanvasModulate deactivate when hidden, fixes #2437 | Juan Linietsky |
2016-01-01 | introspection of signals and signal connections from GDScript was not working... | Juan Linietsky |
2016-01-01 | Merge pull request #3180 from aqnouch/patch-1 | George Marques |
2016-01-01 | Make sure auto bracket completion setting always works, closes #2332 | Juan Linietsky |
2016-01-01 | Updated copyright to 2016 | AQNOUCH Mohammed |
2015-12-31 | -Improved convex decomposer for CollisionPolygon2D, fixes #2336 | Juan Linietsky |
2015-12-31 | small fixes to color8 | Juan Linietsky |
2015-12-31 | -Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Col... | 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 | force thread model to single-safe when running editor, fixes #2387 | Juan Linietsky |
2015-12-31 | changed shortcuts to be better friends with OSX, closes #2398 | Juan Linietsky |
2015-12-31 | -fix range limit issue in Particles2D, closes #2411 | Juan Linietsky |
2015-12-31 | suport old-style engine.cfg colors in VariantParser, fixes #3176 | Juan Linietsky |
2015-12-31 | properly implement save as from script editor, fixes #2415 | Juan Linietsky |
2015-12-31 | remove error print in area collision, should be a valid situation, closes #2463 | Juan Linietsky |
2015-12-31 | -Fixed focus for shader editor when switching tab, closes #2551 | Juan Linietsky |
2015-12-31 | -Fix parsing of comments in VariantParser, fixes #3175 | Juan Linietsky |
2015-12-31 | -Changed var2str and str2var in GDScript to use VariantWriter and VariantParser | 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-30 | Merge pull request #3170 from leezh/subclass_segfault_fix | Rémi Verschelde |
2015-12-30 | added missing null check | Zher Huei Lee |
2015-12-30 | added missing onready allocation for subclasses | Zher Huei Lee |
2015-12-29 | add 2d paths and joints to collision/navigation debug, fixes #2439 | reduz |
2015-12-29 | Added a reset() function to Particles2D, fixes #2472, fixes #2468 | reduz |
2015-12-29 | removed wron return types, fixes #2483 | reduz |
2015-12-29 | Fix CanvasItem.draw_set_transform to act according to docs, fixes #2487 | reduz |
2015-12-29 | -fix loading of samples in mod, s3m and xm. Fixes #2553 | reduz |
2015-12-29 | remove an extra line | reduz |
2015-12-29 | -Make tilemap able to change light mask, fixes #2557 | reduz |
2015-12-29 | removed some prints | reduz |
2015-12-29 | -forgot a check for tools enabled, closes #3166 | reduz |