summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-29only call finished signal when it really finishes, closes #5222Juan Linietsky
2016-06-29make property not be applied in skeleton if not inside tree. This will eventu...Juan Linietsky
2016-06-29Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199Juan Linietsky
2016-06-29remove unnecesary warning, closes #5169Juan Linietsky
2016-06-29AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation ...Juan Linietsky
2016-06-29assetlib: Connect to the API using SSLRémi Verschelde
2016-06-29Turn on SNI in OpenSSLJuan Linietsky
2016-06-29Merge pull request #5479 from volzhs/fix-show-main-panelJuan Linietsky
2016-06-29Do a second stage remap, so it considers translation first, atlas second, clo...Juan Linietsky
2016-06-29Fix main(2D, 3D, Script) panel not updated when start up and select from tool...volzhs
2016-06-28Merge pull request #5478 from MarianoGnu/masterMariano Javier Suligoy
2016-06-28Initialize missing variables. Fixes #5461MarianoGNU
2016-06-28Merge pull request #5468 from jejung/itemlist-get-selected_itemsGeorge Marques
2016-06-28Editor properly reloads scenes if they changed on disk or were reimportedJuan Linietsky
2016-06-28Added ItemList.get_selected_items() docJean Jung
2016-06-28syncing the referenceJean Jung
2016-06-28itemlist-get_selected_itemsJean Jung
2016-06-28Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky
2016-06-28Remove error when getting dependencies from tscn files in some cases, closes ...Juan Linietsky
2016-06-28Properly show the source:line even in inner clases, closes #3766Juan Linietsky
2016-06-28Merge pull request #5463 from vnen/fix-shortcut-typoRémi Verschelde
2016-06-28Fix typo in file dialog shortcutGeorge Marques
2016-06-28Fix bug in inner class reference, closes #1411Juan Linietsky
2016-06-28Fixed bug related to resolving constants in a class, closes #1110Juan Linietsky
2016-06-28Fix extends issue, closes #4026Juan Linietsky
2016-06-28Fixed bug in instance state ordering, closes #3904Juan Linietsky
2016-06-28Avoid recursion in filesystem scanning, closes #3838Juan Linietsky
2016-06-28i18n: Corrected a typo (#5460)Bonfi96
2016-06-28i18n: Merge translations with templateRémi Verschelde
2016-06-28i18n: Sync template with sourceRémi Verschelde
2016-06-28i18n: Sync translations from WeblateRémi Verschelde
2016-06-28i18n: Fix malformed TTR callRémi Verschelde
2016-06-28Fix style bug in event queueRémi Verschelde
2016-06-27Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky
2016-06-27Ask about selecting a main scene if one has not been selected.Juan Linietsky
2016-06-27fix bug in reporting of message queue sizeJuan Linietsky
2016-06-27Make most resources (save for packedscenes and scripts) reload if they change...Juan Linietsky
2016-06-27Add a small workaround to avoid modal tabs to be closed if they are spawned i...Juan Linietsky
2016-06-27Properly complain when a scene file has not be selected, closes #3811Juan Linietsky
2016-06-27Ability to rotate controls using tool, closes #3800Juan Linietsky
2016-06-27Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky
2016-06-27Merge pull request #5438 from akien-mga/pr-revert-loop-interpolationJuan Linietsky
2016-06-26Merge pull request #5437 from vnen/fix-visualserver-minimize-errorJuan Linietsky
2016-06-26Fix visual server error when minimizing the windowGeorge Marques
2016-06-26Revert "Added toggle for loop interpolation based on adolson's code"Rémi Verschelde
2016-06-26Avoid mirroring to go negative to fix crash, closes #4036Juan Linietsky
2016-06-26remove the warning of instances in use at exitJuan Linietsky
2016-06-26Added an option to ParallaxLayer to add an extra scroll offset, helps if you ...Juan Linietsky
2016-06-26Fix error reporting when a scene is not imported properly, closes #3968Juan Linietsky
2016-06-26Merge pull request #5434 from vnen/fix-msvc-cscript-compileRémi Verschelde