aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5491 from volzhs/fix-jni-bool-stringRémi Verschelde2016-07-031-5/+3
|\
| * Fix wrong return bool, string, string array data through jnivolzhs2016-06-301-5/+3
* | Added proper resource preview cache invalidation, fixes #5342Juan Linietsky2016-07-037-0/+74
* | GH linguist: properly detect .inc files as C++Rémi Verschelde2016-07-033-722/+1
* | missnig ;Juan Linietsky2016-07-021-1/+1
* | Removed no longer needed checkJuan Linietsky2016-07-021-2/+2
* | Data dir returns a symlink in Android 6.0, which confuses DirAccess on androi...Juan Linietsky2016-07-022-2/+29
* | Merge pull request #5522 from neikeq/pr-issue-5519Juan Linietsky2016-07-021-6/+12
|\ \
| * | 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 selfPedro J. Estébanez2016-06-251-3/+11
* | | | 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
* | | | 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 changi...Juan Linietsky2016-06-302-1/+13
* | | | 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 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 bugSuperUserNameMan2016-06-291-1/+1
| * | | | | Merge pull request #5494 from jay3d/masterRémi Verschelde2016-06-303-4/+19
| |\ \ \ \ \
| | * | | | | 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. #5420Samuel Grigolato2016-06-281-1/+1
| * | | | | | Merge pull request #5449 from sanikoyes/Pr-placeholder-line-editRémi Verschelde2016-06-302-5/+46
| |\ \ \ \ \ \
| | * | | | | | add placeholder alpha propertysanikoyes2016-06-282-2/+21
| | * | | | | | Add placeholder property for line_editsanikoyes2016-06-272-5/+27
| * | | | | | | Merge pull request #5445 from susnux/arch-detectionRémi Verschelde2016-06-301-1/+3
| |\ \ \ \ \ \ \
| | * | | | | | | 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. #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 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 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 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 #5247...Juan Linietsky2016-06-293-0/+30
* | | | | | | | | | | 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