Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-13 | Store SSAO uniform sets per viewport | clayjohn | |
2021-06-12 | Merge pull request #49551 from reduz/fix-roughness-limiter2 | Juan Linietsky | |
Make shader compile again after roughness limiter fix | |||
2021-06-12 | Make shader compiler again after roughness limiter fix | reduz | |
Fix shader compilation error after merging #49549 | |||
2021-06-12 | Merge pull request #49549 from clayjohn/VULKAN-roughness-limiter | Juan Linietsky | |
Fix roughness limiter derivative | |||
2021-06-12 | Merge pull request #49547 from reduz/fix-voxelgi | Juan Linietsky | |
Fix VoxelGI (works again). | |||
2021-06-12 | Fix roughness limiter derivative | clayjohn | |
2021-06-12 | Fix VoxelGI (works again). | reduz | |
It was broken due to #46046, this makes it work again. | |||
2021-06-12 | Merge pull request #48746 from KoBeWi/bane_of_all_virtual_compatibility | Rémi Verschelde | |
Consistently prefix bound virtual methods with _ | |||
2021-06-12 | Merge pull request #49123 from aaronfranke/it-is-time | Rémi Verschelde | |
Add a Time singleton | |||
2021-06-12 | Merge pull request #49544 from akien-mga/variantparser-stringname-compat | Rémi Verschelde | |
VariantParser: Fix reading StringNames with '&'. | |||
2021-06-12 | Merge pull request #49520 from pfertyk/issue-46278-empty-texture-crashes-godot | Rémi Verschelde | |
Validate texture in RendererStorageRD::free | |||
2021-06-12 | Merge pull request #49541 from Calinou/fix-game-camera-override-tooltip | Rémi Verschelde | |
Fix game camera override tooltips being swapped | |||
2021-06-12 | VariantParser: Fix reading StringNames with '&'. | Rémi Verschelde | |
Keep support for '@' for now for compatibility. Fixes #49535. Fixes #49542. | |||
2021-06-12 | Fix game camera override tooltips being swapped | Hugo Locurcio | |
Previously, the wrong tooltip was shown. This also tweaks the tooltips' texts to be clearer and remove references to "game" (since Godot is used for more than just games). | |||
2021-06-12 | Merge pull request #49538 from Calinou/doc-arraymesh-fix-duplicate-paragraph | Rémi Verschelde | |
Fix duplicate paragraph in `ArrayMesh.add_surface_from_arrays()` description | |||
2021-06-12 | Fix duplicate paragraph in `ArrayMesh.add_surface_from_arrays()` description | Hugo Locurcio | |
2021-06-12 | Merge pull request #49522 from JFonS/fix_surfacetool_tangents | Rémi Verschelde | |
Fix tangents array in SurfaceTool | |||
2021-06-12 | Consistently prefix bound virtual methods with _ | kobewi | |
2021-06-12 | Fix tangents array in SurfaceTool | jfons | |
2021-06-11 | Merge pull request #47242 from sygi/bitmap-opaque-polygons | Rémi Verschelde | |
Bitmap opaque_to_polygons documentation | |||
2021-06-11 | Merge pull request #49519 from Xrayez/filesystem-delete-for-everyone | Rémi Verschelde | |
Use "Delete" in FileSystemDock on all platforms | |||
2021-06-11 | Merge pull request #49515 from ↵ | Rémi Verschelde | |
Calinou/doc-projectsettings-vram-compression-change Document applying VRAM compression setting changes retroactively | |||
2021-06-11 | Document applying VRAM compression setting changes retroactively | Hugo Locurcio | |
2021-06-11 | Validate texture in RendererStorageRD::free | Paweł Fertyk | |
2021-06-11 | Merge pull request #49312 from RandomShaper/reference_to_ref_count | Rémi Verschelde | |
Rename `Reference` to `RefCounted` | |||
2021-06-11 | Use "Delete" in FileSystemDock on all platforms | Andrii Doroshenko (Xrayez) | |
The consensus is that the per-platform strings are not so useful in the first place, so it's better to revert back to "Delete" for every platform. | |||
2021-06-11 | Merge pull request #47835 from mortarroad/master-lossless-webp | Rémi Verschelde | |
Implement lossless WebP encoding | |||
2021-06-11 | Merge pull request #49518 from reduz/fix-tangent-import | Juan Linietsky | |
Fix tangent importing | |||
2021-06-11 | Fix tangent importing | reduz | |
* Binormal compression was wrong. | |||
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez | |
2021-06-11 | Implement lossless WebP encoding | Morris Tabor | |
2021-06-11 | Merge pull request #49421 from floppyhammer/fix-vram-compressed-mipmaps | Juan Linietsky | |
Fix mipmaps of VRAM compressed textures | |||
2021-06-11 | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io | Rémi Verschelde | |
Core: Move DirAccess and FileAccess to `core/io` | |||
2021-06-11 | Merge pull request #49279 from Calinou/rename-string-is-abs-path-method | Rémi Verschelde | |
Rename `String.is_abs_path()` to `String.is_absolute_path()` | |||
2021-06-11 | Merge pull request #34566 from Heikki00/34541_to_json_precision | Rémi Verschelde | |
Increased String::num default decimal precision | |||
2021-06-11 | Add Time singleton | Aaron Franke | |
2021-06-11 | Add documentation to Bitmaps opaque_to_polygons. | sygi | |
2021-06-11 | Merge pull request #49338 from Chaosus/fix_property_editor_remake | Rémi Verschelde | |
Fix property editor to make changes if popup closed (remake) | |||
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | |
File handling APIs are typically considered part of I/O, and we did have most `FileAccess` implementations in `core/io` already. | |||
2021-06-11 | Merge pull request #47584 from HaSa1002/docs-lang-7 | Rémi Verschelde | |
2021-06-11 | Merge pull request #48253 from lyuma/fix_gdscript_export | Rémi Verschelde | |
Fix @export and prevent non-exportable References from being exported. | |||
2021-06-11 | Merge pull request #49506 from akien-mga/vulkan_prefer_discrete_gpu | Rémi Verschelde | |
Prefer discrete GPU over integrated one | |||
2021-06-11 | Port code examples to C# (V) | Johannes | |
Includes: * Variant * Viewport and two fixes in Array that were pointed out in #40978 VisualScript classes are skipped on purpose. That is the final commit of the inital code porting to C#. :) | |||
2021-06-11 | Prefer discrete GPU over integrated one | Blazej Floch | |
This unblocks launching on Linux laptops that default to the integrated GPU which can not handle Vulkan in many instances. Ideally a manual device selection, or an option for the optimal selection strategy should be provided via CLI or config, but for the time being this will unblock the Linux devs. Partially addresses #42348 and #43714 | |||
2021-06-11 | Merge pull request #42636 from madmiraal/fix-infinite-inertia | Rémi Verschelde | |
2021-06-11 | Merge pull request #49499 from cptchuckles/fix-var2str-sigil | Rémi Verschelde | |
Let var2str display StringName with correct sigil | |||
2021-06-10 | Fix regression from 160c260 causing export of non-@export properties. | Lyuma | |
2021-06-11 | Merge pull request #49496 from bruvzg/ctl_improve_font_selection | Rémi Verschelde | |
[CTL] Improve font fallback order selection. | |||
2021-06-10 | Let var2str display StringName with correct sigil | Jonathan Gollnick | |
2021-06-10 | Merge pull request #49493 from madmiraal/graph_edit-default-in-declaration | Rémi Verschelde | |
Move default values from definition to declaration in GraphEdit |