aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow animation name to be clipped, closes #5246Juan Linietsky2016-06-291-0/+1
* Add Variant to the list of clases, so it can be documented (make sure it can'...Juan Linietsky2016-06-291-0/+6
* only call finished signal when it really finishes, closes #5222Juan Linietsky2016-06-292-3/+9
* make property not be applied in skeleton if not inside tree. This will eventu...Juan Linietsky2016-06-291-7/+9
* Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199Juan Linietsky2016-06-291-0/+1
|\
| * Fixed selected text turning black, issue 5199Paulb232016-06-261-0/+1
* | remove unnecesary warning, closes #5169Juan Linietsky2016-06-291-4/+4
* | AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation ...Juan Linietsky2016-06-291-1/+62
* | assetlib: Connect to the API using SSLRémi Verschelde2016-06-291-1/+1
* | Turn on SNI in OpenSSLJuan Linietsky2016-06-291-0/+7
* | Merge pull request #5479 from volzhs/fix-show-main-panelJuan Linietsky2016-06-291-1/+1
|\ \
| * | Fix main(2D, 3D, Script) panel not updated when start up and select from tool...volzhs2016-06-291-1/+1
* | | Do a second stage remap, so it considers translation first, atlas second, clo...Juan Linietsky2016-06-291-2/+17
|/ /
* | Merge pull request #5478 from MarianoGnu/masterMariano Javier Suligoy2016-06-281-2/+2
|\ \
| * | Initialize missing variables. Fixes #5461MarianoGNU2016-06-281-2/+2
|/ /
* | Merge pull request #5468 from jejung/itemlist-get-selected_itemsGeorge Marques2016-06-283-42/+96
|\ \
| * | Added ItemList.get_selected_items() docJean Jung2016-06-281-0/+1
| * | syncing the referenceJean Jung2016-06-281-40/+80
| * | itemlist-get_selected_itemsJean Jung2016-06-282-2/+15
* | | Editor properly reloads scenes if they changed on disk or were reimportedJuan Linietsky2016-06-284-5/+88
* | | Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky2016-06-284-6/+31
* | | Remove error when getting dependencies from tscn files in some cases, closes ...Juan Linietsky2016-06-282-22/+35
* | | Properly show the source:line even in inner clases, closes #3766Juan Linietsky2016-06-282-1/+2
* | | Merge pull request #5463 from vnen/fix-shortcut-typoRémi Verschelde2016-06-282-7/+7
|\ \ \ | |/ / |/| |
| * | Fix typo in file dialog shortcutGeorge Marques2016-06-282-7/+7
* | | Fix bug in inner class reference, closes #1411Juan Linietsky2016-06-281-4/+9
|/ /
* | Fixed bug related to resolving constants in a class, closes #1110Juan Linietsky2016-06-281-1/+1
* | Fix extends issue, closes #4026Juan Linietsky2016-06-282-1/+7
* | Fixed bug in instance state ordering, closes #3904Juan Linietsky2016-06-282-4/+4
* | Avoid recursion in filesystem scanning, closes #3838Juan Linietsky2016-06-281-16/+25
* | i18n: Corrected a typo (#5460)Bonfi962016-06-281-1/+1
* | i18n: Merge translations with templateRémi Verschelde2016-06-2817-868/+2500
* | i18n: Sync template with sourceRémi Verschelde2016-06-281-22/+105
* | i18n: Sync translations from WeblateRémi Verschelde2016-06-2810-297/+12594
* | i18n: Fix malformed TTR callRémi Verschelde2016-06-281-2/+2
* | Fix style bug in event queueRémi Verschelde2016-06-281-1/+1
* | Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky2016-06-275-1/+18
* | Ask about selecting a main scene if one has not been selected.Juan Linietsky2016-06-272-11/+41
* | fix bug in reporting of message queue sizeJuan Linietsky2016-06-271-1/+1
* | Make most resources (save for packedscenes and scripts) reload if they change...Juan Linietsky2016-06-279-11/+35
* | Add a small workaround to avoid modal tabs to be closed if they are spawned i...Juan Linietsky2016-06-273-1/+11
* | Properly complain when a scene file has not be selected, closes #3811Juan Linietsky2016-06-271-0/+22
* | Ability to rotate controls using tool, closes #3800Juan Linietsky2016-06-272-10/+40
* | Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky2016-06-274-64/+74
* | Merge pull request #5438 from akien-mga/pr-revert-loop-interpolationJuan Linietsky2016-06-276-61/+4
|\ \
| * | Revert "Added toggle for loop interpolation based on adolson's code"Rémi Verschelde2016-06-266-61/+4
* | | Merge pull request #5437 from vnen/fix-visualserver-minimize-errorJuan Linietsky2016-06-261-2/+6
|\ \ \ | |/ / |/| |
| * | Fix visual server error when minimizing the windowGeorge Marques2016-06-261-2/+6
|/ /
* | Avoid mirroring to go negative to fix crash, closes #4036Juan Linietsky2016-06-261-0/+5
* | remove the warning of instances in use at exitJuan Linietsky2016-06-262-2/+2