225,608 Commits over 3,714 Days - 2.53cph!

10 Years Ago
Started work on game state serialization so that control may be passed between players.
10 Years Ago
Started work on game state serialization so that control may be passed between players.
10 Years Ago
Adding the torch max and textures files to rust_art.
10 Years Ago
Updated the w_torch with the new torch and LODs.
10 Years Ago
checking in the plate armor with fixes to the mesh, textures should already be up?
10 Years Ago
Updated the v_torch.fbx with the new torch model, also adding the new textures.
10 Years Ago
improve the jumping animations (running jump looks more natural / also fixed how the landing occurs so it happens immediately when the player lands), tweaked the run animation for the rifle.
10 Years Ago
check yo self before yo wreck yo self
10 Years Ago
Mammoth rescale and first draft rig
10 Years Ago
Mammoth imported. Trees reimportd with proper scale.
10 Years Ago
added a couple extra torso flinch entries to the flinch array.
10 Years Ago
-fixed the ikWeight settings on several of the animations. Added a couple of extra torso flinch animations to the state machine
10 Years Ago
added pistol/rock/torch animations to the player anim_controller; fixed a bunch of timing issues. (verified that player animations are working in the "TestLevel" scene)
10 Years Ago
Minor spec tweaks on skin.
10 Years Ago
Water tweaks.
10 Years Ago
Fixed snow & sand rocks.
10 Years Ago
Temporarily deactivated the slightly broken horizon clouds.
10 Years Ago
PBR'ed the plain rocks.
10 Years Ago
Colour grading for TODs and biomes.
10 Years Ago
More LUTs
10 Years Ago
Backup committing a few lookup tables.
10 Years Ago
Made animals rigidbody-free (hyper fast but makes them not-move in the test level and ghost through foundations)
10 Years Ago
Sync with GitHub
10 Years Ago
Need to rename roadsectiontest it is now roadsection and that has been removed. Also removed the old road and testing classes. Added mesh building at end cap and intersection. Need to tidy that up a bit. UVs are stretched a bit which is shite. Got a new simple method though. Get rif of gap artefacts.
10 Years Ago
Added a way to calculate voice speaker amplitude, can be used to animate the mouth of an avatar. Animated the speaker icon to display voice amplitude. Added push to talk for voice chat. Server no longer spawns their own player, it had too many problems. It's now just a static camera.
10 Years Ago
Added a way to calculate voice speaker amplitude, can be used to animate the mouth of an avatar. Animated the speaker icon to display voice amplitude. Added push to talk for voice chat. Server no longer spawns their own player, it had too many problems. It's now just a static camera.
10 Years Ago
Cleaned up Atm Blend and replaced BlendLUT in Main Camera prefab
10 Years Ago
Added Atmospheric Blending; superset of BlendLUT doing temporal conditions across multiple latitudes/biomes Fixed AM vector rendering code
10 Years Ago
Upgraded project to unity5b2
10 Years Ago
Completed P2P voice chat, needs testing in multiplayer to make sure it works. Also added experimental shoutcast radio streaming.
10 Years Ago
Completed P2P voice chat, needs testing in multiplayer to make sure it works. Also added experimental shoutcast radio streaming.
10 Years Ago
Additional shaders for clothing
10 Years Ago
Made sure all the fbx files are not importing any materials and they're using RustPlayerAvatar; set up the various parameters for the pistol/rock/torch anims
10 Years Ago
Adding basic tshirt. LODs done, still needs weights.
10 Years Ago
Fixed WaterUpdate NRE's (probably)
10 Years Ago
Demo playback volume can now be specified.
10 Years Ago
Demo playback volume can now be specified.
10 Years Ago
Demos can now record sound playback events.
10 Years Ago
Demos can now record sound playback events.
10 Years Ago
Adding models and textures for hazmat set. Still needs weights, but LOD are done.
10 Years Ago
checking in all the fbx files now (tested that everything works so far), in case i break something later on when i change the player anim controller.
10 Years Ago
Tweaked how much demos affect screen glow so that overlayed graphics have more of an effect.
10 Years Ago
Tweaked how much demos affect screen glow so that overlayed graphics have more of an effect.
10 Years Ago
Fixed an error when packing an image with an odd number of pixels, and removed some redundant methods.
10 Years Ago
Fixed an error when packing an image with an odd number of pixels, and removed some redundant methods.
10 Years Ago
Nuked some broken rock prefabs. Added new shader for fabrics (self illum and vertex color controller animation) wipppy wip wip
10 Years Ago
Tweaking camp assets.
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Added lives and score to the Breakout clone, started highscore viewing / entry stage.