userandererandrecancel
reporust_rebootcancel

10,548 Commits over 3,653 Days - 0.12cph!

10 Years Ago
Tweaked player movement (mainly animation events and jump conditions)
10 Years Ago
Fixed missing skinned mesh renderer reference on hazmat_pants
10 Years Ago
Deleted some name conflict files that never should have been committed Updated Steamworks.NET native library platform settings
10 Years Ago
Made the config file load on startup
10 Years Ago
Made player ragdoll ignore collisions with player movement
10 Years Ago
Made ragdolls ignore player collision (for real this time)
10 Years Ago
Fixed skinnedMeshRenderer reference on burlap_trousers not being set
10 Years Ago
Updated physics collision matrix Made ragdolls ignore player collision Properly set terrain physic material to fix slippery ragdolls
10 Years Ago
Set max terrain pixel error at lowest setting to 100
10 Years Ago
Fixed friction in character controller sometimes being wrong Fixed landing event not being fired when landing on a slope
10 Years Ago
Added nerfed jumping when on sliding ground (helps when you got stuck) Made movement speed get reduced with increasing ground slope (intensity of this can be adjusted on the prefab) Tweaked capsule collider height values on the player movement prefab
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
Made OSX plugin bundles only get distributed with OSX builds
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
Updated native plugins to latest version
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
Made 50 degrees the maximum walkable angle to make stairs work again
10 Years Ago
SteamNative OS X bundle cleanup
10 Years Ago
Added a maximum jump angle to player movement to keep people from jump-climbing up walls and trees
10 Years Ago
Refactored AILocomotion speed and direction controls Updated animal speeds
10 Years Ago
Updated some decor and spawn filter rules
10 Years Ago
Added a slippery slope piece to the test level
10 Years Ago
More work on the character controller