reporust_rebootcancel

129,853 Commits over 4,232 Days - 1.28cph!

12 Days Ago
Apply some array bounds checks to ProcessCallbacks, trying to track down a rare NRE
12 Days Ago
Fixed an exception when toggling occlusion culling in the experimental settings menu while in-game
12 Days Ago
turret_head_animations -> naval_update
12 Days Ago
- Fixed muzzle flash playing at the wrong location (still bugged on front turret?) - Add model scripts to the top most parent of each of the 50cal entities - Remove any clientside angle smoothing - bad idea (causing minor stutters) - Deleted unused head anims folder
12 Days Ago
Dont bother with the snapshot update - we dont need it. Handle it in SV_ReloadStart instead
12 Days Ago
Yaw needs to be set as well due to where our animation starts
12 Days Ago
Actually set the pitch values to prevent them trying to continue where they left off
12 Days Ago
- Save client predicted weapon rotation adjustments into the state circular buffer - Ensures this forced position update is classified as valid on the client, preventing reconcilliation Without this the turret was reconcilling at the end of a reload as the predicted rotation change wasnt saved as a valid state
12 Days Ago
Fix some causes of reconcilliation after a reload - Dont generate predicted states when reloading - Force update visual weapon rotation when reconcilling, dont just update internal values - Increase degree offset required for reoncilliation
12 Days Ago
▍▇▅▆▆ ▆▄▋▊▌▉▆▅ ▆▋▉█▊▇▌ ▍▇█▊ ▅▆ ▊▆█▆▌▅▍▌ ▇▌▆▅ ▌▋▊▊ ▋▉'▄ █▄▇█▉▌▅█ ▊▋▊▍█
12 Days Ago
▆▋▌▇▆ ▇▄▆▉ ▉▌▆▍▉█▍▊_▄▄▇▋▅▍▉_▆█▌
12 Days Ago
▋█▅ ▄▋█▊.▋▇▅▅ █▆▄▋▆▆ █▄ ▍▊▌▋▅ ▅▌▄▄. ▊▆▅▉▍▉▌▇▍ ▇▅▄ ▄▍▄█ ▋▊▊▆▉▅ ▊▊▅▉▋▌▊▍ ▍▍ █▉▅▅▍▉▉ ▋▅▇▇▌▇▄ ▍▋ ▋▇█▉ ▅▋▉█▉ ▉▇█▌▄▋▍█▅ ▉█▋▍█▅▅▍ ▄▅▌▌▇ ▅▉▍▄▇▉█ ▌▊▄ ▊▉█▆ ▅▌▅▊ ▇█▅ █▉▍▌▌▆▇▅▊ ▇▊ ▋▅▆▌▍▍▇ ▇▍ ▇▍█▅ ▇▍▍▄▅▍▉ █▇▅▋▄
12 Days Ago
atlas B - textures and material
12 Days Ago
naval_update -> turret_head_animations
12 Days Ago
SoundDefinition can specify if a sound should stop when its parent is destroying instead of always finishing rpg7 viewmodel anim sounds stop on parent destroy
12 Days Ago
merge from boat_building
12 Days Ago
scientist_boats_ai_improvements_3 -> naval_update
12 Days Ago
Some more tuning: - Reduce group cohesion a little (they were a bit too stuck into groups) - Can jump to a new macro target earlier (makes them less stubborn) - Increase how far out they need to be before they will begin pulling towards the centre - Greatly increase the applied centre force (they cant get out of moving to the centre as easily)
12 Days Ago
Reynolds wander isn't working very well for us - boats seem to bunch up on the same map edges Rewrote all of the boat wander state: - Now pick macro and micro directions - Macro is a fixed target point (within deepsea bounds or in random direction) - Micro is the same Reynolds stuff but done simpler - Combine them together for a bit of a better approach Boats now traverse around the whole of the deepsea bounds rather than sticking to an edge. Much cleaner and more reliable
12 Days Ago
▄▋▍▅ ▊▊▉▆▆▌
12 Days Ago
Gibs
12 Days Ago
matrix display preview model added with initial textures to check visibility, added to display prefab
12 Days Ago
█▍▌▉▇ ▍▆▋▌▋ ▆▄▄ ▌▇▋▅▍▋▇▄
12 Days Ago
Rust Birthday Balloons - Updated textures with few changes, higher albedo resolution on clumps, updated models shading for wind shader, raised speech bubble balloon to head height
12 Days Ago
default ttk values to 1.0
12 Days Ago
Added default values for instanced properties when using mesh instancing with particles
12 Days Ago
String meshes.
12 Days Ago
got test scene working properly
12 Days Ago
merge from ice_sculptures/sdf_sculpting
12 Days Ago
Remove displacement from hull pieces
12 Days Ago
Disable dynamic occlusion pausing until further fixes because it seems to be enabling static occlusion long before parenting is finalized, causing it to think the static position is 0,0,0
12 Days Ago
Update: LimitedTurnNavAgent sets npc's position via helper functions - ScientistNPC2 overrides it to optionally map on to the detached navmesh if it's on a ghost ship - LimitedTurnNavAgent uses navmesh positions to calculate steering to waypoint in FaceTarget mode (think it was the original intent anyway) There's a bunch more code that needs to be converted just to be safe with strong waves Tests: spawned ghost ship away from craggy, enabled AI, and ran around to different areas - scientist caught up, were able to shoot me
12 Days Ago
Texture size opt.
12 Days Ago
exported latest viewmodel flashlight refresh anims
12 Days Ago
Mummymask repose
12 Days Ago
Update: GhostShip spawns navmesh instead of NavMeshSurface - Disabled NavMeshSurface on GhostSHip prefab (will need to do it for the rest later) This stops NavMeshSurface constrantly running add-remove navmesh every server frame. Need to figure out how to tie it to NPCs Tests: visualzied navmesh in editor via gizmos, checked profiler to not see any more NavMeshSurface::UpdateActive calls
12 Days Ago
Added missing volume changes to stair prefab. Removed the old volume check implementation now it's not used anywhere.
12 Days Ago
merge from deep_sea
12 Days Ago
Disable deep sea in the AutomatedTests scene
12 Days Ago
Restored copypaste snap to zero height option (was lost in the merge)
12 Days Ago
Fixed more copypaste merge issues
12 Days Ago
Holster updates for bows and boomerang
12 Days Ago
Child RendererBatch disabling now handles entities with multiple RendererBatch correctly
12 Days Ago
tshirt repose
12 Days Ago
merge from boat_building
12 Days Ago
merge from new_bbs_volume_checks
12 Days Ago
12 Days Ago
Remove debug drawing
12 Days Ago
Setup bbs required volumes for all relevant boat pieces
12 Days Ago
Bow animation updates to fix bugs