Age | Commit message (Expand) | Author |
2015-10-17 | -remove path after inheriting, fixes #2616 | Juan Linietsky |
2015-10-17 | -Propertly restrict renaming of nodes in inherited scenes, fixes #2615 | Juan Linietsky |
2015-10-17 | remove unpexpected revert button, fixes #2614 | Juan Linietsky |
2015-10-17 | -Added const to a reference, should fix #2613 | Juan Linietsky |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky |
2015-10-17 | -fixes disability to remove instanced nodes when reopening scene. Fixes #2610 | Juan Linietsky |
2015-10-17 | Merge pull request #2274 from MarianoGnu/master | Juan Linietsky |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky |
2015-10-17 | Merge pull request #2053 from rodolforg/fix-import-button-label | Juan Linietsky |
2015-10-17 | Merge pull request #2250 from PeaceSells50/AddedGridMapSettings | Juan Linietsky |
2015-10-17 | Merge pull request #2357 from volzhs/prevent-to-change-tool-mode | Juan Linietsky |
2015-10-17 | Merge pull request #2362 from AlexHolly/update-scene-tab-fix | Juan Linietsky |
2015-10-17 | Merge pull request #2380 from StraToN/tabs-buttons | Juan Linietsky |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky |
2015-10-17 | misc cleanup | Juan Linietsky |
2015-10-17 | Merge pull request #2479 from firefly2442/cppcheck-unusedvars | Juan Linietsky |
2015-10-17 | Merge pull request #2555 from jackmakesthings/class-reference-formatting | Juan Linietsky |
2015-10-17 | Merge pull request #2569 from TheHX/issue_2567 | Juan Linietsky |
2015-10-16 | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU |
2015-10-16 | -fixes and more fixes to new scene system, seems stable now.. | reduz |
2015-10-10 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz |
2015-10-10 | Large improvements on scene packing and management | reduz |
2015-10-08 | newline fixes | reduz |
2015-10-04 | Fix bug in EditorPlugin::add_custom_control, fixes #2567 | Franklin Sobrinho |
2015-10-02 | Add support for Opus audio format | George Marques |
2015-10-01 | -Added ability to use cubic interpolation on image resize (little more qualit... | Juan Linietsky |
2015-09-29 | Small readability fixes for the in-game class reference - fixes #2515 and #23... | Jack Gold |
2015-09-28 | Merge pull request #2528 from MarianoGnu/sprite-edit | Juan Linietsky |
2015-09-28 | Add SpriteRegionEditor and update Polygon2DUVEditor | MarianoGNU |
2015-09-24 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky |
2015-09-24 | Added ability to set custom mouse cursors. Not hardware accelerated yet. | Juan Linietsky |
2015-09-20 | Ability to visually debug geometry visually: | Juan Linietsky |
2015-09-16 | ran cppcheck, found unused variables | firefly2442 |
2015-09-16 | Merge pull request #2352 from xodene/patch-6/script-file-new | Juan Linietsky |
2015-09-13 | Set AnimationEditor UndoRedo reference on creation | George Marques |
2015-09-09 | Rewrite of the AudioStream API | Juan Linietsky |
2015-09-03 | merged some stuff for okam | Juan Linietsky |
2015-09-01 | -removed resources dock, good bye old friend | Juan Linietsky |
2015-08-30 | new editor settings customization of where to run the game from the editor | Juan Linietsky |
2015-08-30 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy |
2015-08-30 | Add missing icons, also make MSVC2010 happy | Mariano Javier Suligoy |
2015-08-30 | make moving up&down items from the autoload list work | Juan Linietsky |
2015-08-30 | -fix compile issue (pow) | Juan Linietsky |
2015-08-30 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy |
2015-08-30 | Compile shaders using default values. | Mariano Javier Suligoy |
2015-08-29 | -Properly keep animation editor and viewport state while switching scene tabs | Juan Linietsky |
2015-08-29 | Edit default values. WARNING!!! | Mariano Javier Suligoy |
2015-08-29 | -display/emulate_touchscreen now really emulates a touchscreen | Juan Linietsky |
2015-08-29 | -added hints to sprite v/hframes, fixes truncation problem | Juan Linietsky |
2015-08-25 | make sure array is created if not existing, as noted by Guilherme Felipe | Juan Linietsky |