Commit Graph

11207 Commits (3f61c9a1919bdfa90c0fcba3004914b5c4ee9626)

Author SHA1 Message Date
Martin Gerhardy 3f61c9a191 DOCS: updated ai related docs 2022-03-28 11:59:05 +02:00
Martin Gerhardy 96563b0cb1 DOCS: updated voxedit features 2022-03-27 21:27:31 +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 5392cb6080 VOXELFORMAT: some camera node preparation for magicavoxel 2022-03-27 21:16:06 +02:00
Martin Gerhardy fda3353651 DOCS: added more details for the supported formats 2022-03-27 16:22:49 +02:00
Martin Gerhardy 2603c2767f VOXEDIT: install robo.qb 2022-03-27 13:19:23 +02:00
Martin Gerhardy 1e70127e85 CMAKE: added timeout for ctest runs 2022-03-27 13:07:13 +02:00
Martin Gerhardy c1c493207d VOXELFORMAT: fixed qef format spec link 2022-03-27 13:02:09 +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 55a9b0b296 VOXELRENDER: todo comment 2022-03-27 11:58:01 +02:00
Martin Gerhardy e1c81cdb37 RENDER: reduce the max instances to 2 for now
this is not really used at the moment and only wastes memory
2022-03-27 11:54:44 +02:00
Martin Gerhardy 8dfd684da2 VOXEDIT: use the group region when extracting the color from a layer or group 2022-03-27 11:54:20 +02:00
Martin Gerhardy 4c85f60c8e VOXEDIT: merge volumes if max supported volumes for the renderer are exceeded 2022-03-27 11:54:02 +02:00
Martin Gerhardy 7dd6994b03 VOXELFORMAT: allow to get the region size of the group 2022-03-27 11:53:33 +02:00
Martin Gerhardy 8cee98a8cb VOXELRENDER: bump max allowed volume instances from 256 to 1024 2022-03-27 11:53:01 +02:00
Martin Gerhardy 5b62a14397 VOXEDIT: merge the volumes if they exceed the max size 2022-03-26 21:40:03 +01:00
Martin Gerhardy d8b2fb675b VOXELFORMAT: sanity checks for mca loading 2022-03-26 21:26:47 +01:00
Martin Gerhardy 1f82115bbc VOXELRENDER: prevent exceeding the max volumes 2022-03-26 21:19:01 +01:00
Martin Gerhardy a337ecaeb5 UI: fixed fpe
https://github.com/ocornut/imgui/issues/5139
2022-03-26 21:11:43 +01:00
Martin Gerhardy d58d2b37ef VOXELFORMAT: started to work on older minecraft region file support 2022-03-26 20:55:23 +01:00
Martin Gerhardy 8976ff76db VOXELFORMAT: added fbx ascii exporter 2022-03-26 17:01:48 +01:00
Martin Gerhardy b2be750a6d UTIL: inline the easing functions 2022-03-26 10:33:53 +01:00
Martin Gerhardy 63052de886 VOXELFORMAT: hopefully fixed warning on msvc 2022-03-26 10:26:41 +01:00
Martin Gerhardy fc2597adde UTIL: fixed a few constexpr failures for msvc 2022-03-26 10:24:35 +01:00
Martin Gerhardy f4eb6d38f4 LIBS: updated sdl2mixer 2022-03-25 19:57:45 +01:00
Martin Gerhardy fab6418bdc LIBS: updated enet 2022-03-25 19:56:08 +01:00
Martin Gerhardy e00739e233 LIBS: updated sdl2 2022-03-25 19:55:38 +01:00
Martin Gerhardy 1cf6d667c8 LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
Martin Gerhardy 832fe46019 VOXEDIT: use the frame from scene mgr 2022-03-25 19:45:26 +01:00
Martin Gerhardy a260bf81f7 VOXELFORMAT: scene node transform methods 2022-03-25 19:40:34 +01:00
Martin Gerhardy f42ad05ca8 VOXEDIT: renamed variable 2022-03-25 19:39:38 +01:00
Martin Gerhardy 31e996179e UI: fixed floating point exception 2022-03-25 18:59:41 +01:00
Martin Gerhardy 585e0e4b0d VOXEDIT: put the current frame into the scene mgr 2022-03-25 18:58:37 +01:00
Martin Gerhardy c4dcf28cf5 VOXELFORMAT: convert easing type and store rotation boolean 2022-03-25 18:57:23 +01:00
Martin Gerhardy 1c71b63f57 VOXELFORMAT: added InterpolationType enum 2022-03-25 18:42:19 +01:00
Martin Gerhardy ed8f0de7fa UTIL: easing functions 2022-03-25 18:41:27 +01:00
Martin Gerhardy 8d379aaa2f VOXEDIT: logging 2022-03-22 22:37:18 +01:00
Martin Gerhardy 8daaa6683d LIBS: updated dearimgui 2022-03-22 22:26:35 +01:00
Martin Gerhardy bb830b8959 VOXEDIT: fixed warnings 2022-03-22 22:21:27 +01:00
Martin Gerhardy 7c46f1fe55 VOXEDIT: fixed missing camera reset after loading the scene graph 2022-03-22 22:17:31 +01:00
Martin Gerhardy 6f92df405e VOXEDIT: fixed missing reference position update 2022-03-22 22:02:06 +01:00
Martin Gerhardy 71cba94130 VOXEDIT: fixed diffuse color update 2022-03-23 08:32:54 +01:00
Martin Gerhardy 7422733718 VOXEDIT: fixed warnings 2022-03-22 21:34:49 +01:00
Martin Gerhardy 2046a04a1d VOXELFORMAT: don't include the filesystem header
this fixes compilation on some older systems (c++17 related)
2022-03-22 21:31:51 +01:00
Martin Gerhardy 2324371722 LIBS: updated libuv
this fixes compilation problems on some older compilers
2022-03-22 21:27:49 +01:00
Martin Gerhardy cb7acc3dfe VOXEDIT: use loading indicator 2022-03-22 18:59:17 +01:00
Martin Gerhardy 42d9b1988a VOXEDIT: renamed variable 2022-03-22 18:55:08 +01:00
Martin Gerhardy ce8dda0ab5 VOXEDIT: added zoom speed slider to options menu 2022-03-22 18:53:09 +01:00