summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-18Windows icon export improvements.bruvzg
Regenerate Windows icon on export to ensure correct icon size order. Add support for using PNG/WebP/SVG files as an icon for Windows exports. Allow using WebP/SVG files as icon for macOS exports. Add option to select generated icons interpolation, and set default interpolation to Lanczos.
2022-11-18Merge pull request #68432 from Geometror/generic-math-func-testsRémi Verschelde
Generic math function tests: Test float and double variants
2022-11-18Merge pull request #68799 from Chaosus/shader_fixRémi Verschelde
Prevent stack overflow when setting a shader global value
2022-11-18Merge pull request #66816 from raulsntos/dotnet/readonlyRémi Verschelde
Add `readonly` to C# methods and types that don't mutate
2022-11-18Merge pull request #64212 from xiongyaohua/curve3d_baking_refactorRémi Verschelde
Move rotation interpolation to Curve3d and refactor baking
2022-11-18Merge pull request #68430 from anvilfolk/check-superclass-memberRémi Verschelde
Fix minor inheritance errors
2022-11-18Merge pull request #68710 from BastiaanOlij/fix_vrsRémi Verschelde
Fix VRS issues
2022-11-18Merge pull request #68801 from vincentmoreschi/vincentmoreschi/masterRémi Verschelde
Add raise -> move_to_front rename line
2022-11-18Merge pull request #68808 from CherrySodaPop/global-instance-uniformYuri Rubinsky
2022-11-18Merge pull request #63497 from YuriSizov/docs-split-classrefRémi Verschelde
Split generated RST for class reference based on the base type
2022-11-18Merge pull request #67464 from Calinou/contributing-mrp-requiredRémi Verschelde
Emphasize the importance of uploading a minimal reproduction project
2022-11-18Merge pull request #68805 from clayjohn/canvas-bgRémi Verschelde
Finish implementing Canvas Background mode
2022-11-17Fix ability to overload "script" variableocean (they/them)
2022-11-17Fix global uniforms parsed as instance uniformLily Garcia
2022-11-17Add raise -> move_to_front rename lineChenzo
2022-11-18Split generated RST for class reference based on the base typeYuri Sizov
2022-11-17Finish implementing Canvas Background modeclayjohn
2022-11-17Emphasize the importance of uploading a minimal reproduction projectHugo Locurcio
The field is now required, but "N/A" can be manually entered if the reproduction steps are trivial and don't require any project files to be followed.
2022-11-17Merge pull request #63203 from YuriSizov/a-gaping-hole-in-my-docsRémi Verschelde
Add more call-to-action notes when documentation is missing
2022-11-17Merge pull request #68792 from bruvzg/rtl_scrollRémi Verschelde
Fix multithreaded RTL resetting scroll position on resize.
2022-11-17Merge pull request #68790 from m4gr3d/fix_keep_screen_on_mainRémi Verschelde
Fix parsing of the `keep_screen_on` display setting
2022-11-17Add more call-to-action notes when documentation is missingYuri Sizov
2022-11-17Prevent stack overflow when setting a shader global valueYuri Rubinsky
2022-11-17Fix multithreaded RTL resetting scroll position on resize.bruvzg
2022-11-17Fix parsing of the `keep_screen_on` display settingFredia Huya-Kouadio
2022-11-17Merge pull request #68786 from akien-mga/android-fix-keep_screen_onRémi Verschelde
Android: Fix parsing `keep_screen_on` setting
2022-11-17Merge pull request #68732 from AThousandShips/bit_map_polygon_fixRémi Verschelde
Fix polygon generation in BitMap
2022-11-17Merge pull request #68784 from bruvzg/localize_numeral_systemRémi Verschelde
Add `Control::localize_numeral_system` property to toggle automatic numeral system conversion.
2022-11-17Android: Fix parsing `keep_screen_on` settingRémi Verschelde
Boolean stringification changed in Godot 4.0. Fixes #67034. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-11-17Add `Control::localize_numeral_system` property to toggle automatic numeral ↵bruvzg
system conversion.
2022-11-17Fixup TileSet build after #66557Rémi Verschelde
Last rebase was too old, didn't include this API rename.
2022-11-17Merge pull request #66557 from ↵Rémi Verschelde
MisterMX/fix/tileset-custom-data-type-reload-editor fix(tileset): Recreate custom data editor if type has changed
2022-11-17Merge pull request #64368 from YeldhamDev/tile_editor_label_centerRémi Verschelde
Properly center labels in the TileMap/Set editors
2022-11-17Merge pull request #63601 from YeldhamDev/tooltip_stuffRémi Verschelde
Small changes to some tooltips
2022-11-17Merge pull request #68589 from marzecdawid/remove-default-file-save-filedialogRémi Verschelde
Remove auto selecting the first file for FileDialog with Save mode
2022-11-17Merge pull request #68779 from dzil123/fix_renderdummy_mesh_surface_overflowRémi Verschelde
RendererDummy - Fix buffer overflow due to stale mesh_get_surface
2022-11-17Merge pull request #68778 from bruvzg/ios_iconsRémi Verschelde
[iOS] iOS export improvements.
2022-11-17RendererDummy fix buffer overflow due to mesh_get_surfacedzil123
2022-11-17Merge pull request #68777 from bruvzg/mac_activ_13Rémi Verschelde
[macOS] Update activation hack to work on Ventura.
2022-11-17Merge pull request #68775 from dzil123/add_gles3_texturestorage_null_checksRémi Verschelde
OpenGL3 TextureStorage - add missing null checks
2022-11-17Merge pull request #67619 from nongvantinh/fix-calling-pckpacker-crashRémi Verschelde
Fixes engine crashes caused by the user failing to initialize PCKPacker with pck_start()
2022-11-17Merge pull request #68776 from bruvzg/win_sysfont_caseRémi Verschelde
[Windows] Use case-sensitive file names for the system fonts to avoid warnings.
2022-11-17Merge pull request #68766 from TokageItLab/fix-update-animation-fps-editRémi Verschelde
Fix GUI update timing when AnimationEditor changes FPS
2022-11-17Merge pull request #68651 from ↵Rémi Verschelde
ClarkThyLord/fix_code_editor_search_match_inconsistencies Fix code editor search match inconsistencies
2022-11-17Merge pull request #68743 from raulsntos/dotnet/array-meshRémi Verschelde
C#: Fix incorrect types used in ArrayMesh docs
2022-11-17Merge pull request #68736 from dzil123/main_print_version_topRémi Verschelde
Move engine version printout to top
2022-11-17[iOS] iOS export improvements.bruvzg
Add export options to set Settings and Notification icons on export. Automatically fill background of the app store icon instead of failing (with warning). Update development region to use `en` instead of `English`.
2022-11-17Fix polygon generation in BitMapNinni Pipping
2022-11-17[macOS] Update activation hack to work on Ventura.bruvzg
2022-11-17[Windows] Use case-sensitive file names for the system fonts to avoid warnings.bruvzg