Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-12 | Fix out of bounds crash in particle collision gizmo | Ricardo Buring | |
2022-03-12 | Merge pull request #58338 from aaronfranke/bools | Rémi Verschelde | |
Initialize bools in the headers in `editor/` | |||
2022-03-12 | Merge pull request #54399 from ↵ | Rémi Verschelde | |
Calinou/filedialog-current-properties-hint-no-editor Don't store and show current file/directory/path FileDialog properties | |||
2022-03-12 | Initialize bools in the headers in editor | Aaron Franke | |
2022-03-12 | Merge pull request #59050 from KoBeWi/tsal_eht_morf_ssecca | Rémi Verschelde | |
2022-03-12 | Merge pull request #59040 from ↵ | Rémi Verschelde | |
Sauermann/fix-cursorshape-animationnodestatemachineeditor | |||
2022-03-12 | Merge pull request #59057 from timothyqiu/smart-guide | Rémi Verschelde | |
2022-03-12 | Add "Add Script" option to project autoload settings | Yuri Roubinsky | |
2022-03-12 | Hide smart snapping line when guideline dragging ends | Haoyu Qiu | |
2022-03-12 | Allow negative indexes in ItemList and PopupMenu | kobewi | |
2022-03-11 | Use get_cursor_shape for identifying the cursor shape in ↵ | Markus Sauermann | |
AnimationNodeStateMachineEditor 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. Fix minor issue with selection order. | |||
2022-03-11 | Merge pull request #59013 from bruvzg/fake_bold_italics | Rémi Verschelde | |
2022-03-11 | Merge pull request #59026 from ↵ | Rémi Verschelde | |
Sauermann/fix-cursorshape-animationtrackedittypeaudio | |||
2022-03-11 | Use get_cursor_shape for identifying the cursor shape in ↵ | Markus Sauermann | |
AnimationTrackEditTypeAudio 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. | |||
2022-03-11 | Add options to embolden and transform font outlines to simulate bold and ↵ | bruvzg | |
italic typefaces. | |||
2022-03-11 | Merge pull request #58986 from akien-mga/diraccessref | Rémi Verschelde | |
2022-03-11 | Merge pull request #59016 from Sauermann/fix-cursorshape-animationtimelineedit | Rémi Verschelde | |
2022-03-11 | Merge pull request #58751 from bruvzg/loc_str_props | Rémi Verschelde | |
2022-03-11 | Use get_cursor_shape for identifying the cursor shape in AnimationTimelineEdit | Markus Sauermann | |
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. | |||
2022-03-11 | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde | |
`DirAccess *` needs to be deleted manually, and this is often forgotten especially when doing early returns with `ERR_FAIL_COND`. `DirAccessRef` is deleted automatically when it goes out of scope. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | |||
2022-03-11 | Merge pull request #58965 from TechnoPorg/remove-stex-occurrences | Rémi Verschelde | |
Remove more occurrences of "stex" | |||
2022-03-10 | Remove more occurrences of "stex" | TechnoPorg | |
2022-03-11 | Remove unused code in `AnimationPlayerEditor::_update_animation_list_icons()` | Haoyu Qiu | |
2022-03-10 | Merge pull request #58706 from timothyqiu/property-i18n | Rémi Verschelde | |
2022-03-10 | Merge pull request #58984 from rcorre/export-create | Rémi Verschelde | |
2022-03-10 | Merge pull request #58981 from EricEzaM/improvement/popup-menu-even-spacing | Rémi Verschelde | |
2022-03-10 | Merge pull request #58972 from reduz/expose-more-gdextension | Rémi Verschelde | |
2022-03-10 | Create parent directories on export. | Ryan Roden-Corrent | |
Fixes #42231. This works for both the UI and the --export CLI flag. | |||
2022-03-10 | Editor Style: make popup menu vseparation even, and force it to be even. | Eric M | |
2022-03-10 | Merge pull request #56476 from gerhean/fix_shortcut_collapse_after_edit | Rémi Verschelde | |
2022-03-10 | Merge pull request #58735 from ↵ | Fabio Alessandrelli | |
Calinou/editor-visual-profiler-tweak-frame-time-label Tweak editor visual profiler frame time label for consistency | |||
2022-03-10 | Discern between virtual and abstract class bindings | reduz | |
* 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. | |||
2022-03-10 | Merge pull request #58969 from timothyqiu/ani-editor-theme | Rémi Verschelde | |
Fix some Animation panel icons not updating after theme change | |||
2022-03-10 | Fix some Animation panel icons not updating after theme change | Haoyu Qiu | |
2022-03-10 | Fix TextureRegion editor grid color for light themes | Haoyu Qiu | |
2022-03-09 | Merge pull request #58907 from novaplusplus/gutter_spam_fix | Rémi Verschelde | |
2022-03-09 | Merge pull request #58929 from reduz/remove-variant-arg-macros | Rémi Verschelde | |
Remove VARIANT_ARG* macros | |||
2022-03-09 | Merge pull request #58865 from timothyqiu/more-i18n | Rémi Verschelde | |
Add missing i18n to various strings | |||
2022-03-09 | Remove VARIANT_ARG* macros | reduz | |
* 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. | |||
2022-03-09 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 751769ed45f835e96eedb7cf1aa47733b342d969) | |||
2022-03-09 | Fix Autoload capitalization inconsistency | Haoyu Qiu | |
2022-03-09 | Replace `TabBar`'s `min_width` with `max_tab_width` and expose it | Michael Alexsander | |
2022-03-08 | Add check to prevent "p_gutter = -1" error spam | nova++ | |
2022-03-08 | Add `_get_func_code/_is_available` virtual functions to custom nodes | Yuri Roubinsky | |
2022-03-08 | Merge pull request #58896 from timothyqiu/locks-n-groups | Rémi Verschelde | |
2022-03-08 | Merge pull request #58892 from groud/avoid_toasters_mise_en_abyme | Rémi Verschelde | |
2022-03-08 | Don't show Lock & Group buttons for nodes hidden by CanvasLayer | Haoyu Qiu | |
2022-03-08 | Avoid recursive errors in EditorToaster | Gilles Roudière | |
2022-03-08 | fix deselect behavior for Skeleton gizmo | Silc 'Tokage' Renew | |
2022-03-08 | Avoid gizmo crashes in cases where the points are null. | K. S. Ernest (iFire) Lee | |
fix for pose editor |