Commit Graph

10046 Commits (3ce7b84e6667164adecc8498405409c72ef97783)

Author SHA1 Message Date
Martin Gerhardy 3ce7b84e66 ALL: new version is 0.0.14 2021-10-29 20:32:27 +02:00
Martin Gerhardy 8ad8be6378 DEBIAN: fixed changelog 2021-10-29 20:31:36 +02:00
Martin Gerhardy bbec805a75 DOCS: updated changelog 2021-10-29 20:11:36 +02:00
Martin Gerhardy 0f744d9326 VOXELRENDER: GLRenderer assert and volumes are flickering #86
replaced the drawElementsIndirect calls by drawElements
2021-10-29 20:00:17 +02:00
Martin Gerhardy f5f431883b VIDEO: moved indirect draw call structs closer to each other and added doxygen 2021-10-29 18:49:19 +02:00
Martin Gerhardy 36ff1914d8 VIDEO: const for offset pointer 2021-10-29 15:22:58 +02:00
Martin Gerhardy ce7f511e42 VIDEO: add return values to IndirectBuffer bind() und unbind() methods 2021-10-29 15:00:22 +02:00
Martin Gerhardy 7ecf8e6fad CORE: the threads in the pool might still access the filesystem or some cvars 2021-10-29 13:51:55 +02:00
Martin Gerhardy 2a36c9c494 VOXEDIT: removed unused member 2021-10-29 13:47:47 +02:00
Martin Gerhardy cd16bf8919 VOXEDIT: fixed invalid size for the camera matrixes 2021-10-29 13:45:59 +02:00
Martin Gerhardy e110b5554b VOXEDIT: Getting assert in imgui about the size on the very first start #87 2021-10-29 13:40:45 +02:00
Martin Gerhardy 8a268337c5 ALL: fixed compiler warnings 2021-10-29 13:39:14 +02:00
Martin Gerhardy 6d044693f5 DOCS: updated changelog 2021-10-29 12:00:35 +02:00
Martin Gerhardy 65593c7e2d VOXEDIT: removed edgeshader support from viewport 2021-10-29 11:59:06 +02:00
Martin Gerhardy e8b0927747 VOXEDIT: only one resize is needed
the content size of the viewport window is the relevant size, not the application size
2021-10-29 11:58:53 +02:00
Martin Gerhardy 57df9f358c UI: notifications should not get the focus 2021-10-29 11:54:31 +02:00
Martin Gerhardy d2aee5a167 CORE: no need to add an extra newline here 2021-10-28 18:45:10 +02:00
Martin Gerhardy 8e9bf907a2 UTIL: remove the sdl log wrapper from Console class earlier 2021-10-28 18:41:17 +02:00
Martin Gerhardy 0919bbbdff CORE: fixed segfault 2021-10-28 18:31:28 +02:00
Martin Gerhardy 7055a5bed6 DOCS: updated changelogs 2021-10-28 18:27:31 +02:00
Martin Gerhardy c63bea71c9 CORE: use our sdl log wrapper to ensure the stacktrace appears in the logfile 2021-10-28 18:21:27 +02:00
Martin Gerhardy cc4e9cf1c9 CORE: added logging file support 2021-10-28 18:19:51 +02:00
Martin Gerhardy a4a4726249 CMAKE: make sure to create the needed def files automatically
see https://cmake.org/cmake/help/latest/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.html
2021-10-28 15:11:59 +02:00
Martin Gerhardy 2b16929966 CMAKE: added AnimationSystem.def file with exported symbols for windows 2021-10-28 15:09:54 +02:00
Martin Gerhardy a0ca0efa4e ANIMATION: added ANIM_APIENTRY to the functions that should get exported 2021-10-28 14:00:41 +02:00
Martin Gerhardy f34e4e46f5 ANIMATION: added missing doxygen header 2021-10-28 13:59:09 +02:00
Martin Gerhardy b277e6efb5 CMAKE: added missing include dir for anim shared lib 2021-10-28 13:58:11 +02:00
Martin Gerhardy 7ee70346d8 CMAKE: use cmake variables to resolve the name 2021-10-28 13:56:56 +02:00
Martin Gerhardy 7306056d3e ANIMATION: fixed compilation when hot reload is disabled 2021-10-28 13:01:49 +02:00
Martin Gerhardy 1b91c3da13 ANIMATION: fixed usage of ANIM_APIENTRY 2021-10-28 10:35:06 +02:00
Martin Gerhardy 45bfdd6d28 ANIMATION: fixed animation lib prefix for hot reload 2021-10-28 09:28:00 +02:00
Martin Gerhardy 20c278e7ca ANIMATION: attempt to fix the msvc dll handling for the hot reloading 2021-10-28 09:27:48 +02:00
Martin Gerhardy 60ef5d3c37 CMAKE: reverted previous commit and just make it a dependency 2021-10-27 21:20:27 +02:00
Martin Gerhardy 91b140ccb5 CMAKE: fixed missing shared object for anim module if e.g. voxedit was built directly
the dependency to the shared lib wasn't modelled properly
2021-10-27 21:13:05 +02:00
Martin Gerhardy 21ce8023a5 DOCS: guide for vscode on windows 2021-10-27 19:52:54 +02:00
Martin Gerhardy 8b35486f39 CMAKE: fixed makensis binary and removed deb from cpack 2021-10-27 15:45:53 +02:00
Martin Gerhardy 9093c10530 CI: disabled anim hot reloading for debian packages and windows zip files 2021-10-27 15:40:52 +02:00
Martin Gerhardy 641f85e4fd CORE: print stacktrace only once - not matter whether we ignored the assert or not 2021-10-27 14:21:23 +02:00
Martin Gerhardy c337565b28 VOXELFORMAT: added incomplete qbcl format support
See issue #88
2021-10-27 14:14:41 +02:00
Martin Gerhardy b3c20f5956 ALL: new version is 0.0.13 2021-10-26 10:21:51 +02:00
Martin Gerhardy df0387c425 ALL: new version which has fixed windows builds 2021-10-26 10:18:46 +02:00
Martin Gerhardy 449249184e CI: change directory to build dir 2021-10-26 09:53:32 +02:00
Martin Gerhardy e71963a205 UI: fixed typo in windows-only code 2021-10-26 08:46:42 +02:00
Martin Gerhardy 36265f8a61 DOCS: updated changelog 2021-10-25 23:22:59 +02:00
Martin Gerhardy dbb7b02f76 CONSOLE: attempt to fix windows build
write wasn't found before
2021-10-25 23:20:16 +02:00
Martin Gerhardy 61fcf3d286 CI: split out the install step
it looks like failing builds aren't reported for msvc - this is either due to
cmake, msvc or because it was done in one step and the last return value was
used... we'll see
2021-10-25 20:47:40 +02:00
Martin Gerhardy 63a3a899f4 UI: fixed missing header include for win32 2021-10-25 20:40:52 +02:00
Martin Gerhardy be1c32b46a CI: ensure that we build on osx 10.15 2021-10-25 20:40:30 +02:00
Martin Gerhardy 7c89b9a237 ALL: prepare for next version 2021-10-25 18:38:34 +02:00
Martin Gerhardy 8e0148b558 COMMONLUA: disable error handler for now
ContainerProviderTest fails with this
2021-10-25 18:33:04 +02:00