userIan Hendersoncancel

4,602 Commits over 731 Days - 0.26cph!

60 Days Ago
Setup ParrelSync Lean up the implementation - remove a bunch of unneeded stuff
2 Months Ago
label_fix_2 -> main
2 Months Ago
Compile fix
2 Months Ago
Set sleeping bag team member names to null even if they fails (so they dont retain old data) should someone start a group and leave it Dont do team member updates, instead just update any players bags who joins or leaves a team Ensure all other team members bags are updated when any player joins or leaves, so that joining or leaving player loses their bag data
2 Months Ago
Ensure for connection is valid before trying to save
2 Months Ago
Fix any extra issues with auth (should've been using CanBuild)
2 Months Ago
try/catch our save method
2 Months Ago
label_fix_2 -> main
2 Months Ago
label_fix_2 -> main
2 Months Ago
remove redudant isclient
2 Months Ago
label_fix_2 -> main
2 Months Ago
Ensure labels work for offline members as well (of course they should)
2 Months Ago
label_fix_2 -> main
2 Months Ago
Ensure team member name is valid before trying to load it
2 Months Ago
Create system to emulate if a 'MoveAllItems' call will pass or fail - ugly as hell Display a message to the user if the drone marketplace is full before attempting to do the transaction
2 Months Ago
team_bag_label_fixes -> main
2 Months Ago
Rewrite team bag labels to just use save/load rather than bothering with RPC Refresh all team bags when someone joins or leaves the team Ensure building priv and hammer are required (this was stomped somewhere)
2 Months Ago
gunshot_network_range_improvements -> main
2 Months Ago
Ensure the AK variants have the same sound range as the base ak
2 Months Ago
logs
2 Months Ago
If terrain height is greater than water height then we should assume we are dry, and then run the volume checks rather than just ignoring the case and allows false positives.
2 Months Ago
head_lookdown_debug -> main
2 Months Ago
Occassionally if a players head look angle > 140 degrees consistently for prolonged update cycles, it could lose its pitch data, only preserving the yaw
2 Months Ago
decor_lighting_dlc -> main
2 Months Ago
Deployable snapping for the table lamp
2 Months Ago
Deployable snapping for the Mannequin
2 Months Ago
Added snapping to the spotlight
2 Months Ago
Added snapping support to the two types of beanbag
2 Months Ago
Bolty, HMLMG, L96, M249 and Minigun can be heard from 600 meters away
2 Months Ago
LR and AK can be heard from 500 meters away
2 Months Ago
gunshot_network_range_improvements -> main
2 Months Ago
Restored bolt and l9 to be 700 meters
2 Months Ago
All weapons can now be heard up to 400 meters away (50~ meters higher than regular network range)
2 Months Ago
Improve performance of BaseNetworkable::GetConnectionsWithin() by using a spatial grid to reduce the amount of players we need to check - rather than iterating over every player connection
2 Months Ago
main -> gunshot_network_range_Improvements
2 Months Ago
syncvar_load_fix_2 -> main
2 Months Ago
Updating a sync var will invalidate the network cache - makes sense since new joins should be getting the new data, not the old one Boolean to decide if changing that specific syncvar should invalidate the network cache or not Serverside callback when the server syncvar changes
2 Months Ago
syncvar_loading_fix -> main
2 Months Ago
Stop syncvar autoload only running on the client
2 Months Ago
gunshot_network_range_improvements -> main
2 Months Ago
Remove logs
2 Months Ago
Bolty and l96 can be heard from up to 700~ meters away Max before was around 350
2 Months Ago
decor_lighting_dlc -> main
2 Months Ago
syncvar_load_fix -> decor_lighting_dlc
2 Months Ago
Fix some syncvars not loading in properly
2 Months Ago
Add parrelsync so i dont need to redownload the rust project to have two editors
2 Months Ago
zoomitem_nre -> main
2 Months Ago
Prevent zoomitem NRE - check if the sky is null first
2 Months Ago
main -> gunshot_network_range_improvements
2 Months Ago
Fixed a bug causing simple signal broadcast happen when it should be the more complex one More debug logging