summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-12Merge pull request #36157 from akien-mga/fix-build-mono-gdnativeRémi Verschelde
Fix Mono and GDNative builds after changes to ObjectID
2020-02-12Fix Mono and GDNative builds after changes to ObjectIDRémi Verschelde
Issues caused by cf8c679a23b21d6c6f29cba6a54eaa2eed88bf92. The Mono change is actually a bugfix (used the int instead of ObjectID by mistake). The GDNative change is a temporary revert until a more exhaustive approach is taken to make 'godot_int' 64-bit, is confirmed wanted by GDNative users.
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ↵Juan Linietsky
32 bits.
2020-02-12Merge pull request #36141 from Chaosus/shader_struct_member_arraysYuri Roubinsky
Added support for arrays as shader struct members
2020-02-12Merge pull request #35522 from AndreaCatania/rpc_opt_2Rémi Verschelde
Optmized data sent during RPC and RSet calls.
2020-02-12Force vulkan driver until OpenGL is implementedJuan Linietsky
2020-02-12Added support for arrays as shader struct membersYuri Roubinsky
2020-02-12Merge pull request #36138 from GodotExplorer/fix-vscode1.42-hover-4.0Rémi Verschelde
Fix hover symbol content position
2020-02-12Optmized data sent during RPC and RSet calls.Andrea Catania
- Now is sent the method ID rather the full function name. - The passed IDs (Node and Method) are compressed so to use less possible space. - The variant (INT and BOOL) is now encoded and compressed so to use much less data. - Optimized RPCMode retrieval for GDScript functions. - Added checksum to assert the methods are the same across peers. This work has been kindly sponsored by IMVU.
2020-02-12Merge pull request #36135 from akien-mga/doc-updateRémi Verschelde
doc: Sync classref with current source
2020-02-12Merge pull request #32293 from hbina/remove_color_grayRémi Verschelde
Removed Color::gray
2020-02-12doc: Sync classref with current sourceRémi Verschelde
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.
2020-02-12Remove deprecated Color::grayHanif Bin Ariffin
It was marked to be removed in Godot 3.1. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2020-02-12Merge pull request #36133 from Teashrock/masterRémi Verschelde
Changed in-text driver name to "Vulkan"
2020-02-12Fix hover symbol content positiongeequlim
2020-02-12Merge pull request #36136 from timothyqiu/correct-forward-declRémi Verschelde
Fixes friend declaration tag mismatch
2020-02-12Fixes friend declaration tag mismatchHaoyu Qiu
2020-02-12Changed in-text driver name to "Vulkan"Teashrock
But it still requires a change of "driver_name" in backend itself.
2020-02-12Merge pull request #36119 from YeldhamDev/tileeditor_concave_fixesRémi Verschelde
Fix problems with concave shapes in the TileSet editor
2020-02-11Fix problems with concave shapes in the TileSet editorMichael Alexsander
2020-02-11Merge pull request #36095 from timothyqiu/corrupted-resourceRémi Verschelde
Fixes crash when resource file is corrupted
2020-02-11Merge pull request #36106 from madmiraal/fix-36097Rémi Verschelde
Fix assign instead of comparison in image_save_tinyexr.cpp.
2020-02-11Merge pull request #36107 from bruvzg/vlk_32_bitRémi Verschelde
Update VulkanMemoryAllocator to 2.3.0 (Fixes build for 32-bit Windows and Linux).
2020-02-11Merge pull request #35249 from Chaosus/shader_structYuri Roubinsky
Implementation of 'struct' for shaders
2020-02-11Merge pull request #36110 from fire/vulkan_flip_screenshotRémi Verschelde
Don't flip screenshot.
2020-02-11Don't flip screenshot.K. S. Ernest (iFire) Lee
2020-02-11Update VulkanMemoryAllocator to 2.3.0 (Fixes build for 32-bit Windows and ↵bruvzg
Linux).
2020-02-11Implementation of 'struct' for shadersYuri Roubinsky
2020-02-11Fix assign instead of comparison in image_save_tinyexr.cpp.Marcel Admiraal
2020-02-11Merge pull request #36102 from bruvzg/rvo2_mingw_fixRémi Verschelde
[MinGW] Remove unused WinAPI includes/defines from RVO2.
2020-02-11Merge pull request #36098 from godotengine/vulkanRémi Verschelde
Add initial Vulkan support, master branch goes UNSTABLE
2020-02-11Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde
- `vk_enum_string_helper.h` is a generated file taken from the SDK (Vulkan-ValidationLayers). - `vk_mem_alloc.h` is a library from GPUOpen: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
2020-02-11Remove unused WinAPI includes/defines to fix MinGW cross-build.bruvzg
2020-02-11Merge pull request #35773 from Chaosus/vk_shader_fix_crashRémi Verschelde
[Vulkan] Fix shader crash if using multiple underscores in identifiers
2020-02-11[Vulkan] Fix shader crash if using multiple underscores in identifier namesYuri Roubinsky
2020-02-11Added normalmap guided roughness mipmap generator, and a global roughness ↵Juan Linietsky
limiter.
2020-02-11Re-implemented screen space ambient occlusionJuan Linietsky
2020-02-11Modified rendering to use cluster instead of fowardJuan Linietsky
2020-02-11DOF fully implemented, can be edited on the fly.Juan Linietsky
2020-02-11Mostly working DOF BokehJuan Linietsky
2020-02-11WIP CameraEffects implementation (bokeh not working for now)Juan Linietsky
2020-02-11Auto exposure re-implemented in VulkanJuan Linietsky
2020-02-11-Refactored post processing, re-added glow and added a mix blend mode.Juan Linietsky
2020-02-11Merge pull request #34762 from clayjohn/vulkanRémi Verschelde
Fix Specular Blinn in vulkan
2020-02-11Fix Specular Blinn in vulkanclayjohn
2020-02-11Vulkan: Fix false positive in ninepatch axis stretch codeRémi Verschelde
Adapted from e4907e50feab1af05f514a66adc0086d1c141885, supersedes and closes #34704.
2020-02-11Merge pull request #34487 from supagu/instance_mesh_colours_fixRémi Verschelde
Fixed error condition check for multimesh instance colors
2020-02-11Fixed error condition check for multimesh instance colorsFabian Mathews
2020-02-11Merge pull request #34307 from bruvzg/macos_rebase_fixesRémi Verschelde
[Vulkan] Restore parts of #33783 and #32809 missing after rebase.
2020-02-11Restore parts of #33783 and #32809 missing after rebase.bruvzg