| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #14551 from volzhs/ok-alert-confirm | Rémi Verschelde | 2017-12-16 | 2 | -0/+7 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Pressing Enter key creates or loads script on Attach script window | |||||
| | * | | | | | | | Pressing Enter key creates or loads script on Attach script window | volzhs | 2017-12-11 | 2 | -0/+7 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #14613 from voithos/fold-jump-bugfix | Rémi Verschelde | 2017-12-16 | 2 | -8/+4 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Account for folded code blocks when navigating via members list | |||||
| | * | | | | | | | | Account for folded code blocks when navigating via members list | Zaven Muradyan | 2017-12-12 | 2 | -8/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the editor would attempt to set the scroll position to the function's line number, but this would result in an invalid scroll whenever functions above the target were folded. This changes callback to use a combination of `goto_line` and `set_edit_state` to navigate to the target line and reset the cursor to column 0. Using `goto_line` also has the side effect of automatically unfolding the target function, which seems like useful behavior. Fixes #14572. | |||||
| * | | | | | | | | | Merge pull request #14609 from sersoong/master-test | Rémi Verschelde | 2017-12-16 | 2 | -25/+75 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Enhanced Merge From Scene | |||||
| | * | | | | | | | | | Enhanced Merge From Scene | sersoong | 2017-12-13 | 2 | -25/+75 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #14630 from willnationsdev/script-editor-create-api | Rémi Verschelde | 2017-12-16 | 2 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add API for ScriptEditor to open ScriptCreateDialog | |||||
| | * | | | | | | | | | | Added open_script_create_dialog func | Will Nations | 2017-12-13 | 2 | -0/+7 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #14623 from volzhs/mesh-menu-theme | Rémi Verschelde | 2017-12-16 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix theme for Mesh menu | |||||
| | * | | | | | | | | | | | Fix theme for Mesh menu | volzhs | 2017-12-13 | 1 | -2/+2 | |
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #14645 from volzhs/focus-after-select | Rémi Verschelde | 2017-12-16 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Focus path field after seleting file browser on Attach script window | |||||
| | * | | | | | | | | | | | Focus path field after seleting file browser on Attach script window | volzhs | 2017-12-14 | 1 | -0/+6 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #14649 from MattUV/fix-indentation | Rémi Verschelde | 2017-12-16 | 2 | -67/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Modifies text indentation behaviour | |||||
| | * | | | | | | | | | | | Modifies indentation behaviours | MattUV | 2017-12-15 | 2 | -67/+8 | |
| | | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partially fixes #14559 (see the issue for details); Removes some code redondancy ; Adds the possibility to indent left and right without selecting text ; Adds the entries to the context menu when text is not selected ; Renames indent_selection_left() and indent_selection_right() to indent_left() and indent_right() ; Unifies context menus of shader text editor and script text editor. | |||||
| * | | | | | | | | | | | Merge pull request #14652 from hoelzl/pr-moved-instanced-children | Rémi Verschelde | 2017-12-16 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Prevent users from moving instanced children | |||||
| | * | | | | | | | | | | | Prevent users from moving instanced children | Matthias Hoelzl | 2017-12-14 | 1 | -3/+5 | |
| | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Made built-in identifiers properly constant in shaders. Fixes #14449, closes ↵ | Juan Linietsky | 2017-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #14629 | |||||
| * | | | | | | | | | | | ScriptCreateDialog: Fix loading scripts with named classes. | Andreas Haas | 2017-12-15 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We only need to validate the class name when creating a new script, existing scripts already have one. Fixes #14643 Supersedes/Closes #14684 | |||||
| * | | | | | | | | | | -Added new scene conversion to binary on export (disabled by default, please ↵ | Juan Linietsky | 2017-12-15 | 3 | -2/+43 | |
| | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test) -This method works by directly converting text to binary, so the scene does not need to be loaded and saved | |||||
| * | | | | | | | | | Updated icons | Daniel J. Ramirez | 2017-12-14 | 24 | -232/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ciskip] | |||||
| * | | | | | | | | | GDScript files are converted to binary on export now. | Juan Linietsky | 2017-12-14 | 1 | -0/+1 | |
| |/ / / / / / / / | ||||||
| * / / / / / / / | -Add lightmapper | Juan Linietsky | 2017-12-14 | 9 | -17/+326 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button) | |||||
| * | | | | | | | TileMapEditor: Fix tile placement. | Andreas Haas | 2017-12-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #14625 | |||||
| * | | | | | | | Merge pull request #14596 from Noshyaar/pr | Rémi Verschelde | 2017-12-13 | 11 | -140/+14 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Enhance undoredo action name, TTR, cleanup | |||||
| | * | | | | | | | Enhance undoredo action name, TTR, cleanup | Poommetee Ketson | 2017-12-12 | 11 | -140/+14 | |
| | |/ / / / / / | ||||||
| * / / / / / / | Fixed Tileset editor button having the wrong text and not being translatable. | Michael Alexsander Silva Dias | 2017-12-12 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * / / / / / | Change statable to multistate, remove extra separator | Poommetee Ketson | 2017-12-12 | 1 | -3/+2 | |
| |/ / / / / | ||||||
| * | / / / | Highlight Editor Settings categories | Ray Koopa | 2017-12-11 | 1 | -1/+2 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge pull request #13836 from AndreaCatania/scale | Rémi Verschelde | 2017-12-11 | 1 | -16/+17 | |
| |\ \ \ \ | |/ / / |/| | | | Fixed bullet scale on get_transform and joints | |||||
| | * | | | Makes consistent Slider joint Gizmo | AndreaCatania | 2017-12-09 | 1 | -3/+3 | |
| | | | | | ||||||
| | * | | | Makes consistent 6DOF joint Gizmo | AndreaCatania | 2017-12-09 | 1 | -13/+14 | |
| | |/ / | ||||||
| * | | | Merge pull request #14541 from volzhs/fix-checkbutton | Rémi Verschelde | 2017-12-11 | 1 | -3/+1 | |
| |\ \ \ | | | | | | | | | Fix CheckButton & CheckBox minimum size | |||||
| | * | | | Fix CheckButton minimum size | volzhs | 2017-12-11 | 1 | -3/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #14533 from Krakean/addrootifnone_fix | Rémi Verschelde | 2017-12-11 | 1 | -0/+1 | |
| |\ \ \ \ | |/ / / |/| | | | Fix to #14503 | |||||
| | * | | | Fixed #14503 | Dmitry Koteroff | 2017-12-11 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #14518 from poke1024/fix-player-wpos | Rémi Verschelde | 2017-12-11 | 1 | -1/+8 | |
| |\ \ \ \ | | | | | | | | | | | Fix player window centering on macOS retina screens | |||||
| | * | | | | Fix player window centering on macOS retina screens | Bernhard Liebl | 2017-12-10 | 1 | -1/+8 | |
| | |/ / / | ||||||
| * | | | | Fix SceneTreeEditor crashing when calling _deselect_items | Stefano Bonicatti | 2017-12-10 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | The crash can be triggered for instance by trying to reparent a node and clicking on the background of the Reparent Node window. | |||||
| * | | | | Fix wrong return value in some virtual method bindings | Rémi Verschelde | 2017-12-10 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #14501 from Paulb23/close_wrong_scene_issue_13844 | Rémi Verschelde | 2017-12-10 | 1 | -0/+3 | |
| |\ \ \ | | | | | | | | | Fixed close current scene closing the wrong scene, issue 13844 | |||||
| | * | | | Fixed close current scene closing the wrong scene, issue 13844 | Paulb23 | 2017-12-10 | 1 | -0/+3 | |
| | | | | | ||||||
| * | | | | Merge pull request #11510 from AndreaCatania/skel | Rémi Verschelde | 2017-12-10 | 7 | -3/+262 | |
| |\ \ \ \ | |/ / / |/| | | | Added skeleton x-ray | |||||
| | * | | | Implemented skeleton visibility | AndreaCatania | 2017-12-10 | 7 | -3/+262 | |
| | | | | | | | | | | | | | | | | | Removed code visibility code from popup menu | |||||
| * | | | | Merge pull request #13351 from poke1024/fix12451_2 | Rémi Verschelde | 2017-12-10 | 1 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | Make click on arrow properly open and close property editor modals | |||||
| | * | | | | fix certain popup close clicks with popup buttons | Bernhard Liebl | 2017-12-10 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde | 2017-12-10 | 7 | -8/+8 | |
| | | | | | | ||||||
| * | | | | | PropertyEditor: Filter out resource_local_to_scene | Rémi Verschelde | 2017-12-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This lets the empty "Global" category disappear again. Also silence a debug print. | |||||
| * | | | | | Merge pull request #14479 from Web-eWorks/gltf-fixes | Rémi Verschelde | 2017-12-10 | 1 | -1/+4 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix importing GLTF meshes as external files. | |||||
| | * | | | | | Fix importing GLTF meshes as external files. | Webster Sheets | 2017-12-09 | 1 | -1/+4 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #14480 from volzhs/startup-error | Rémi Verschelde | 2017-12-10 | 2 | -2/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix get_edited_scene_root error at starting editor | |||||
