reporust_rebootcancel

119,181 Commits over 4,018 Days - 1.24cph!

2 Months Ago
Fix an NRE inside GameObjectRef itself (when GameObjectRef lost it's reference to the gameobject but you call GetEntity() on it)
2 Months Ago
merge from primitive_gm -> primitive
2 Months Ago
Fix tech tree not allowing to unlock if there were restricted items inbetween
2 Months Ago
med ak skin WIP - model skinned & exported - initial prefabs setup
2 Months Ago
merge from primitive -> primitive_gm
2 Months Ago
Fixed T3 workbench missing the primitive version of the T2 tech tree
2 Months Ago
Merge from train_tunnel_altitude_2
2 Months Ago
Fixed issues on world sizes that, when divided by 216 and rounded down, resulted in an even number
2 Months Ago
merge from primitive
2 Months Ago
merge from primitive/gameplay
2 Months Ago
Resolved tech tree pathing issues
2 Months Ago
merge from main
2 Months Ago
Bugfix: ServerDemoPlayer - replicated polayer now follows demo's trajectory - Also added more detialed logging of position messages Decided to stop avoiding syncing player's position to outgoing messages, as there's weird teleport in the recorded demo. But at least now it works as expected. Tests: Played back the longer 2 player demo - all good. Playerd back the known short demo with violations - still present, so also good.
2 Months Ago
properly disable horse animator while ragdolling, better perf but also stops audio triggers from animator
2 Months Ago
merge from primitive -> aux2
2 Months Ago
merge from primitive_gm -> primitive
2 Months Ago
Add NRE checks to SpawnGroup (to account for some spawners having null prefabs)
2 Months Ago
Bugfix: ServerDemoPlayer - don't duplicate connected players - Also added expanded tick logging Connected player doesn't move due to tick divergence - investigating. Tests: played back a 2 player demo with 2nd player connecting half-way-through. Only one player gets created in expected position
2 Months Ago
Add primitive server browser tag Fix existing gamemode tags not appearing to work
2 Months Ago
exported tiger swipe at fire anim
2 Months Ago
S2P ferry terminal
2 Months Ago
Fix ferry terminal train tunnels always being blocked off instead of only being blocked when underground trains is disabled
2 Months Ago
▋▊▅▍▄▆▆▆▊▊▊ ▉▅▆▊▇▉ ▍▌▋▄▉ ▍▌▌ ▊▆▄▄▇▆▉ ▄▆▋█▅▅▌ ▄▇▌███▄ ▉▉█▄ ▄▄▉▆▉▅▊▇
2 Months Ago
▅▇█▋▉█: ▌▋▉▇▌▋█▋▍▋▅▆▌▇▌▇ - ▋█▋'▍ ▇▇▋▉▍▆▊ ▆▇█ ▆▉▋▉▉▉▌ - ▇▍▅▆▉ ▇▍▌▊▌ ▄▇▌▉▄▍ ▊▄█▍▍█▊▅▅▇ ▉█▊ ▉▇▋ ▇█ █▉▊▋▌▄▌▊ ▆█▊▍█▍▆ ▉▅▉▅▉ ▍▌▆ ▄▄ ▆▌█ ▆▄▉▆▍█▄ █▇▌▅▇▄▆▅▆ █▆▌▉▅: ▄█▌▊▋█ ▉▆▊▊ ▊ ▆▇█▆ ▌█▍▄▌ ▋ ▆▆▇▋█▋ ▋▄▉▌▇▆ ▆▆▉▋▊▆▄█. ▆▊▆▉▄▋ ▋▌▇▄'▆ ▌▋█▌▆ █▌ ▆▊▌ ▅▄▌▇▄ ▄▆▊, ▅▌▋ ▍▇ ▉▉▍▋ ▋▋▍▌▊▉▉██▌
2 Months Ago
Submitting scaled down ballista weapon rig
2 Months Ago
merge from primitive
2 Months Ago
manifest
2 Months Ago
merge from primitive/gameplay
2 Months Ago
techtree 2 progression gate workbench 3 (for now)
2 Months Ago
merge from primitive -> primitive_gm
2 Months Ago
Fix T2 tech tree appearing twice
2 Months Ago
added new mount art for static ballista
2 Months Ago
Fixed ram lighting enabled state not looking quite right.
2 Months Ago
reset horse spine local pos after ragdolling so it doesn't occassionaly turn into an accordion
2 Months Ago
Cherry picking 111563
2 Months Ago
horse ragdoll tweaks
2 Months Ago
Editorconfig updates (end_of_line = lf, insert_final_newline = true, resharper_csharp_wrap_lines = false)
2 Months Ago
Fix oversight in aim time calculation
2 Months Ago
Fix tiger thinking someone is always aiming at him
2 Months Ago
- Code cleanup - Can pickup hive if theres no honeycomb left inside (you lose the bees inside on pickup)
2 Months Ago
Merge from multi_auth_radius
2 Months Ago
Add authradius_radius and deauthradius_radius. Eg "authradius_radius 5 5" to auth everyone within 5 units (of the command issuer) on all entities within 5 units of the command issuer.
2 Months Ago
- Added honeycomb - Beehive now stores items (honeyomb) - Beehives generate more honeycomb the more bees are inside - Bee's wont generate unless theres some initial honeycomb inside the hive
2 Months Ago
Fix baseEntity.query returning client entities in editor
2 Months Ago
Added depth checks when writing to the Additional Flags buffer in the GBuffer pass
2 Months Ago
Update: ServerDemoPlayer - automatically validate the demo offsets if debug.json is available Tests: Recorded a single player session on craggy - no reported errors.
2 Months Ago
adobe wall and gate bug fixes. frontier wall and gate gibs and lods.
2 Months Ago
Restrict shotgun ammo types Restrict SAM ammo T2 Techtree progression
2 Months Ago
further ragdoll tweaks - larger colliders - more aggressive ragdolling end thresholds - don't apply as much velocity when starting ragdoll from the initial pose
2 Months Ago
Update: FullServerDemos - add basic debug json packet logging I confirmed that my packet reconstruction goes wrong at some point, so now need this to help track down what logic is borked. Tests: recorded a short demo on craggy - got a valid debug json