VoxelEngine/CHANGELOG.md
2025-07-15 21:13:58 +03:00

2.9 KiB

0.28 - 2025.07.18

Documentation for 0.28

Table of contents:

Added

  • advanced graphics mode
  • state bits based models
  • post-effects
  • ui elements:
    • iframe
    • select
    • modelviewer
  • vcm models format
  • bit.compile
  • yaml encoder/decoder
  • error handler argument in http.get, http.post
  • ui properties:
    • image.region
  • rotation profiles:
    • stairs
  • libraries
    • gfx.posteffects
    • yaml
  • stairs rotation profile
  • models editing in console
  • syntax highlighting: xml, glsl, vcm
  • beginning of projects system

Changes

  • reserved 'project', 'pack', 'packid', 'root' entry points
  • Bytearray optimized with FFI
  • chunks non-unloading zone limited with circle

Functions

  • yaml.tostring
  • yaml.parse
  • gfx.posteffects.index
  • gfx.posteffects.set_effect
  • gfx.posteffects.get_intensity
  • gfx.posteffects.set_intensity
  • gfx.posteffects.is_active
  • gfx.posteffects.set_params
  • gfx.posteffects.set_array
  • block.get_variant
  • block.set_variant
  • bit.compile
  • Bytearray_as_string

Fixes