index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
/
visual
/
rasterizer_rd
/
rasterizer_canvas_rd.cpp
Age
Commit message (
Expand
)
Author
2020-02-20
Fix MIMPAMPS typos in constants throughout the engine
Andrii Doroshenko (Xrayez)
2020-02-18
Fix compilation warnings and re-enable werror=yes on Travis
Rémi Verschelde
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-11
Vulkan: Move thirdparty code out of drivers, style fixes
Rémi Verschelde
2020-02-11
Fix Vector3 ambiguities and out of bounds init.
bruvzg
2020-02-11
GIProbes working.
Juan Linietsky
2020-02-11
Modernized default 3D material, fixes material bugs.
Juan Linietsky
2020-02-11
Several fixes to 3D rendering, and multimesh implementation.
Juan Linietsky
2020-02-11
Rewrote large part of rendering, omni and spot shadows now work.
Juan Linietsky
2020-02-11
Environment sky more or less working.
Juan Linietsky
2020-02-11
Base 3D engine done, still untested, though.
Juan Linietsky
2020-02-11
Vulkan/RD rasterizer now does clean exit.
Juan Linietsky
2020-02-11
Fix comment
Juan Linietsky
2020-02-11
Merge pull request #29993 from bruvzg/vulkan
Rémi Verschelde
2020-02-11
Add static Vulkan loader.
bruvzg
2020-02-11
Add a system to properly update materials if the uniform set is gone (likely ...
Juan Linietsky
2020-02-11
Custom material support seems complete.
Juan Linietsky