Age | Commit message (Expand) | Author |
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 | AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation ... | Juan Linietsky |
2016-06-29 | assetlib: Connect to the API using SSL | Rémi Verschelde |
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 | 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 |
2016-06-28 | Added ItemList.get_selected_items() doc | Jean Jung |
2016-06-28 | syncing the reference | Jean Jung |
2016-06-28 | itemlist-get_selected_items | Jean Jung |
2016-06-28 | Change method of storing folding, solves problems with inheritance, closes #3395 | Juan Linietsky |
2016-06-28 | Remove error when getting dependencies from tscn files in some cases, closes ... | Juan Linietsky |
2016-06-28 | Properly show the source:line even in inner clases, closes #3766 | Juan Linietsky |
2016-06-28 | Merge pull request #5463 from vnen/fix-shortcut-typo | Rémi Verschelde |
2016-06-28 | Fix typo in file dialog shortcut | George Marques |
2016-06-28 | Fix bug in inner class reference, closes #1411 | Juan Linietsky |
2016-06-28 | Fixed bug related to resolving constants in a class, closes #1110 | Juan Linietsky |
2016-06-28 | Fix extends issue, closes #4026 | Juan Linietsky |
2016-06-28 | Fixed bug in instance state ordering, closes #3904 | Juan Linietsky |
2016-06-28 | Avoid recursion in filesystem scanning, closes #3838 | Juan Linietsky |
2016-06-28 | i18n: Corrected a typo (#5460) | Bonfi96 |
2016-06-28 | i18n: Merge translations with template | Rémi Verschelde |
2016-06-28 | i18n: Sync template with source | Rémi Verschelde |
2016-06-28 | i18n: Sync translations from Weblate | Rémi Verschelde |
2016-06-28 | i18n: Fix malformed TTR call | Rémi Verschelde |
2016-06-28 | Fix style bug in event queue | Rémi Verschelde |
2016-06-27 | Figured out a way to fix event propagation for shortcuts and some other cases... | Juan Linietsky |
2016-06-27 | Ask about selecting a main scene if one has not been selected. | Juan Linietsky |
2016-06-27 | fix bug in reporting of message queue size | Juan Linietsky |
2016-06-27 | Make most resources (save for packedscenes and scripts) reload if they change... | Juan Linietsky |
2016-06-27 | Add a small workaround to avoid modal tabs to be closed if they are spawned i... | Juan Linietsky |
2016-06-27 | Properly complain when a scene file has not be selected, closes #3811 | Juan Linietsky |
2016-06-27 | Ability to rotate controls using tool, closes #3800 | Juan Linietsky |
2016-06-27 | Properly deliver localized coordinates when passing gui events through parent... | Juan Linietsky |
2016-06-27 | Merge pull request #5438 from akien-mga/pr-revert-loop-interpolation | Juan Linietsky |
2016-06-26 | Merge pull request #5437 from vnen/fix-visualserver-minimize-error | Juan Linietsky |
2016-06-26 | Fix visual server error when minimizing the window | George Marques |
2016-06-26 | Revert "Added toggle for loop interpolation based on adolson's code" | Rémi Verschelde |
2016-06-26 | Avoid mirroring to go negative to fix crash, closes #4036 | Juan Linietsky |
2016-06-26 | remove the warning of instances in use at exit | Juan Linietsky |
2016-06-26 | Added an option to ParallaxLayer to add an extra scroll offset, helps if you ... | Juan Linietsky |
2016-06-26 | Fix error reporting when a scene is not imported properly, closes #3968 | Juan Linietsky |
2016-06-26 | Merge pull request #5434 from vnen/fix-msvc-cscript-compile | Rémi Verschelde |