Monthly Archives: October 2019

Salted Hash

Salted hash? No, I’m not talking about food lol. I’ve been working on the authentication methods between the client and the server. The stored passwords in the database are now hashed using a secure hashing algorithm. No more plain text … Continue reading

Posted in Game Development, Web Site Updates | Tagged , , , , | Leave a comment

Visual Studio Conformance Mode

I decided to enable the Conformance Mode (permissive-) option that was introduced in Visual Studio 2017. It’s supposed to help me write code that is both more correct, and more portable. I found out quickly that it reports a lot … Continue reading

Posted in Engine Development, Game Development | Tagged , , , | Leave a comment