Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-04 | Fix pathological corner case in drawing tileset editor | clayjohn | |
Interleaving draw_rect calls with and without a texture forces every rect to have its own draw call. In this case it meant that there is a draw call for every single tile in the atlas. This change makes it so the renderer can batch draw calls which reduced the draw call count by a factor of 512 | |||
2022-11-04 | Merge pull request #67434 from bruvzg/win_wrapper | Rémi Verschelde | |
Add console wrapper app to handle console i/o redirection on Windows. | |||
2022-11-04 | Merge pull request #68223 from Calinou/editor-font-prerendering-fix-add-icon | Rémi Verschelde | |
Fix missing Add icon in the editor font prerendering dialog | |||
2022-11-04 | Merge pull request #68220 from Calinou/dynamicfont-msdf-no-antialiasing | Rémi Verschelde | |
Hide Antialiasing import option on DynamicFonts with MSDF enabled | |||
2022-11-03 | Fix missing Add icon in the editor font prerendering dialog | Hugo Locurcio | |
This also tweaks button writing style to match the rest of the editor. | |||
2022-11-03 | Hide Antialiasing import option on DynamicFonts with MSDF enabled | Hugo Locurcio | |
Antialiasing cannot be adjusted on fonts rendered with MSDF. Internally, Godot always uses grayscale antialiasing for those fonts. This also tweaks property hints for consistency, and renames uses of "sub-pixel" to the more commonly used "subpixel". | |||
2022-11-03 | Fix incorrect drawing of alternative tiles | Ninni Pipping | |
2022-11-03 | Merge pull request #68191 from aaronfranke/quat-euler-order | Rémi Verschelde | |
Allow getting Quaternion rotation in different Euler orders | |||
2022-11-03 | Fix reload scripts error after saving in external editor. | Zae | |
2022-11-02 | Allow getting Quaternion rotation in different Euler orders | Aaron Franke | |
2022-11-02 | Merge pull request #66017 from Mickeon/rename-image-copy-rect | Rémi Verschelde | |
Rename Image's `get_rect` to `get_region` | |||
2022-11-02 | Merge pull request #68120 from akien-mga/style-doc-cleanup | Rémi Verschelde | |
Style: Misc docs and comment style and language fixes | |||
2022-11-02 | Fix crash in connection dialog | kobewi | |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde | |
- Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`. | |||
2022-11-02 | Merge pull request #65062 from KoBeWi/RedoUndo | Rémi Verschelde | |
Unify usage of undo_redo in editor | |||
2022-11-02 | Merge pull request #65012 from KoBeWi/Godot_museum | Rémi Verschelde | |
Add history dock | |||
2022-11-02 | Merge pull request #68118 from aaronfranke/quat-from-euler | Rémi Verschelde | |
Replace Quaternion Euler constructor with `from_euler` method | |||
2022-11-02 | Merge pull request #68090 from bruvzg/sys_emoji | Rémi Verschelde | |
Load and use system emoji font in the editor. | |||
2022-11-02 | Unify usage of undo_redo in editor | kobewi | |
2022-11-02 | Merge pull request #66706 from PucklaMotzer09/fix_duplicate_uid | Rémi Verschelde | |
Make uids of duplicated items unique in FileSystemDock | |||
2022-11-02 | Merge pull request #67810 from MrBlockers/reged-fixes | Rémi Verschelde | |
Fix multiple issues with region editor | |||
2022-11-02 | Merge pull request #68147 from anvilfolk/fix-curve-multiline | Rémi Verschelde | |
Fix error in curve editor multiline string draw | |||
2022-11-02 | Merge pull request #68113 from justofisker/egine-typo | Rémi Verschelde | |
Fix typo in `editor_build_profile.cpp` | |||
2022-11-02 | Merge pull request #68107 from alfredbaudisch/drag-lower-case | Rémi Verschelde | |
Cast dragged file name extension to lowercase | |||
2022-11-02 | Merge pull request #68020 from timothyqiu/3d-drag-instance | Rémi Verschelde | |
Improve dragging scene into 3D viewport | |||
2022-11-01 | Fix error in curve editor multiline string draw | ocean (they/them) | |
2022-11-01 | Rename Image's `get_rect` to `get_region` | Micky | |
Also renames its parameter to from "rect" to "region". | |||
2022-11-01 | Replace Quaternion Euler constructor with `from_euler` method | Aaron Franke | |
2022-11-01 | Fix typo in build configuration file type desc | Just | |
2022-11-01 | Load and use system emoji font in the editor. | bruvzg | |
2022-11-01 | Cast dragged file extension name to lowercase, closes #68104 | Alfred Reinold Baudisch | |
2022-11-01 | Fix error when adding 3D gizmo handles with IDs | Haoyu Qiu | |
2022-10-31 | Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finish | Rémi Verschelde | |
Request attention on the editor window when done recording a movie | |||
2022-10-31 | Merge pull request #68060 from dpalais/no-pointer-animationnode-blendtree-rename | Rémi Verschelde | |
Remove the usage of pointers in signal call, to fix #67941 | |||
2022-10-31 | Merge pull request #68008 from timothyqiu/hide-axis | Rémi Verschelde | |
Hide axis gizmo after translating 3D nodes | |||
2022-10-31 | Merge pull request #68005 from timothyqiu/type-mismatch | Rémi Verschelde | |
Fix type mismatch error when deselecting a 3D gizmo | |||
2022-10-31 | Add console wrapper app to handle console i/o redirection on Windows. | bruvzg | |
2022-10-31 | Merge pull request #42659 from kingoftheconnors/anim-tree-load-fail-alert | Rémi Verschelde | |
Add alert in anim trees if resource load fails | |||
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde | |
Unify usage of GLOBAL/EDITOR_GET | |||
2022-10-31 | Merge pull request #68079 from Mickeon/doc-help-hint | Rémi Verschelde | |
Add tooltip to method qualifiers in Documentation Help | |||
2022-10-31 | Add tooltip to method qualifiers in Documentation Help | Micky | |
2022-10-31 | Merge pull request #68073 from timothyqiu/marker-3d-extents | Rémi Verschelde | |
Make Marker3D gizmo resizable | |||
2022-10-31 | Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't | Rémi Verschelde | |
Simplify GDVIRTUAL_CALL calls | |||
2022-10-31 | Merge pull request #67489 from timothyqiu/auto-select-all | Rémi Verschelde | |
Allow selecting SpinBox & LineEdit text when focus enters | |||
2022-10-31 | Fix `EditorInspector.property_changed` signal connection | Danil Alexeev | |
2022-10-31 | Merge pull request #67055 from GuilhermeGSousa/custom-node-export | Rémi Verschelde | |
Added custom node export | |||
2022-10-31 | Merge pull request #67560 from timothyqiu/mp-default | Rémi Verschelde | |
Fix `SceneTreeEditor::_update_tree()` binding | |||
2022-10-31 | Merge pull request #67786 from EricEzaM/67743-script-editor-shortcuts | Rémi Verschelde | |
Set the shortcut context for the edit/search/goto menus to the ScriptEditor so that shortcuts continue to work when FindReplaceBar is focused. | |||
2022-10-31 | Merge pull request #68064 from ↵ | Rémi Verschelde | |
kleonc/sprite-frames-editor-fix-frame-index-calculation `SpriteFramesEditor` Fix calculating frame index from mouse position | |||
2022-10-31 | Merge pull request #67888 from KoBeWi/overridead | Rémi Verschelde | |
Remove `override_selected_font_color` property |