summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-01Fixed the order of input, reverts #4384, closes #5361Juan Linietsky
2016-07-01Color picker was getting too much focus, made it get not as much focus.Juan Linietsky
This abuse of focus was the original culprit of #5354
2016-07-01Invalidate key focus if not visible, fixes #5354Juan Linietsky
2016-07-01Improved drag&drop to work as n-piggeon wants to use, closes #5342Juan Linietsky
2016-06-30Many fixes to scene tree node dragging, closes #5341Juan Linietsky
2016-06-30Fixes to import plugin, closes #5318Juan Linietsky
2016-06-30throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky
2016-06-30Make both signals be ordered and samplelibrary items too, fixes scenes ↵Juan Linietsky
changing for git, closes #5289
2016-06-30Properly show the sample and play it back, also closes #5288Juan Linietsky
2016-06-30Fix some bugs in diraccess, closes #5288Juan Linietsky
2016-06-30Only emit item_selected once per Tree row, closes #5280Juan Linietsky
2016-06-30Merge pull request #5502 from Paulb23/dock_connection_spam_issue_5498Rémi Verschelde
Fixed signal connection prints when moving docks, issue 5498
2016-06-30Fixed signal connection prints when moving docks, issue 5498Paulb23
2016-06-30Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-06-30Only check for constants when parsing constants, should close #5497Juan Linietsky
2016-06-30Merge pull request #5495 from SuperUserNameMan/joystick_bug_windowsRémi Verschelde
fixes #5464 windows_joystick close_joystick bug
2016-06-30Merge pull request #5494 from jay3d/masterRémi Verschelde
Fixed building for latest Haiku nightlies.
2016-06-30Merge pull request #5474 from samuelgrigolato/tile-map-idxRémi Verschelde
Add tile index prefixes in tile map editor plugin
2016-06-30Merge pull request #5449 from sanikoyes/Pr-placeholder-line-editRémi Verschelde
Add placeholder property for line_edit
2016-06-30Merge pull request #5445 from susnux/arch-detectionRémi Verschelde
Fix compiling for X11 on non-86, this fixes #5444
2016-06-30Merge pull request #5439 from samuelgrigolato/fix-filesystem-dock-min-sizeRémi Verschelde
Fix issue when switching between FileSystem and other editor docks
2016-06-30Merge pull request #5419 from djrm/shortcutsRémi Verschelde
Shortcuts for script switching in script Mode
2016-06-30Merge pull request #5462 from volzhs/fix-pm-warningRémi Verschelde
remove the warning of instances in use at Project manager exit
2016-06-30Merge pull request #5487 from Paulb23/function_highlighting_issue_5454Rémi Verschelde
Fixed function highlighting with spaces
2016-06-29Ability to put constants in constant expressions, closes #5264Juan Linietsky
2016-06-29Warn instad of crashing when class instance is gone after yield. Closes ↵Juan Linietsky
#5247 , probably closes other yield related crashes
2016-06-29Allow animation name to be clipped, closes #5246Juan Linietsky
2016-06-29Add Variant to the list of clases, so it can be documented (make sure it ↵Juan Linietsky
can't be documented that it can't be used). Closes #5237
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 ↵Juan Linietsky
eventually e changed. Fixes #5205
2016-06-29Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199Juan Linietsky
Fixed selected text turning black, issue 5199
2016-06-29remove unnecesary warning, closes #5169Juan Linietsky
2016-06-29fixes #5464 windows_joystick close_joystick bugSuperUserNameMan
2016-06-29AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation ↵Juan Linietsky
if the one in SpriteFrames is removed/added or renamed. Closes #5152
2016-06-29Fixed building for latest Haiku nightlies.Jamil Halabi
2016-06-29assetlib: Connect to the API using SSLRémi Verschelde
Note: it does not work in the project manager as the latter does not use the editor-bundled certificates, but that's a bug and should be fixed.
2016-06-29Fixed function highlighting with spacesPaulb23
2016-06-29Turn on SNI in OpenSSLJuan Linietsky
2016-06-29Merge pull request #5479 from volzhs/fix-show-main-panelJuan Linietsky
Fix main(2D, 3D, Script) panel not updated when start up and select f…
2016-06-29Do a second stage remap, so it considers translation first, atlas second, ↵Juan Linietsky
closes #5147
2016-06-29Fix main(2D, 3D, Script) panel not updated when start up and select from ↵volzhs
tool button
2016-06-28Merge pull request #5478 from MarianoGnu/masterMariano Javier Suligoy
Initialize missing variables. Fixes #5461
2016-06-28Initialize missing variables. Fixes #5461MarianoGNU
2016-06-28Add tile index prefixes in tile map editor plugin. #5420Samuel Grigolato
2016-06-28Merge pull request #5468 from jejung/itemlist-get-selected_itemsGeorge Marques
itemlist-get_selected_items
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