Commit Graph

10159 Commits (f5d7b190d72847cbdbba856d0301e79680ed242a)

Author SHA1 Message Date
Martin Gerhardy f5d7b190d7 TRAZE: removed traze client
looks like traze is no longer available at https://traze.iteratec.de/
2021-11-21 22:00:55 +01:00
Martin Gerhardy fdee3de225 DOCS: updated supported formats docs 2021-11-21 20:10:27 +01:00
Martin Gerhardy 6e92bcf8c1 DOCS: updated changelog 2021-11-21 19:49:57 +01:00
Martin Gerhardy 77cfe12bd5 VOXELFORMAT: added vxm support for saving 2021-11-21 19:39:09 +01:00
Martin Gerhardy b7b4185218 DOCS: use new voxedit screenshot 2021-11-21 13:25:40 +01:00
Martin Gerhardy b2c3fe67e8 ALL: bump version to 0.0.15 2021-11-21 13:21:33 +01:00
Martin Gerhardy 116db26e6c DOCS: updated changelog 2021-11-21 11:56:33 +01:00
Martin Gerhardy 4e4bde940f VOXELUTIL: disabled broken test 2021-11-21 11:52:23 +01:00
Martin Gerhardy a8f76bbcc1 VOXEDIT: render inactive layer in gray 2021-11-21 11:51:28 +01:00
Martin Gerhardy 3620666651 CORE: added Color::gray version for vec3 2021-11-21 11:36:17 +01:00
Martin Gerhardy 5d88280416 VOXEDIT: added rotateall command 2021-11-21 11:35:54 +01:00
Martin Gerhardy 7be2e85298 VOXELUTIL: minor optimization in rotating volumes 2021-11-21 11:01:57 +01:00
Martin Gerhardy 6871586085 VOXELUTIL: disable test again - not yet working
... and activated by accident in d4cf214e9f
2021-11-21 10:40:18 +01:00
Martin Gerhardy 5fc27040f3 VOXELFORMAT: added a few more details about the vsm format as comments 2021-11-21 10:37:23 +01:00
Martin Gerhardy ea6c9d11df COMPUTESHADERTOOL: only produce a warnings if value for duplicated constant differ 2021-11-21 10:31:30 +01:00
Martin Gerhardy d46b193452 SHADERTOOL: constants with the same value aren't worth a warning
this might happen if you include a header in frag and vert shaders that define the constant
2021-11-21 10:27:59 +01:00
Martin Gerhardy 3be88bf579 INSTALLER: renamed man pages and systemd service for owserver 2021-11-20 22:28:14 +01:00
Martin Gerhardy da237683e3 CMAKE: improved disabling single components 2021-11-20 22:23:47 +01:00
Martin Gerhardy 694a3f6495 IO: improved error message 2021-11-20 21:08:24 +01:00
Martin Gerhardy d4cf214e9f VOXELUTIL: improved volume rotation 2021-11-20 19:29:09 +01:00
Martin Gerhardy 30f7e23fd5 VOXELUTIL: fixed volume rotation helper function 2021-11-20 18:59:35 +01:00
Martin Gerhardy 7d07cf8c57 VOXELFORMAT: unified the format orders with SUPPORTED_VOXEL_FORMATS_LOAD_LIST 2021-11-20 18:55:36 +01:00
Martin Gerhardy d4dbc0afd6 UI: basic bookmark support for the filedialog 2021-11-20 18:55:33 +01:00
Martin Gerhardy 452cab9b5c VOXEL: added 3 bits for flags to each voxel
this can be used to e.g. mark a selected voxel
2021-11-20 18:17:00 +01:00
Martin Gerhardy 9c9c6648bd VOXEDIT: use setter for cursor voxel 2021-11-20 18:13:31 +01:00
Martin Gerhardy 710704df84 VIDEO: fixed dirty state bug in the camera
reverts 3a1b5607f4
2021-11-20 14:05:45 +01:00
Martin Gerhardy 907d25e2ff CMAKE: set the environment variables in a portable way 2021-11-20 13:56:48 +01:00
Martin Gerhardy bad4a2798c DOCS: updated changelog 2021-11-20 13:53:27 +01:00
Martin Gerhardy 3a1b5607f4 VIDEO: update the orientation too after we change the window size 2021-11-20 13:49:51 +01:00
Martin Gerhardy 46536bbba8 VOXEDIT: viewport controller init method 2021-11-20 13:39:13 +01:00
Martin Gerhardy f59fff15d1 DOCS: updated changelog 2021-11-20 13:38:45 +01:00
Martin Gerhardy 2f328c2c8c LIBS: reverted stdlib part of sdl2 2021-11-20 13:23:54 +01:00
Martin Gerhardy 667fa6f550 IO: ensure that a home path is always set 2021-11-20 13:16:31 +01:00
Martin Gerhardy 62c5d3a601 CMAKE: don't let the build tools write to the home dir - only to the build dir 2021-11-20 13:16:17 +01:00
Martin Gerhardy b9fca17251 IO: allow to override the home dir (used for writing files to store settings)
export the env var APP_HOMEPATH to use a different dir for writing settings
2021-11-20 13:09:01 +01:00
Martin Gerhardy 9fde773fe3 IO: removed app_basepath cvar 2021-11-20 13:08:00 +01:00
Martin Gerhardy e2273580bd DOXYGEN: fixed cmake variable 2021-11-20 13:07:35 +01:00
Martin Gerhardy 42eb3d28ff IO: improved situation when no HOME dir is set 2021-11-20 12:56:05 +01:00
Martin Gerhardy 11020e445d VOXEDIT: renamed method 2021-11-20 12:51:07 +01:00
Martin Gerhardy 65eea2eb1d VOXEDIT: use ScopedStyle 2021-11-20 12:51:03 +01:00
Martin Gerhardy deb75332f0 CMAKE: fixed build error when building with unittests disabled 2021-11-19 23:32:37 +01:00
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