aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6814 from Hinsbart/animplayerGeorge Marques2016-10-131-1/+1
|\ | | | | Only show AnimationEditor automatically when an Animplayer is selected.
| * Only show AnimationEditor automatically when an Animplayer is selected.Andreas Haas2016-10-131-1/+1
| | | | | | | | | | Previous behaviour was to show it when an AnimationPlayer has been detected in the scene, now you actually have to select it. Fixes #6213
* | Merge pull request #6782 from pkowal1982/load_iconRémi Verschelde2016-10-135-0/+85
|\ \ | | | | | | New load icon, removed unused open icon
| * | New load icon, removed unused open iconPawel Kowal2016-10-115-0/+85
| | |
* | | Merge pull request #6805 from volzhs/graphnode-resizableGeorge Marques2016-10-131-0/+1
|\ \ \ | | | | | | | | Expose resizable property of GraphNode in inspector
| * | | Expose resizable property of GraphNode in inspectorvolzhs2016-10-131-0/+1
|/ / /
* | | Merge pull request #6788 from Hinsbart/region_refreshRémi Verschelde2016-10-112-0/+9
|\ \ \ | | | | | | | | Refresh TextureRegionEditor when region has been changed externally.
| * | | Refresh TextureRegionEditor when region has been changed externally.Andreas Haas2016-10-112-0/+9
| | |/ | |/| | | | | | | | | | | | | | | | Now the TextureRegionEditor updates when you change the region_rect either via the inspector or via undo/redo. Fixes #6772
* | | Merge pull request #6791 from Hinsbart/frame_changedRémi Verschelde2016-10-111-0/+1
|\ \ \ | |/ / |/| | Sprite: Fix inspector not showing changes on "frame" property.
| * | Sprite: Fix inspector not showing changes on "frame" property.Andreas Haas2016-10-111-0/+1
|/ / | | | | | | Fixes #6562
* | Merge pull request #6783 from pkowal1982/buttonpressedRémi Verschelde2016-10-111-0/+0
|\ \ | | | | | | Fix #5959, contrasting texture for toggled button
| * | Fix #5959, contrasting texture for toggled buttonPawel Kowal2016-10-101-0/+0
| |/
* | Merge pull request #6778 from Hinsbart/completion_zRémi Verschelde2016-10-112-2/+14
|\ \ | | | | | | Fix Script Editor drawing over Dialogs.
| * | Fix Script Editor drawing over Dialogs.Andreas Haas2016-10-102-2/+14
| |/ | | | | | | | | | | Resets the z-index when focus is lost and the completion is shown. Fixes #6769
* | Merge pull request #6777 from RandomShaper/revise-serial-namingRémi Verschelde2016-10-111-9/+22
|\ \ | | | | | | Revise serial naming behavior
| * | Revise serial naming behaviorPedro J. Estébanez2016-10-101-9/+22
| |/
* | Merge pull request #6776 from RandomShaper/int_property_stepRémi Verschelde2016-10-111-6/+6
|\ \ | | | | | | Allow step for integer properties
| * | Allow step for integer propertiesPedro J. Estébanez2016-10-101-6/+6
| |/ | | | | | | Small readability improvement
* | Merge pull request #6775 from RandomShaper/one-based-col-numbersRémi Verschelde2016-10-113-3/+3
|\ \ | | | | | | Make text column numbers one-based
| * | Make text column numbers one-basedPedro J. Estébanez2016-10-103-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Make one-based the column number on the code editor Make one-based the column number for GDScript error messages Make one-based the column number for shader code error messages
* | | Merge pull request #6762 from RandomShaper/improve-text-editorRémi Verschelde2016-10-117-57/+52
|\ \ \ | | | | | | | | Line length guideline setting plus some tidy-up
| * | | Refactor duplicated codePedro J. Estébanez2016-10-104-67/+23
| | | |
| * | | Add line length guideline to code editorsPedro J. Estébanez2016-10-105-0/+39
| |/ /
* | | Merge pull request #6694 from bojidar-bg/gdscript-newline-functionsRémi Verschelde2016-10-111-2/+30
|\ \ \ | | | | | | | | Allow for linebreaks in function calls and definitions and yeild/signal.
| * | | Allow for linebreaks in function calls and definitions and yeild/signal.Bojidar Marinov2016-10-031-2/+30
| | | | | | | | | | | | | | | | (Plus maybe a few other things)
* | | | Merge pull request #6781 from volzhs/unnecessary-parenthesesRémi Verschelde2016-10-101-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Remove unnecessary parentheses [ci skip]
| * | | Remove unnecessary parenthesesvolzhs2016-10-111-2/+2
| |/ /
* | | Merge pull request #6761 from neikeq/pr-missing-defvalIgnacio Etcheverry2016-10-091-1/+1
|\ \ \ | | | | | | | | Bindings: Fix missing default value
| * | | Bindings: Fix missing default valueIgnacio Etcheverry2016-10-091-1/+1
| | | |
* | | | Merge pull request #6757 from vnen/fix-android-build-winRémi Verschelde2016-10-091-1/+1
|\ \ \ \ | | | | | | | | | | Fix Android build detection on Windows
| * | | | Fix Android build detection on WindowsGeorge Marques2016-10-091-1/+1
|/ / / /
* | | | i18n: Sync template and translations with current codeRémi Verschelde2016-10-0931-905/+6050
| | | |
* | | | i18n: Fix string that broke msgmergeRémi Verschelde2016-10-092-1/+2
| | | |
* | | | i18n: Sync translations with WeblateRémi Verschelde2016-10-0913-653/+7219
| |_|/ |/| | | | | | | | Adds template for Icelandic translation.
* | | Merge pull request #6747 from RandomShaper/unify-serial-namingRémi Verschelde2016-10-094-128/+84
|\ \ \ | | | | | | | | Make node serial naming per-project and universal
| * | | Refactor node naming APIs used by editorPedro J. Estébanez2016-10-084-128/+81
| | | | | | | | | | | | | | | | | | | | Make 'name_num_separator' a project setting Make all node operations separator-aware
| * | | Fix reparent undo not renaming backPedro J. Estébanez2016-10-081-0/+3
| | |/ | |/|
* | | Merge pull request #6743 from mateka/issue-6296Rémi Verschelde2016-10-092-1/+4
|\ \ \ | | | | | | | | Issue #6296: When searching for control, checking if matrix is inversible
| * | | Added simple check to viewport, if matrix32 is invesile ↵Mateusz Adamczyk2016-10-082-1/+4
| | | | | | | | | | | | | | | | (https://github.com/godotengine/godot/issues/6296).
* | | | Merge pull request #6741 from Faless/network_no_spoofRémi Verschelde2016-10-091-1/+6
|\ \ \ \ | | | | | | | | | | Better checks for Multiplayer API, prevent packet source spoofing.
| * | | | Better checks for Multiplayer API, prevent packet source spoofing.Fabio Alessandrelli2016-10-071-1/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following problems. A malicious client was able to contact another peer faking its identity (even looking like he was the server). A malicious client was able to force other client disconnections by sending bogus system packets to the server.
* | | | Merge pull request #6738 from bojidar-bg/update-travisRémi Verschelde2016-10-091-2/+2
|\ \ \ \ | | | | | | | | | | Attempt to fix travis builds for android
| * | | | Attempt to fix travis builds for androidBojidar Marinov2016-10-071-2/+2
| |/ / / | | | | | | | | Using travis_wait command
* | | | Merge pull request #6730 from Faless/fix_export_crash_errorRémi Verschelde2016-10-091-0/+10
|\ \ \ \ | | | | | | | | | | Throw an error when exporting a resource class
| * | | | Throw an error when exporting a resource classFabio Alessandrelli2016-10-061-0/+10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | "export var tex = Texture" will now throw an error to avoid crashing the editor: "Exported constant not a type or resource" Fixes #6719 . Closes #6729
* | | | Merge pull request #6722 from Hinsbart/projman_focusRémi Verschelde2016-10-091-1/+2
|\ \ \ \ | | | | | | | | | | Project manager: grab focus on ok button after path selection.
| * | | | Project manager: grab focus on ok button after path selection.Andreas Haas2016-10-061-1/+2
| |/ / / | | | | | | | | | | | | | | | | Slight usability improvement: grabs focus on the Import/Create button after engine.cfg/path selection. So then I can just press enter to create the project ^^
* | | | Merge pull request #6717 from Hinsbart/focus_crashRémi Verschelde2016-10-091-5/+5
|\ \ \ \ | | | | | | | | | | Prevent crash on focus change when no valid next control has been found.
| * | | | Prevent crash on focus change when no valid next control has been found.Andreas Haas2016-10-051-5/+5
| |/ / / | | | | | | | | | | | | Fixes the crash discussed in #6714.
* | | | Merge pull request #6716 from Hinsbart/completion_fixRémi Verschelde2016-10-091-1/+5
|\ \ \ \ | | | | | | | | | | Fix code completion drawing under other gui elements.