Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Sitterr/mcasaenk

mcasaenk-1.3.1

03 Jun 17:24

Choose a tag to compare

105139a: opengl compatibility fixes, empty dimension label brought back and water lightning hotfix

mcasaenk-1.3.0

30 May 15:05
f536963

Choose a tag to compare

MCA Saenk 1.3

giff

Hardware Acceleration Update

This update is almost exclusively about a new from the ground up rendering mode. The shelved hidden features for 1.3 maybe I will tackle with the next update

New OpenGL Renderer

  • powered by OpenTK GLWpfControl for modern GPU acceleration
  • up to 20x faster performance compared to the previous renderer
  • seamless fallback system - easily toggle between new and legacy modes
  • compatibility detection - requires OpenGL 4.0, automatically falls back to legacy rendering if unavailable

Enhanced Map Screenshot Tool

Upgraded the in-game map screenshot feature with better functionality and a cleaner UI. Should be much nicer to use now.

Technical Notes

The new rendering engine delivers superior performance in virtually all scenarios. However, for complete transparency, there are two minor edge cases where behavior differs from legacy rendering:

  • blending count limitation: Maximum of 7 simultaneous blending tints at once. If exceeded the next just wouldnt be blended
  • blending algorithm: When 2D textures appear behind tints, the new renderer applies horizontal and vertical blending simultaneously, while the legacy renderer means out the biomes only and apply for each block the height tint

These limitations affect less than 0.0001% of use cases but if you feel unsure you can always check the legacy rendering to see if its any different(it wouldnt be).

mcasaenk-1.2.2

27 Mar 00:31

Choose a tag to compare

Updated for 1.21.5

mcasaenk-1.2.1

30 Jan 23:48

Choose a tag to compare

9a6e76f: small fixes
6b29b0a: n-th in a row colormapmaker bug(s) fix

mcasaenk-1.2.0

27 Dec 16:54

Choose a tag to compare

MCA Saenk 1.2

comp

A large update all about filtering and half-transparent blocks

I’ve decided to split the originally planned changes into two parts, with version 1.2 being the first. As a result, several of the non-mentioned changes will remain inaccessible in 1.2 and are reserved for version 1.3.

Noteworhy additions and changes:

  • Filtering System:
    • Colormaps can now include filter lists in addition to tint lists
    • Each filter defines blocks with variable transparency levels
    • Transparency can range from 0 (solid) to 15 (fully transparent) and can be adjusted in the colormap section under the tints
  • Colormap Updates:
    • Can now specify
      • a depth block
      • blocks that should not be shaded
    • File format requirements:
      • Tint files must now end with .tint, while filter files must end with .filter
    • Default colormaps have been updated to reflect these changes, including new naming conventions
  • Visual Enhancements:
    • Shadows can now appear semi-transparent to align with the blocks emitting them
    • Visual overhaul improvements to the Colormap creation UI
  • New Features:
    • A quick transparency filter for in-game colormap independent adjustments
    • A new method for storing region data based on color and filters
      • +: renders filter heavy colormaps in better detail
      • +: is slightly faster
      • -: takes a little more RAM space
      • -: in future this wouldn't allow for a immediate color change of blocks
    • A UI option for setting custom static screenshot resolutions
    • The location button at the top is now clickable, enabling teleportation to various points of interest

mcasaenk-1.1.2

17 Dec 01:05

Choose a tag to compare

ccc7ccd: 1.21.4 & colormap maker small issue
edit:
bd89d2b: hotfix pre 1.18 biomes have wrong offset

mcasaenk-1.1.1

16 Sep 08:52

Choose a tag to compare

5a10e03: fixed small critical bug if system's culture is not standard
011513a: added tooltips for more settings

mcasaenk-1.1.0

09 Sep 20:35

Choose a tag to compare

MCA Saenk 1.1

1 0-1 1

A small feature update focusing on and improving water rendering

mcasaenk-1.0.4

25 Aug 12:41

Choose a tag to compare

f8fda66: fixed colormap maker small critical bug
8732c18: fixed various optifine colormap maker bugs

mcasaenk-1.0.3

23 Aug 11:27

Choose a tag to compare

b651559: fixed minor critical bug if file/folder not found