Age | Commit message (Expand) | Author |
2016-02-02 | -make stream player and time restore state properly if removed, fixes #1949 | Juan Linietsky |
2016-02-02 | -Add some offset to spinboxes in tree, so revert icon does not annoy much whe... | Juan Linietsky |
2016-02-02 | -make animationplayer thinner, also toolbuttons too. fixes #3526 | Juan Linietsky |
2016-02-01 | -remove the !inside_tree error, fixes grab focus error, closes #3521 | Juan Linietsky |
2016-02-01 | Make sure variant parser recognizes "nil" for compatibility with old engine.c... | Juan Linietsky |
2016-02-01 | store animation names in alphabetical order, fixes #3423 | Juan Linietsky |
2016-01-31 | -Removed bizarre code introduced in a 2 years old PR, fixes #3483 | Juan Linietsky |
2016-01-31 | -Fix crash opening and closing the scene, closes #3491 | Juan Linietsky |
2016-01-29 | -Increment resources total in scene format text, fixes #3506 | Juan Linietsky |
2016-01-27 | Merge pull request #3470 from MarianoGnu/master | Rémi Verschelde |
2016-01-27 | Fix Tree Slider disappearing when clicking on it | Franklin Sobrinho |
2016-01-26 | Remove strand debug print, fix #3473 | George Marques |
2016-01-26 | Get color constructor from ColorPicker | MarianoGNU |
2016-01-26 | Merge pull request #3467 from MarianoGnu/master | Rémi Verschelde |
2016-01-26 | Focus and select line edit every time color is changed. Fixes #2586 | MarianoGNU |
2016-01-26 | Fix wrong position of LineEdit in Scene editor | Franklin Sobrinho |
2016-01-25 | -Fix input bug on window ordering due to foretting to sort root items | Juan Linietsky |
2016-01-25 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2016-01-25 | -Changed how popups work in Viewport to make them a lot less invasive to the ... | Juan Linietsky |
2016-01-25 | Merge pull request #3440 from TheHX/issue-2946 | Rémi Verschelde |
2016-01-24 | Merge pull request #3434 from TheHX/pr-tscn-dependency | Juan Linietsky |
2016-01-24 | Fix .tscn not raising dependency error | Franklin Sobrinho |
2016-01-24 | Fixed small inconsistencies with the text format | Franklin Sobrinho |
2016-01-24 | Merge pull request #3431 from TheHX/pr-tscn-groups | Juan Linietsky |
2016-01-24 | -Take in consideration canvas layers for GUI input | Juan Linietsky |
2016-01-24 | Fix .tscn format not loading groups | Franklin Sobrinho |
2016-01-23 | Merge pull request #2698 from Faless/add_area_fix | Juan Linietsky |
2016-01-23 | -Some changes to how scenes and scripts are overriden in scene instance and i... | Juan Linietsky |
2016-01-23 | -Forgot to add clips input to graphedit, fixes #3420 | Juan Linietsky |
2016-01-23 | -Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368 | Juan Linietsky |
2016-01-23 | -Ability to retrieve state data from PackedScene, closes #3413 | Juan Linietsky |
2016-01-23 | -Added a "modal_close" signal for controls | Juan Linietsky |
2016-01-23 | Revert "Tree and PropertyEditor confirm value change on focus loss" | Juan Linietsky |
2016-01-22 | -Improved tab visibility, fixes #3314 | Juan Linietsky |
2016-01-22 | -leftover debug code was causing a crash in navigation 2d, removed it and fix... | Juan Linietsky |
2016-01-22 | -make sure instance placeholder works with duplicate(), fixes #3378 | Juan Linietsky |
2016-01-22 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2016-01-22 | -Fix viewport converting the scren in grayness, fixes #3406 | Juan Linietsky |
2016-01-21 | Merge pull request #3407 from TheHX/pr-issue-1717 | Rémi Verschelde |
2016-01-21 | Tree and PropertyEditor confirm value change on focus loss | Franklin Sobrinho |
2016-01-21 | Merge pull request #3403 from neikeq/spinbox_hold_imp | Rémi Verschelde |
2016-01-21 | Fix wrong local mouse pos when holding spinbox and improve behaviour | Ignacio Etcheverry |
2016-01-21 | Documented AudioServserSW, EventPlayer and EventStream*. Corrections on Audio... | Ovnuniarchos |
2016-01-20 | Merge pull request #3381 from MarianoGnu/graph_zoom | Rémi Verschelde |
2016-01-20 | Merge pull request #3390 from Hinsbart/duplicate_fix | Rémi Verschelde |
2016-01-19 | -Some fixes to drag and drop and canvas offset for GUI that were introduced a... | Juan Linietsky |
2016-01-20 | duplicate groups and signals | hondres |
2016-01-19 | Fix build with tools=no | Rémi Verschelde |
2016-01-18 | Add a slider to handle zoom | MarianoGNU |
2016-01-18 | Add zoom to GraphEdit | MarianoGNU |