ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
54 stars 21 forks source link

Remove usages of debug libraries from DirectX. #229

Closed stevewgr closed 4 months ago

stevewgr commented 4 months ago

Description

Note that we're not needing to debug DirectX and there are better ways with today's tooling to debug graphics in general. Also the actual June 2010 SDK is inconsistent and some libraries contain symbols and some don't.

This also helps reducing the size a bit of ko-vendor for the portable DirectX SDK we have there :)

Additionally removed unused usages of d3d9.lib from AIServer and Ebenezer. That's how they had it officially, but these are anyway not being used, since the server don't do graphics, rather just using the math library from d3dx9.lib.