| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #6814 from Hinsbart/animplayer | George Marques | 2016-10-13 | 1 | -1/+1 |
| |\ | | | | | Only show AnimationEditor automatically when an Animplayer is selected. | ||||
| | * | Only show AnimationEditor automatically when an Animplayer is selected. | Andreas Haas | 2016-10-13 | 1 | -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_icon | Rémi Verschelde | 2016-10-13 | 5 | -0/+85 |
| |\ \ | | | | | | | New load icon, removed unused open icon | ||||
| | * | | New load icon, removed unused open icon | Pawel Kowal | 2016-10-11 | 5 | -0/+85 |
| | | | | |||||
| * | | | Merge pull request #6805 from volzhs/graphnode-resizable | George Marques | 2016-10-13 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Expose resizable property of GraphNode in inspector | ||||
| | * | | | Expose resizable property of GraphNode in inspector | volzhs | 2016-10-13 | 1 | -0/+1 |
| |/ / / | |||||
| * | | | Merge pull request #6788 from Hinsbart/region_refresh | Rémi Verschelde | 2016-10-11 | 2 | -0/+9 |
| |\ \ \ | | | | | | | | | Refresh TextureRegionEditor when region has been changed externally. | ||||
| | * | | | Refresh TextureRegionEditor when region has been changed externally. | Andreas Haas | 2016-10-11 | 2 | -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_changed | Rémi Verschelde | 2016-10-11 | 1 | -0/+1 |
| |\ \ \ | |/ / |/| | | Sprite: Fix inspector not showing changes on "frame" property. | ||||
| | * | | Sprite: Fix inspector not showing changes on "frame" property. | Andreas Haas | 2016-10-11 | 1 | -0/+1 |
| |/ / | | | | | | | Fixes #6562 | ||||
| * | | Merge pull request #6783 from pkowal1982/buttonpressed | Rémi Verschelde | 2016-10-11 | 1 | -0/+0 |
| |\ \ | | | | | | | Fix #5959, contrasting texture for toggled button | ||||
| | * | | Fix #5959, contrasting texture for toggled button | Pawel Kowal | 2016-10-10 | 1 | -0/+0 |
| | |/ | |||||
| * | | Merge pull request #6778 from Hinsbart/completion_z | Rémi Verschelde | 2016-10-11 | 2 | -2/+14 |
| |\ \ | | | | | | | Fix Script Editor drawing over Dialogs. | ||||
| | * | | Fix Script Editor drawing over Dialogs. | Andreas Haas | 2016-10-10 | 2 | -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-naming | Rémi Verschelde | 2016-10-11 | 1 | -9/+22 |
| |\ \ | | | | | | | Revise serial naming behavior | ||||
| | * | | Revise serial naming behavior | Pedro J. Estébanez | 2016-10-10 | 1 | -9/+22 |
| | |/ | |||||
| * | | Merge pull request #6776 from RandomShaper/int_property_step | Rémi Verschelde | 2016-10-11 | 1 | -6/+6 |
| |\ \ | | | | | | | Allow step for integer properties | ||||
| | * | | Allow step for integer properties | Pedro J. Estébanez | 2016-10-10 | 1 | -6/+6 |
| | |/ | | | | | | | Small readability improvement | ||||
| * | | Merge pull request #6775 from RandomShaper/one-based-col-numbers | Rémi Verschelde | 2016-10-11 | 3 | -3/+3 |
| |\ \ | | | | | | | Make text column numbers one-based | ||||
| | * | | Make text column numbers one-based | Pedro J. Estébanez | 2016-10-10 | 3 | -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-editor | Rémi Verschelde | 2016-10-11 | 7 | -57/+52 |
| |\ \ \ | | | | | | | | | Line length guideline setting plus some tidy-up | ||||
| | * | | | Refactor duplicated code | Pedro J. Estébanez | 2016-10-10 | 4 | -67/+23 |
| | | | | | |||||
| | * | | | Add line length guideline to code editors | Pedro J. Estébanez | 2016-10-10 | 5 | -0/+39 |
| | |/ / | |||||
| * | | | Merge pull request #6694 from bojidar-bg/gdscript-newline-functions | Rémi Verschelde | 2016-10-11 | 1 | -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 Marinov | 2016-10-03 | 1 | -2/+30 |
| | | | | | | | | | | | | | | | | | (Plus maybe a few other things) | ||||
| * | | | | Merge pull request #6781 from volzhs/unnecessary-parentheses | Rémi Verschelde | 2016-10-10 | 1 | -2/+2 |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | Remove unnecessary parentheses [ci skip] | ||||
| | * | | | Remove unnecessary parentheses | volzhs | 2016-10-11 | 1 | -2/+2 |
| | |/ / | |||||
| * | | | Merge pull request #6761 from neikeq/pr-missing-defval | Ignacio Etcheverry | 2016-10-09 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Bindings: Fix missing default value | ||||
| | * | | | Bindings: Fix missing default value | Ignacio Etcheverry | 2016-10-09 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #6757 from vnen/fix-android-build-win | Rémi Verschelde | 2016-10-09 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | Fix Android build detection on Windows | ||||
| | * | | | | Fix Android build detection on Windows | George Marques | 2016-10-09 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | i18n: Sync template and translations with current code | Rémi Verschelde | 2016-10-09 | 31 | -905/+6050 |
| | | | | | |||||
| * | | | | i18n: Fix string that broke msgmerge | Rémi Verschelde | 2016-10-09 | 2 | -1/+2 |
| | | | | | |||||
| * | | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2016-10-09 | 13 | -653/+7219 |
| | |_|/ |/| | | | | | | | | Adds template for Icelandic translation. | ||||
| * | | | Merge pull request #6747 from RandomShaper/unify-serial-naming | Rémi Verschelde | 2016-10-09 | 4 | -128/+84 |
| |\ \ \ | | | | | | | | | Make node serial naming per-project and universal | ||||
| | * | | | Refactor node naming APIs used by editor | Pedro J. Estébanez | 2016-10-08 | 4 | -128/+81 |
| | | | | | | | | | | | | | | | | | | | | | Make 'name_num_separator' a project setting Make all node operations separator-aware | ||||
| | * | | | Fix reparent undo not renaming back | Pedro J. Estébanez | 2016-10-08 | 1 | -0/+3 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #6743 from mateka/issue-6296 | Rémi Verschelde | 2016-10-09 | 2 | -1/+4 |
| |\ \ \ | | | | | | | | | Issue #6296: When searching for control, checking if matrix is inversible | ||||
| | * | | | Added simple check to viewport, if matrix32 is invesile ↵ | Mateusz Adamczyk | 2016-10-08 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | | (https://github.com/godotengine/godot/issues/6296). | ||||
| * | | | | Merge pull request #6741 from Faless/network_no_spoof | Rémi Verschelde | 2016-10-09 | 1 | -1/+6 |
| |\ \ \ \ | | | | | | | | | | | Better checks for Multiplayer API, prevent packet source spoofing. | ||||
| | * | | | | Better checks for Multiplayer API, prevent packet source spoofing. | Fabio Alessandrelli | 2016-10-07 | 1 | -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-travis | Rémi Verschelde | 2016-10-09 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | Attempt to fix travis builds for android | ||||
| | * | | | | Attempt to fix travis builds for android | Bojidar Marinov | 2016-10-07 | 1 | -2/+2 |
| | |/ / / | | | | | | | | | Using travis_wait command | ||||
| * | | | | Merge pull request #6730 from Faless/fix_export_crash_error | Rémi Verschelde | 2016-10-09 | 1 | -0/+10 |
| |\ \ \ \ | | | | | | | | | | | Throw an error when exporting a resource class | ||||
| | * | | | | Throw an error when exporting a resource class | Fabio Alessandrelli | 2016-10-06 | 1 | -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_focus | Rémi Verschelde | 2016-10-09 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | Project manager: grab focus on ok button after path selection. | ||||
| | * | | | | Project manager: grab focus on ok button after path selection. | Andreas Haas | 2016-10-06 | 1 | -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_crash | Rémi Verschelde | 2016-10-09 | 1 | -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 Haas | 2016-10-05 | 1 | -5/+5 |
| | |/ / / | | | | | | | | | | | | | Fixes the crash discussed in #6714. | ||||
| * | | | | Merge pull request #6716 from Hinsbart/completion_fix | Rémi Verschelde | 2016-10-09 | 1 | -1/+5 |
| |\ \ \ \ | | | | | | | | | | | Fix code completion drawing under other gui elements. | ||||
