Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-13 | Drop mouse focus and over when gui input is globally disabled | Pedro J. Estébanez | |
2022-03-13 | Merge pull request #59090 from KoBeWi/show_never_ever | Rémi Verschelde | |
Improve scene tab close button options | |||
2022-03-13 | Improve scene tab close button options | kobewi | |
2022-03-13 | Merge pull request #58018 from Calinou/procedural-sky-add-cover-texture | Rémi Verschelde | |
Add sky cover texture for ProceduralSkyMaterial | |||
2022-03-13 | Merge pull request #58819 from vreon/fix-eyedir-z | Rémi Verschelde | |
Fix flipped EYEDIR.z in sky shaders | |||
2022-03-13 | Merge pull request #59084 from rburing/particle_collision_gizmo_fix | Rémi Verschelde | |
Fix out of bounds crash in particle collision gizmo | |||
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 #59075 from aaronfranke/cs-slerp-doc-xml-and-test | Rémi Verschelde | |
Fix Slerp C# docs and add test cases for vectors in the same direction | |||
2022-03-12 | Merge pull request #58772 from keptsecret/fix_filedialog_user_data_access | Rémi Verschelde | |
Fix unable to change directory in user access mode | |||
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 | Fix Slerp C# docs and add test cases for vectors in the same direction | Aaron Franke | |
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 | |