248,565 Commits over 3,928 Days - 2.64cph!

12 Days Ago
/main/indirect_instancing:
12 Days Ago
battering ram - updated ik hand targets
12 Days Ago
Bake covers for mil desert base
12 Days Ago
merge from /indirect_instancing
12 Days Ago
Check if there is an instance of the indirect instancing component because apparently it's possible that we add/remove instances when there isn't an active camera.
12 Days Ago
Release message fix test... larger max messages on recv to process many incoming messages. Try to keep max cluster size below typical MTU. Increase send buffer size.
12 Days Ago
More organising and combining. Deleted now unused menu items and removed their refs in presets.
12 Days Ago
initial ui sign.update.sculpture prefab variant
12 Days Ago
Started organising options layouts
12 Days Ago
exported edited wolf attack ledge rm animation
12 Days Ago
Merge from bag_pickup_auth
12 Days Ago
Fixed bag interactions when in auth
12 Days Ago
merge from /indirect_instancing
12 Days Ago
Indirect instancing: - Prevent NullReferenceException when attempting to remove instances without a MeshFilter component - Fixed shader compilation error in the shadow pass - Surround instancing code with `#ifdef CLIENT` for cleaner server builds
12 Days Ago
Updated workshop scene set dressing for new rocks
12 Days Ago
Put human in avatar scene Fix human female zombie face
13 Days Ago
merge from font_updater
13 Days Ago
merge from caminfo_barrel_squeeze
13 Days Ago
merge from fix_toolgun_LOD
13 Days Ago
merge from hexagontile_kill_fix
13 Days Ago
merge from fix_binocular_2024
13 Days Ago
merge from bag_pickup_auth
13 Days Ago
merge from store_gesturepack_uiscale_fix
13 Days Ago
Leaderboard backup, run #16013
13 Days Ago
More socket fixes
13 Days Ago
Added snap sockets for the triangle planters to the triangle foundation and triangle floor piece
13 Days Ago
WIP
13 Days Ago
WIP system to track food spoilage Operates via new ItemModFoodSpoiling that stores a countdown in real time for how long an item remains unspoilt Added a new getSpoilMultiplier callback to ItemContainer that can modify the rate food spoils when items are contained within it, powered fridges reduce the rate by 90%
13 Days Ago
Citizen/animgraph: tweaked wish-based locomotion layers to account for the new usage of the skid layer
13 Days Ago
Santa Jacket models/materials
13 Days Ago
Moved AllowPlayerInstigatedDismount up from BaseVehicle to BaseMountable
13 Days Ago
Hat model and textures, fur shadergraph and material
13 Days Ago
merge from primitive
13 Days Ago
Speed and handbrake tweaks on slopes
13 Days Ago
Fridge is now an IO entity, requires 5 power
13 Days Ago
Fixed some old textures taking too much ram.
13 Days Ago
Fixed a rounding issue when receiving scrap from trades with dynamic pricing applied
13 Days Ago
Horse ground alignment tweaks
13 Days Ago
Merge from scrap_exchange_dynamic_pricing
13 Days Ago
Merge from root_label_fix
13 Days Ago
Merge from ice_sculptures
13 Days Ago
Manifest
13 Days Ago
More adjustments, can now accept either a player ID or player name
13 Days Ago
Adjusted clearUGCByPlayer convar to not require the player to be online
13 Days Ago
Merge from xmas2024
13 Days Ago
Removed a WaterVisibilityTrigger from the root xmas dungeon prefab
13 Days Ago
Make Hammer use gmod.exe when generating GameConfig.txt
13 Days Ago
Fixed typo in SteamClient.cs Merge pull request #742 from height229/master Fixed typo in SteamClient.cs
13 Days Ago
Fix OnNewLaunchParameters never getting called Merge pull request #709 from Zyhlon/master Fixes #553 OnNewLaunchParameters never getting called