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