reporust_rebootcancel

135,564 Commits over 4,474 Days - 1.26cph!

9 Months Ago
added hazmat worldmodel, set up prefab and linked to item.
9 Months Ago
set up viewmodel prefab with updated model, re-populated animator and updated anim names
9 Months Ago
Client Prediction V2: Calculate a common time frame reference to send as a time key Hold a list of 20 previous predicted states on the client On receving a new server state: check your list Reconcille if needed
9 Months Ago
More debugging ConVars
9 Months Ago
put the ocean back into the cargo test scene (ocean topology)
9 Months Ago
merge from anisotropic_fallback
9 Months Ago
RPG7 - Fixed ammo position in world model prefab
9 Months Ago
Update: UsePlayerTasks - ensure SendEntitySnapshotsWithChildren_AsyncState have equally sized batches Previously we counter players for batch limit (skipping it's hierarchy), but that could lead to lopsided unequal tasks Tests: couldn't test this one, but it's similar code to other places so should be gud
9 Months Ago
merge from naval_update/deep_sea
9 Months Ago
Dont call kill on dead or destroyed players
9 Months Ago
Better logs from deep sea commands
9 Months Ago
Added component to show loaded ammo in dropped RPG
9 Months Ago
Swap over TIme.time to Epoch.Current so we can have consistent time values on the client + server
9 Months Ago
Fixed client portal weather lerping
9 Months Ago
Make sure to network the deep sea Open flag to clients
9 Months Ago
Optim: UseOcclusionV2 - ServerOcclusion caches unoccluded connections - removed couple redundant if checks This allows us to completelly skip faster-but-still-slow ShouldNetworkTo that have internal hash lookups in SendNetworkPositions - hoping it'll speed it up 50% Tests: ran in and out of occlusion on Craggy. disconnected to validate sleeper, then killed sleeper and reconnected - all works
9 Months Ago
Fixed the deep sea portal bounds not being initialized when spawned, causing them to never teleport players ffs
9 Months Ago
Added a shader for rendering the movement of paintball pellets inside a hopper
9 Months Ago
Raised height of weapons vendor due to legs clipping (supplies barge)
9 Months Ago
merge from fc_shorevector_fixes
9 Months Ago
painted ocean topology onto shared FC terrain and rebaked shore vectors
9 Months Ago
handling null/empty heightslope and waterheight data in baked data properly (was trying to blit empty arrays)
9 Months Ago
Fix anchor visual state on entering network range or loading in.
9 Months Ago
merge from naval_update
9 Months Ago
Added tropical4 to the deep sea islands
9 Months Ago
merge from naval_update/island_scenes
9 Months Ago
Fix anchor not anchoring
9 Months Ago
Small boat crane (LODs and COL pending)
9 Months Ago
Added tropical3 to the deep sea islands
9 Months Ago
Fixed anchor culling when lowered.
9 Months Ago
merge from naval_update
9 Months Ago
rebaked FC 1/2/3 so the data isn't infinity
9 Months Ago
merge from naval_update
9 Months Ago
Reverted landmark info component added to floating city, we won't use that for the map markers S2P floating city 1 2 3
9 Months Ago
Dont compare raw positions for state dirty
9 Months Ago
support minimum enforced shore distance on baked data to handle FC better
9 Months Ago
Fix rear turret being on the wrong camera mode
9 Months Ago
ClientIOLine slackLevels and originalPositions actually need to be serialised, moved them out of #if CLIENT
9 Months Ago
merge from naval_update
9 Months Ago
- Clean up texture streaming jobs - Fix wrong camera position in Streaming_FallbackSquaredDistanceJob - Add various debugging ConVars - Add "Indirect Instancing" UI Indicator
9 Months Ago
merge from naval_update
9 Months Ago
Fixed CLIENT SERVER serialized fields mismatch in - DeepSeaManager - SteeringWheel - ClientIOLine (was causing all monument prefabs to reimport) - PaintingFavouriteColorButton - PaintingFavouriteColours - RendererBatch
9 Months Ago
Force front turret to go into a neutral position when reloading (ugly right now)
9 Months Ago
Merge: from analytics_save - Adds a "save" event tracking when server creates a save Tests: triggered save in editor with logging
9 Months Ago
Update: add analytics save event Tests: ran an explicit save in editor
9 Months Ago
Chainsword engine now always starts, matches base chainsaw
9 Months Ago
New medical syringe anim set - first pass
9 Months Ago
Roll back recent inEyesView changes, not reliable enough
9 Months Ago
merge from oceansimulation_split - running two ocean simulations, all usage switches between based on position (like all other deepsea code) and batched queries gather indirect indices
9 Months Ago