Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-15 | Merge pull request #7115 from sketchyfun/path3D_handle_snap | Rémi Verschelde | |
Added snapping to 3D path handles | |||
2016-11-14 | Added snapping to 3D path handles to bring it in line with its 2D counterpart | Ben Hickling | |
2016-11-14 | Check entered and trimmed path when create, import, install project | volzhs | |
2016-11-14 | Merge pull request #7111 from volzhs/crash-import-scene | Rémi Verschelde | |
Fix crash when select target path on import 3d scene window | |||
2016-11-14 | Fix crash when select target path on import 3d scene window | volzhs | |
2016-11-12 | Prevent to select children if selection lock or instanced scene | volzhs | |
Fix #7086 | |||
2016-11-11 | Merge pull request #6998 from volzhs/fix-editor-settings | Rémi Verschelde | |
Fix resetting to default value in EditorSettings | |||
2016-11-11 | Merge pull request #7082 from volzhs/attach-script | Rémi Verschelde | |
Can create or load script on Attach script dialog | |||
2016-11-11 | Merge pull request #7078 from pkowal1982/export_button | Rémi Verschelde | |
Export immediately if only one device present | |||
2016-11-11 | Can create or load script on Attach script dialog | volzhs | |
2016-11-09 | Merge pull request #7052 from Paulb23/text_edit_color_uniformation | Rémi Verschelde | |
Made background and symbol color follow the color API | |||
2016-11-09 | Merge pull request #7027 from Keetz/master | Rémi Verschelde | |
Fix scene tree drag & drop places node as child (#6912) | |||
2016-11-09 | Merge pull request #7068 from volzhs/fix-project-name | Rémi Verschelde | |
Set project name as directory name instead of '.' | |||
2016-11-08 | Export immediately if only one device present | Pawel Kowal | |
2016-11-08 | Set project name as directory name instead of '.' | volzhs | |
2016-11-08 | Select newly created or imported project automatically | volzhs | |
2016-11-06 | Made background and symbol color follow the color API | Paulb23 | |
2016-11-06 | Merge pull request #7035 from volzhs/undo-redo-duplicate | Rémi Verschelde | |
Prevent to make UndoRedo for duplicate if no selected node | |||
2016-11-06 | Merge pull request #7026 from SaracenOne/value_track_flag_fix | Rémi Verschelde | |
Fixed flag for importing animation and skipping value tracks. | |||
2016-11-06 | Merge pull request #7009 from volzhs/fix-double-click | Rémi Verschelde | |
Fix to focus or rename node by double click | |||
2016-11-05 | Fix #7016, add script create icon | Pawel Kowal | |
2016-11-05 | Prevent to make UndoRedo for duplicate if no selected node | volzhs | |
2016-11-03 | Fix scene tree drag & drop places node as child (#6912) | Keetz | |
2016-11-03 | Fixed flag for importing animation and skipping value tracks. | Saracen | |
2016-11-01 | Option for detaching script from node (#6934). | Mateusz Adamczyk | |
2016-11-01 | Fix to focus or rename node by double click | volzhs | |
2016-11-01 | style: Various other PEP8 fixes in Python files | Rémi Verschelde | |
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). | |||
2016-11-01 | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | |
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. | |||
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | |
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. | |||
2016-11-01 | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | |
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. | |||
2016-11-01 | Fix resetting to default value in EditorSettings | volzhs | |
2016-10-31 | Fix memory leak with drag & drop on 2D viewport | volzhs | |
2016-10-31 | Fix p_index out of size error when closing script | volzhs | |
2016-10-31 | Fix 2 search menus are shown | volzhs | |
2016-10-30 | Fix bug with saving last select language and remove warning | volzhs | |
2016-10-30 | Merge pull request #6962 from henriquelalves/external_editor_focus_bug | Rémi Verschelde | |
Won't change editor tabs when using External Editor. | |||
2016-10-30 | Merge pull request #6945 from Hinsbart/script_dnd | Rémi Verschelde | |
Ability to drag script files from Filesystem dock to SceneTree dock. | |||
2016-10-30 | Merge pull request #6920 from volzhs/dragndrop-2d | Rémi Verschelde | |
Improve drag and drop on 2D viewport | |||
2016-10-30 | Merge pull request #6874 from mateka/issue-6839 | Rémi Verschelde | |
Option to load script for node (#6839) | |||
2016-10-30 | Merge pull request #6614 from TheKK/issue5989 | Rémi Verschelde | |
Make FileDialog directory selection less misleading | |||
2016-10-29 | Won't change editor tabs when using External Editor. | Henrique L. Alves | |
Fixes issue #3046. | |||
2016-10-27 | Ability to drag script files from Filesystem dock to SceneTree dock. | Andreas Haas | |
Allows to attach scripts by dragging them onto the target Node. | |||
2016-10-26 | Improve drag and drop on 2D viewport | volzhs | |
2016-10-23 | Remove dead code in FileSystemDock | volzhs | |
2016-10-22 | Prevent unwanted script editor input on game crash | Henrique Lacreta Alves | |
Fixes #6530. | |||
2016-10-22 | Merge pull request #6710 from lordadamson/master | Rémi Verschelde | |
fix #6031 when creating a script the default language will be what yo… | |||
2016-10-20 | fix #6031 when creating a script the language will be what you selected last ↵ | Adham Zahran | |
time | |||
2016-10-19 | Option to load script for node (#6839) | Mateusz Adamczyk | |
2016-10-17 | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde | |
SCsub: Add python shebang as a hint for syntax highlighting | |||
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | |
Also switch existing shebangs to "better" /usr/bin/env python. |