reporust_rebootcancel

120,576 Commits over 4,018 Days - 1.25cph!

11 Years Ago
Edited torch prefab & v_torch to get new torch working.
11 Years Ago
Added tools/Update Clothes Models - sets up avatar, humanoid, no material import, warns on extra bones
11 Years Ago
Cleaning up unused materials
11 Years Ago
burlap shirt fix...hopefully.
11 Years Ago
Added models, textures, and prefabs for hazmat suit and improvised helmets.
11 Years Ago
Reverted CoherentUI to software only (hardware acceleratred mode is laggy, wants vsync) Re-enabled dynamic znear
11 Years Ago
Moon adjustments.
11 Years Ago
Slight snow biome colour tweak.
11 Years Ago
Snow biome less purple.
11 Years Ago
Bunch of biome specific environmental parameters. For example, deserts are no longer super cloudy!
11 Years Ago
thompson submachine gun view model rigged up; reload animation done.
11 Years Ago
Made static decor rocks get randomly scaled and flipped Re-added forest rocks (no moss for now, but a slight brown tint) Removed tons of rock hacks we had to do for Unity 4 Litter box alert: Added tiny clutter rocks to some areas (rock, sand, dirt, forests, underwater, ...) Protocol++
11 Years Ago
Refactored grass and decor systems to start spawning after calling Refresh() Made grass and decor patches always snap to main camera, no need to move the game objects via script Made Refresh() do a full rebuild if called after already being initialized (can be used at respawn) Made TerrainGenerator.GenerateTerrain() call Refresh() on static and list decor Made Client.OnClientFirstSpawn() call Refresh() on dynamic decor and grass
11 Years Ago
Fixed the colour mismatch on forest 4 billboards.
11 Years Ago
Fixed burlap shirt again
11 Years Ago
re-made burlap shirt prefab & added skinned mesh collider
11 Years Ago
re-exported burlap shirt with clean hierachy & added lower torso mesh
11 Years Ago
Tweaked HTML zoom Tweaked belt bar
11 Years Ago
reverted burlap_shirt (did the same thing that I did earlier but didn't set the default material to Flesh)
11 Years Ago
Added skinned mesh collider script
11 Years Ago
Converted some decals to the standard shader Converted some particle effects to the custom shader that isn't super bright at night
11 Years Ago
re-added collision component to burlap-shirt
11 Years Ago
Re-made burlap_shirt prefab as it was causing the mesh to appear broken. Obviously some issues with updating prefabs in U5.
11 Years Ago
re-exported Burlap shirt with neckline ( I have a good felling about this one)
11 Years Ago
Fixed ItemAction_Replace not working properly if the container was full
11 Years Ago
Enabled HTML hardware rendering (test) Fixed death intro not working Fixed player_movement leak on death
11 Years Ago
Restored FogVolume for the main menu scene
11 Years Ago
Changed tundra rocks to the darker variant
11 Years Ago
Changed water reflection clear color to equator color Added GlobalFog image effect for underwater fog (changelog claimed it's fixed) Added ImageEffectOpaque attribute to GlobalFog for it to render before the water plane Updated scenes
11 Years Ago
Removed pvt specific configs from TerrainGen to avoid setting it up in multiple places Removed UVMIX baking to pvt cache; near and far freqs now reside in separate caches Improved pvt terrain texturing fidelity close to original non-pvt terrain; UVMIX now done properly and matches original PVT update: very close to deployment, only a couple bugfixes away; HQ got finer granularity; larger VT support
11 Years Ago
11 Years Ago
Fixing tiny oversight in atmospheric blend code
11 Years Ago
Added motion blur MinVelocity to ameliorate sliding intermittent blur and improve MB quality
11 Years Ago
Added a few TOD params to geo-temporal atmospheric blending
11 Years Ago
Fixed missing textures on menu background terrain
11 Years Ago
added lean left/right animations for all of the player holding weapon animations.
11 Years Ago
Fixed compile errors
11 Years Ago
Reverted Alex's broken burlap shirt commit
11 Years Ago
Started work on deathscreen Fade into deathscreen (wip) Randomly drop held item when killed Switch to third person when killed, rotate around ragdoll Hide viewmodel when dead Fixed local player ragdoll being crazy fucked up on spawn because of their local collider Tried to fix ragdoll LODS, but I don't think it's working that great - will revisit
11 Years Ago
exported burlap shirt
11 Years Ago
Made some more nature assets use the new standard shader Deleted some old unused assets
11 Years Ago
Added collider property to TerrainMeta Fixed TerrainCollisionTrigger gizmo
11 Years Ago
Added trigger to ignore terrain collision to TestLevel
11 Years Ago
Fixed dead players not leaving the server when disconnected Fixed player still visible when ragdoll is created
11 Years Ago
Made animals forest-only again (let's balance forest sizes etc instead now that we're on Unity 5) Adjusted animal sense parameters Tweaked AI ticking (not horrible anymore, but not perfect either - performance testing) Made behaviour tree actions no longer instant Ignored behaviour tree frequency (load balancing now exclusively being done by AI handler) Added more profiler samples to AI
11 Years Ago
Global message "ClientDisconnect" is send to everything when client is disconnecting from server
11 Years Ago
Fixed NRE in BaseCorpse.Save Added BaseEntity.IsValid Fixed NRE in Builder module
11 Years Ago
Ore resource nodes now all give varying levels of stone/metal/sulfur (instead of just one)
11 Years Ago
Fixed AI profiler samples not showing up in the profiler
11 Years Ago
Don't bob weapon when not on ground