aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.1.1-stable2.1.1-stableRémi Verschelde2016-11-151-2/+2
|
* i18n: Sync translations with Weblate and update templateRémi Verschelde2016-11-1515-897/+2261
|
* i18n: Remove translations below 20% completionRémi Verschelde2016-11-1516-102160/+0
| | | | They are of course kept in master to be synced in Weblate.
* Added snapping to 3D path handles to bring it in line with its 2D counterpartBen Hickling2016-11-151-0/+6
| | | | (cherry picked from commit 4d1acab79b0e284252d1aa3fa0447f8fbc4c5a7d)
* Check entered and trimmed path when create, import, install projectvolzhs2016-11-151-30/+22
| | | | (cherry picked from commit 2d9e89ea2a34df173611bd3c7192296f9cedd8da)
* Fix crash when select target path on import 3d scene windowvolzhs2016-11-152-2/+2
| | | | (cherry picked from commit b0cf201ea3beb473fd0498c5c7ec3b98feda88b9)
* Prevent to select children if selection lock or instanced scenevolzhs2016-11-151-7/+14
| | | | | | Fix #7086 (cherry picked from commit c3f4d676c0e3e02c33bd3aad4fb5b42c20201e7c)
* Fix resetting to default value in EditorSettingsvolzhs2016-11-151-1/+0
| | | | (cherry picked from commit 70cce6152d32b8a4e5fdfee52e2bb873c92551e5)
* Export immediately if only one device presentPawel Kowal2016-11-151-6/+17
| | | | (cherry picked from commit 938f9388ddc5b3def60e4aefbeb1beed09599493)
* Set project name as directory name instead of '.'volzhs2016-11-151-2/+2
| | | | (cherry picked from commit 571f33f8630672b0538bba592838c023a8300956)
* Select newly created or imported project automaticallyvolzhs2016-11-152-2/+45
| | | | (cherry picked from commit b8f80e94509b0e6fe9a2fa8a8b4f78ba668f5492)
* Prevent to make UndoRedo for duplicate if no selected nodevolzhs2016-11-151-0/+2
| | | | (cherry picked from commit d82928eb494d3d0856eac85e82b9cd835a368f96)
* Fix scene tree drag & drop places node as child (#6912)Keetz2016-11-151-31/+4
| | | | (cherry picked from commit 2afcbc4b1f4bc0aee4df3fa1747fa3f73b160676)
* Fixed flag for importing animation and skipping value tracks.Saracen2016-11-153-44/+51
| | | | (cherry picked from commit 0063471eddebc543fd72636bc8e895ab05bb22a5)
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-025-35/+36
| | | | | | | | | | | | Done with `autopep8 --select=E7`, fixes: - E701 - Put colon-separated compound statement on separate lines. - E702 - Put semicolon-separated compound statement on separate lines. - E703 - Put semicolon-separated compound statement on separate lines. - E711 - Fix comparison with None. - E712 - Fix (trivial case of) comparison with boolean. - E713 - Fix (trivial case of) non-membership check. - E721 - Fix various deprecated code (via lib2to3).
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-029-32/+4
| | | | | | | | | | | Done with `autopep8 --select=E3,W3`, fixes: - E301 - Add missing blank line. - E302 - Add missing 2 blank lines. - E303 - Remove extra blank lines. - E304 - Remove blank line following function decorator. - E309 - Add missing blank line. - W391 - Remove trailing blank lines.
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-0216-254/+254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace.
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-0211-422/+422
| | | | | | | | | | | | | | | | | | | Done with `autopep8 --select=E1`, fixes: - E101 - Reindent all lines. - E112 - Fix under-indented comments. - E113 - Fix over-indented comments. - E115 - Fix under-indented comments. - E116 - Fix over-indented comments. - E121 - Fix a badly indented line. - E122 - Fix a badly indented line. - E123 - Fix a badly indented line. - E124 - Fix a badly indented line. - E125 - Fix indentation undistinguish from the next logical line. - E126 - Fix a badly indented line. - E127 - Fix a badly indented line. - E128 - Fix a badly indented line. - E129 - Fix a badly indented line.
* Fix usage of 3.0 naming API in 1038c1f8Rémi Verschelde2016-10-311-2/+2
|
* Fix memory leak with drag & drop on 2D viewportvolzhs2016-10-311-0/+1
| | | | (cherry picked from commit a7d492eb53489083181682839c6d7f83a888ad46)
* Ability to drag script files from Filesystem dock to SceneTree dock.Andreas Haas2016-10-314-2/+38
| | | | | | Allows to attach scripts by dragging them onto the target Node. (cherry picked from commit a3944e66dac9eda11b80fe0598db0ef7c207155c)
* Improve drag and drop on 2D viewportvolzhs2016-10-313-6/+453
| | | | (cherry picked from commit eed9179ea30deaf4b4fa7348bbe54904a165eb55)
* Fix p_index out of size error when closing scriptvolzhs2016-10-311-1/+1
| | | | (cherry picked from commit 707185d9d8a273c1bf2a70dcba707045295427a9)
* Remove dead code in FileSystemDockvolzhs2016-10-311-7/+0
| | | | (cherry picked from commit 9605a1d0da481c7ad071ffdf99d6f6728ac0bccb)
* Prevent unwanted script editor input on game crashHenrique Lacreta Alves2016-10-311-0/+1
| | | | | Fixes #6530. (cherry picked from commit 853d1ce9f30b93933e5e2f5dad78f7bf75742b15)
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-309-1/+17
| | | | | | Also switch existing shebangs to "better" /usr/bin/env python. (cherry picked from commit fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163)
* Add option for root node name on Import 3D scene windowvolzhs2016-10-171-2/+18
| | | | (cherry picked from commit dd04ac7ba9a6a9a892ec8a2213720aecacf2ea6a)
* Only show AnimationEditor automatically when an Animplayer is selected.Andreas Haas2016-10-171-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 (cherry picked from commit 86fd40b06c14f32327def8d872312974ecd32436)
* Possibility to write node path by hand in exported NodePath variable (#3486)Mateusz Adamczyk2016-10-171-2/+14
| | | | (cherry picked from commit cf4f3815b330093a0b4cf25569843929277739fd)
* Replace a node with saved branch scene instancevolzhs2016-10-172-1/+30
| | | | (cherry picked from commit cc33c528eba7de158f5610fa884145fffc8df1c6)
* Refresh TextureRegionEditor when region has been changed externally.Andreas Haas2016-10-172-0/+9
| | | | | | | | | Now the TextureRegionEditor updates when you change the region_rect either via the inspector or via undo/redo. Fixes #6772 (cherry picked from commit 094073e4b22344c4b969d55850c7927e569bfd43)
* New load icon, removed unused open iconPawel Kowal2016-10-175-0/+85
| | | | (cherry picked from commit ed1e71a77ed5913d64fc9db30c810eb64484573f)
* Allow step for integer propertiesPedro J. Estébanez2016-10-171-6/+6
| | | | | | Small readability improvement (cherry picked from commit 7b293aa4d412c938b56d8996dab04232d3c40e2e)
* Make text column numbers one-basedPedro J. Estébanez2016-10-172-2/+2
| | | | | | | | | | 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 (cherry picked from commit 2f80965845dd40c4a7981b0d3f011f26c185d63f)
* i18n: Sync translations from Weblate and merge with current codeRémi Verschelde2016-10-0931-693/+8796
|
* i18n: Fix string that broke msgmergeRémi Verschelde2016-10-091-0/+1
| | | | (cherry picked from commit 2fb5a0030527ac04f1026d80bd8cf12ca3b3f38b)
* editor_node: add an option to stop the update spinner from spinning, fixes #6653J08nY2016-10-092-4/+13
| | | | (cherry picked from commit 4527fbcfa11c8e5fe618ce862d641c63b0204301)
* Fix reparent undo not renaming backPedro J. Estébanez2016-10-091-0/+3
| | | | (cherry picked from commit 88a32c11f1d35c57a7af4b8f6733595b95ab4e4b)
* Project manager: grab focus on ok button after path selection.Andreas Haas2016-10-091-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 ^^ (cherry picked from commit 36d2dd5318f5a021d6956a772cd7fc288e222253)
* fixes #6695 - MultiNodeEdit edit path in exported NodePathRăzvan Cosmin Rădulescu2016-10-091-1/+8
| | | | (cherry picked from commit ced8fb480600b9b64e0c82735e592c2103accb3f)
* Add shortcut to reset cursor position in 3D Editor ( #166 )Fabio Alessandrelli2016-10-092-0/+8
| | | | | | | | | | The shortcut will focus the origin after you moved around with shift + mouse3. The default shortcut is the letter "O", like "F" for focus. This can be customized in the editor shortcuts menu. Closes #166 (cherry picked from commit 63abe3dcd0ba5323450b9b0603a34d61b2fe3033)
* ConnectionDialog: Don't allow connecting to a Node without a script if ↵Andreas Haas2016-10-091-0/+8
| | | | | | | | | target method is invalid. Shows a warning now. Fixes #6656 (cherry picked from commit 5b7021434f27145550ddb5de74dc66e9273d4dcb)
* Improve debug focus behaviorPedro J. Estébanez2016-10-094-0/+9
| | | | | | | Fix focusing debugged game on Windows Add re-focusing editor on continue (cherry picked from commit 66dac878ac9fc278044281b7f67fbed668e4523d)
* PCKPacker: moved from tools into core, fixes #4129J08nY2016-10-094-255/+0
| | | | (cherry picked from commit b1fba2e013e0dc53dec7406e5db4fbc65ad17a94)
* Respect texture .flags files on exportPedro J. Estébanez2016-10-092-19/+36
| | | | (cherry picked from commit 11cbbeb17ed0f5ff369046c1a194e0a31863f207)
* Fix typo for word_wrapvolzhs2016-10-092-3/+3
| | | | (cherry picked from commit c333659ebcdf41851761ebd3d8edc8e5e822164e)
* AnimationEditor: zoom using ctrl+wheelAndreas Haas2016-10-091-2/+10
| | | | | | closes #6585 (cherry picked from commit 3cce39c2d37d73124038def2f002cc372ddceb8c)
* Fix crash when disabling main screen pluginGeorge Marques2016-10-091-0/+4
| | | | (cherry picked from commit 0ec2b7baea235c3c5cf43ab296b40c06982b32de)
* Show True/False tooltip in property editor for bool valuesPawel Kowal2016-10-091-0/+2
| | | | (cherry picked from commit 623c483ebaffa8de8f9e53b3910d6cfdf8207e59)
* Make the choosable default editor layout the same as the actual default one.Andreas Haas2016-10-091-3/+3
| | | | | | Fixes #6266 (cherry picked from commit a2bff72eee3bde88184a97f2386055d369ed03f6)