10,098 Commits over 1,340 Days - 0.31cph!
Added uint64 Steam_Apps_GetAppOwner()
OnValidateAuthTicketResponse callback passes owner
Added SimplexNoise native library
Changed SimplexNoise to RustNative to be used for all future native code
Added build and commit scripts for Linux and OS X
Fudging this file to diagnose compile error
Change to .cpp - so it compiles as cpp.
Adding RustNative libraries
Minor language setting tweak, probably changes nothing but whatever
Added hpp to files filter
Added extern "C" to all noise functions
Changed Linux and OSX commit scripts to commit all libs in a single commit
Trying some stuff to see if it fixes the entry point error on Windows
Added 4 missing EXPOSE thingies
Replaced some bitmask voodoo with sane operators
Changed the simplex noise implementation to a port from GLSL that's a little more sane