241,740 Commits over 3,867 Days - 2.60cph!

10 Years Ago
Added extern "C" to all noise functions
10 Years Ago
Refactored Controls, started work on a cursor axis.
10 Years Ago
Refactored Controls, started work on a cursor axis.
10 Years Ago
Made 50 degrees the maximum walkable angle to make stairs work again
10 Years Ago
Windows Build
10 Years Ago
Added hpp to files filter
10 Years Ago
Minor language setting tweak, probably changes nothing but whatever
10 Years Ago
Updated view & world model rock prefabs & materials
10 Years Ago
Windows Build
10 Years Ago
Include cpp files!
10 Years Ago
Windows Build
10 Years Ago
Windows Build
10 Years Ago
Windows Build
bot
10 Years Ago
RustNative Linux Build
10 Years Ago
Adding RustNative libraries
10 Years Ago
Texture palette for land animals
10 Years Ago
updated rock VM textures.
10 Years Ago
Exposed Vector2f binary operators.
10 Years Ago
Exposed Vector2f binary operators.
10 Years Ago
Commiting so that I can update
10 Years Ago
Ensured Animation.Frame will never be less than 0.
10 Years Ago
Ensured Animation.Frame will never be less than 0.
10 Years Ago
Added color multiplier to the WaterUpdate script. Cleaned up prefabs and scenes a bit. Added Shark assets.
10 Years Ago
Windows Build
10 Years Ago
Replaced Vector2f.Magnitude() references with Vector2f.Length.
10 Years Ago
Replaced Vector2f.Magnitude() references with Vector2f.Length.
10 Years Ago
Change to .cpp - so it compiles as cpp.
10 Years Ago
Windows Build
10 Years Ago
Another fudge
10 Years Ago
Windows Build
10 Years Ago
Fudging this file to diagnose compile error
10 Years Ago
Fixed line drawing using degrees when radians are expected.
10 Years Ago
Fixed line drawing using degrees when radians are expected.
10 Years Ago
Windows Build
10 Years Ago
Windows Build
10 Years Ago
Windows build files
10 Years Ago
[ultimate_soldier] movement and some aiming
10 Years Ago
[ultimate_soldier] movement and some aiming
10 Years Ago
Added build and commit scripts for Linux and OS X
10 Years Ago
Changed SimplexNoise to RustNative to be used for all future native code
10 Years Ago
Windows Build
bot
10 Years Ago
OSX Build
10 Years Ago
Added Tools/Check Animations Fixed null state transitions in animation files (fixes a u5b4 crash) http://files.facepunch.com/garry/2014/September/19/1411118438.png
10 Years Ago
Added SimplexNoise native library
10 Years Ago
SteamNative OS X bundle cleanup
10 Years Ago
added NumFrames getter to Animation
10 Years Ago
added NumFrames getter to Animation
10 Years Ago
made Animation _progress a public property
10 Years Ago
made Animation _progress a public property
10 Years Ago
added Magnitude method to Vector2f