Skip to content

Releases: LoganDark/fabric-splash

1.2.0-beta.1+1.17

04 Nov 06:36
0140c34
Compare
Choose a tag to compare
1.2.0-beta.1+1.17 Pre-release
Pre-release
  • Updated to 1.17

  • The logo currently is not as high quality as it should be, hence the beta status

    Nearest Neighbor scaling, nonfunctional clamp

  • Mostly untested but seems to be functional

1.2.0

25 Nov 00:54
3e967cb
Compare
Choose a tag to compare
  • Renamed fgColor and bgColor to logo and bg respectively (in the config file)
  • Fixed a bug where the config file would accumulate newlines endlessly
  • Added more options for controlling the color of the loading bar separately from the logo (for WaffleWizard119)
  • Added Turkish language translations

v1.1.1

29 Sep 19:15
9884f0b
Compare
Choose a tag to compare

Don't JiJ fabric language kotlin

v1.1.0: Merge branch 'master' of https://github.com/LoganDark/fabric-splash i…

29 Sep 18:34
dbed7bf
Compare
Choose a tag to compare

Added a few localizations, and you can now hide the buttons on the config screen by pressing the grave accent key (`)

Also embedded the Fabric language Kotlin library, so you no longer need to install it separately

The best version

26 Sep 21:02
e744d6d
Compare
Choose a tag to compare

It's identical to 1.0.3 except for the addition of LOL

v1.0.3: Clamp texture coordinates to edge

24 Sep 23:30
09ce861
Compare
Choose a tag to compare

Fix thin bars on either side of the "studios" text of the logo

It was caused by the scaling algorithm picking up pixels from the center of the logo when scaling the edges. I fixed it by changing the wrapping mode so that the logo doesn't wrap around.

v1.0.2: Fix build

24 Sep 19:36
91420c2
Compare
Choose a tag to compare

Fix the logo entirely, removing all darkness around the edges and ensuring perfect color accuracy

This is done by premultiplying the alpha into a second image while the logo is loaded into the resource manager, and drawing that one instead of the default one (using the blending function to tint the color, rather than glColor4f). Basically it means that the issue is fixed.

v1.0.1

24 Sep 17:20
95f0398
Compare
Choose a tag to compare

Fixes a blending bug, but unfortunately introduces another one: darkness around the edges of the logo

At least the color is accurate now. Working on finding a way to remove the darkness issue, but things aren't looking good

v1.0.0

24 Sep 02:03
77237d4
Compare
Choose a tag to compare
Initial commit