135,396 Commits over 4,293 Days - 1.31cph!

5 Hours Ago
merge from main
5 Hours Ago
Don't reloading the PT boat turrets when turrets are full - they have to have fired a shot first
5 Hours Ago
Updated ghost ship map marker icons Fixed rotations not matching
6 Hours Ago
vedning_machine_vis_fix -> main
6 Hours Ago
Fix fetch cycle throwing an NRE
6 Hours Ago
Added search bar and failed/passed filtering
6 Hours Ago
adjusted lod distances on various boxes
6 Hours Ago
main -> travelling_vendor_vis_fix
6 Hours Ago
mountplayersync_ai_bypass -> main (yolo2)
Remove garbage allocations from BaseMission.id property Codegen
Today
metal box matrix setup, updated icon
Today
metal box removing temporary files
Today
removed slight finger clipping on vm paintball gun admire animation
Today
fixed crazy deploy size on paintable reactive target
Today
Compile fix
Today
added correct collision for window paintable but still cant see paint
Today
latest paintable reactive target lods with power sockets skinned to rig and exported
Today
Reinstate GetDeployAndEditPositionRotation checks. Temp disable parent boat chceck for finish editing.
Today
Fixed minor zfighting in stone component box and fixed slightly offset origin, refactored explosives component box FBX to separate out glass
Today
Applying all my recent shelved work.
Today
Merge from naval_update
Today
param changes to stone component box corpse, reran manifest
Today
merge from naval_update
Today
Prevent storage adaptor placement on boats
Today
Updated performance logging to include the new shadow quality preset ConVar
Today
stone box gibs corpse WIP
Today
export update moving camera to origin
Today
Merging main to build_cache_redirect
Today
ore box prefab adjusted
Today
ore box added corpse, split off matrix, lod adjustments, model adjustments
Today
food box prefab tweaks for socket
Today
Update ignore list to include new boxes
Today
Merge from storage_adaptor_box_collisions
Today
Merge from main
Today
DeployVolume entity group lists now respect the entityMode field Switched the storage adaptor deploy volume collision check to ignore wooden boxes (will still be affected by prevent building check) Converted entity list to a EntityGroup for easier management
Today
Icon commit pt 2
Today
Icon commit pt 1
Today
Added a placeholder charm selector to the skin selector box in the crafting screen Added support for adding arbitrary PropRenderers to the Icon Geneartor manifest (very hacky, needs some cleanup)
Today
Convert AccessoryManager into a singleton scriptable object Add a new AccessoryItem class, derives from SteamInventoryItem, basically a skin that points to a charm prefab Convert spawning processes into GameManager so we can use pooling Store a selected charm per item in PlayerPrefs, similar to how we store the selected skin per item
Today
Merge from main
Today
Merge from naval_update
Today
Minor TestRunner refacto
Today
Don't turn on all child objects of culling volumes, was only needed to work around an editor bug
Today
Merge: from useplayertasks_removegroupocludee_nre - Bugfix for NREs and errors when using -enable-new-server-occlusion-groups - Unit tests to cover parts of old logic and entirety of new logic behavior. 20 tests totaling 255 permutations. Tests: unit tests + 2p on craggy with noclip, teleportation, disconnect, killing sleepers and using OcclusionValidateGroups
Today
Added progress bar, some layout changes TestRunner can return its progress at anytime when running tests
Today
Clean: Calrify in a comment what provisions does new logic can guarantee Tests: none, trivial change
Today
Merge: from main Tests: none
Today
Merge: from useplayertasks_removegroupocludee_nre Tests: unit tests + bunch of manual tests
Today
Bugfix: OcclusionValidateGroups - fix a false positive by inverting a subscription check Was testing subscriptions from perspective of occlusion group participants, not the owner of the group (and the group tracks what the owner is subbed to) Tests: teleported away then spammed OcclusionValidateGroups - no more "stale participants" messages for a short second