131,373 Commits over 4,232 Days - 1.29cph!

4 Days Ago
Store: - RPC inbound/outbound - SyncVar inbound/outbound - PackedSyncVar inbound/outbound - Effect inbound/outbound Missed some metrics here and there, but critically I've managed to grab the id its going to for each one
4 Days Ago
Fix drawpuzzleresets not working with AIZ monuments (thanks Aron)
4 Days Ago
Fallback to using the radiation reset zone as the bounds check for AIZ monuments if it's a rad monument Fixes arctic not resetting as it's reset bounds is way bigger than the monument and the resulting rad volume
4 Days Ago
Setup data structures to store more detailed packet information, this will be stored and handled locally rather than being sent off for analytics. Data will be stored in a big ass circular buffer that we can then sort through to do the analytics. These include: - Basic data we stored before (byte size, type, etc) - Associated entity with the packet - Optional full packet data - Timestamp
4 Days Ago
Merge from main
4 Days Ago
Started adding descriptions to all the existing tests, + some cleanup
5 Days Ago
CargoShip.UpdateMovement NRE fix
5 Days Ago
More NRE fixes - lods were swapping before seat ref was established
5 Days Ago
5 Days Ago
- Setup system to enable/disable leg animator on LOD - Setup on PT Boat Rear turrets so that the expensive leg animators will only be enabled when up close
5 Days Ago
Legs animator: - Re-eneable leg animator on pt boat walk around turrets - Allow foot gluing to work lower down under the foot position, this combats the higher waves Tested the static and regular ballista on a few terrain types. Responded fine to the changes.
5 Days Ago
Hat light improvements and optimizations.
5 Days Ago
Birthday cake candle flame always points up and reacts to movement. The game is good now.
6 Days Ago
Comments and cleanup
6 Days Ago
Fix parented static occlusion optimization not working when coming back into network range - moved setting dynamic / static occlusion after the parent is set instead of before - ensures static occlusion grabs the correct position from parent
6 Days Ago
Support custom colours for balloon particle pop FX
6 Days Ago
Paintball Gun - Viewmodel, ammo model, bake
6 Days Ago
balloon pack steam item and hooked up item definitions to unlock
6 Days Ago
Ship dock_broken01a.mdl with fixed physics * No more bits sticking out Fixed StudioMDL crashing when creating folders for the model Fixed utilityconnecter006b/d.mdl physics Fixed certain NPCS constantly lowering their weapons after each burst Mossman/Kleiner/Breen/Eli
6 Days Ago
turret_head_animations -> naval_update
6 Days Ago
Another compile fix
6 Days Ago
Fixed compile errors
6 Days Ago
removed anim events sfx from m4 shotgun idle anim
6 Days Ago
turret_head_animations -> naval_update
6 Days Ago
Stop the reload animations of a turret if you hop off
6 Days Ago
3p smg anims updated with corect spine position
6 Days Ago
Fix some issues with my one shot cancellation
6 Days Ago
Stop current player one shot if mounting or dismounting
6 Days Ago
Made front turret way smoother to look around with
6 Days Ago
3p boat steering tests - added Steering_Boat mountpose enum - added placeholder player sitting pose - added steering anim to player animator - set steering deployable to use pose, updated mount position
6 Days Ago
Rear turret eye adjustment to remove clipping
7 Days Ago
3p bolt rifle anims updated so finger does not clip through the gun
7 Days Ago
Fix NPCs being unable to shoot the Alyx Gun Fixed some unfortunate regressions with vehicles Ship light_cagelight01_off.mdl with fixed physics Ship fixed physics for windmill_blade004b.mdl
7 Days Ago
Fix NPCs being unable to shoot the Alyx Gun Fixed some unfortunate regressions with vehicles Ship light_cagelight01_off.mdl with fixed physics Ship fixed physics for windmill_blade004b.mdl
7 Days Ago
set up wind stings and general improvements on the ambience volumes and triggerers
7 Days Ago
naval_update -> turret_head_animations
7 Days Ago
Disable burst compile on InvalidateRaycastHits to fix nametag visibility bugs with terrain/water.
7 Days Ago
Added multi-line support for balloon text editing
7 Days Ago
moved some vertex processing into multi-threaded generation
7 Days Ago
fixed triangle -> vertices/indices processing, each edge holds a cache of indices (max of 4 that it can produce in any configuration) and vertices check this cache before adding their own - EdgeKey now just holds the interpolated vertex and an order-independent hash of the grid corners it is defined by - Lets us weld vertices within our own tolerance, roughly halves verts and allows smooth normals to be calculated properly (we lose hard edges a bit with this, but we can solve that procedurally later if we want)
7 Days Ago
export spas shotgun anims with correct spine position
7 Days Ago
IO line are switched to LOD dynamic when their IO ent is parented to something
7 Days Ago
More IO prefabs deployable on Large Vehicle layer
7 Days Ago
▍█▅▄▇▊▆▆ ▉▍█▍▄▊ ▍▊▆▉▉▌▇▉▇
7 Days Ago
set up birthday hat to be skinnable of candle hat
7 Days Ago
Created a bespoke anim set for m4 shotgun and applied the anims to m4 override controller
7 Days Ago
added gib material with emit disabled
7 Days Ago
Merge: from spectate_related_cmd_fixes - sleeping-/usersinrange commands now run from spectated player's position, if spectating Tests: used commands when spectating
7 Days Ago
Update: when running sleeping-/usersinrange, prefer to query from spectating target position Tests: used the commands while spectating
7 Days Ago
Updated language files Make net_error thread_local Fixed crashes to do with vehicle driver NPCs Foxed a potential issue with CNPC_Osprey Remove non existent entities from the FGD * Weapon_Brickbat, env_rotorwash, references to weapon_beerbottle, test_sidelist, npc_crabsynth, env_terrainmorph Change VPROF name for GetPathTime Make metrocops draw other types of pistols as well Fixed Combine Soldiers not walking/running with pistols/RPG Improve Metrocop behavior with the RPG * No longer tries to chase the player, go back to safe distance loop, etc. Combine Soldiers can walk/run with no weapon or melee weapons Breen acts like a combine when using weapons, instead of doing nothing Improve Hammer particle browser * No more random numbers in Used count, no more 13FPS, better layout, no more black background Revert "Do not rebuild node graph for workshop maps"