Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/application/StarRenderer_opengl.cpp
AgeCommit message (Collapse)Author
2024-07-30Update StarRenderer_opengl.cppKae
2024-07-07Bump shader versionsKae
#78
2024-07-07OpenGL: use 4.1 coreKae
necessary for modern Mac support
2024-06-26remove redundant vertexRounding uniform from interface shaderKae
interface is always drawn without super-sampling anyway
2024-04-15only round vertices if AA is onKae
[skip ci]
2024-04-12vcpkg: restore original liblzma portKae
2024-04-11Humanoid: apply globalOffset *before* rotationKae
the globalOffset is meant to realign the sprite with the collision poly - applying it after rotating the drawables is bad! (I actually ACCIDENTALLY fixed this in StarExtensions and only noticed the difference today. quite incredible)
2024-04-08Expose assets lua callbacks to patch contextsKae
2024-04-082 features: multi-sample anti-aliasing & Lua patches for imagesKae