141,166 Commits over 4,352 Days - 1.35cph!

2 Months Ago
Deleting duplicate hopper mesh for paintball gun
2 Months Ago
Manually call OnParentChangingClient on client entities that have no new parent. This callback was never being called in this situation, for any entities. Remove the hardcoded immediate send for balloons on boat parenting changes as this also fixes that issue.
2 Months Ago
Merge from missionreward_stack_fix
2 Months Ago
- Remove option to check inventory space for rewards before completing missions, this is now run on very every mission - Add some guards to while loop when dispensing rewards to prevent potential infinite loops if something goes wrong - Getting the total required reward item slots for a mission also correctly checks item slots required for bonus rewards
2 Months Ago
More monument blocker blockout progress
2 Months Ago
force sleeping bots to refresh collider size when being removed from the BotColliderWorkQueue, catches edge case for using sleeptarget on spawned bot players
2 Months Ago
Merge from main
2 Months Ago
Added a method of faking better transmission for decal layers on the standard shader by manipulating the dot product of the light direction and normal
2 Months Ago
RW on blocks, work in progress on block prefabs backup
2 Months Ago
crypt building skin blocks models and gibs updated textures, materials
2 Months Ago
Fix pool leak in DamageUtils
2 Months Ago
Don't save child storage containers of a workcart if the workcart itself isn't going to save Disable deep sea in Bill B test map and move it to the Dev submenu
2 Months Ago
Respect item stacksize when giving out mission rewards Adjust required slots calculation, enable checkSpaceForRewards for the naval missions
2 Months Ago
Merge from naval_update
2 Months Ago
Cleanup
2 Months Ago
Restrict vehicle checks to PlayerHelicopter and BaseBoat just in case
2 Months Ago
Change vertex density slider to int Switch to linear sampling where density is increased
2 Months Ago
Merge from main
2 Months Ago
Merge from naval_update
2 Months Ago
Updated deep sea teleport checks to check for all vehicles, not just helicopters (still checks list of vehicles on deep sea manager) Should fix submarine smuggling
2 Months Ago
blockPlacementOnChildEntities toggle on Socket_Specific entities now runs the player boat check from SocketMod_BoatBuildingBlock This should ensure any entities that are blocked on the tugboat should be blocked on player boats
2 Months Ago
pt_boat_turret_improvements_3 -> main
2 Months Ago
Compile fix
2 Months Ago
Make front turret 4x less accurate (by AI) than the rear
2 Months Ago
Properly cancel reload animation if you get off a turret
2 Months Ago
Fix clamping issues
2 Months Ago
Merge from naval_update
2 Months Ago
Merge from naval_missions
2 Months Ago
Add some logs to help figure out why it's possible for an index to be out of bounds when accessing mission objectives
2 Months Ago
Remove turret from Invoke Handler
2 Months Ago
Merge from naval_update
2 Months Ago
Merge from main
2 Months Ago
merge from artist_pack_dlc
2 Months Ago
Set rear turret pitch clamp 30 -> 10
2 Months Ago
Ensure front turret min walk distance is set to -2
2 Months Ago
mountable_bypass_extended -> main
2 Months Ago
Merge from main
2 Months Ago
Squash compiler warnings on server profiler test
2 Months Ago
- Fix null exception that could occur from putting paintball overalls on mannequins - Fix issues with paintball damage, now should only do a tiny amount of damage to players, animals and NPC's, 0 damage to everything else. Does more damage if you're wearing overalls and shooting another player with overalls - Add separate servervars for scaling standard paintball damage and damage when overalls are on - Fix paintball colour not updating correctly in local 3rd person camera - Fixes for when entering network range of another player who is holding a paintball gun, their colour and ammo amount should now be showing correctly
2 Months Ago
Rollout position per frame bypass to cannons and tugboats
2 Months Ago
Fix edge length calculation, alignment actually fixed
2 Months Ago
Merge from naval_update
2 Months Ago
Merge from main
2 Months Ago
merge from main
2 Months Ago
Merge from space_station_skin_fixes_jan26
2 Months Ago
fixed fuel barrel spawners only spawning 1 fuel at docks fixed rowboats not spawning modified boat protection added signal computer to ruins ( always at D, 25% chance at B+C)
2 Months Ago
merge from revert_roof_stability_fix -> main
2 Months Ago
Disable the convar `support_highest_stability` to revert the roof stability fix - convert from convar -> hardcoded to ensure it stays disabled for now - fixes rare situation where stability would keep updating and ruin server performance - safer to revert to old behavior first before attempting more fixes
2 Months Ago
More progress
2 Months Ago
Fix Party Balloons breaking when deploy&editing boats