Gmod-vphysics
Gmod-vphysics copied to clipboard
Replacement vphysics module for the Source engine (originally meant for Garry's Mod)
Sorry, I appreciate this isn't the right place but I couldn't find links to a discussion. What is the use case of this module? Why does it exist, what brought...
As of gcc-6.3, build stops with the error [on this line](https://github.com/DrChat/Gmod-vphysics/blob/48c575ff3ee2a72639000788def7612d88dcbfb3/bullet/src/vectormath/sse/vec_aos.h#L580) In file included from ../../src/vectormath/sse/vectormath_aos.h:2543:0, from ../../src/vectormath/vmInclude.h:11, from ../../src/BulletMultiThreaded/PlatformDefinitions.h:16, from ../../src/BulletMultiThreaded/Win32Threading.cpp:1: ../../src/vectormath/sse/vec_aos.h: In member function ‘const Vectormath::Aos::Vector3 Vectormath::Aos::Vector3::operator-() const’:...
If anyone is interested with updating Bullet source code to latest version from upstream repository, you can find my own fork here: https://github.com/dyanikoglu/bullet3 This update also needs lots of change...
Hey there, I would build your project with your provided build.sh but i get missing header: `StdAfx.h:3:10: Error: tier1/tier1.h: File not found` Can i delete this include? Or where is...
On loading the Map it Crashed Stack Trace(Which is propably pretty useless): ```0x1 datacache.dll + 0x71b5 vphysics.dll + 0x5f52 server.dll + 0x2af76a server.dll + 0x283a6f server.dll + 0x39bd7b server.dll +...
I don't know how you can play GMod with this DLL because it's terribly laggy, 2~5 FPS !!! With normal vphysics i have arround 100 FPS and with your vphysics...
I see vphysics *(rather than vphysics_srv)* is mentioned in README. I do also see both vphysics.so and vphysics_srv.so in Left 4 Dead 2 directory. So I'm wondering what's the difference,...