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