DEBIAN: updated changelog

master
Martin Gerhardy 2020-05-18 00:16:22 +02:00
parent 143b376aa4
commit c2ea6e5ea3
1 changed files with 38 additions and 2 deletions

40
debian/changelog vendored
View File

@ -1,4 +1,40 @@
vengi (0.0.0.2-1) unstable; urgency=low
vengi (0.0.3.0-1) unstable; urgency=low
* Assets:
* Added music tracks
* Updated and added some new voxel models
* VoxEdit:
* Made some commands available to the ui
* Tweak `thicken` command
* Updated default tree generation ui values
* Save layers to all supported formats
* Fixed tree generation issue for some tree types
* Changed default reference position to be at the center bottom
* Reduced max supported volume size
* General:
* Print stacktraces on asserts
* Improved tree generation (mainly used in voxedit)
* Fixed a few asserts in debug mode for the microsoft stl
* Added debian package support
* Fixed a few undefined behaviour issues and integer overflows that could lead to problems
* Reorganized some modules to speed up compilation and linking times
* Improved audio support
* Fixed timing issues
* Fixed invalid GL states after deleting objects
* VoxConvert:
* Added a new tool to convert different voxel volumes between supported formats
Currently supported are cub (CubeWorld), vox (MagicaVoxel), vmx (VoxEdit Sandbox), binvox
and qb/qbt (Qubicle)
* Client:
* Added footstep and ambience sounds
-- Martin Gerhardy <martin.gerhardy@gmail.com> Sun, 15 May 2020 23:17:02 +0200
vengi (0.0.2.0-1) unstable; urgency=low
* VoxEdit:
* Static linked VC++ Runtime
@ -35,7 +71,7 @@ vengi (0.0.0.2-1) unstable; urgency=low
-- Martin Gerhardy <martin.gerhardy@gmail.com> Wed, 6 May 2020 21:14:43 +0200
vengi (0.0.0.1-1) unstable; urgency=low
vengi (0.0.1.0-1) unstable; urgency=low
* Initial release.