Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge pull request #59061 from fazil47/graph_edit_offset_fix | Rémi Verschelde | |
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 | Merge pull request #58991 from Chaosus/add_script_autoload_option | Yuri Rubinsky | |
2022-03-12 | Add "Add Script" option to project autoload settings | Yuri Roubinsky | |
2022-03-12 | popup_request signal emits mouse click position | Fazil Babu | |
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 | Merge pull request #59039 from MythTitans/fix-smoothed-normals-computation | Rémi Verschelde | |
Fix mixed smoothed and non-smoothed face normals computation for CSG shapes | |||
2022-03-11 | Prevent non-smoothed face normals to participate to smoothed face normals | MythTitans | |
2022-03-11 | Merge pull request #59036 from Calinou/doc-curve-add-point | Rémi Verschelde | |
Clarify the position of points in `Curve{2D,3D}.add_point()` | |||
2022-03-11 | Merge pull request #59035 from timothyqiu/vs-rtr | Rémi Verschelde | |
Use `RTR()` for `VisualScriptNode` captions and texts | |||
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 | Clarify the position of points in `Curve{2D,3D}.add_point()` | Hugo Locurcio | |
2022-03-11 | Use `RTR()` for VisualScriptNode captions and texts | Haoyu Qiu | |
2022-03-11 | Merge pull request #59007 from novaplusplus/code_edit_from_to_error_fix | Rémi Verschelde | |
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 #59001 from ↵ | Rémi Verschelde | |
BastiaanOlij/only_uninitialise_openxr_if_initialised Only uninitialise OpenXR on destruct if it was initialized | |||
2022-03-11 | Merge pull request #58965 from TechnoPorg/remove-stex-occurrences | Rémi Verschelde | |
Remove more occurrences of "stex" | |||
2022-03-11 | Merge pull request #59005 from timothyqiu/unused-code | Rémi Verschelde | |
Remove unused code in `AnimationPlayerEditor::_update_animation_list_icons()` | |||
2022-03-11 | Merge pull request #59002 from MythTitans/fix-visible-seam-torus | Rémi Verschelde | |
Fix normals computation at the 'seam' of smoothed torus shape | |||
2022-03-11 | Fix "p_from_line > p_to_line" errors in text edit | nova++ | |
Done via making the function more robust to different inputs | |||
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-11 | Fix normals computation at the 'seam' of smoothed torus shape | MythTitans | |
2022-03-11 | Only uninitialise OpenXR on destruct if it was initialised | Bastiaan Olij | |
2022-03-10 | Merge pull request #58335 from maiself/fix-directory-delete-linux | Rémi Verschelde | |
2022-03-10 | Merge pull request #58485 from aaronfranke/time-offset | Rémi Verschelde | |
2022-03-10 | Merge pull request #58706 from timothyqiu/property-i18n | Rémi Verschelde | |
2022-03-10 | Merge pull request #58781 from BastiaanOlij/openxr_signals_and_events | Rémi Verschelde | |
Adding signals and events to OpenXR interface | |||
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 #58690 from elmordo/bugfix-57553-gdextension-inheritance-fix | Rémi Verschelde | |
2022-03-10 | Merge pull request #58978 from Sauermann/revert-58913 | Rémi Verschelde | |