- improve voice chat smoothness

- fixed the position of the speaker indicator. constant aspect ratio added
- fixed voice chat functionality to work with the latest commits
- add support for cross compiling windows64 builds on linux
This commit is contained in:
haxi0
2026-03-23 00:58:13 +03:00
parent 8be27511bb
commit 784242fcf7
1320 changed files with 361482 additions and 116 deletions
+4 -1
View File
@@ -38,6 +38,9 @@ if(CMAKE_HOST_WIN32)
endforeach()
elseif(CMAKE_HOST_UNIX)
# rsync does not create intermediate destination parents for nested paths.
file(MAKE_DIRECTORY "${COPY_DEST}")
execute_process(
COMMAND rsync -av ${COPY_SOURCE} "${COPY_DEST}/"
RESULT_VARIABLE rs
@@ -48,4 +51,4 @@ elseif(CMAKE_HOST_UNIX)
endif()
else()
message(FATAL_ERROR "Unsupported host platform for asset copying.")
endif()
endif()