Commit Graph

154 Commits (c11729a505cb448446b33c5d7326886b31ed1438)

Author SHA1 Message Date
Martin Gerhardy c11729a505 VOXCONVERT: removed --src-palette 2022-05-23 20:37:46 +02:00
Martin Gerhardy ae7971bc06 DOCS: updated changelog 2022-05-22 20:39:09 +02:00
Martin Gerhardy 2a6042adc4 VOXELFORMAT: debug logging 2022-05-21 18:45:20 +02:00
Martin Gerhardy 07eb86f29e DOCS: updated changelog 2022-05-13 06:51:26 +02:00
Martin Gerhardy 310f51891a DOCS: updated changelog 2022-05-03 22:55:02 +02:00
Martin Gerhardy 0544ba371f DOCS: updated changelog 2022-05-03 18:46:02 +02:00
Martin Gerhardy fd3ebcba60 DOCS: updated changelog 2022-05-01 22:44:58 +02:00
Martin Gerhardy 9f0a38e754 VIDEO: renderer features are disabled by default 2022-04-20 20:45:11 +02:00
Martin Gerhardy 51d6dbfcfb DOCS: updated changelog 2022-04-19 20:33:14 +02:00
Martin Gerhardy fdc5480645 VOXELFORMAT: implemented gltf voxelization 2022-04-10 21:09:06 +02:00
Martin Gerhardy fd61134556 DOCS: updated changelog 2022-04-09 19:28:44 +02:00
Martin Gerhardy 99e2539c2e DOCS: updated changelog 2022-04-07 12:59:05 +02:00
Martin Gerhardy 0fc7fa4a03 DOCS: updated changelog 2022-04-02 20:16:33 +02:00
Martin Gerhardy 305f640b78 DOCS: updated changelog 2022-04-02 18:49:29 +02:00
Martin Gerhardy bea58c070a DOCS: updated changelog 2022-03-30 20:58:41 +02:00
Martin Gerhardy df0fcedd82 DOCS: updated changelog 2022-03-28 18:47:45 +02:00
Martin Gerhardy 998acb9ad7 VOXCONVERT: dump the keyframes 2022-03-27 21:29:07 +02:00
Martin Gerhardy a59e4ad857 ALL: bump version to 0.0.20 2022-03-27 21:17:20 +02:00
Martin Gerhardy e1821c04bf DOCS: updated changelog with release date 2022-03-27 12:00:46 +02:00
Martin Gerhardy d581da1dc3 DOCS: updated changelog 2022-03-27 11:58:40 +02:00
Martin Gerhardy 8976ff76db VOXELFORMAT: added fbx ascii exporter 2022-03-26 17:01:48 +01:00
Martin Gerhardy 868c857442 DOCS: updated changelog 2022-03-19 22:01:29 +01:00
Martin Gerhardy 1feef076ba DOCS: update changelog 2022-03-16 20:56:35 +01:00
Martin Gerhardy 4eda97a76a DOCS: updated changelog 2022-03-16 08:39:36 +01:00
Martin Gerhardy 9a659426d7 DOCS: updated changelog 2022-03-13 19:37:26 +01:00
Martin Gerhardy 2db9954a2c DOCS: updated changelog 2022-03-11 13:09:51 +01:00
Martin Gerhardy 99bfd08f9a VOXEDIT: allow to edit the palette in the PaletteWidget #125
improved palette panel
2022-03-10 11:12:48 +01:00
Martin Gerhardy 0d00bfa38a VOXEDIT: added settings dialog for format configurations 2022-03-09 18:21:45 +01:00
Martin Gerhardy de2a1f0deb DOCS: updated changelog 2022-03-08 18:48:44 +01:00
Martin Gerhardy 86f2563c55 VOXELFORMAT: added stl read and write support 2022-03-08 16:56:59 +01:00
Martin Gerhardy c9ad592bec DOCS: updated changelogs 2022-03-06 15:13:39 +01:00
Martin Gerhardy e13fe01dbd DOCS: updated changelog 2022-03-02 18:15:51 +01:00
Martin Gerhardy bba811b786 RENDER: merged the blur and bloom renderer into one class
improved the blur and bloom pass by down- and up-sampling the glow texture

this blog post helped a lot https://taylorpetrick.com/blog/post/convolution-part1
2022-02-23 18:59:57 +01:00
Martin Gerhardy ea76b47e9d DOCS: updated changelog 2022-02-22 19:01:18 +01:00
Martin Gerhardy 162898f92e DOCS: updated changelog 2022-02-22 17:37:26 +01:00
Martin Gerhardy fd040a36a7 VOXEDIT: updated modifier panel 2022-02-20 14:50:06 +01:00
Martin Gerhardy 5b2a3f2350 DOCS: updated changelog 2022-02-16 20:23:54 +01:00
Martin Gerhardy cb3eb86d03 VOXELFORMAT: replaced enkimi again with my own (non-working) implementation for minecraft region files 2022-02-12 13:47:12 +01:00
Martin Gerhardy 049c93e057 ALL: version bump to 0.0.19 2022-02-12 09:33:50 +01:00
Martin Gerhardy 92efab0873 DOCS: updated changelogs 2022-02-12 09:30:45 +01:00
Martin Gerhardy 51266f19e1 DOCS: updated changelogs 2022-02-09 22:12:43 +01:00
Martin Gerhardy 15924d3eef DOCS: updated changelog 2022-02-04 20:05:23 +01:00
Martin Gerhardy 30f9d98231 DOCS: updated changelog 2022-01-29 10:19:53 +01:00
Martin Gerhardy 19bcb9dc1c VOXELFORMAT: started to read the nodes for qbcls 2022-01-25 20:25:20 +01:00
Martin Gerhardy 0e99f54d59 DOCS: updated changelog 2022-01-24 18:25:17 +01:00
Martin Gerhardy b88943c387 CMAKE: fixed build system issues
when building with GAMES disabled the voxelworldrenderer couldn't resolve the frontend module
removed our own unity build implementation - cmake has its own now
fixed warnings regarding the module name for the sdl2_mixer lib
removed vogl integration
converted macros into functions to reduce side effects
2022-01-24 18:18:25 +01:00
Martin Gerhardy e0f56744ab ALL: project rename 2022-01-23 23:22:47 +01:00
Martin Gerhardy 8cce883586 ALL: version bump to 0.0.18 2022-01-23 13:16:29 +01:00
Martin Gerhardy d2c9eca909 DOCS: updated changelog 2022-01-22 20:35:13 +01:00
Martin Gerhardy e3cdd11697 VOXCONVERT: Set bounding box/volume for VXM file via command line #82
this can now be done by --translate and --resize
2022-01-21 22:19:19 +01:00