reporust_rebootcancel

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

3 Months Ago
primitive -> Aux2
3 Months Ago
Continuing work on zigg shell (decals, modeling, vert paintig) WIP
3 Months Ago
Fix mini crossbow pushing some NREs
3 Months Ago
Merge from consume_food
3 Months Ago
Renamed food_pie_generic.viewmodel to food_pie_generic.viewmodel_placeholder to be clear
3 Months Ago
Add muzzle position to mini crossbow (spawns projectile at the right place 3p)
3 Months Ago
Merge from cookingv2
3 Months Ago
med ak - rigged worlmodel, brought mag into file - initial 3p entity setup
3 Months Ago
Generic pie entity and VM prefabs. Pie specific items (chicken as initial test)
3 Months Ago
exported tiger run to 180 anims so the pelvis follows the root motion joint consistently
3 Months Ago
Added Two New Catapult Stone Ammo Models Added A Cluster Model to use in the Catapult Basket Removed Old Catapult Stone Ammo Textures and Replaced them with a new combined textures Updated prexisiting prefabs to use new textures.
3 Months Ago
Hook up new food view model script to placeholder food vm. Link to food entity.
3 Months Ago
Some very initial food VM code /setup
3 Months Ago
Incorrect effects path fix
3 Months Ago
Use 'UseCustomEffect' instead of is valid check
3 Months Ago
Merge from /main
3 Months Ago
Added ability to inject custom impact effects - Supports client predicted effects and server effects - Supports various types of position offsets - Supports various types of normal orientation - Supports overriding returned effect path
3 Months Ago
Cerry-pick BufferMemoryBase, CommandMemoryBase and InstanceMemoryBase
3 Months Ago
Loop fix
3 Months Ago
Merge from /main
3 Months Ago
Guide mesh change
3 Months Ago
Added Consume server RPC to food entities. Inital OnInput for food held entity, trigger eat when you press reload for now. Don't belt-eat food items that have an item mod and valid entity prefab. Added BlockBeltSelect virtual check to ItemMod. Codegen.
3 Months Ago
3 Months Ago
Hammerhead impact
3 Months Ago
Test switching food items. Added second test food item.
3 Months Ago
medAssaultRifle 4k cinematic textures and materials
3 Months Ago
Final refactorings: FastDebugDraw is now InstancedDebugDraw Added ConVar to switch between old and new system. Added UnityGLInterceptor as a base to UnityGLEmulator to intercept Unity.GL calls but avoid breaking classic DDraw. Opted for nested types instead of overly long namespace names. Exhibit proper resource management in InstancedDebugDraw as well as InstancedDebugMeshGenerator.
3 Months Ago
Very initial test food vm/held ent setup
3 Months Ago
- added new flying bee model, texture and material. - updated walking bee material and textures - added walking bee VM
3 Months Ago
View model block out animations for the pie
3 Months Ago
Fixed junkyard car shredder not displaying any LODS
3 Months Ago
merge from primitive
3 Months Ago
horse ragdoll passes collision events back to be handled properly as fall damage
3 Months Ago
sar 3p straight ahead (zero spine rotation) anims
3 Months Ago
make sure we aren't setting the horse angular velocity when its rigibody is kinematic
3 Months Ago
Normal variation now scales the legs animator hip blend speed (both on client and server), this helps reducing the brutal hip rotations when riding on uneven terrain ClientUpdate now packs throttle, steering and avoidance inputs into one byte
3 Months Ago
rustplayer avatar update (added spine 4 as upper chest)
3 Months Ago
put original tiger run hit anim back in and edited unity settings for tiger fire and run atk anims
3 Months Ago
Refactor FastDebugDraw to use the new base classes, fix a bug with lingering instances and add a public API that matches with DDraw.
3 Months Ago
Pull out base classes for instancing: InstanceMemoryBase, CommandMemoryBase and BufferMemoryBase
3 Months Ago
Fix primitive tag on loading screen missing blue background
3 Months Ago
Minor text update, overlapping text still not there in editor, hoping phrases update will fix it
3 Months Ago
Fixed some inputs being remembered when the player is downed while holding a shield
3 Months Ago
Avoidance steering input are now sent to clients (so the horse moves its head when avoiding something) Small optimisations in the horse update rpc
3 Months Ago
exported tiger prowl/run fire and run to attack anims. updated tiger run hit anim
3 Months Ago
network++ save++ Staging wipe
3 Months Ago
merge from primitive
3 Months Ago
Blockout position update
3 Months Ago
merge from main
3 Months Ago
Fixed an issue with overlapping environment volumes causing overlapped areas to become darker. Now the darkest volume takes priority.