userMartyn Chapmancancel

629 Commits over 273 Days - 0.10cph!

59 Days Ago
Merge from naval_missions
59 Days Ago
Merge from naval_update
59 Days Ago
Merge from main
59 Days Ago
Fix some weirdness with how missions were first getting loaded from player state on player entered game Expand log if loaded objective count data is wrong
59 Days Ago
Fix issues with clearing missions when resetting player state
59 Days Ago
Merge from naval_update
59 Days Ago
Merge from deesea_alarm_component_remove
59 Days Ago
Commit dev.sand.mat because it's always popping up
59 Days Ago
Remove sussy muzzle flash effect on deep sea alarm effect prefabs
59 Days Ago
Merge from analytics_warning_fix
59 Days Ago
Fix unreachable code causing compiler warning in AnalyticsManager
59 Days Ago
Merge from naval_update
59 Days Ago
Merge from naval_missions
59 Days Ago
Fix error when speaking to a NPC to complete a mission if that mission has no rewards General cleanup of associated code
59 Days Ago
Merge from naval_update
59 Days Ago
Merge from main
2 Months Ago
Subtract 141960 fix_npc_flanking
2 Months Ago
Merge from artist_pack_dlc
2 Months Ago
Update some damage protection properties for paintball damage type Similar to the water gun the server already sets damage to 0 if we're not hitting the right kind of entity, but made sense to update these anyway These damage protection properties also had not been configured correctly for bee stings and water
2 Months Ago
Merge from naval_update
2 Months Ago
Merge from main
2 Months Ago
Merge from naval_missions
2 Months Ago
Reduce default mission valid states work queue budget from 0.3ms to 0.1ms
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
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
Merge from naval_update
2 Months Ago
Merge from main
2 Months Ago
merge from artist_pack_dlc
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
Merge from artist_pack_dlc
2 Months Ago
Fix paintball impact effects being all fucked up
2 Months Ago
Fix server/none compile errors
2 Months Ago
- Setup paintball gun third person ammo effects - Modified paintballl gun world model ammo shader so it has a smoother transition between filled and empty - Fix overalls viewmodel arms colour being updated from other players
2 Months Ago
Fixes for getting the predicted post reload ammo count and paintball gun viewmodel
2 Months Ago
Merge from artist_pack_dlc
2 Months Ago
Merge from main
2 Months Ago
Remove some unnecessary allocations from methods in BaseProjectile
2 Months Ago
- Paintball gun viewmodel improvements - Add method in BaseProjectile for the client getting the predicted ammo count at the end of the next reload, can be used to update visual stuff without having to wait for the actual ammo count to update, ala paintball gun - Remove useless code from HeldEntityHolsterEditor that was throwing null exceptions
2 Months Ago
Merge from artist_pack_dlc
2 Months Ago
Do manifest again
2 Months Ago
Merge from main
2 Months Ago
- Paintball impact particle effects setup, unintentionally causes multi coloured water splash effects but it kind of works so fuck it - Some small work to paintgun viewmodel - Rebuild manifest, commit changes relating to this DLC pack
2 Months Ago
Merge from artist_pack_dlc
2 Months Ago
Paintball gun viewmodel change somehow missed commit
2 Months Ago
Fix null ref on paintball decals Fix paintball overalls having both mesh groups visible without a hat on