Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-16 | Fix String::word_wrap() for long words | Haoyu Qiu | |
- Changes `TextServer.string_get_word_breaks()` - Returns pairs of boundary start and end offsets - Accepts `chars_per_line` to return line breaks - Removes `String::word_wrap()` Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | |||
2022-12-15 | Merge pull request #67024 from alessandrofama/fix-gdvirtual-call-node3dgizmo | Rémi Verschelde | |
EditorNode3DGizmoPlugin: Add GDVIRTUAL_CALL for get_gizmo_name and get_priority | |||
2022-12-14 | Clear animation map when import settings is opened | bmolyneaux | |
2022-12-14 | Merge pull request #69761 from KoBeWi/where_undo | Rémi Verschelde | |
Add scope prefix to undo actions | |||
2022-12-14 | Add scope prefix to undo actions | kobewi | |
2022-12-14 | Remove comma in gl_compatibility message in new project creation menu | clayjohn | |
2022-12-14 | Merge pull request #70040 from m4gr3d/update_navigation_controls_toggle_main | Rémi Verschelde | |
Update the visibility logic for the spatial editor navigation controls | |||
2022-12-13 | Update the visibility logic for the spatial editor navigation controls | Fredia Huya-Kouadio | |
2022-12-14 | Handle corner cases for curve baking | Yaohua Xiong | |
When control point and point have equal position, the derivative is 0 vector, which cause error message in Basis::look_at(). This commit handles this case. | |||
2022-12-14 | Merge pull request #70028 from clayjohn/PM-GLES3 | Rémi Verschelde | |
Added gl_compatibility as an option to the project creation screen | |||
2022-12-14 | Merge pull request #69732 from KoBeWi/rc_undo | Rémi Verschelde | |
Add remote history to EditorUndoRedoManager | |||
2022-12-14 | Merge pull request #69938 from timothyqiu/open-packed-scene | Rémi Verschelde | |
Add open scene button in Inspector for PackedScene resource | |||
2022-12-13 | Merge pull request #70009 from clayjohn/glow-hq | Rémi Verschelde | |
Remove high quality glow as it is not any higher quality than regular glow | |||
2022-12-13 | Added gl_compatibility as an option to the project creation screen | clayjohn | |
Last selected option is saved as default for next time | |||
2022-12-13 | Remove high quality glow as it is not any higher quality than regular glow | clayjohn | |
2022-12-13 | i18n: Sync editor translations with Weblate (3.5 branch) | Rémi Verschelde | |
(cherry picked from commit ee8986e146568ffa21e0d2824a0145aa5a241728) | |||
2022-12-13 | Merge pull request #70006 from timothyqiu/atlas-source-paint-scroll | Rémi Verschelde | |
Add scroll container for tile data editors | |||
2022-12-13 | Merge pull request #69981 from bruvzg/dyn_font_import_outline | Rémi Verschelde | |
Fix advanced font import dialog not saving outline sizes of pre-render configs correctly. | |||
2022-12-13 | Merge pull request #69893 from henrlin24/hide-scattering | Rémi Verschelde | |
Hide Scattering label and controls within TileMap editor window when "Place Random Tile" option is disabled | |||
2022-12-13 | Merge pull request #69302 from RumblingTurtle/audio-track-edit-fix | Rémi Verschelde | |
Fix audio track end and start offset editing | |||
2022-12-13 | Add scroll container for tile data editors | Haoyu Qiu | |
2022-12-12 | Fix advanced font import dialog not saving outline sizes of pre-render ↵ | bruvzg | |
configs correctly. | |||
2022-12-13 | Add null checks to AnimationTreeEditors and _clear_editors() | Silc Renew | |
2022-12-12 | AnimationTrackEditTypeAudio: Both start and end offset dragging is now ↵ | Eduard Zalyaev | |
possible with proper preview of the changes Fixes #68788. | |||
2022-12-12 | Merge pull request #69291 from nongvantinh/fix-suggest-message | Rémi Verschelde | |
Fix Sprite drag and drop hint mentions invalid option with root node selected | |||
2022-12-12 | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension | Rémi Verschelde | |
Rename all gdnative occurences to gdextension | |||
2022-12-12 | Merge pull request #69300 from timothyqiu/tile-set-atlas-source | Rémi Verschelde | |
Improve TileSetAtlasSourceEditor UI | |||
2022-12-12 | Rename all gdnative occurences to gdextension | Gilles Roudière | |
Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension ->Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface | |||
2022-12-12 | Use _request_gizmo from SceneStringNames | Markus Sauermann | |
2022-12-12 | Add open scene button in Inspector for PackedScene resource | Haoyu Qiu | |
2022-12-11 | Check if class exists before checking if it's virtual in Create Dialog | Aaron Franke | |
2022-12-11 | Hide Scattering label and controls within TileMap editor window when "Place ↵ | henrlin24 | |
Random Tile" is disabled | |||
2022-12-11 | Merge pull request #69538 from mihe/feature-tag-double | Rémi Verschelde | |
Add feature tags to signify engine float precision | |||
2022-12-11 | Merge pull request #69850 from timothyqiu/defer-gizmo | Rémi Verschelde | |
Use ObjectID as argument when referred-calling `_request_gizmo` | |||
2022-12-11 | Merge pull request #69466 from rune-scape/editor-help-crash-fix | Rémi Verschelde | |
Fix editor help crash | |||
2022-12-10 | Merge pull request #69853 from TokageItLab/fix-unmerged-history-anim-editor | Rémi Verschelde | |
Fix unmerged history in AnimationTrackEditor | |||
2022-12-10 | Fix unmerged history in AnimationTrackEditor | Silc Renew | |
2022-12-10 | Use ObjectID as argument when referred-calling _request_gizmo | Haoyu Qiu | |
Fixes crash on project launch. | |||
2022-12-10 | Merge pull request #69842 from timothyqiu/tile-set-update | Rémi Verschelde | |
Fix !tile_set.is_valid() error on startup | |||
2022-12-10 | Merge pull request #69817 from Mickeon/sorry | Rémi Verschelde | |
Fix left-aligned EditorHelp when first opened | |||
2022-12-10 | Fix !tile_set.is_valid() error on startup | Haoyu Qiu | |
2022-12-10 | Improve TileSetAtlasSourceEditor UI | Haoyu Qiu | |
* Updates the overall layout, moving mode buttons to the top. * Uses inspector category instead of a Label to show what's being edited. This also allows better scrolling behavior. | |||
2022-12-09 | Fix left-aligned EditorHelp when first opened | Micky | |
2022-12-09 | Merge pull request #68747 from rune-scape/rune-stringname-unification | Rémi Verschelde | |
GDScript: Unify StringName and String | |||
2022-12-09 | Merge pull request #67283 from KoBeWi/one_way_ticket | Rémi Verschelde | |
Add one-way indicator to tile collision editor | |||
2022-12-09 | Merge pull request #60892 from KoBeWi/fat_selection | Rémi Verschelde | |
Improve tile editor selection appearance | |||
2022-12-09 | Merge pull request #69747 from timothyqiu/tile-source-icons | Rémi Verschelde | |
Update tile source icons when editor theme changes | |||
2022-12-09 | Improve tile editor selection appearance | kobewi | |
2022-12-09 | Editor: Fix regression fetching Windows/Linux export templates | Rémi Verschelde | |
Regression from #67906. | |||
2022-12-09 | Fix changing of visual shader mode | Yuri Rubinsky | |