Commit Graph

10118 Commits (c886af32ad15091bb19966db0041b5827118613b)

Author SHA1 Message Date
Martin Gerhardy c886af32ad LICENSE: release it as cc-by-sa 2021-11-19 20:03:56 +01:00
Martin Gerhardy d886e4c35d LICENSE: a few more details about the assets 2021-11-19 19:59:00 +01:00
Martin Gerhardy cb4a100762 FRONTEND: reverted back to init() for PlayerCamera 2021-11-19 17:40:29 +01:00
Martin Gerhardy 841c30ba5f FRONTEND: move PlayerCamera into frontend module 2021-11-19 16:16:13 +01:00
Martin Gerhardy 6a4ec62ae2 VIDEO: fixed typo in error message 2021-11-19 16:16:13 +01:00
Martin Gerhardy 8146c71cf2 VOXELRENDER: fixed cvar name for gamma 2021-11-19 16:16:13 +01:00
Martin Gerhardy 818ac2f913 VIDEO: removed unused reset of ortho position 2021-11-19 16:16:13 +01:00
Martin Gerhardy 45ad8fd7c9 VIDEO: renamed init to setSize 2021-11-19 16:16:13 +01:00
Martin Gerhardy a494c2c32b VIDEO: updated Camera::init() method 2021-11-19 16:16:13 +01:00
Martin Gerhardy 9bde7ab56d VOXELFORMAT: allow qb and cub to load and save bigger volumes 2021-11-19 16:16:13 +01:00
Martin Gerhardy 5905fd6580 UI: added missing double click event for files in the filedialog 2021-11-18 19:40:27 +01:00
Martin Gerhardy 7d134e2d31 VOXEDIT: added ctrl+y as redo key binding 2021-11-18 19:40:27 +01:00
Martin Gerhardy 1821303ae0 VOXELFORMAT: fixed copy and paste error while loading the volumes 2021-11-18 16:56:28 +01:00
Martin Gerhardy da673d88b7 VOXELFORMAT: reduced log level 2021-11-18 16:56:28 +01:00
Martin Gerhardy d5bc68cf61 VOXELUTIL: helper method to paste a volume into a target location 2021-11-18 16:56:28 +01:00
Martin Gerhardy a01e2c9ab3 CORE: added an array view helper class 2021-11-18 16:56:28 +01:00
Martin Gerhardy 04b82b4d14 LIBS: updated sdl2 2021-11-17 22:48:03 +01:00
Martin Gerhardy fb22462794 VOXELFORMAT: use a core::String directly 2021-11-17 19:39:48 +01:00
Martin Gerhardy fbec5d68e1 CORE: made Array::size() method static 2021-11-17 19:39:48 +01:00
Martin Gerhardy d260cab3f1 VOXELFORMAT: fixed warnings 2021-11-17 19:39:48 +01:00
Martin Gerhardy fe9ff7fb47 LIBS: updated sdl2 2021-11-17 19:39:48 +01:00
Martin Gerhardy f4dcd2c3f8 CLIENT: Revert cleanup weird state management in CachedFloorResolver
This reverts commit 880a5b7fa1.

This is indeed faster because the sampler doesn't have to perform the valid
position check each time if it's cached
2021-11-15 19:39:39 +01:00
Martin Gerhardy edc115fc3b DOCS: updated changelogs 2021-11-15 19:39:39 +01:00
Martin Gerhardy fa5bca49f3 VOXELFORMAT: support the *.vxr.png thumbnails 2021-11-15 19:39:39 +01:00
Martin Gerhardy 33f5e48b84 VOXELFORMAT: support the *.vxm.png thumbnails 2021-11-15 19:39:39 +01:00
Martin Gerhardy dac509c163 VOXELFORMAT: fixed missing magic bytes for vxm 2021-11-15 19:39:39 +01:00
Martin Gerhardy a07f1fdc5f THUMBNAILER: use depth value from image 2021-11-15 19:39:39 +01:00
Martin Gerhardy 4c77790a3a VOXELFORMAT: fixed warnings 2021-11-15 19:39:39 +01:00
Martin Gerhardy a3c479e228 DOCS: mention qbcl screenshots 2021-11-15 19:39:39 +01:00
Martin Gerhardy d97ea19f8d VOXELFORMAT: fixed loading raw rgba data into image class 2021-11-15 19:39:39 +01:00
Martin Gerhardy d58681393b THUMBNAILER: converted command into argument 2021-11-15 19:39:39 +01:00
Martin Gerhardy e49f54f8f3 VOXELFORMAT: added support for extracting the screenshot from voxel formats
this can e.g. be used by the thumbnailer for those formats that are not yet fully supported.
Also the embedded thumbnail has priority over rendering one ourselves
2021-11-15 19:39:39 +01:00
Martin Gerhardy cf625cc002 THUMBNAILER: return exit code != 0 on failure 2021-11-15 19:39:39 +01:00
Martin Gerhardy 1ff065a0c7 TOOLS: attempt to create the include dir in the build directory
for some reason this fails in the pipeline but works locally
2021-11-15 19:39:39 +01:00
Martin Gerhardy eb851116c9 CI: install python 2021-11-14 20:00:16 +01:00
Martin Gerhardy 450532f5c7 VOXELFORMAT: doxygen 2021-11-14 19:40:02 +01:00
Martin Gerhardy 5124e9d3c2 VIDEO: removed unused member from Camera class 2021-11-14 11:29:39 +01:00
Martin Gerhardy 6b0a9fd62f VIDEO: removed unused member and methods from camera class 2021-11-14 11:29:39 +01:00
Martin Gerhardy e35bae4b94 UI: allow access to the window title 2021-11-14 10:49:27 +01:00
Martin Gerhardy 83118df272 VOXELFORMAT: extended VolumeCache 2021-11-13 21:19:27 +01:00
Martin Gerhardy 2975a963f9 UI: clear the whole stack when setting a new root
added command to list the current ui window stack
2021-11-13 16:40:22 +01:00
Martin Gerhardy 387c7a4af0 UI: more helper methods wrapped 2021-11-13 14:52:43 +01:00
Martin Gerhardy b81b1ae661 VIDEO: load png files with texture pool
preparation to allow to omit the file extension and to support multiple images
2021-11-13 08:13:44 +01:00
Martin Gerhardy b276620780 BACKEND: doxygen marker 2021-11-13 08:13:44 +01:00
Martin Gerhardy 0e66e5cf8f VIDEO: texturepool: allow to return a dummy texture to work with 2021-11-13 08:13:44 +01:00
Martin Gerhardy 95130906fa LIBS: updated dearimgui 2021-11-13 08:13:44 +01:00
Martin Gerhardy d9972b0dca UI: limit the input to the topmost window 2021-11-11 17:01:32 +01:00
Martin Gerhardy 60a5223e44 UI: extended window and added option to not persist the imgui settings 2021-11-11 17:01:32 +01:00
Martin Gerhardy 470acd87b7 VIDEO: default state for the depth mask is active 2021-11-11 17:01:32 +01:00
Martin Gerhardy 75847988e3 AUDIO: debug logging 2021-11-11 17:01:18 +01:00