135,627 Commits over 4,293 Days - 1.32cph!

2 Days Ago
Fixed minor zfighting in stone component box and fixed slightly offset origin, refactored explosives component box FBX to separate out glass
2 Days Ago
Applying all my recent shelved work.
2 Days Ago
Merge from naval_update
2 Days Ago
param changes to stone component box corpse, reran manifest
2 Days Ago
merge from naval_update
2 Days Ago
Prevent storage adaptor placement on boats
2 Days Ago
Updated performance logging to include the new shadow quality preset ConVar
2 Days Ago
stone box gibs corpse WIP
2 Days Ago
export update moving camera to origin
2 Days Ago
Merging main to build_cache_redirect
2 Days Ago
ore box prefab adjusted
2 Days Ago
ore box added corpse, split off matrix, lod adjustments, model adjustments
2 Days Ago
food box prefab tweaks for socket
2 Days Ago
Update ignore list to include new boxes
2 Days Ago
Merge from storage_adaptor_box_collisions
2 Days Ago
Merge from main
2 Days Ago
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
2 Days Ago
Icon commit pt 2
2 Days Ago
Icon commit pt 1
2 Days Ago
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)
3 Days Ago
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
3 Days Ago
Merge from main
3 Days Ago
Merge from naval_update
3 Days Ago
Minor TestRunner refacto
3 Days Ago
Don't turn on all child objects of culling volumes, was only needed to work around an editor bug
3 Days Ago
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
3 Days Ago
Added progress bar, some layout changes TestRunner can return its progress at anytime when running tests
3 Days Ago
Clean: Calrify in a comment what provisions does new logic can guarantee Tests: none, trivial change
3 Days Ago
Merge: from main Tests: none
3 Days Ago
Merge: from useplayertasks_removegroupocludee_nre Tests: unit tests + bunch of manual tests
3 Days Ago
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
3 Days Ago
Fixed NRE when disconnecting from a server while in the deep sea
3 Days Ago
Bugfix: OcclusionGroup - handle case when player reconnects and reclaims his sleeper - Added unit tests - Reconnect(4), KillSleeper(4), KillSleeperAndReconnect(8) and DieAndRespawn(4) Tests: unit tests + 2p on Craggy with p2 reconnecting near p1. used OcclusionValidateGroups (need a minor fix)
3 Days Ago
Update manifest
3 Days Ago
Adjusted deep sea vertical bounds to match height of mainland bounds, fixes projectiles getting shot out of the bounds triggering a packet flood kick
3 Days Ago
stopgap water sky reflection until we have the water refl probe in RRP
3 Days Ago
merge from main to fix_manifest_errors
3 Days Ago
Stop NPC_Citizen lobbing healthkits and NPCs Fix NPCs being unable to pickup constrained weapons * Specifically the first spawnflag "Start constrained", which caused a potential progression stopper on ep1_c17_02a Add Combine Shotgunner Playermodel texture with colorable eyes Update Odessa playermodel * Consistent phong usage on face material (consistent with citizens) * Fixed mouth faceposing Dynamite no longer uses timer.Simple, and clamps delay to 3600 Apply some checks for a potential crash issue * Would crash with a message instead of silently Limit Material() in menu state Fixed Lua error counts in Problems panel being covered up by Copy btn Fix killfeed showing neutral/fearful NPCs as friendly * When killed by the player specifically
3 Days Ago
Update: adapt OcclusionValidateGroups to new logic Tests: used it in various scenarios in 2p on Craggy. Spotted a bug for reconnecting players, need to add a unit test and fix
3 Days Ago
Update: OcclusionGroupTests - added LaggyTeleport test Think I'm done, going to do a bit of manual testing and merge it back Tests: unit tests
3 Days Ago
Update: restore lastPlayerVisibility support in new logic - updated tests to validate corret removal of timestamp Just have one last test to implement, and it's done Tests: ran unit tests
3 Days Ago
- Fix parented players being at odd starting rotations - Enable AI only parenting on: PTBoatDriver PTBoatPassenger Small Boat Passenger RHIB Driver
3 Days Ago
fix occasional single-pixel ocean line in canyons
3 Days Ago
paintable window fixes
3 Days Ago
merge from main
3 Days Ago
current progress for skin blocks parts and material
3 Days Ago
Test list
3 Days Ago
Can run tests using the window when out of playmode, clicking run will start playmode and run the selected tests when possible Ground work for the future dashboard implementation
3 Days Ago
Update: prep unit tests for lastPlayerVisibility validation Tests: ran unit tests