aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed no longer needed checkJuan Linietsky2016-07-021-2/+2
|
* Data dir returns a symlink in Android 6.0, which confuses DirAccess on ↵Juan Linietsky2016-07-022-2/+29
| | | | android, this should fix it
* Merge pull request #5522 from neikeq/pr-issue-5519Juan Linietsky2016-07-021-6/+12
|\ | | | | Prettier str() for arrays
| * Prettier str() for arraysIgnacio Etcheverry2016-07-021-6/+12
| |
* | Merge pull request #5407 from RandomShaper/opt-self-indexingJuan Linietsky2016-07-011-3/+11
|\ \ | | | | | | Optimize member access with self
| * | Optimize member access with selfPedro J. Estébanez2016-06-251-3/+11
| | | | | | | | | | | | Let the compiler take the fast path when a member is superfluously accessed with `self.`.
* | | Fixed the order of input, reverts #4384, closes #5361Juan Linietsky2016-07-012-10/+2
| | |
* | | Color picker was getting too much focus, made it get not as much focus.Juan Linietsky2016-07-014-4/+18
| | | | | | | | | | | | This abuse of focus was the original culprit of #5354
* | | Invalidate key focus if not visible, fixes #5354Juan Linietsky2016-07-011-1/+6
| | |
* | | Improved drag&drop to work as n-piggeon wants to use, closes #5342Juan Linietsky2016-07-011-15/+40
| | |
* | | Many fixes to scene tree node dragging, closes #5341Juan Linietsky2016-06-302-4/+14
| | |
* | | Fixes to import plugin, closes #5318Juan Linietsky2016-06-301-5/+74
| | |
* | | throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky2016-06-301-0/+1
| | |
* | | Make both signals be ordered and samplelibrary items too, fixes scenes ↵Juan Linietsky2016-06-302-1/+13
| | | | | | | | | | | | changing for git, closes #5289
* | | Properly show the sample and play it back, also closes #5288Juan Linietsky2016-06-301-2/+3
| | |
* | | Fix some bugs in diraccess, closes #5288Juan Linietsky2016-06-303-25/+34
| | |
* | | Only emit item_selected once per Tree row, closes #5280Juan Linietsky2016-06-301-1/+6
| | |
* | | Merge pull request #5502 from Paulb23/dock_connection_spam_issue_5498Rémi Verschelde2016-06-304-5/+17
|\ \ \ | | | | | | | | Fixed signal connection prints when moving docks, issue 5498
| * | | Fixed signal connection prints when moving docks, issue 5498Paulb232016-06-304-5/+17
| | | |
* | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-06-3013-17/+101
|\| | |
| * | | Merge pull request #5495 from SuperUserNameMan/joystick_bug_windowsRémi Verschelde2016-06-301-1/+1
| |\ \ \ | | | | | | | | | | fixes #5464 windows_joystick close_joystick bug
| | * | | fixes #5464 windows_joystick close_joystick bugSuperUserNameMan2016-06-291-1/+1
| | | | |
| * | | | Merge pull request #5494 from jay3d/masterRémi Verschelde2016-06-303-4/+19
| |\ \ \ \ | | | | | | | | | | | | Fixed building for latest Haiku nightlies.
| | * | | | Fixed building for latest Haiku nightlies.Jamil Halabi2016-06-293-4/+19
| | |/ / /
| * | | | Merge pull request #5474 from samuelgrigolato/tile-map-idxRémi Verschelde2016-06-301-1/+1
| |\ \ \ \ | | | | | | | | | | | | Add tile index prefixes in tile map editor plugin
| | * | | | Add tile index prefixes in tile map editor plugin. #5420Samuel Grigolato2016-06-281-1/+1
| | | | | |
| * | | | | Merge pull request #5449 from sanikoyes/Pr-placeholder-line-editRémi Verschelde2016-06-302-5/+46
| |\ \ \ \ \ | | | | | | | | | | | | | | Add placeholder property for line_edit
| | * | | | | add placeholder alpha propertysanikoyes2016-06-282-2/+21
| | | | | | |
| | * | | | | Add placeholder property for line_editsanikoyes2016-06-272-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this useful for user input tip
| * | | | | | Merge pull request #5445 from susnux/arch-detectionRémi Verschelde2016-06-301-1/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix compiling for X11 on non-86, this fixes #5444
| | * | | | | | Fix compiling for X11 on non-86, this fixes #5444Ferdinand Thiessen2016-06-271-1/+3
| | | | | | | |
| * | | | | | | Merge pull request #5439 from samuelgrigolato/fix-filesystem-dock-min-sizeRémi Verschelde2016-06-301-1/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix issue when switching between FileSystem and other editor docks
| | * | | | | | | Fix issue when switching between FileSystem and other editor docks. #5384Samuel Grigolato2016-06-261-1/+2
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #5419 from djrm/shortcutsRémi Verschelde2016-06-303-1/+24
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Shortcuts for script switching in script Mode
| | * | | | | | | Shortcuts for script switching in script ModeDaniel J. Ramirez2016-06-263-1/+24
| | | | | | | | |
| * | | | | | | | Merge pull request #5462 from volzhs/fix-pm-warningRémi Verschelde2016-06-301-3/+0
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | remove the warning of instances in use at Project manager exit
| | * | | | | | | | remove the warning of instances in use at Project manager exitvolzhs2016-06-281-3/+0
| | | | | | | | | |
| * | | | | | | | | Merge pull request #5487 from Paulb23/function_highlighting_issue_5454Rémi Verschelde2016-06-301-0/+5
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed function highlighting with spaces
| | * | | | | | | | | Fixed function highlighting with spacesPaulb232016-06-291-0/+5
| | | | | | | | | | |
* | | | | | | | | | | Only check for constants when parsing constants, should close #5497Juan Linietsky2016-06-302-20/+22
|/ / / / / / / / / /
* | | | | | | | | | Ability to put constants in constant expressions, closes #5264Juan Linietsky2016-06-291-0/+9
| | | | | | | | | |
* | | | | | | | | | Warn instad of crashing when class instance is gone after yield. Closes ↵Juan Linietsky2016-06-293-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #5247 , probably closes other yield related crashes
* | | | | | | | | | 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 ↵Juan Linietsky2016-06-291-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can't be documented that it can't be used). Closes #5237
* | | | | | | | | | 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 ↵Juan Linietsky2016-06-291-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eventually e changed. Fixes #5205
* | | | | | | | | | Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199Juan Linietsky2016-06-291-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed selected text turning black, issue 5199
| * | | | | | | | | | 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
| |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | if the one in SpriteFrames is removed/added or renamed. Closes #5152