| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #34760 from fire/gltf2-scissors | Rémi Verschelde | 2020-01-03 | 1 | -1/+8 |
| |\ | | | | | Support GLTF2 alpha scissors. | ||||
| | * | Support GLTF2 alpha scissors. | K. S. Ernest (iFire) Lee | 2020-01-02 | 1 | -1/+8 |
| | | | |||||
| * | | Enable the script editor line length guideline by default | Hugo Locurcio | 2020-01-02 | 1 | -1/+1 |
| |/ | | | | | Now that the GDScript style guide has an official recommendation, it makes sense to enable the line length guideline by default. | ||||
| * | Merge pull request #34757 from neikeq/the-revenge-of-the-defvals | Rémi Verschelde | 2020-01-02 | 1 | -2/+2 |
| |\ | | | | | Fix missing DEFVAL in some EditorSpatialGizmo methods | ||||
| | * | Fix missing DEFVAL in some EditorSpatialGizmo methods | Ignacio Etcheverry | 2020-01-02 | 1 | -2/+2 |
| | | | | | | | | | | | This was a regression from ac18665c8803916236cdf326b7b9a00951bf140d, which changed the C++ method signature but forgot to update the method bind. | ||||
| * | | Merge pull request #34618 from qarmin/vector_please_dont_crash | Rémi Verschelde | 2020-01-02 | 1 | -0/+3 |
| |\ \ | |/ |/| | Don't use constant reference in Vector push_back, insert and append_array | ||||
| | * | Don't use constant reference in Vector push_back, insert and append_array | Rafał Mikrut | 2019-12-26 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #34720 from Calinou/light-gizmo-color-by-light | Rémi Verschelde | 2020-01-02 | 6 | -22/+34 |
| |\ \ | | | | | | | Tint 3D light gizmos using the light's color | ||||
| | * | | Tint 3D light gizmos using the light's color | Hugo Locurcio | 2020-01-01 | 6 | -22/+34 |
| | | | | | | | | | | | | | | | | This makes navigation more convenient in the 3D viewport, especially when using the unshaded display mode. | ||||
| * | | | Fix error when closing Attach Node Script window | volzhs | 2020-01-02 | 1 | -2/+1 |
| | | | | |||||
| * | | | Merge pull request #34665 from timothyqiu/camera-fov | Rémi Verschelde | 2020-01-01 | 1 | -3/+2 |
| |\ \ \ | | | | | | | | | Clamps fov/size for Camera gizmo | ||||
| | * | | | Clamps fov/size for Camera gizmo | Haoyu Qiu | 2019-12-29 | 1 | -3/+2 |
| | | | | | |||||
| * | | | | Merge pull request #34721 from dankan1890/ext_fix | Rémi Verschelde | 2020-01-01 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | ScriptCreateDialog: Suggested language extension now matches the selected language. | ||||
| | * | | | | ScriptCreateDialog: Suggested language extension now matches the selected ↵ | dankan1890 | 2020-01-01 | 1 | -0/+1 |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | language. Fixes #34711 | ||||
| * / | | | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 363 | -729/+729 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | ||||
| * | | | Fixes Groups Editor batch add/remove nodes | Haoyu Qiu | 2019-12-31 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #34702 from Zylann/fix_project_manager_opens_wrong_project | Rémi Verschelde | 2019-12-30 | 1 | -3/+1 |
| |\ \ \ | | | | | | | | | Fix wrong project opening in some situations | ||||
| | * | | | Fix wrong project opening in some situations, hidden nodes were not reordered | Marc Gilleron | 2019-12-30 | 1 | -3/+1 |
| | |/ / | |||||
| * | | | i18n: Sync translation template with current source | Rémi Verschelde | 2019-12-30 | 63 | -1322/+6629 |
| | | | | |||||
| * | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2019-12-30 | 18 | -2133/+1591 |
| | | | | |||||
| * | | | Merge pull request #34695 from timothyqiu/show-in-file-system | Rémi Verschelde | 2019-12-30 | 1 | -6/+9 |
| |\ \ \ | | | | | | | | | Checks script path before show in filesystem | ||||
| | * | | | Checks script path before show in filesystem | Haoyu Qiu | 2019-12-30 | 1 | -6/+9 |
| | |/ / | |||||
| * | | | Merge pull request #34680 from Calinou/editor-export-nonzero-exit-code-error | Rémi Verschelde | 2019-12-30 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | Exit the editor export process with a non-zero exit code on error | ||||
| | * | | | Exit the editor export process with a non-zero exit code on error | Hugo Locurcio | 2019-12-30 | 1 | -0/+4 |
| | |/ / | | | | | | | | | | This closes #34672. | ||||
| * | | | Merge pull request #34653 from YeldhamDev/optionbutton_margin_auto | Rémi Verschelde | 2019-12-30 | 1 | -18/+5 |
| |\ \ \ | | | | | | | | | Make OptionButton itself take into account the arrow margin instead of relying on the theme | ||||
| | * | | | Revert "Merge pull request #34315 from ↵ | Michael Alexsander | 2019-12-28 | 1 | -18/+5 |
| | |/ / | | | | | | | | | | | | | | | | | | | YeldhamDev/editor_theme_optionbutton_arrow" This reverts commit 0da0eec6cc42066626f867079700c10737092217, reversing changes made to ec97535ea34456607c0c53607d41e34f272890ec. | ||||
| * | | | Merge pull request #34656 from volzhs/keep-selected-dir | Rémi Verschelde | 2019-12-30 | 1 | -0/+5 |
| |\ \ \ | | | | | | | | | Show selected directory in split mode when selecting a file | ||||
| | * | | | Show selected directory in split mode when selecting a file | volzhs | 2019-12-29 | 1 | -0/+5 |
| | |/ / | |||||
| * | | | Merge pull request #34642 from timothyqiu/help-search | Rémi Verschelde | 2019-12-30 | 1 | -12/+13 |
| |\ \ \ | | | | | | | | | Improves Search Help dialog | ||||
| | * | | | Improves Search Help dialog | Haoyu Qiu | 2019-12-28 | 1 | -12/+13 |
| | |/ / | | | | | | | | | | | | | * Applies `EDSCALE` to various sizes * Adds missing `TTR`s to translatable strings | ||||
| * | | | Merge pull request #34625 from timothyqiu/i18n | Rémi Verschelde | 2019-12-30 | 9 | -14/+14 |
| |\ \ \ | | | | | | | | | Makes more editor strings translatable | ||||
| | * | | | Makes more editor strings translatable | Haoyu Qiu | 2019-12-30 | 9 | -14/+14 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | * Title of Sprite Editor convert preview dialogs * Title of UV Channel Debug dialog * Various editor warnings * GridMap popup menu item "Paste Selects" * Tileset editor shape button texts * MeshLibrary update confirmation text | ||||
| * | | | Merge pull request #34614 from qarmin/dont_create_preview_of_empty_scene | Rémi Verschelde | 2019-12-30 | 1 | -49/+53 |
| |\ \ \ | | | | | | | | | Don't create preview of empty scene. | ||||
| | * | | | Don't create preview of empty scene. | Rafał Mikrut | 2019-12-26 | 1 | -49/+53 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #34578 from timothyqiu/var-rename | Rémi Verschelde | 2019-12-30 | 2 | -6/+6 |
| |\ \ \ | | | | | | | | | Fixes variable naming in FileSystemDock | ||||
| | * | | | Fixes variable naming in FileSystemDock | Haoyu Qiu | 2019-12-24 | 2 | -6/+6 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #34613 from timothyqiu/edscale-again | Rémi Verschelde | 2019-12-30 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Fixes Theme Editor minimum height on HiDPI monitor | ||||
| | * | | | Fixes Theme Editor minimum height on HiDPI monitor | Haoyu Qiu | 2019-12-26 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | * Applies `EDSCALE` to the minimum size | ||||
| * | | | Merge pull request #34598 from timothyqiu/tab-height | Rémi Verschelde | 2019-12-30 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | Fixes tab height in Batch Rename dialog | ||||
| | * | | | Fixes tab height in Batch Rename dialog | Haoyu Qiu | 2019-12-25 | 1 | -1/+2 |
| | |/ / | |||||
| * | | | Merge pull request #34594 from marstaik/gltf_colorfix_u | Rémi Verschelde | 2019-12-30 | 1 | -8/+7 |
| |\ \ \ | | | | | | | | | Fix Hard Crash on glTF Color Accessor Import | ||||
| | * | | | Fix Hard Crash on glTF Color Accessor Import | Marios Staikopoulos | 2019-12-24 | 1 | -8/+7 |
| | |/ / | |||||
| * / / | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 63 | -49/+170 |
| |/ / | |||||
| * | | Centers Dock Position text | Haoyu Qiu | 2019-12-23 | 1 | -0/+1 |
| | | | |||||
| * | | i18n: Sync translations with Weblate + update template | Rémi Verschelde | 2019-12-22 | 63 | -1197/+6334 |
| | | | | | | | | | | | Also fix a few stray clang-format formatting errors that passed through CI unnoticed. | ||||
| * | | Merge pull request #34516 from Faless/debugger/output_buffer_size | Rémi Verschelde | 2019-12-22 | 1 | -1/+1 |
| |\ \ | | | | | | | Correct size for PacketPeerStream in Debugger. | ||||
| | * | | Correct size for PacketPeerStream in Debugger. | Fabio Alessandrelli | 2019-12-21 | 1 | -1/+1 |
| | |/ | | | | | | | | | We wanted 8 MiB but we were getting 16 MiB (minus 4 bytes for the separator). We are now getting 8 MiB minus 4 bytes for encoding. | ||||
| * | | Merge pull request #34441 from KoBeWi/wrapping_things_up | Rémi Verschelde | 2019-12-22 | 2 | -0/+4 |
| |\ \ | | | | | | | Fix code editor not always centering to bookmarks | ||||
| | * | | Fix code editor not always centering to bookmarks | Tomasz Chabora | 2019-12-18 | 2 | -0/+4 |
| | | | | |||||
| * | | | Set proper icon for LineEdit in editor theme | Haoyu Qiu | 2019-12-22 | 1 | -0/+1 |
| | |/ |/| | |||||
