18 Days Ago
Linux: Change signature of CNavMesh::GetTriangle() to solve disambiguity issue (uint64 = unsigned long long, but uint64_t = unsigned long int) Linux: Solve the lerp/std::lerp ambiguity with an #ifdef LINUX (math.h has using std::lerp on Linux, unfortunately) Linux: Specify --allow-multiple-definitions to allow stubbing out the API OVRLipSync.h Linux: Add gendbg.sh from engine/ branch and use it Linux: Fix typedef for Clang (__sFILE FILE vs. _IO_FILE FILE) Linux: Resolve ambiguity between std::byte and typedef byte for Clang in one specific case Linux: Disable .cfi_sections directives entirely for x64 SystemV ABI to avoid confusing assemblers and restore the original code for all other platforms Linux: Use the compiler flags for Clang on OSX/Android for all POSIX platforms. Linux: Replace CUtlVector with std::vector because it was causing a crash on destruction. Linux: Replace CSceneParticleObject* with void* using sed in 4.sh Linux: Replace the old VPC binary with a newer one because the old one doesn't work anyways