Age | Commit message (Expand) | Author |
2016-07-01 | Fixed the order of input, reverts #4384, closes #5361 | Juan Linietsky |
2016-07-01 | Color picker was getting too much focus, made it get not as much focus. | Juan Linietsky |
2016-07-01 | Invalidate key focus if not visible, fixes #5354 | Juan Linietsky |
2016-07-01 | Improved drag&drop to work as n-piggeon wants to use, closes #5342 | Juan Linietsky |
2016-06-30 | Many fixes to scene tree node dragging, closes #5341 | Juan Linietsky |
2016-06-30 | Fixes to import plugin, closes #5318 | Juan Linietsky |
2016-06-30 | throw error if GridContainer::set_columns goes below 1, closes #5316 | Juan Linietsky |
2016-06-30 | Make both signals be ordered and samplelibrary items too, fixes scenes changi... | Juan Linietsky |
2016-06-30 | Properly show the sample and play it back, also closes #5288 | Juan Linietsky |
2016-06-30 | Fix some bugs in diraccess, closes #5288 | Juan Linietsky |
2016-06-30 | Added spatial editor shortcuts | Daniel J. Ramirez |
2016-06-30 | Only emit item_selected once per Tree row, closes #5280 | Juan Linietsky |
2016-06-30 | Improve Quick Open search | George Marques |
2016-06-30 | Merge pull request #5502 from Paulb23/dock_connection_spam_issue_5498 | Rémi Verschelde |
2016-06-30 | Fixed signal connection prints when moving docks, issue 5498 | Paulb23 |
2016-06-30 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2016-06-30 | Only check for constants when parsing constants, should close #5497 | Juan Linietsky |
2016-06-30 | Merge pull request #5495 from SuperUserNameMan/joystick_bug_windows | Rémi Verschelde |
2016-06-30 | Merge pull request #5494 from jay3d/master | Rémi Verschelde |
2016-06-30 | Merge pull request #5474 from samuelgrigolato/tile-map-idx | Rémi Verschelde |
2016-06-30 | Merge pull request #5449 from sanikoyes/Pr-placeholder-line-edit | Rémi Verschelde |
2016-06-30 | Merge pull request #5445 from susnux/arch-detection | Rémi Verschelde |
2016-06-30 | Merge pull request #5439 from samuelgrigolato/fix-filesystem-dock-min-size | Rémi Verschelde |
2016-06-30 | Merge pull request #5419 from djrm/shortcuts | Rémi Verschelde |
2016-06-30 | Merge pull request #5462 from volzhs/fix-pm-warning | Rémi Verschelde |
2016-06-30 | Merge pull request #5487 from Paulb23/function_highlighting_issue_5454 | Rémi Verschelde |
2016-06-29 | Ability to put constants in constant expressions, closes #5264 | Juan Linietsky |
2016-06-29 | Warn instad of crashing when class instance is gone after yield. Closes #5247... | Juan Linietsky |
2016-06-29 | Allow animation name to be clipped, closes #5246 | Juan Linietsky |
2016-06-29 | Add Variant to the list of clases, so it can be documented (make sure it can'... | Juan Linietsky |
2016-06-29 | only call finished signal when it really finishes, closes #5222 | Juan Linietsky |
2016-06-29 | make property not be applied in skeleton if not inside tree. This will eventu... | Juan Linietsky |
2016-06-29 | Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199 | Juan Linietsky |
2016-06-29 | remove unnecesary warning, closes #5169 | Juan Linietsky |
2016-06-29 | fixes #5464 windows_joystick close_joystick bug | SuperUserNameMan |
2016-06-29 | AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation ... | Juan Linietsky |
2016-06-29 | Canvas item editor shortcuts | Daniel J. Ramirez |
2016-06-29 | Fixed building for latest Haiku nightlies. | Jamil Halabi |
2016-06-29 | assetlib: Connect to the API using SSL | Rémi Verschelde |
2016-06-30 | Fix wrong return bool, string, string array data through jni | volzhs |
2016-06-29 | Fixed function highlighting with spaces | Paulb23 |
2016-06-29 | Turn on SNI in OpenSSL | Juan Linietsky |
2016-06-29 | Merge pull request #5479 from volzhs/fix-show-main-panel | Juan Linietsky |
2016-06-29 | Do a second stage remap, so it considers translation first, atlas second, clo... | Juan Linietsky |
2016-06-29 | Fix main(2D, 3D, Script) panel not updated when start up and select from tool... | volzhs |
2016-06-28 | Merge pull request #5478 from MarianoGnu/master | Mariano Javier Suligoy |
2016-06-28 | Initialize missing variables. Fixes #5461 | MarianoGNU |
2016-06-28 | Add tile index prefixes in tile map editor plugin. #5420 | Samuel Grigolato |
2016-06-28 | Merge pull request #5468 from jejung/itemlist-get-selected_items | George Marques |
2016-06-28 | Editor properly reloads scenes if they changed on disk or were reimported | Juan Linietsky |