Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-13 | Merge pull request #59107 from otonashixav/expose-add-animation-slice | Rémi Verschelde | |
2022-03-13 | Merge pull request #59112 from bruvzg/right_clip | Rémi Verschelde | |
2022-03-13 | Merge pull request #59106 from Geometror/fix-windows-vsync-change-at-runtime | Rémi Verschelde | |
2022-03-13 | Fix text clipping on the right side. | bruvzg | |
2022-03-13 | Expose `RenderingServer::canvas_item_add_animation_slice` in GDScript | Xavier Loh | |
2022-03-13 | Merge pull request #59102 from rcorre/copy-project-config | Rémi Verschelde | |
2022-03-13 | Merge pull request #59101 from bruvzg/bold_advance | Rémi Verschelde | |
2022-03-13 | Merge pull request #59098 from timothyqiu/rtl-shadow-color | Rémi Verschelde | |
2022-03-13 | Reenable window_set_vsync_mode on Windows | Hendrik Brucker | |
2022-03-13 | Copy full project setting path from dialog. | Ryan Roden-Corrent | |
The EditorProperty UI elements for project settings are created from SectionedInspector, which has a prefix added to each property path. Each EditorProperty needs to be made aware of this path so copy_property_path copies the full path, and not just the suffix. Fixes #59020. | |||
2022-03-13 | Improve simulated bold fonts advance. | bruvzg | |
2022-03-13 | Fix RichTextLabel shadow color when text has transparency | Haoyu Qiu | |
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> |