userandererandrecancel

12,207 Commits over 3,622 Days - 0.14cph!

10 Years Ago
Removed lens flare from the lantern (let's try to make it look decent with HDR alone)
10 Years Ago
Updated TestLevel
10 Years Ago
Time of Day update to 2.2.1 prerelease 4
10 Years Ago
Made gravity handling completely custom for player movement (allows for stair handling and properly removing drifting) Added sliding and swimming property to player movement for better checks for those states
10 Years Ago
Removed ClearFirstFrame (didn't seem to work anymore + bug is fixed by rendering space as a solid black texture at day)
10 Years Ago
Time of Day update to 2.2.1 prerelease 3
10 Years Ago
Improved terrain height mountain blending Improved underwater topology Changed hill / lake noise parameters Slightly increased valid range of the terrain feature scale Protocol++ (network + save)
10 Years Ago
Tweaked rock_13 slope offset to make their placement less floaty
10 Years Ago
Added basic flee behaviour
10 Years Ago
Added graphics.fov to PlayerEyes again
10 Years Ago
Time of Day update to 2.1.1 prerelease 2
10 Years Ago
Tweaked fall animation time threshold (fixes that it randomly occured when running down slopes)
10 Years Ago
Giving continuous collision detection for character movement a try
10 Years Ago
Fixed that some view models would cast shadows onto the world
10 Years Ago
Fixed that rock_01 was sometimes spawned midair Removed redundant flip option from rock_08
10 Years Ago
Made event schedule only execute on server
10 Years Ago
Removed client.farclip (is now graphics.drawdistance) Removed client.fov (is now graphics.fov)
10 Years Ago
Made WaterUpdate use color inspector variables instead of just alpha multipliers
10 Years Ago
Fixed that the initial component state of the F2 menu was not being applied properly Enabled motion blur by default Deleted TestLevel_Minh since it was completely broken anyhow o(recreate from TestLevel if you still need it)
10 Years Ago
Added case insensitive String.Compare extension method Did Tools -> Update Prefab Names
10 Years Ago
Added new spawn filter category: topology Fixed ores and northern field trees spawning on mountain summits Allowed trees to spawn on mountains, as long as they're not high enough for snow Re-added rock clutter on dirt Increased the number of bushes in open fields
10 Years Ago
Updated native plugins Terrain heightmap feature size scales with inverse of frequency Terrain heightmap generation now supports per-biome settings (will be useful in the future) Tweaked biome distributions Improved biome transitions Tweaked terrain splatmap Tweaked forest size and frequency (not final, it just broke with the noise algorithm update and I had to do some adjustments) Protocol++ (this means servers have to restart - you can stop asking me now)
10 Years Ago
Removed flto flag from build definitions (were only added for testing purposes, shouldn't have been committed)
10 Years Ago
Added composite noise, tweaked simplex noise normalization
10 Years Ago
Made noise code file names uppercase, to be consistent with Diogo's naming convention
10 Years Ago
Fixed typo that led to discontinuity in 2D simplex noise Cleaned up code
10 Years Ago
Fixed some possible warnings in math.hpp, made floor respect the zero
10 Years Ago
Moved all custom math to its own namespace
10 Years Ago
Made OSX plugin bundles only get distributed with OSX builds
10 Years Ago
Changed the simplex noise implementation to a port from GLSL that's a little more sane
10 Years Ago
Replaced some bitmask voodoo with sane operators
10 Years Ago
Updated test level
10 Years Ago
Fixed jump animation being initiated twice when jumping
10 Years Ago
Refactored player movement Added player jump cooldown Improved player ground detection Removed underwater crouch Improved underwater movement
10 Years Ago
Another native plugin update
10 Years Ago
Added 4 missing EXPOSE thingies
10 Years Ago
Updated native plugins to latest version
10 Years Ago
Trying some stuff to see if it fixes the entry point error on Windows
10 Years Ago
Set all native plugins to always be available when in-editor
10 Years Ago
Auto-updated texture import resolutions
10 Years Ago
Set native plugin platforms explicitly (keeps Unity from copying them to the output folder of platforms they're not used on)
10 Years Ago
Moved simplex noise to native code Tweaked terrain generator height amplitudes Protocol++
10 Years Ago
Changed Linux and OSX commit scripts to commit all libs in a single commit
10 Years Ago
Added extern "C" to all noise functions
10 Years Ago
Made 50 degrees the maximum walkable angle to make stairs work again
10 Years Ago
Added hpp to files filter
10 Years Ago
Minor language setting tweak, probably changes nothing but whatever
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
Added SimplexNoise native library