Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #59016 from Sauermann/fix-cursorshape-animationtimelineedit | Rémi Verschelde | 2022-03-11 | 2 | -7/+11 |
|\ | |||||
| * | Use get_cursor_shape for identifying the cursor shape in AnimationTimelineEdit | Markus Sauermann | 2022-03-11 | 2 | -7/+11 |
| | | | | | | | | | | get_cursor_shape() is used in cases where a Control displays different cursors in different areas. There is no need to set the default cursor shape on every mouse move event. | ||||
* | | Merge pull request #58751 from bruvzg/loc_str_props | Rémi Verschelde | 2022-03-11 | 14 | -43/+423 |
|\ \ | |/ |/| | |||||
| * | Improve app name and system permission message localization. | bruvzg | 2022-03-04 | 14 | -43/+423 |
| | | | | | | | | | | | | | | Add localizable string (Dictionary<Lang Code, String>) property editor and property hint. Add localized "app name" property to the project settings. Add localized permission and copyright properties to the macOS and iOS export settings. Remove some duplicated ("app name") and deprecated ("info") macOS and iOS export properties. | ||||
* | | Merge pull request #59001 from ↵ | Rémi Verschelde | 2022-03-11 | 1 | -2/+3 |
|\ \ | | | | | | | | | | | | | BastiaanOlij/only_uninitialise_openxr_if_initialised Only uninitialise OpenXR on destruct if it was initialized | ||||
| * | | Only uninitialise OpenXR on destruct if it was initialised | Bastiaan Olij | 2022-03-11 | 1 | -2/+3 |
| | | | |||||
* | | | Merge pull request #58965 from TechnoPorg/remove-stex-occurrences | Rémi Verschelde | 2022-03-11 | 9 | -61/+61 |
|\ \ \ | | | | | | | | | Remove more occurrences of "stex" | ||||
| * | | | Remove more occurrences of "stex" | TechnoPorg | 2022-03-10 | 9 | -61/+61 |
| | | | | |||||
* | | | | Merge pull request #59005 from timothyqiu/unused-code | Rémi Verschelde | 2022-03-11 | 1 | -5/+0 |
|\ \ \ \ | | | | | | | | | | | Remove unused code in `AnimationPlayerEditor::_update_animation_list_icons()` | ||||
| * | | | | Remove unused code in `AnimationPlayerEditor::_update_animation_list_icons()` | Haoyu Qiu | 2022-03-11 | 1 | -5/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #59002 from MythTitans/fix-visible-seam-torus | Rémi Verschelde | 2022-03-11 | 1 | -0/+6 |
|\ \ \ \ | |/ / / |/| | | | Fix normals computation at the 'seam' of smoothed torus shape | ||||
| * | | | Fix normals computation at the 'seam' of smoothed torus shape | MythTitans | 2022-03-11 | 1 | -0/+6 |
|/ / / | |||||
* | | | Merge pull request #58335 from maiself/fix-directory-delete-linux | Rémi Verschelde | 2022-03-10 | 1 | -19/+20 |
|\ \ \ | |||||
| * | | | Fix deleting of directories on Linux | Mai Lavelle | 2022-02-20 | 1 | -19/+20 |
| | | | | | | | | | | | | | | | | | | | | Trailing slash of directories was mishandled, and incorrect derived paths were formed. Stripping the slash fixes this. | ||||
* | | | | Merge pull request #58485 from aaronfranke/time-offset | Rémi Verschelde | 2022-03-10 | 4 | -4/+31 |
|\ \ \ \ | |||||
| * | | | | Add offset string from minutes conversion method to Time singleton | Aaron Franke | 2022-02-23 | 4 | -4/+31 |
| | | | | | |||||
* | | | | | Merge pull request #58706 from timothyqiu/property-i18n | Rémi Verschelde | 2022-03-10 | 8 | -87/+294 |
|\ \ \ \ \ | |||||
| * | | | | | i18n: Make property paths and categories translatable | Haoyu Qiu | 2022-03-03 | 8 | -87/+294 |
| | | | | | | |||||
* | | | | | | Merge pull request #58781 from BastiaanOlij/openxr_signals_and_events | Rémi Verschelde | 2022-03-10 | 11 | -198/+698 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Adding signals and events to OpenXR interface | ||||
| * | | | | | | Adding signals and events to OpenXR interface | Bastiaan Olij | 2022-03-10 | 11 | -198/+698 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improving interaction profile logic | ||||
* | | | | | | | Merge pull request #58984 from rcorre/export-create | Rémi Verschelde | 2022-03-10 | 1 | -7/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Create parent directories on export. | Ryan Roden-Corrent | 2022-03-10 | 1 | -7/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #42231. This works for both the UI and the --export CLI flag. | ||||
* | | | | | | | | Merge pull request #58981 from EricEzaM/improvement/popup-menu-even-spacing | Rémi Verschelde | 2022-03-10 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Editor Style: make popup menu vseparation even, and force it to be even. | Eric M | 2022-03-10 | 1 | -1/+6 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #58972 from reduz/expose-more-gdextension | Rémi Verschelde | 2022-03-10 | 90 | -274/+1077 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Discern between virtual and abstract class bindings | reduz | 2022-03-10 | 90 | -274/+1077 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Previous "virtual" classes (which can't be instantiated) are not corretly named "abstract". * Added a new "virtual" category for classes, they can't be instantiated from the editor, but can be inherited from script and extensions. * Converted a large amount of classes from "abstract" to "virtual" where it makes sense. Most classes that make sense have been converted. Missing: * Physics servers * VideoStream * Script* classes. which will go in a separate PR due to the complexity involved. | ||||
* | | | | | | | | | Merge pull request #56476 from gerhean/fix_shortcut_collapse_after_edit | Rémi Verschelde | 2022-03-10 | 1 | -6/+8 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fix shortcut collapse after edit | Ger Hean | 2022-02-05 | 1 | -6/+8 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #58735 from ↵ | Fabio Alessandrelli | 2022-03-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calinou/editor-visual-profiler-tweak-frame-time-label Tweak editor visual profiler frame time label for consistency | ||||
| * | | | | | | | | | Tweak editor visual profiler frame time label for consistency | Hugo Locurcio | 2022-03-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is consistent with the general profiler's frame time label. | ||||
* | | | | | | | | | | Merge pull request #58690 from elmordo/bugfix-57553-gdextension-inheritance-fix | Rémi Verschelde | 2022-03-10 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fix of reading property list from custom nodes imported from GDExtension ↵ | Ing. Petr Jindra | 2022-03-02 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when inheritance between custom nodes is used | ||||
* | | | | | | | | | | | Merge pull request #58978 from Sauermann/revert-58913 | Rémi Verschelde | 2022-03-10 | 5 | -22/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Revert "Update mouse cursor shape after changes" | Markus Sauermann | 2022-03-10 | 5 | -22/+2 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0fce98b4b5f568298477b175c70510924793f6b0. | ||||
* | | | | | | | | | | | Merge pull request #58969 from timothyqiu/ani-editor-theme | Rémi Verschelde | 2022-03-10 | 4 | -37/+60 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix some Animation panel icons not updating after theme change | ||||
| * | | | | | | | | | | | Fix some Animation panel icons not updating after theme change | Haoyu Qiu | 2022-03-10 | 4 | -37/+60 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #58958 from hoontee/master | Rémi Verschelde | 2022-03-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Revert #52647 (Don't update CSG Shape when not inside tree) | ||||
| * | | | | | | | | | | | Revert #52647 | hoontee | 2022-03-09 | 1 | -1/+1 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #58946 from akien-mga/remove-unused-bullet-code | Rémi Verschelde | 2022-03-10 | 735 | -265867/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused Bullet module and thirdparty code | ||||
| * | | | | | | | | | | | Remove unused Bullet module and thirdparty code | Rémi Verschelde | 2022-03-09 | 735 | -265867/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been disabled in `master` since one year (#45852) and our plan is for Bullet, and possibly other thirdparty physics engines, to be implemented via GDExtension so that they can be selected by the users who need them. | ||||
* | | | | | | | | | | | | Merge pull request #58963 from timothyqiu/texture-region-grid-color | Rémi Verschelde | 2022-03-10 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | Fix TextureRegion editor grid color for light themes | ||||
| * | | | | | | | | | | | Fix TextureRegion editor grid color for light themes | Haoyu Qiu | 2022-03-10 | 1 | -2/+3 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #58950 from akien-mga/fix-undoredo-argcount | Rémi Verschelde | 2022-03-09 | 2 | -7/+7 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix UndoRedo method call argument count after #58929 | Rémi Verschelde | 2022-03-09 | 2 | -7/+7 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #58907 from novaplusplus/gutter_spam_fix | Rémi Verschelde | 2022-03-09 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Add check to prevent "p_gutter = -1" error spam | nova++ | 2022-03-08 | 1 | -0/+3 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #58929 from reduz/remove-variant-arg-macros | Rémi Verschelde | 2022-03-09 | 59 | -467/+417 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove VARIANT_ARG* macros | ||||
| * | | | | | | | | | | | Remove VARIANT_ARG* macros | reduz | 2022-03-09 | 59 | -467/+417 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Very old macros from the time Godot was created. * Limited arguments to 5 (then later changed to 8) in many places. * They were replaced by C++11 Variadic Templates. * Renamed methods that take argument pointers to have a "p" suffix. This was used in some places and not in others, so made it standard. * Also added a dereference check for Variant*. Helped catch a couple of bugs. | ||||
* | | | | | | | | | | | | Merge pull request #58865 from timothyqiu/more-i18n | Rémi Verschelde | 2022-03-09 | 9 | -16/+20 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing i18n to various strings | ||||
| * | | | | | | | | | | | | Add missing i18n to various strings | Haoyu Qiu | 2022-03-07 | 9 | -16/+20 |
| | | | | | | | | | | | | |