vengi/debian/changelog

266 lines
8.4 KiB
Plaintext
Raw Normal View History

2021-10-29 11:32:27 -07:00
vengi (0.0.14.0-1) UNRELEASED; urgency=low
* General:
2021-11-10 10:23:33 -08:00
* Support loading just the screenshots from voxel formats
* Thumbnailer:
* Added qbcl thumbnail support
2021-10-29 11:32:27 -07:00
-- Martin Gerhardy <martin.gerhardy@gmail.com> Fri, 29 Oct 2021 20:11:34 +0200
2021-10-29 11:31:36 -07:00
vengi (0.0.13.0-1) unstable; urgency=low
2021-10-26 01:21:51 -07:00
* General:
2021-10-28 09:27:31 -07:00
* Logfile support added
* Fixed windows DLL handling for animation hot reloading
2021-10-26 01:21:51 -07:00
2021-10-29 03:00:35 -07:00
* UI:
* Fixed log notifications taking away the focus from the current widget
2021-10-29 11:11:36 -07:00
* VoxEdit:
* Fixed windows OpenGL error while rendering the viewport
-- Martin Gerhardy <martin.gerhardy@gmail.com> Fri, 29 Oct 2021 20:11:34 +0200
2021-10-26 01:21:51 -07:00
vengi (0.0.12.0-1) unstable; urgency=low
2021-10-25 09:38:34 -07:00
* General:
2021-10-25 14:22:59 -07:00
* Fixed a few windows compilation issues
* Fixed issues in the automated build pipelines to produce windows binaries
2021-10-25 09:38:34 -07:00
-- Martin Gerhardy <martin.gerhardy@gmail.com> Mon, 26 Oct 2021 10:17:09 +0200
2021-10-25 09:38:34 -07:00
vengi (0.0.11.0-1) unstable; urgency=low
2021-09-19 09:52:58 -07:00
2021-09-22 09:33:51 -07:00
* General:
* Added url command
* Reduced memory allocations per frame
2021-09-25 05:50:25 -07:00
* Added key bindings dialog
2021-10-05 11:08:51 -07:00
* Added notifications for warnings and errors in the ui
2021-10-12 10:49:24 -07:00
* Fixed Sandbox Voxedit VXM v12 loading and added saving support
2021-10-16 04:44:04 -07:00
* Fixed MagicaVoxel vox file rotation handling
2021-09-22 09:33:51 -07:00
* VoxEdit:
2021-09-25 05:50:25 -07:00
* Removed old ui and switched to dearimgui
2021-10-12 10:49:24 -07:00
* Added lua script editor
2021-10-25 09:24:35 -07:00
* Added noise api support to the lua scripts
2021-09-22 09:33:51 -07:00
-- Martin Gerhardy <martin.gerhardy@gmail.com> Mon, 25 Oct 2021 18:24:45 +0200
2021-09-22 09:33:51 -07:00
2021-09-19 09:52:58 -07:00
vengi (0.0.10.0-1) unstable; urgency=low
2020-10-03 01:31:10 -07:00
2020-10-03 01:43:52 -07:00
* General:
* Added `--version` and `-v` commandline option to show the current version of each application
2020-10-03 04:43:05 -07:00
* Fixed texture coordinate indices for multi layer obj exports
2020-10-04 04:35:23 -07:00
* Improved magicavoxel transform support for some models
2020-10-07 13:24:56 -07:00
* Fixed magicavoxel x-axis handling
2021-09-19 09:55:34 -07:00
* Support newer versions of vxm and vxr
* Fixed bug in file dialog which prevents you to delete characters #77
2020-10-04 04:35:23 -07:00
* VoxEdit:
* Improved scene edit mode
2021-09-25 05:50:25 -07:00
* Progress on the ui conversion to dearimgui
2020-10-03 01:31:10 -07:00
2020-10-13 08:24:44 -07:00
* Tools:
* Rewrote the ai debugger
2021-09-19 09:57:42 -07:00
-- Martin Gerhardy <martin.gerhardy@gmail.com> Sun, 19 Sep 2021 10:28:15 +0200
2020-10-03 01:31:10 -07:00
2020-10-03 01:28:47 -07:00
vengi (0.0.9.0-1) unstable; urgency=low
2020-09-30 13:42:22 -07:00
* General:
2020-10-02 10:13:53 -07:00
* Fixed obj texcoord export: Sampling the borders of the texel now
* Added multi object support to obj export
2020-09-30 13:42:22 -07:00
2020-10-03 01:28:47 -07:00
-- Martin Gerhardy <martin.gerhardy@gmail.com> Wed, 3 Oct 2020 10:28:15 +0200
2020-09-30 13:42:22 -07:00
2020-09-30 13:38:40 -07:00
vengi (0.0.8.0-1) unstable; urgency=low
2020-09-15 13:20:32 -07:00
* General:
* Added obj and ply export support
2020-09-17 09:16:59 -07:00
* Restructured the documentation
2020-09-30 13:38:40 -07:00
* Improved font support for imgui ui
2020-09-15 13:20:32 -07:00
2020-09-30 13:38:40 -07:00
* Backend:
* Reworked ai debugging network protocol
* Optimized behaviour tree filters
-- Martin Gerhardy <martin.gerhardy@gmail.com> Wed, 30 Sep 2020 22:38:13 +0200
2020-09-15 13:20:32 -07:00
2020-09-15 13:15:21 -07:00
vengi (0.0.7.0-1) unstable; urgency=low
2020-08-04 07:22:37 -07:00
* General:
* Fixed wrong-name-for-symlinks shown
2020-08-04 08:56:57 -07:00
* Added support for writing qef files
2020-08-14 12:01:59 -07:00
* Added lua script interface to generate voxels
2020-08-18 14:31:34 -07:00
* Added stacktrace support for windows
2020-09-02 12:28:22 -07:00
* Refactored module structure (split app and core)
* Optimized character animations
2020-09-15 09:26:32 -07:00
* Hot reload character animation C++ source changes in debug builds
2020-09-02 12:28:22 -07:00
* Added quaternion lua support
* Updated external dependencies
2020-09-14 14:28:01 -07:00
* Refactored lua bindings
2020-09-15 09:26:32 -07:00
* Support Chronovox-Studio files (csm)
2020-09-15 09:40:45 -07:00
* Support Nick's Voxel Model files (nvm)
2020-09-15 12:25:52 -07:00
* Support more versions of the vxm format
2020-08-14 12:01:59 -07:00
* VoxEdit:
* Converted some voxel generation functions to lua
2020-09-02 12:28:22 -07:00
* Implemented new voxel generator scripts
2020-08-04 07:22:37 -07:00
2020-09-15 13:15:21 -07:00
-- Martin Gerhardy <martin.gerhardy@gmail.com> Tue, 15 Sep 2020 22:14:07 +0200
2020-08-04 07:22:37 -07:00
2020-08-02 02:00:08 -07:00
vengi (0.0.6.0-1) unstable; urgency=low
* General:
* Fixed gamma cvar usage
* Enable vsync by default
* Updated external dependencies
* Activated OpenCL in a few tools
2020-08-02 13:57:30 -07:00
* Added symlink support to virtual filesystem
2020-07-26 07:18:21 -07:00
* VoxEdit:
* Fixed loading palette lua script with material definitions
2020-07-26 13:53:54 -07:00
* Fixed error in resetting mirror axis
* Fixed noise generation
* Reduced palette widget size
2020-08-02 02:00:08 -07:00
* Fixed palette widget being invisible on some dpi scales
2020-08-02 02:00:08 -07:00
-- Martin Gerhardy <martin.gerhardy@gmail.com> Sun, 2 Aug 2020 10:59:07 +0200
2020-07-26 07:18:21 -07:00
2020-07-26 06:58:42 -07:00
vengi (0.0.5.0-1) unstable; urgency=low
2020-06-07 01:55:13 -07:00
2020-07-17 11:32:54 -07:00
* Client:
* Fixed movement
* Server:
* Fixed visibility check
* Fixed segfault while removing npcs
2020-07-12 09:25:31 -07:00
* VoxEdit:
* Started to add scene mode edit support (move volumes)
2020-06-12 13:15:35 -07:00
* VoxConvert:
* Support different palette files (cvar `palette`)
* Support writing outside the registered application paths
* Allow to overwrite existing files
* General:
* Switched to qb as default volume format
* Improved scene graph support for Magicavoxel vox files
* Fixed invisible voxels for qb and qbt (Qubicle) volume format
* Support automatic loading different volume formats for assets
* Support Command&Conquer vxl files
2020-07-12 09:25:31 -07:00
* Support Ace of Spades map files (vxl)
2020-07-26 00:49:19 -07:00
* Support Qubicle exchange format (qef)
2020-07-12 09:25:31 -07:00
* Perform mesh extraction in dedicated threads for simple volume rendering
* Improved gizmo rendering and translation support
* Fixed memory leaks on shutdown
* Improved profiling support via tracy
2020-06-12 13:15:35 -07:00
2020-07-26 06:58:42 -07:00
-- Martin Gerhardy <martin.gerhardy@gmail.com> Sun, 26 Jul 2020 10:32:10 +0200
2020-06-07 01:55:13 -07:00
2020-06-07 01:32:33 -07:00
vengi (0.0.4.0-1) unstable; urgency=low
2020-05-25 08:38:53 -07:00
* General:
* Added support for writing binvox files
* Added support for reading kvx (Build-Engine) and kv6 (SLAB6) voxel volumes
2020-06-07 01:27:17 -07:00
* Performed some AFL hardening on voxel format code
* Don't execute keybindings if the console is active
* Added basic shader storage buffer support
* Reduced voxel vertex size from 16 to 8 bytes
* Apply checkerboard pattern to water surface
* Improved tracy profiling support
* A few highdpi fixes
* Server:
* Allow to specify the database port
* Fixed loading database chunks
2020-05-25 08:38:53 -07:00
* VoxEdit:
2020-06-07 01:27:17 -07:00
* Added `scale` console command to produce LODs
* VoxConvert:
* Added ability to merge all layers into one
2020-05-25 08:38:53 -07:00
2020-06-07 01:32:33 -07:00
-- Martin Gerhardy <martin.gerhardy@gmail.com> Sun, 7 Jun 2020 10:31:09 +0200
2020-05-25 08:38:53 -07:00
2020-05-17 15:16:22 -07:00
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
2020-05-12 13:01:49 -07:00
* VoxEdit:
* Static linked VC++ Runtime
* Extract voxels by color into own layers
* Updated tree and noise windows
* Implemented `thicken` console command
* Escape abort modifier action
* Added L-System panel
* General:
* Fixed binvox header parsing
* Improved compilation speed
* Fixed compile errors with locally installed glm 0.9.9
* Fixed setup-documentation errors
* Fixed shader pipeline rebuilds if included shader files were modified
* Improved palm tree generator
* Optimized mesh extraction for the world (streaming volumes)
* Added new voxel models
* (Re-)added Tracy profiler support and removed own imgui-based implementation
* Fixed writing of key bindings
* Improved compile speed and further removed the STL from a lot of places
* Updated all dependencies to their latest version
* Server/Client:
* Added DBChunkPersister
* Built-in HTTP server to download the chunks
* Replaced ui for the client
* Voxel rendering
* Implemented reflection for water surfaces
* Apply checkerboard pattern to voxel surfaces
* Up-scaling effect for new voxel chunks while they pop in
* Optimized rendering by not using one giant vbo
-- Martin Gerhardy <martin.gerhardy@gmail.com> Wed, 6 May 2020 21:14:43 +0200
2020-05-17 15:16:22 -07:00
vengi (0.0.1.0-1) unstable; urgency=low
2020-05-12 13:01:49 -07:00
* Initial release.
-- Martin Gerhardy <martin.gerhardy@gmail.com> Sat, 8 Feb 2020 10:55:53 +0100