| Commit message (Expand) | Author | Files | Lines |
| 2016-06-29 | Add Variant to the list of clases, so it can be documented (make sure it can'... | Juan Linietsky | 1 | -0/+6 |
| 2016-06-29 | only call finished signal when it really finishes, closes #5222 | Juan Linietsky | 2 | -3/+9 |
| 2016-06-29 | make property not be applied in skeleton if not inside tree. This will eventu... | Juan Linietsky | 1 | -7/+9 |
| 2016-06-29 | remove unnecesary warning, closes #5169 | Juan Linietsky | 1 | -4/+4 |
| 2016-06-29 | AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation ... | Juan Linietsky | 1 | -1/+62 |
| 2016-06-29 | assetlib: Connect to the API using SSL | Rémi Verschelde | 1 | -1/+1 |
| 2016-06-29 | Turn on SNI in OpenSSL | Juan Linietsky | 1 | -0/+7 |
| 2016-06-29 | Do a second stage remap, so it considers translation first, atlas second, clo... | Juan Linietsky | 1 | -2/+17 |
| 2016-06-29 | Fix main(2D, 3D, Script) panel not updated when start up and select from tool... | volzhs | 1 | -1/+1 |
| 2016-06-28 | Initialize missing variables. Fixes #5461 | MarianoGNU | 1 | -2/+2 |
| 2016-06-28 | Editor properly reloads scenes if they changed on disk or were reimported | Juan Linietsky | 4 | -5/+88 |
| 2016-06-28 | Added ItemList.get_selected_items() doc | Jean Jung | 1 | -0/+1 |
| 2016-06-28 | syncing the reference | Jean Jung | 1 | -40/+80 |
| 2016-06-28 | itemlist-get_selected_items | Jean Jung | 2 | -2/+15 |
| 2016-06-28 | Change method of storing folding, solves problems with inheritance, closes #3395 | Juan Linietsky | 4 | -6/+31 |
| 2016-06-28 | Remove error when getting dependencies from tscn files in some cases, closes ... | Juan Linietsky | 2 | -22/+35 |
| 2016-06-28 | Properly show the source:line even in inner clases, closes #3766 | Juan Linietsky | 2 | -1/+2 |
| 2016-06-28 | Fix typo in file dialog shortcut | George Marques | 2 | -7/+7 |
| 2016-06-28 | Fix bug in inner class reference, closes #1411 | Juan Linietsky | 1 | -4/+9 |
| 2016-06-28 | Fixed bug related to resolving constants in a class, closes #1110 | Juan Linietsky | 1 | -1/+1 |
| 2016-06-28 | Fix extends issue, closes #4026 | Juan Linietsky | 2 | -1/+7 |
| 2016-06-28 | Fixed bug in instance state ordering, closes #3904 | Juan Linietsky | 2 | -4/+4 |
| 2016-06-28 | Avoid recursion in filesystem scanning, closes #3838 | Juan Linietsky | 1 | -16/+25 |
| 2016-06-28 | i18n: Corrected a typo (#5460) | Bonfi96 | 1 | -1/+1 |
| 2016-06-28 | i18n: Merge translations with template | Rémi Verschelde | 17 | -868/+2500 |
| 2016-06-28 | i18n: Sync template with source | Rémi Verschelde | 1 | -22/+105 |
| 2016-06-28 | i18n: Sync translations from Weblate | Rémi Verschelde | 10 | -297/+12594 |
| 2016-06-28 | i18n: Fix malformed TTR call | Rémi Verschelde | 1 | -2/+2 |
| 2016-06-28 | Fix style bug in event queue | Rémi Verschelde | 1 | -1/+1 |
| 2016-06-27 | Figured out a way to fix event propagation for shortcuts and some other cases... | Juan Linietsky | 5 | -1/+18 |
| 2016-06-27 | Ask about selecting a main scene if one has not been selected. | Juan Linietsky | 2 | -11/+41 |
| 2016-06-27 | fix bug in reporting of message queue size | Juan Linietsky | 1 | -1/+1 |
| 2016-06-27 | Make most resources (save for packedscenes and scripts) reload if they change... | Juan Linietsky | 9 | -11/+35 |
| 2016-06-27 | Add a small workaround to avoid modal tabs to be closed if they are spawned i... | Juan Linietsky | 3 | -1/+11 |
| 2016-06-27 | Properly complain when a scene file has not be selected, closes #3811 | Juan Linietsky | 1 | -0/+22 |
| 2016-06-27 | Ability to rotate controls using tool, closes #3800 | Juan Linietsky | 2 | -10/+40 |
| 2016-06-27 | Properly deliver localized coordinates when passing gui events through parent... | Juan Linietsky | 4 | -64/+74 |
| 2016-06-26 | Fix visual server error when minimizing the window | George Marques | 1 | -2/+6 |
| 2016-06-26 | Revert "Added toggle for loop interpolation based on adolson's code" | Rémi Verschelde | 6 | -61/+4 |
| 2016-06-26 | Avoid mirroring to go negative to fix crash, closes #4036 | Juan Linietsky | 1 | -0/+5 |
| 2016-06-26 | remove the warning of instances in use at exit | Juan Linietsky | 2 | -2/+2 |
| 2016-06-26 | Added an option to ParallaxLayer to add an extra scroll offset, helps if you ... | Juan Linietsky | 4 | -7/+50 |
| 2016-06-26 | Fix error reporting when a scene is not imported properly, closes #3968 | Juan Linietsky | 3 | -12/+18 |
| 2016-06-26 | Fix cscript module syntax errors for MSVC compiler | George Marques | 1 | -14/+14 |
| 2016-06-26 | Revert "Fix issue when switching between FileSystem and other editor docks" | Juan Linietsky | 1 | -0/+1 |
| 2016-06-26 | Revert "Improve parallax mirroring algorithm" | Rémi Verschelde | 1 | -4/+14 |
| 2016-06-26 | Ability to set draw transform as a matrix, closes #5428 | Juan Linietsky | 2 | -0/+13 |
| 2016-06-26 | Fixed selected text turning black, issue 5199 | Paulb23 | 1 | -0/+1 |
| 2016-06-26 | Cleaner way to enable ptrcall | Juan Linietsky | 2 | -1/+5 |
| 2016-06-26 | missing files | Juan Linietsky | 4 | -0/+83 |