Skip to content

Releases: vengi-voxel/vengi

0.0.15

18 Dec 13:15
Compare
Choose a tag to compare

Join Discord at https://discord.gg/AgjCPXy

See the documentation for further details: https://mgerhardy.github.io/engine/

Changelog

A more detailed changelog can be found on github.

0.0.15 (2021-12-18)

General:

  • Fixed missing vxm (version 4) saving support
  • Fixed missing palette value for vxm saving
  • Added support for loading only the palettes
  • Added support for goxel gox file format
  • Added support for sproxel csv file format
  • Added support for a lot more image formats
  • Improved lod creation for thin surface voxels
  • Fixed vxr9 load support
  • Added support for writing vxr files

VoxConvert:

  • Added option to keep the input file palette and don't perform quantization
  • Allow to export the palette to png
  • Allow to generate models from heightmap images
  • Allow to run lua scripts to modify volumes
  • Allow to export or convert only single layers (--filter)
  • Allow to mirror and rotate the volumes

Thumbnailer:

  • Try to use the built-in palette for models

VoxEdit:

  • Allow to import palettes from volume formats, too
  • Implemented camera panning
  • Added more layer merge functions

Bildschirmfoto von 2021-12-11 23-14-23

0.0.14

21 Nov 11:46
Compare
Choose a tag to compare

Join Discord at https://discord.gg/AgjCPXy

Changelog

A more detailed changelog can be found on github.

There is a NixOS Linux package available, too

0.0.14 (2021-11-21)

General:

  • License for our own voxel models is now CC-BY-SA
  • Support loading just the thumbnails from voxel formats
  • Support bigger volume sizes for a few formats
  • Don't polute the home directory with build dir settings
  • Fixed gamma handling in shaders
  • Added bookmark support to the ui dialog

Thumbnailer:

  • Added qbcl thumbnail support

VoxEdit:

  • Render the inactive layer in grayscale mode

Bildschirmfoto von 2021-11-21 12-09-45
Bildschirmfoto von 2021-11-21 12-09-37

0.0.13

29 Oct 18:11
Compare
Choose a tag to compare

Changelog

A more detailed changelog can be found on github.

0.0.13 (2021-10-29)

General:

  • Logfile support added
  • Fixed windows DLL handling for animation hot reloading

UI:

  • Fixed log notifications taking away the focus from the current widget

VoxEdit:

  • Fixed windows OpenGL error while rendering the viewport

voxedit-new-ui

0.0.12

26 Oct 08:20
Compare
Choose a tag to compare

Changelog

This is basically a 0.0.11 with windows build fixes.

A more detailed changelog can be found on github.

0.0.12 (2021-10-26)

General:

  • Fixed a few windows compilation issues
  • Fixed issues in the automated build pipelines to produce windows binaries

voxedit-new-ui

0.0.11

25 Oct 16:27
Compare
Choose a tag to compare

Changelog

There is a hotfix release 0.0.13 available at https://github.com/mgerhardy/engine/releases/tag/v0.0.13

A more detailed changelog can be found on github.

0.0.11 (2021-10-25)

General:

  • Added url command
  • Reduced memory allocations per frame
  • Added key bindings dialog
  • Added notifications for warnings and errors in the ui
  • Fixed Sandbox Voxedit VXM v12 loading and added saving support
  • Fixed MagicaVoxel vox file rotation handling

VoxEdit:

  • Removed old ui and switched to dearimgui
  • Added lua script editor
  • Added noise api support to the lua scripts

voxedit-new-ui
Bildschirmfoto von 2021-09-28 22-00-52

0.0.10

19 Sep 16:51
Compare
Choose a tag to compare

Changelog

0.0.10 (2020-09-19)

General:

  • Added --version and -v commandline option to show the current version of each application
  • Fixed texture coordinate indices for multi layer obj exports
  • Improved magicavoxel transform support for some models
  • Fixed magicavoxel x-axis handling
  • Support newer versions of vxm and vxr
  • Fixed bug in file dialog which prevents you to delete characters #77

VoxEdit:

  • Improved scene edit mode
  • Progress on the ui conversion to dear imgui

Tools:

  • Rewrote the ai debugger

Bildschirmfoto_von_2021-01-06_16-19-03

0.0.9.0

03 Oct 08:30
Compare
Choose a tag to compare

Changelog

This release is mostly about voxconvert and the mesh exporter.

A more detailed changelog can be found on github.

0.0.9 (2020-10-03)

General:

  • Fixed obj texcoord export: Sampling the borders of the texel now
  • Added multi object support to obj export
    voxconvert-export-to-obj

0.0.8.0

30 Sep 20:40
Compare
Choose a tag to compare

Changelog

A more detailed changelog can be found on github.

0.0.8 (2020-09-30)

General:

  • Added obj and ply export support
  • Restructured the documentation
  • Improved font support for imgui ui

Backend:

  • Reworked ai debugging network protocol
  • Optimized behaviour tree filters

0.0.7.0

15 Sep 20:18
Compare
Choose a tag to compare

Notes

Check out the new generator scripts in voxedit. Find the documentation and examples at https://mgerhardy.github.io/engine/voxedit/LUAScript/

Changelog

0.0.7 (2020-09-15)

General:

  • Fixed wrong-name-for-symlinks shown
  • Added support for writing qef files
  • Added lua script interface to generate voxels
  • Added stacktrace support for windows
  • Refactored module structure (split app and core)
  • Optimized character animations
  • Hot reload character animation C++ source changes in debug builds
  • Added quaternion lua support
  • Updated external dependencies
  • Refactored lua bindings
  • Support Chronovox-Studio files (csm)
  • Support Nick's Voxel Model files (nvm)
  • Support more versions of the vxm format

VoxEdit:

  • Converted some voxel generation functions to lua
  • Implemented new voxel generator scripts

0.0.6.0

02 Aug 21:01
Compare
Choose a tag to compare

Notes

This is mainly a bugfix release for 0.0.5.0

Changelog

A more detailed changelog can be found on github.

0.0.6 (2020-08-02)

General:

  • Fixed gamma cvar usage
  • Enable vsync by default
  • Updated external dependencies
  • Activated OpenCL in a few tools
  • Added symlink support to virtual filesystem

VoxEdit:

  • Fixed loading palette lua script with material definitions
  • Fixed error in resetting mirror axis
  • Fixed noise generation
  • Reduced palette widget size
  • Fixed palette widget being invisible on some dpi scales