Skip to content
Success

Changes

Summary

  1. Implement Vorbez shading mode: Initial scaffolding (commit: db6f93e) (details)
  2. Vorbez: Fishbone variant (commit: dc1d3a3) (details)
  3. Vorbez: Drastically reduce the fishbone phenomenom (commit: e86cce6) (details)
  4. Vorbez: Fix concurrency crash due to asynchronously used Polygon Intersector code (commit: 993da08) (details)
  5. Ensure shader is bound at all times (commit: 7b98451) (details)
  6. Rename voronoi cell shading style, reduce console spam on certain systems (commit: b02c542) (details)
Commit db6f93e7a9a7177be73214aad29e77fa968dc06c by Geolykt
Implement Vorbez shading mode: Initial scaffolding
(commit: db6f93e)
The file was modifiedbuild.gradle (diff)
The file was modifiedsrc/main/java/de/geolykt/scs/SCSCoreLogic.java (diff)
The file was modifiedsrc/main/java/de/geolykt/scs/SCSConfig.java (diff)
The file was modifiedsrc/main/resources/extension.json (diff)
The file was addedsrc/main/java/de/geolykt/scs/FloatHashing.java
The file was modifiedsrc/main/java/de/geolykt/scs/SCSCoreLogic.java (diff)
Commit e86cce60081ca5d315d2438971da8266e12360d0 by Geolykt
Vorbez: Drastically reduce the fishbone phenomenom

The effect is still not entirely gone, but this should be better than nothing.
(commit: e86cce6)
The file was addedsrc/main/java/de/geolykt/scs/Hashing.java
The file was removedsrc/main/java/de/geolykt/scs/FloatHashing.java
The file was modifiedsrc/main/java/de/geolykt/scs/SCSCoreLogic.java (diff)
Commit 993da088b96a8ff73f6e019ef9042cc8fa05d04e by Geolykt
Vorbez: Fix concurrency crash due to asynchronously used Polygon Intersector code
(commit: 993da08)
The file was modifiedsrc/main/java/de/geolykt/scs/SCSCoreLogic.java (diff)
The file was addedsrc/main/resources/scs-access.ras
The file was modifiedsrc/main/resources/extension.json (diff)
Commit 7b984514e79bb01b3914d6a8f57eed7f894e37f6 by Geolykt
Ensure shader is bound at all times

Not sure how that worked, but it solved our segfaults
when moving between flat/bloom to our voronoi style
(commit: 7b98451)
The file was modifiedsrc/main/java/de/geolykt/scs/mixins/gdxdiag/DiagnosticMeshMixins.java (diff)
The file was modifiedsrc/main/java/de/geolykt/scs/SCSCoreLogic.java (diff)
The file was modifiedsrc/main/java/de/geolykt/scs/SCSExtension.java (diff)
Commit b02c542f0a5108be98bca2224551f1c71da14bd4 by Geolykt
Rename voronoi cell shading style, reduce console spam on certain systems
(commit: b02c542)
The file was modifiedsrc/main/java/de/geolykt/scs/SCSCoreLogic.java (diff)
The file was modifiedsrc/main/java/de/geolykt/scs/SCSConfig.java (diff)