Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-23 | Merge pull request #58411 from cbscribe/rename_motion_velocity | Rémi Verschelde | |
2022-02-22 | Rename motion_velocity to velocity | Chris Bradfield | |
2022-02-23 | Merge pull request #51716 from clayjohn/VULKAN-optimized-GGX | Rémi Verschelde | |
Use Filament specular model and parametrization | |||
2022-02-22 | Use Filament specular models and parametrization | clayjohn | |
2022-02-22 | Merge pull request #57664 from skyace65/TriangulateInfo | Rémi Verschelde | |
Add more information on triangulate polygon | |||
2022-02-22 | Merge pull request #58440 from novaplusplus/novas-doc-stuff | Rémi Verschelde | |
Fix incorrect surfacetool example in class docs | |||
2022-02-22 | Merge pull request #58442 from novaplusplus/docs-string-humanize-size | Rémi Verschelde | |
Document String's humanize_size static method | |||
2022-02-22 | Document String's humanize_size static method | Nova | |
2022-02-22 | Fix incorrect SurfaceTool example in class docs | Nova | |
2022-02-22 | Merge pull request #58343 from aaronfranke/negative-shape-warning | Rémi Verschelde | |
2022-02-22 | Merge pull request #58426 from akien-mga/ci-mono-static | Rémi Verschelde | |
2022-02-22 | CI: Use mono_static=yes for Mono builds | Rémi Verschelde | |
This removes the dependency on shared libmonosgen installed locally and makes the artifacts usable as standalone for testing without needing a full Mono install. | |||
2022-02-22 | Merge pull request #58344 from TokageItLab/fix-cubic-interpolate-with-loop | Rémi Verschelde | |
2022-02-22 | Merge pull request #57538 from floppyhammer/fix-gpu-particles-2d-offset | Rémi Verschelde | |
2022-02-22 | Merge pull request #58420 from bruvzg/fix_borderless_minimize | Rémi Verschelde | |
2022-02-22 | Fix GPUParticles2D emission offset in global coords | floppyhammer | |
2022-02-22 | [Windows] Fix borderless window flag toggle and restoring minimized ↵ | bruvzg | |
borderless window. | |||
2022-02-22 | Merge pull request #58419 from clayjohn/Vulkan-anisotropy-crash | Rémi Verschelde | |
2022-02-22 | Merge pull request #58418 from clayjohn/Vulkan-cubemap-proughness | Rémi Verschelde | |
2022-02-22 | Merge pull request #58331 from poiati/fix-extension-registration-order-2 | Rémi Verschelde | |
2022-02-21 | Fix shader compilation error with anisotropy | clayjohn | |
2022-02-21 | Use properly use non-perceptual roughness when filtering radiance | clayjohn | |
2022-02-21 | Merge pull request #58399 from Sauermann/fix-bresenham-usage | Rémi Verschelde | |
Use bresenham_line() in EditorAtlasPacker::chart_pack | |||
2022-02-21 | Merge pull request #58376 from novaplusplus/master | Rémi Verschelde | |
Fixed issue with godot's changes to polypartition third-party code | |||
2022-02-21 | Merge pull request #58400 from Faless/mp/4.x_repl_path_stopgap | Rémi Verschelde | |
[Net] Fix multi-peer path-only replication, optimize single peer object cache. | |||
2022-02-21 | Merge pull request #58304 from BastiaanOlij/fix_queue_submit | Rémi Verschelde | |
vkQueueSubmit needs pWaitDstStageMask sized to waitSemaphoreCount | |||
2022-02-21 | Merge pull request #58397 from Calinou/editor-font-preload-fix-typo | Rémi Verschelde | |
Fix typos in editor font preload dialog warning messages | |||
2022-02-21 | Fixed issue with Godot modifications to polypartition.cpp third-party file | Nova | |
2022-02-21 | [Net] Optimize object cache notification send for single peer. | Fabio Alessandrelli | |
It used to always cycle all the peers when checking which one needed to be notified, now it only does that when the target is multiple (i.e. broadcast or exclusion). | |||
2022-02-21 | Use bresenham_line() in EditorAtlasPacker::chart_pack | Markus Sauermann | |
2022-02-21 | Fix typos in editor font preload dialog warning messages | Hugo Locurcio | |
2022-02-21 | [Net] Fix multi-peer path-only replication. | Fabio Alessandrelli | |
It used to check if a net_id was ever assigned to that node to detect when to send the path confirm to the remote peer. This is wrong, because the same net_id is shared for all the remote peers, but sent one by one. Instead we now check if it's either not assigned or if the assigned net_id is a cache ID, and in that case ensure that the remote peer has been notified. This can be further improved by unifying the cache interface, but for now it's a fast fix to get path-only sync to work. | |||
2022-02-21 | Merge pull request #58385 from Sauermann/fix-match-empty | Max Hilbrunner | |
Update doc for match: empty argument doesn't match anything | |||
2022-02-21 | Merge pull request #58350 from kidrigger/patch-1 | Rémi Verschelde | |
2022-02-21 | Merge pull request #58315 from KoBeWi/fixibility | Rémi Verschelde | |
2022-02-21 | Merge pull request #58275 from V-Sekai/attribute_parse_crash_fix | Rémi Verschelde | |
2022-02-21 | Merge pull request #58367 from V-Sekai/tileset_atlas_crash_fix | Rémi Verschelde | |
2022-02-21 | Update doc for match: empty argument doesn't match anything | Markus Sauermann | |
2022-02-21 | Merge pull request #58351 from akien-mga/sync-gamecontrollerdb | Rémi Verschelde | |
2022-02-21 | Merge pull request #58372 from KoBeWi/orphan_ci | Rémi Verschelde | |
Fix 2D instance drop position | |||
2022-02-21 | Merge pull request #58352 from timothyqiu/script-template | Rémi Verschelde | |
Fix errors when updating script template list | |||
2022-02-20 | Fix 2D instance drop position | kobewi | |
2022-02-20 | Merge pull request #58363 from Sauermann/fix-3max | Rémi Verschelde | |
2022-02-20 | simplify calculation of max in grayscale | Markus Sauermann | |
2022-02-20 | Fix nullptr error in _update_padded_texture on texture with no image | SaracenOne | |
2022-02-20 | Fix extension registration order. | Paulo Poiati | |
2022-02-20 | Resolving suggestions on comment formatting. | Anish Bhobe | |
2022-02-20 | Fix errors when updating script template list | Haoyu Qiu | |
2022-02-20 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde | |
Synced with gabomdq/SDL_GameControllerDB@94b76208bc07a62a63575bc16da99411d325aac8 | |||
2022-02-20 | Merge pull request #58329 from Powerbyte7/patch-1 | Rémi Verschelde | |