Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-14 | Add outline to ruler tool | Tomasz Chabora | |
2020-12-14 | Merge pull request #44353 from skyace65/PowFix | Rémi Verschelde | |
Pow method doc fix | |||
2020-12-14 | Merge pull request #44319 from reduz/integrate-meshoptimizer | Rémi Verschelde | |
Rework Mesh handling on scene importing. | |||
2020-12-14 | Merge pull request #44356 from EricEzaM/PR/fix-input-event-string-conversions | Rémi Verschelde | |
Fixed mistakes in InputEvent as_text and to_string implementations. | |||
2020-12-14 | Fixed mistakes in InputEvent as_text and to_string implementations. | EricEzaM | |
2020-12-13 | Rework Mesh handling on scene importing. | reduz | |
-Reworked how meshes are treated by importer by using EditorSceneImporterMesh and EditorSceneImporterMeshNode. Instead of Mesh and MeshInstance, this allows more efficient processing of meshes before they are actually registered in the RenderingServer. -Integrated MeshOptimizer -Reworked internals of SurfaceTool to use arrays, making it more performant and easy to run optimizatons on. | |||
2020-12-13 | Pow method doc fix | skyace65 | |
2020-12-13 | Merge pull request #43030 from bruvzg/ctl_var_font | Rémi Verschelde | |
[Complex Text Layouts] Add variable fonts support. | |||
2020-12-13 | [Complex Text Layouts] Add variable fonts support. | bruvzg | |
2020-12-13 | Merge pull request #42595 from bruvzg/ctl_rich_text | Rémi Verschelde | |
[Complex Text Layouts] Refactor RichTextLabel. | |||
2020-12-12 | Merge pull request #44317 from mbrlabs/geometry2d-docs | Rémi Verschelde | |
Fixed Geometry2D::get_closest_points_between_segments docs | |||
2020-12-12 | Fixed Geometry2D::get_closest_points_between_segments docs | Marcus Brummer | |
2020-12-12 | Merge pull request #44315 from madmiraal/fix-handles-baseexception | Rémi Verschelde | |
Don't handle BaseException in build scripts | |||
2020-12-12 | Don't handle BaseException in build scripts | Marcel Admiraal | |
2020-12-12 | Merge pull request #44288 from Chaosus/fix_textedit_scrolling | Rémi Verschelde | |
Fixed mouse scrolling in TextEdit's | |||
2020-12-11 | Merge pull request #44270 from Riteo/gobot-face-fix | Rémi Verschelde | |
Remove two very slightly displaced duplicate vertices on Gobot's face | |||
2020-12-11 | Merge pull request #44296 from Xrayez/test-file-access | Rémi Verschelde | |
Add test suite for `FileAccess` | |||
2020-12-11 | Add test suite for `FileAccess` | Andrii Doroshenko (Xrayez) | |
2020-12-11 | Merge pull request #44294 from GoDino/issue_44269 | Rémi Verschelde | |
wrong double quote output with .csv fixed | |||
2020-12-11 | Merge pull request #44279 from KoBeWi/unit_offset_or_something_idk | Rémi Verschelde | |
Fix PathFollow3D updating on unit_offset 0 | |||
2020-12-11 | wrong double quote output with .csv fixed | Alf Kraus | |
2020-12-11 | Fixed mouse scrolling in TextEdit's | Yuri Roubinsky | |
2020-12-11 | [Complex Text Layouts] Refactor RichTextLabel. | bruvzg | |
2020-12-11 | Remove two very slightly displaced duplicate vertices on Gobot's face | Lorenzo Cerqua | |
They didn't show up at all in the rendered PNG, but were pretty annoying when working with Gobot face on Inkscape | |||
2020-12-11 | Fix PathFollow3D updating on unit_offset 0 | Tomasz Chabora | |
2020-12-11 | Merge pull request #44271 from akien-mga/pvrtc-compress-cleanup | Rémi Verschelde | |
PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool code | |||
2020-12-10 | Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2 | Rémi Verschelde | |
We haven't had a proper implementation for COMPRESS_PVRTC2 (which is PVRTC1 2-bpp) in years, so let's drop it instead of keeping a compress type which doesn't work. The other enum values were renamed to clarify that our PVRTC2 and PVRTC4 are respectively PVRTC1 2-bpp and PVRTC1 4-bpp. PVRTC2 2-bpp and 4-bpp are not implemented yet. | |||
2020-12-10 | PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool code | Rémi Verschelde | |
The code we had for PVRTexTool doesn't work as it's not compatible with current PVRTexTool CLI options, and likely hasn't been for years. Instead, we have our own vendored pvrtccompressor thirdparty library which all users have thus de-facto been using. This commit moves the compress code to `modules/pvr` where it belongs. There's no proper compress function for PVRTC 2-bit format, that's a bug that will need to be fixed (currently it's compressed as 4-bit format even if you use Image::FORMAT_PVRTC2). Fixes #28669. | |||
2020-12-10 | Merge pull request #44266 from akien-mga/js-export-code-cleanup | Rémi Verschelde | |
HTML5: Code style cleanup for export code | |||
2020-12-10 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 3e20a98503f66bfe0bfc5140582a78e76c117588) | |||
2020-12-10 | Merge pull request #44267 from madmiraal/rename-viewport-enums | Rémi Verschelde | |
Rename Viewport::ClearMode::CLEAR_MODE_ONLY_NEXT_FRAME to CLEAR_MODE_ONCE | |||
2020-12-10 | Merge pull request #44265 from YeldhamDev/popupmenu_circle_back_disabled | Rémi Verschelde | |
Allow to circle back in 'PopupMenu' even if the first/last item is non-selectable | |||
2020-12-10 | HTML5: Code style cleanup for export code | Rémi Verschelde | |
2020-12-10 | Allow to circle back in 'PopupMenu' even if the first/last item is ↵ | Michael Alexsander | |
non-selectable | |||
2020-12-10 | Rename Viewport::ClearMode::CLEAR_MODE_ONLY_NEXT_FRAME to CLEAR_MODE_ONCE | Marcel Admiraal | |
2020-12-10 | Merge pull request #44262 from akien-mga/fsdock-move-mention-conflicting-files | Rémi Verschelde | |
FileSystemDock: List conflicting files on move | |||
2020-12-10 | FileSystemDock: List conflicting files on move | Rémi Verschelde | |
Fixes #24167. | |||
2020-12-10 | Merge pull request #44260 from madmiraal/rename-area3d-audio_bus_name | Rémi Verschelde | |
Rename Area3D audio_bus_name getter and setter | |||
2020-12-10 | Merge pull request #40708 from bruvzg/improve_os_locale | Rémi Verschelde | |
Improve `OS::get_locale()` and documentation. | |||
2020-12-10 | Merge pull request #44233 from YeldhamDev/popupmenu_circle_back | Rémi Verschelde | |
Re-add circle back scrolling to 'PopupMenu' | |||
2020-12-10 | Merge pull request #44248 from Nickswoboda/fix-dragging-0-items | Rémi Verschelde | |
Fix scene being modified when arrows are pressed with no node selected | |||
2020-12-10 | Merge pull request #44070 from YeldhamDev/popupmenu_separator_font_color | Rémi Verschelde | |
Add "font_color_separator" theme property to 'PopupMenu' | |||
2020-12-10 | Merge pull request #43920 from Calinou/doc-videoplayer-no-remapping | Rémi Verschelde | |
Document the lack of localization remapping support in VideoPlayer | |||
2020-12-10 | Merge pull request #44234 from jeffuntildeath/master | Rémi Verschelde | |
fix for snap to floor editor crash bug | |||
2020-12-10 | Merge pull request #44197 from Faless/fix/4.x_easing | Rémi Verschelde | |
Fix some easing equations' undefined behaviours. | |||
2020-12-10 | Merge pull request #44016 from KoBeWi/emit_me_senpai | Rémi Verschelde | |
Mention that 'changed' signal needs manual emit | |||
2020-12-10 | Rename Area3D audio_bus_name getter and setter | Marcel Admiraal | |
2020-12-10 | Merge pull request #44124 from volzhs/tabs-in-front | Rémi Verschelde | |
Add option to draw all tabs in front | |||
2020-12-09 | Fix scene being modified when arrows are pressed with no node selected | Nick Swoboda | |
2020-12-10 | Add option to draw all tabs in front | volzhs | |