Skip to content

Releases: Ladysnake/Satin

1.3.0

19 May 15:29
Compare
Choose a tag to compare
  • Forget lazily loading shaders, managed shaders get loaded with other resources now
  • Added managed uniforms as an experimental feature
  • Fixed a broken early return in uniform uploading (good job Mojang)

1.2.1

20 Apr 18:00
Compare
Choose a tag to compare
  • Added an entity pre render callback
  • Fixed test mods

1.2.0

14 Apr 00:33
Compare
Choose a tag to compare
  • Added an experimental depth map access, allowing for fancier effects than ever
  • Added a config file that can be used to disable the depth map hook
  • Added a PostRenderWorldEvent, useful to render effects that use world information
  • Fixed int uniforms crashing the game (Mojang's bug!)

Also Satin now has a wiki and example mods that you can check out!

1.1.1

08 Apr 18:55
Compare
Choose a tag to compare

Fixed a dumb bug causing all mixins to be skipped

1.1.0

07 Apr 23:57
Compare
Choose a tag to compare

Added an experimental readable depth texture access to framebuffers
Added a basic json config for optional features (currently used to let users forcefully disable the above feature)
Added matrix multiplication to GlMatrices
Replaced some methods in GlMatrices with better versions. Old ones have been deprecated.
Updated to Loader 0.4.0 ! Nest me up daddy
Also added a logo and support for mod menu

1.0.0-SNAPSHOT+noaccessor

19 Mar 13:04
Compare
Choose a tag to compare
Pre-release
Fixed crash in development environment