136,996 Commits over 4,324 Days - 1.32cph!

2 Months Ago
Fix 357 reload shell eject, again Make Nova Prospect soldier player model use custom materials * Allows people to modify the material without affecting the NPC, just like other combine player models. * Made the eyes colorable on the first skin like other combine player models * More consistent appearance compared to other combine player models (rimlight) RichText:SetText now discards \r and \0 * This is consistent behavior with RichText:AppendText and fixes RichText:GetText not working correctly after SetText and AppendText calls in that order. Fixed entities with material overrides being in the wrong render group * Another one of those "depth pass" rendering issues with large dupes. If 2 entities have the same material as material override and one of them is transparent (via the color tool for example), this would affect a lot of unrelated entities. I think this only happened if the material was last rendered with transparency in the previous frame. Fixed freezes when removing large amount of entities in Sandbox (dupes) * Same for creation, but probably to a lesser degree
2 Months Ago
Add ConVar for `use_cached_stability` - will cause all stability to use `CachedSupportValue()` instead of using `SupportValue()` which will return a different value - fixes mismatch between what stability is set to, and the stability value read from supports - should extremely rare situations where certain bases cause infinite stability updates due to the mismatch above - may cause additional stability updates so locked behind a convar
2 Months Ago
merge from main
2 Months Ago
Fix water collision jobs in buoyancy throwing exceptions due to temp allocator use.
2 Months Ago
hotreload_serialization_fix_2 -> main
2 Months Ago
Patch out the rest of the items we dont need: android app support and expose server stuff
2 Months Ago
Compile fix
2 Months Ago
Re-apply Jarryds changes on 112808, 112812 and 112814
2 Months Ago
- Fixed serializiation layout error from Hot Reload upgrade - Changed some default settings
2 Months Ago
Subtract 139721
2 Months Ago
Compile fixes after deleting the convar
2 Months Ago
Quick craft menu shows skins again so you know what skin you are crafting
2 Months Ago
- Quick Craft menu now updates instantly when inventory changes - Improve the performance of quick craft, don't delete and respawn buttons everytime: just keep a set list and update them - Extra profiling - Remove quickcraftdelay: not needed anymore
2 Months Ago
Update: started on ShouldParentEntitiesJobs (incorrect name) - Simplified ShouldParentEntities (also incorrectly named) Converted CheckForObjUnderFeet to burst jobs, need to do IsClipping internals next (needs a bunch more on the GamePhysics side) Tests: none, not ready
2 Months Ago
Update: GamePhysics.TraceRays now supports ignore entities - Added TraceRealmRays (not unit tested, will do that tomorrow) - Added unit tests for TraceRays - TraceRays skips sorting if maxHitsPerTrace is less than 2 Tests: unit tests
2 Months Ago
- Added pose anim clips for paintball levels - Added layer and blendtree for balls to animator - Added ammo count param & tied this to the poses
2 Months Ago
naming updates
2 Months Ago
Further optimize GetBuoyancyWaterInfoBatched, let topology queries run in burst(no batch yet), batch water ignores.
2 Months Ago
animator naming update
2 Months Ago
paintball file naming and cleanup
2 Months Ago
paintball viewmodel prefab fixes, re-exported anims
2 Months Ago
merge from hbhf_sensor_tests
2 Months Ago
Some more small fixes, regenerated testlist
2 Months Ago
Updating player anim controller with v4 gestures
2 Months Ago
Updating 3p_crude gestures with correct frame ranges
2 Months Ago
Apply shelf from big Flav
2 Months Ago
exported latest 3p paintball gun anims
2 Months Ago
merge from naval_update
2 Months Ago
Updating paintball gun rig
2 Months Ago
merge from main
2 Months Ago
Code clean up
2 Months Ago
Batched Buoyancy is now functional, but still missing some code and needs more optimization: - Move buoyancy data into persistent arrays and reuse them. - Add convar for switching between batched/old buoyancy. - Add 3D positions for water info step. - Add Ocean Simulation.GetHeights span overloads for interop with native arrays. (they still need a XZ3D step, otherwise we'd use the native arrays directly - TODO later.) - Add GetBuoyancyWaterInfoBatched. (wip, missing entity fast paths for inside terrain/above water) - Shim Ocean simulation into WaterSystem.GetHeightArray_Native, it's already batched, works for now.
2 Months Ago
Add BlockPlayerBoatWood protection properties so we can change protections without affecting regular wood block grade. Assign to wood_boat_hull, wood_boat and PlayerBoat properties. No actual changes in protection properties yet.
2 Months Ago
Debug log damage scale too
2 Months Ago
creating paintball gun 3p anims
2 Months Ago
Damage test save with boats and cannons. Debug logging.
2 Months Ago
npc_vendor_accessible_fix -> main
2 Months Ago
Remove for the travelling vendor
2 Months Ago
Fixed drone accessibility not showing up for NPC vendors. Had to adjust all NPC Vending Machine prefabs and S2P the following: - Stables - Fishing Villages - Bandit - Outpost
2 Months Ago
merge from main
2 Months Ago
Fixed GetPortalLerp NRE when reconnecting in the deepsea portal
2 Months Ago
Kill deep sea if water system is null
2 Months Ago
player_head_stuck_fix_2 -> main
2 Months Ago
Second attempt at trying to fix the players head getting stuck down. Its due to the look direction coming in as negative in rare occasions and then freezing the ik - try and get away with clamping
2 Months Ago
merge from lastplayed_sorting_fix
2 Months Ago
Fix sorting by "last played" not working correctly in the server browser
2 Months Ago
merge from naval_update
2 Months Ago
Fixed gingerbread softside ceiling wallpaper always showing the default skin
2 Months Ago
merge from gingerbread_wallpaper_fix
2 Months Ago
windturbine_lod_fix -> main