Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-24 | Improve editor handling of Skeleton3D nodes with zero bones. | SaracenOne | |
Explicit warnings about creating physical skeletons Silence errors from gizmos for 0 bone Skeleton3D nodes More consistent naming for bone_count variables | |||
2023-01-23 | Merge pull request #71937 from coppolaemilio/resize-bonemaphuman-icons | Rémi Verschelde | |
Replace 1024x1024 BoneMapHuman SVGs by 256x256 versions | |||
2023-01-23 | Merge pull request #70377 from dsnopek/server-export-mk2 | Rémi Verschelde | |
Add "dedicated server" export mode which can strip unneeded visual resources | |||
2023-01-23 | Replace 1024x1024 BoneMapHuman svgs by 256x256 versions | Emilio Coppola | |
2023-01-23 | Add "dedicated server" export mode which can strip unneeded visual resources | David Snopek | |
2023-01-23 | [TextServer] Fix ICU data loading and exporting with ↵ | bruvzg | |
`internationalization/locale/include_text_server_data` setting. | |||
2023-01-23 | Add gesture to ViewPanner and simplify a bit its API | Gilles Roudière | |
2023-01-23 | Merge pull request #70052 from bruvzg/key_unicode_actions | Rémi Verschelde | |
Cleanup and unify keyboard input. | |||
2023-01-23 | Merge pull request #57606 from SaracenOne/update_on_reimport | Rémi Verschelde | |
Update instances of scenes which have been reimported. | |||
2023-01-23 | Merge pull request #63251 from ↵ | Rémi Verschelde | |
SaracenOne/disable_data_generation_on_foreign_resources Disable navmesh, lightmap, and VoxelGI generation on foreign data | |||
2023-01-23 | Fix plugins over not working | kobewi | |
2023-01-23 | Cleanup and unify keyboard input. | bruvzg | |
- Unify keycode values (secondary label printed on a key), remove unused hardcoded Latin-1 codes. - Unify IME behaviour, add inline composition string display on Windows and X11. - Add key_label (localized label printed on a key) value to the key events, and allow mapping actions to the unshifted Unicode events. - Add support for physical keyboard (Bluetooth or Sidecar) handling on iOS. - Add support for media key handling on macOS. Co-authored-by: Raul Santos <raulsntos@gmail.com> | |||
2023-01-23 | Add handling of script creation/deletion for custom visual shader nodes | Yuri Rubinsky | |
2023-01-23 | Merge pull request #70548 from MewPurPur/fix-some-gradient-jank | Rémi Verschelde | |
Fix Gradient Editor bugs | |||
2023-01-23 | Merge pull request #59081 from Sauermann/fix-cursorshape-canvasitemeditor | Rémi Verschelde | |
Use get_cursor_shape for identifying the cursor shape in CanvasItemEditor | |||
2023-01-23 | Fix Gradient Editor bugs | VolTer | |
2023-01-23 | Merge pull request #71801 from akien-mga/codespell-en-GB-to-en-US | Rémi Verschelde | |
Convert en_GB spelling to en_US with codespell | |||
2023-01-23 | Merge pull request #71441 from KoBeWi/warp_2_scan | Rémi Verschelde | |
Improve performance of imported file scan | |||
2023-01-23 | Convert en_GB spelling to en_US with codespell | Rémi Verschelde | |
2023-01-23 | Merge pull request #71885 from KoBeWi/NullItemEditor | Rémi Verschelde | |
Fix handling of nulls in some editors | |||
2023-01-23 | Merge pull request #71828 from geowarin/geowarin/master | Rémi Verschelde | |
Add keyboard shortcut for "Open in External Program" action | |||
2023-01-23 | Fix handling of nulls in some editors | kobewi | |
2023-01-22 | Use selected node type for choosing editor tab | PrecisionRender | |
Use selected node type for choosing editor tab Update editor/editor_node.cpp Co-authored-by: Tomek <kobewi4e@gmail.com> | |||
2023-01-22 | Reselect signal after tree update | kobewi | |
2023-01-22 | Merge pull request #71864 from KoBeWi/drag_and_fail | Rémi Verschelde | |
Fix script editor drag and drop | |||
2023-01-22 | Merge pull request #71686 from YuriSizov/stylebox-min-size-but-better | Rémi Verschelde | |
Clean-up, harmonize, and improve StyleBox API | |||
2023-01-22 | Merge pull request #71859 from KoBeWi/nullptr.is_class() | Rémi Verschelde | |
Fix potential crash in EditorPlugin.edit() | |||
2023-01-22 | Fix script editor drag and drop | kobewi | |
2023-01-22 | Fix SplitContainer rendering and theming | RedMser | |
2023-01-22 | Merge pull request #71783 from Bartkk0/parse-check-deleted | Rémi Verschelde | |
Check if file was removed when parsing documentation | |||
2023-01-22 | Merge pull request #71849 from EricEzaM/fix-run-specific-scene-shortcut | Rémi Verschelde | |
Fix 'run specific scene' shortcut on Windows/non-Mac | |||
2023-01-22 | Fix potential crash in EditorPlugin.edit() | kobewi | |
2023-01-22 | Fix 'run specific scene' shortcut on Windows/non-Mac | Eric M | |
2023-01-22 | Use path instead of file name when updating script classes | Wesley Elliott | |
The _script_class_file_to_path contains a map of paths to classes, but when updating the script classes for new class names, the file name is used instead. This meant new classes weren't able to be used in exported variables until the project is reloaded (as the _script_class_file_to_path is initially set with the full path) Fixes #70718 | |||
2023-01-22 | Fix internal editor not updating when using external editor via LSP | Rindbee | |
2023-01-22 | Merge pull request #71839 from TokageItLab/expose-fading-from-statemachine | Rémi Verschelde | |
Expose `fading_from` from StateMachine | |||
2023-01-22 | Merge pull request #71770 from KoBeWi/better_editing_or_something | Rémi Verschelde | |
Rework EditorPlugin editing logic | |||
2023-01-22 | Expose fading_from_node from StateMachine | Silc Renew | |
2023-01-22 | Add keyboard shortcut for "Open in External Program" action | Geoffroy Warin | |
2023-01-22 | Rework EditorPlugin editing logic | kobewi | |
2023-01-21 | Merge pull request #70773 from KoBeWi/lector | Rémi Verschelde | |
Add range iterator to LocalVector | |||
2023-01-21 | Merge pull request #68489 from KoBeWi/open_in_extraterrestrial_program | Rémi Verschelde | |
Add "Open in External Program" option | |||
2023-01-21 | Merge pull request #67253 from KoBeWi/PICKER_USAGE_NO_EDITOR | Rémi Verschelde | |
Remove editor dependencies from ColorPicker | |||
2023-01-21 | Merge pull request #70294 from KoBeWi/treedulate | Rémi Verschelde | |
Add a method to get global modulate | |||
2023-01-21 | Use range iterators in LocalVector loops | kobewi | |
2023-01-21 | Add "Open in External Program" option | kobewi | |
2023-01-21 | Merge pull request #71814 from mihe/binary-resources-setting | Rémi Verschelde | |
Remove redundant definition of `convert_text_resources_to_binary` | |||
2023-01-21 | Merge pull request #71687 from reduz/support-script-class-name-in-efs | Rémi Verschelde | |
Support script global resource name in EditorFileSystem | |||
2023-01-21 | Merge pull request #71806 from ↵ | Rémi Verschelde | |
EricEzaM/71576-perspective-menu-perspectiveorthogonal-hotkey-display-inconsistency Fix 3D editor Perspective/Ortho shortcut inconsistency | |||
2023-01-21 | Remove redundant definition of `convert_text_resources_to_binary` | Mikael Hermansson | |