reporust_rebootcancel

128,853 Commits over 4,232 Days - 1.27cph!

10 Months Ago
40% ~ increase on mini crossbow projectile velocity
10 Months Ago
- Fixed reload animations - Further polish and refinements to transitions
10 Months Ago
Exhaust fixes.
10 Months Ago
Update: Expand IServerCallback to include on-demand-save functionality - Changed relevant calls to propagate the implementation FullServerDemos will need to invoke these for relevant chunks Tests: compile only (though this is a torn submit - FullServerDemos will come in next cl)
10 Months Ago
added Swim/SwimAttack/SwimIdle/SwimSprint animations added temp crocodile fbx with all animations
10 Months Ago
New: SaveRestore can write to streams on demand - Refactored common functionality betweeen save-to-file and save-to-stream - Added thread-safe stream queue for stream requests - Added callbacks for when stream writing is complete Working on server demos having a save for each of it's chunks - this is a part of a larger submit. Tests: using a save of procgen map from staging(140k entities), tested manual full save via rcon, default automated save(every min) + frequent automated save (every second). Loaded all saves - no errors
10 Months Ago
Added some ramp colliders at the back and front of the battering ram to help with the ground clearance
10 Months Ago
Fixed SiegeWeaponVehicleAudio NREs
10 Months Ago
edited vm minicrossbow reload anims
10 Months Ago
Adjust tiger bounds
10 Months Ago
Setup look anim and spine anim
10 Months Ago
Setup tiger gait speeds
10 Months Ago
Add one-shot anims to animator
10 Months Ago
Create tiger skeleton assets (ragdoll not setup)
10 Months Ago
Incapacitate blindness tweaks
10 Months Ago
Restore incapacitate UI
10 Months Ago
Allow spawn.report command to pass true/false for detailed (to print off number of each prefab it spawns) and also pass a string filter (so you can return only ore populations)
10 Months Ago
Fix high tier loot spawning in loot containers as the server starts up - refresh all loot on the server when the era is changed
10 Months Ago
- Basic blockout for beehive
10 Months Ago
Spawn 50% of the sulfur nodes in primitive era
10 Months Ago
Add support for float weights for spawn populations Add support to give prefabs different weights based on the era of the server
10 Months Ago
update branch from prim
10 Months Ago
Fix view model spamming errors
10 Months Ago
Hook tiger model to prefab
10 Months Ago
Horse server optims, throttled auto avoidance Added convars to throttle the ground normal update too, so we can fine tune it Minor client optims
10 Months Ago
Rename and move tiger protection asset
10 Months Ago
Set up crocodile required gameplay assets
10 Months Ago
Use FastDebugDraw to draw debugging information of IndirectInstancing
10 Months Ago
Merge from /fast_debug_draw
10 Months Ago
Merge from /main
10 Months Ago
First iteration of the FastDebugDraw component, shader and material
10 Months Ago
Collect debug information about whether the color supplied by RendererBatch matches the color in the material property block
10 Months Ago
Restructure handling of debug code in IndirectInstancingCamera
10 Months Ago
Indirect Instancing: Initial support for material propery blocks (only _Color so far)
10 Months Ago
- Media Cloth
10 Months Ago
Fix shader compilation issue in Particles/Pixel Lit 6-Point shader
10 Months Ago
Submitting tiger rig fbx with fur LODs
10 Months Ago
Fix compilation error in StandardLayers.cginc
10 Months Ago
Renname ConVar.Batching.renderers → ConVar.Batching.enabled
10 Months Ago
Fix pass by reference in IndirectInstancingRenderer
10 Months Ago
Refresh RendererLOD, MeshLOD and MeshCull individually to reduce side effects
10 Months Ago
Set battering ram seat to mobile, changed dismount hold type
10 Months Ago
Merge from main
10 Months Ago
Improve and clarify Add() and Remove() handling in RendererBatch
10 Months Ago
Implement GetActiveComponent() to avoid processing disabled components when refreshing LODs
10 Months Ago
Merge from main
10 Months Ago
Merge from main
10 Months Ago
Pass instancing handle by reference to ensure it's always up to date
10 Months Ago
Rename LODCell.Timestamp → LastRefreshTimestamp
10 Months Ago
Pass instancing handle by reference to ensure it's always up-to-date