summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-07remove warnings if a script is missing and can't be openedJuan Linietsky
2016-07-07do not allow removal of groups that come from instanced/inherited scene, ↵Juan Linietsky
closes #5505
2016-07-07Merge pull request #5538 from akien-mga/pr-unused-varRémi Verschelde
Removed unused variables + dead code
2016-07-07Remove unused variables (third pass) + dead codeRémi Verschelde
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
2016-07-07Removed unused variables (second pass) + dead codeRémi Verschelde
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
2016-07-07Removed unused variables (first pass)Rémi Verschelde
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
2016-07-07SceneTreeDock: Fix wrong argument in _has_visible_childrenRémi Verschelde
Seen while checking for unused variables, which `child` was.
2016-07-07Merge pull request #5577 from vnen/improve-quickopen-listingRémi Verschelde
Improve quick open sorting
2016-07-06Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422Juan Linietsky
2016-07-06Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky
2016-07-06Only allow built-in scripts to be edited when the scene they belong to is ↵Juan Linietsky
loaded, closes #5403
2016-07-06Improve quick open sortingGeorge Marques
Perfect matches and substrings will be shown first. Similar matches will be at the bottom. When they score is the same they're shown in the natural file system order.
2016-07-06Initialize the SSL certificates in the project managerRémi Verschelde
2016-07-06Merge pull request #5569 from pkowal1982/capitalizeRémi Verschelde
Update String.capitalize() documentation
2016-07-06Update String.capitalize() documentationPawel Kowal
2016-07-06Merge pull request #5564 from vnen/fix-xml-constants-sortingRémi Verschelde
Fix documentation constants sorting
2016-07-05Update classes.xml to fix sorting of constantsGeorge Marques
2016-07-05Make sure builtin types' constants remain in orderGeorge Marques
This adds a list of constants for VariantCall to make sure the order of register is kept when showing in the editor help and in the documentation. This also remove the sorting of constants from the doctool, so it keeps the natural order in classes.xml.
2016-07-05Merge pull request #5562 from J08nY/hq2x-fixRémi Verschelde
Fixed HQ2x compiler warnings
2016-07-05Fixed HQ2x compiler warningsJ08nY
2016-07-05Revert "Fix return type for EditorResourcePreview::check_for_invalidation"Rémi Verschelde
This reverts commit 716dfa67a3c5a0a38205179c01676e05a718d244, since it was later fixes differently with c6b55e45e9256bb41b2d045d8c61d1946de881b1...
2016-07-04added missing return valueJuan Linietsky
2016-07-04Merge pull request #5552 from volzhs/fix-jni-nullRémi Verschelde
Fix crash when null value through jni on android
2016-07-04Merge pull request #5551 from eska014/bsd-no-libdlRémi Verschelde
Link libdl only on Linux, fix BSD build
2016-07-04Merge pull request #5549 from TheHX/fix-issue-4608Rémi Verschelde
Fix TreeItem range editing by dragging on the inspector
2016-07-04Merge pull request #5548 from TheHX/fix-plugin-spatial-eventRémi Verschelde
Fix EditorPlugin::forward_spatial_input_event in GDScripts addons
2016-07-04Merge pull request #5547 from TheHX/fix-addons-disablingRémi Verschelde
Fix addon disabling
2016-07-05Fix crash when null value through jni on androidvolzhs
2016-07-04Fix return type for EditorResourcePreview::check_for_invalidationRémi Verschelde
2016-07-04Link libdl only on Linux, fix BSD buildeska
2016-07-04Fix TreeItem range editing by dragging on the inspectorFranklin Sobrinho
2016-07-04Fix EditorPlugin::forward_spatial_input_event in GDScripts addonsFranklin Sobrinho
2016-07-04Fix addon disablingFranklin Sobrinho
2016-07-04Merge pull request #5539 from vnen/fix-completion-crashRémi Verschelde
Fix completion string check when column = 0
2016-07-03fix to the fix, and removed some conflicting shorcutsJuan Linietsky
2016-07-03Avoid settings from being lost when opening project manager.Juan Linietsky
Probably fixes many issues of this kind, like missing shortcuts or other settings
2016-07-03Fix completion string check when column = 0George Marques
2016-07-03Merge pull request #5530 from Paulb23/shortcut_searchRémi Verschelde
Added search to shortcut config
2016-07-03Merge pull request #5516 from Hinsbart/fix_win_freezeRémi Verschelde
Windows: prevent freeze while moving or resizing the game window.
2016-07-03Merge pull request #5508 from djrm/spatial_editor_shortcutsRémi Verschelde
Added spatial editor shortcuts
2016-07-03Merge pull request #5507 from vnen/completion-sort-improveRémi Verschelde
Fix code completion sorting
2016-07-03Merge pull request #5506 from vnen/enhance-quickopen-searchRémi Verschelde
Improve Quick Open search
2016-07-03Merge pull request #5504 from djrm/canvas_item_editor_shortcutsRémi Verschelde
Canvas item editor shortcuts
2016-07-03Merge pull request #5491 from volzhs/fix-jni-bool-stringRémi Verschelde
Fix wrong return bool, string, string array data through jni
2016-07-03Added proper resource preview cache invalidation, fixes #5342Juan Linietsky
2016-07-03Stop completion when the match is perfectGeorge Marques
to avoid the completion insisting showing up after a completion.
2016-07-03Fix code completion sortingGeorge Marques
2016-07-03GH linguist: properly detect .inc files as C++Rémi Verschelde
Also drop two unnecessary speex buildsystem files.
2016-07-03Added search to shortcut configPaulb23
2016-07-02missnig ;Juan Linietsky