113,796 Commits over 3,959 Days - 1.20cph!
Fixed commits being missing after merging
merge from full_server_demos
Fixed ElevatorStatic not checking if entities have been destroyed before adding them to floorPositions
Don't record raknet packets used to establish a connection
▍▇▅▉█▋▆▋ ▇▊▉▍▋▊▋▅ ▍▊██▅▅▍█ █▉▆▄▄▅ █▌ ▉▍▇ ▌▅▆█▌▍▌▊
Particle Layer now dynamic on all shaders that use it; now toggable via material property block
▌▅▇▊▊ ▆█▋▌▅▉▌▍ ▊▍▊▆▅▇ ▍▊ ▅▆▄▄ ▍▌▉▍▍▍▌▍▌▍▊ ▌▉ ▋▉▌▋▇█▉▊▆▆▊▌▊
▆▅▌▉▊▍▆ ▉▊█▌▋▍▅▋▌▄▊ ▇▌▋█ ▌▄▍▌▌██▋ ▉▍▄▇▊▊ ▅▇ ▆▋▉ ▍▅▅▄▍█ ▆▌▌ ▅▉▇▄▌
Fixed devLocalCoord shader missing transparent/forward passes, optimized variants and updated modding materials
Removed some useless logs
player update. edited holster position for binoculars
merge from gnb_fix_mirror_fixes
merge from qol_pickafriend_color
merge from fix_pipe_tool_reconnect
merge from microphone_powerusage_fix
new version of military flame thrower viewmodel fbx
- mesh to setup and get started with anims
- textures not final
- no world models yet
final alignment to the structure to match welds
moonpool and beams detailed greybox
Metal roof textures Update
▅▉▇▇▊ ▍▊▅▇ ▉▉█▉▄▌▉▄▇_▍▇▊▅▆▉_▍▍▆▋
merged from keycard_color_fix
merge from wounded_map_fix
merged from workshoplightfix
merge from map_entity_load_fix
Add a NavMeshObstacle for the Bradley that gets toggled with deployed status.
Added an AIInformationZone to Bradley. Added move/cover AI data points.
Toggle the AIInformationZone on/off with deployed status.
Assign the AIZ as a virtual AIZ to Scientists when spawning them.
Moved NPC position a little lower to avoid floating
Tutorial NPC now looks at player when they are in range
▌▄▍▋▆ █▆▄▌▅▊▄▆ ▋█▄▍▌ ▊▋ ▄▆▆ ▇▋▅ ▍▇▍▊▍ ▋▌▆▆▌▍▆ ▊▊▍▊ ▅▄ ▇█▄▆▆▆▄▍ ▍▊ ▉▊▌▉▄▄ ▉▍ ▄▆▅ ▍▆▄▉▊▄ ▋▆▍▋▇ ▅▅▄ ▇▄▊ ▄▋▉▍▋▆▋▉ ▍█ ▅▉▅▍▉▍▌ ▇▅ ▄▊▊▅ ▇▋▍▌▅
Allow for custom camera far clip distance as well. Reduce to 0.5m for roadsign gloves, to not show the rear glove.
Allow custom pivot points for items in the skin viewer, to override the automatic pivot on a case-by-case basis. Set custom pivot point for roadsign gloves.
Merge from tutorial_island
Set up skin scripts properly for things like roadsign gloves
WIP NPC "angry exit" controller state
Updated a few help prompts with new videos
Tweaked NPC controller with improved idle to talk anim blending. Added angry state for implementation
Added button to reset tutorial in options menu
Change default flush interval from 1 min -> 5 min
Store session start timestamp (when demo recording started) in header
Use connection Guid instead of dictionary in player lookup (to avoid players reconnecting causing issues)
- change DemoPlayerInfo.SteamId -> Guid (ulong technically)
Change path to `server-demos/{serverid}/sessions/{sessionid}/{chunkid}.sdem` (to make it easier to navigate in azure)
Fix compressedSize in demo header being incorrect (FileStream.Length > FileStream.Position)
Switch from `demo_server_id` -> `server_id` convar
- save across restarts
- set server_id on startup if not set
Remove `upload_token` convar, rely on putting SAS token in upload endpoint for now (can polish later once we figure out how we want to refresh tokens)
Fix hardcoded "test" container and use the container from the SAS url
Added loading spinner to show that a 3D skin view is loading. Added a callback for skin set failure to hide the loading circle.
Fixed rug skins not showing up
Fixed more issues with skins not loading or loading incorrectly
Updated tutorial welcome prompt with video asset + slight formatting and layout changes
Merge from main -> full_server_demos