summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-23Merge pull request #58448 from novaplusplus/wow-more-string-docsRémi Verschelde
2022-02-23Added or improved documentation to a few more String methodsNova
2022-02-23Merge pull request #58134 from timothyqiu/shortcut-zoom-mouse-posRémi Verschelde
2022-02-23Merge pull request #58244 from V-Sekai/typed_fail_case_returnRémi Verschelde
2022-02-23Utilize mouse position when zooming with shortcuts in 2D editorHaoyu Qiu
2022-02-23Merge pull request #56394 from BastiaanOlij/OpenXR_Core4Rémi Verschelde
2022-02-23Merge pull request #58354 from timothyqiu/gridmap-exportRémi Verschelde
2022-02-23Merge pull request #58444 from lawnjelly/giprobe_gizmo_fix4Rémi Verschelde
2022-02-23Merge pull request #57956 from Eoin-ONeill-Yokai/audio_stream_hotfixRémi Verschelde
2022-02-23Merge pull request #58415 from V-Sekai/cyclic_assignment_gdscript_fixesRémi Verschelde
2022-02-23Implementing OpenXR driverBastiaan Olij
2022-02-23Add OpenXR 1.0.22 to thirdparty librariesBastiaan Olij
Will be compiled and used in the next commit. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2022-02-23Merge pull request #58411 from cbscribe/rename_motion_velocityRémi Verschelde
2022-02-22Rename motion_velocity to velocityChris Bradfield
2022-02-23Merge pull request #51716 from clayjohn/VULKAN-optimized-GGXRémi Verschelde
Use Filament specular model and parametrization
2022-02-22Use Filament specular models and parametrizationclayjohn
2022-02-22Add missing binding to AudioStream classEoin O'Neill
This allows for the extension of AudioStream where you can call `instance_plackback` on child AudioStream instances within gdscript, much like the implementation of some child classes in C++. See `AudioStreamRandomPitch` for an example of how this can be used.
2022-02-22Merge pull request #57664 from skyace65/TriangulateInfoRémi Verschelde
Add more information on triangulate polygon
2022-02-22Merge pull request #58440 from novaplusplus/novas-doc-stuffRémi Verschelde
Fix incorrect surfacetool example in class docs
2022-02-22Merge pull request #58442 from novaplusplus/docs-string-humanize-sizeRémi Verschelde
Document String's humanize_size static method
2022-02-22Fix GIProbe gizmo out of bounds crashlawnjelly
The GIProbe gizmo was writing values in 3 dimensions to Vector2s. This error was previously being masked by the Vector2 accessor, but now results in a crash or ERR_FAIL message. This PR removes the Vector2s as they were unused.
2022-02-22Document String's humanize_size static methodNova
2022-02-22Fix incorrect SurfaceTool example in class docsNova
2022-02-22Merge pull request #58343 from aaronfranke/negative-shape-warningRémi Verschelde
2022-02-22Merge pull request #58426 from akien-mga/ci-mono-staticRémi Verschelde
2022-02-22CI: Use mono_static=yes for Mono buildsRé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-22Merge pull request #58344 from TokageItLab/fix-cubic-interpolate-with-loopRémi Verschelde
2022-02-22Merge pull request #57538 from floppyhammer/fix-gpu-particles-2d-offsetRémi Verschelde
2022-02-22Merge pull request #58420 from bruvzg/fix_borderless_minimizeRémi Verschelde
2022-02-22Fix GPUParticles2D emission offset in global coordsfloppyhammer
2022-02-22[Windows] Fix borderless window flag toggle and restoring minimized ↵bruvzg
borderless window.
2022-02-22Merge pull request #58419 from clayjohn/Vulkan-anisotropy-crashRémi Verschelde
2022-02-22Merge pull request #58418 from clayjohn/Vulkan-cubemap-proughnessRémi Verschelde
2022-02-22Merge pull request #58331 from poiati/fix-extension-registration-order-2Rémi Verschelde
2022-02-21Fix shader compilation error with anisotropyclayjohn
2022-02-21Use properly use non-perceptual roughness when filtering radianceclayjohn
2022-02-22Fixes cyclic detection from variables assigning themselves to themselves in ↵SaracenOne
autocomplete, and restricts initialization of variables from other variables which have not been declared above it in class body
2022-02-21Merge pull request #58399 from Sauermann/fix-bresenham-usageRémi Verschelde
Use bresenham_line() in EditorAtlasPacker::chart_pack
2022-02-21Merge pull request #58376 from novaplusplus/masterRémi Verschelde
Fixed issue with godot's changes to polypartition third-party code
2022-02-21Merge pull request #58400 from Faless/mp/4.x_repl_path_stopgapRémi Verschelde
[Net] Fix multi-peer path-only replication, optimize single peer object cache.
2022-02-21Merge pull request #58304 from BastiaanOlij/fix_queue_submitRémi Verschelde
vkQueueSubmit needs pWaitDstStageMask sized to waitSemaphoreCount
2022-02-21Merge pull request #58397 from Calinou/editor-font-preload-fix-typoRémi Verschelde
Fix typos in editor font preload dialog warning messages
2022-02-21Fixed issue with Godot modifications to polypartition.cpp third-party fileNova
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-21Use bresenham_line() in EditorAtlasPacker::chart_packMarkus Sauermann
2022-02-21Fix typos in editor font preload dialog warning messagesHugo 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-21Merge pull request #58385 from Sauermann/fix-match-emptyMax Hilbrunner
Update doc for match: empty argument doesn't match anything
2022-02-21Merge pull request #58350 from kidrigger/patch-1Rémi Verschelde
2022-02-21Merge pull request #58315 from KoBeWi/fixibilityRémi Verschelde