userIan Hendersoncancel
reporust_rebootcancel

5,212 Commits over 823 Days - 0.26cph!

43 Days Ago
Remove for the travelling vendor
43 Days 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
43 Days Ago
player_head_stuck_fix_2 -> main
43 Days 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
43 Days Ago
windturbine_lod_fix -> main
43 Days Ago
Fixed Windturbine having a super low LOD range Rebalanced to let us see wind turbines further (taking advantage of now batching)
43 Days Ago
mountplayersync_ai_bypass -> main (yolo)
43 Days Ago
mountplayersync_ai_bypass -> main
43 Days Ago
hot_reload_1.13.13 -> main
43 Days Ago
Update HotReload to 1.13.13
43 Days Ago
network_profiler_improvements -> main
43 Days Ago
Display in/out simple bytes in MB
44 Days Ago
network_profiler_improvements -> main
44 Days Ago
- Can merge entity packet types according to name (will show a compressed view of available tickets as a subset of entities) - Added entity search bars - Can filter via entity in detailed view
44 Days Ago
- Some dynamic sizing so the profiler plays better on smaller screen sizes - Add large overall scroll view, so we can scroll around the main view if its too small
44 Days Ago
- Remove logs - Codegen - Cleanup
44 Days Ago
notifications_indicator_fix_2 -> main
44 Days Ago
Dont read all noticies on init
44 Days Ago
main -> notifications_indicator_fix_2
44 Days Ago
main -> mountplayersync_ai_bypass
44 Days Ago
- Added CLIENT/SERVER seperate profiling versions - Cleanup - Codegen
44 Days Ago
network_profiler_accumulate_packets -> main
44 Days Ago
- Swapped detailed packet profiler from an array over to a concurrent collection - Append new packets to a prexisting list rather than worrying about indicies and a fixed array size - Snapshot size finally reflects packets captured
45 Days Ago
scientist_boat_work_queue -> main
45 Days Ago
Codegen
45 Days Ago
Hack to get around boat steering and gas pedal ref values in a work queue
45 Days Ago
Swap boat ai to run on instructions handled by a work queue rather than letting each boat handle itself
45 Days Ago
partyhat_worldmodel_fix -> main
45 Days Ago
Dropped Party Hats are no longer white. They are now the same as the colour when worn
45 Days Ago
notifications_indicator_fix_2 -> main
45 Days Ago
Formatting
45 Days Ago
Fix standard notifications not being included properly
45 Days Ago
Ensure indicator pops up in every circumstance (at least with bans)
45 Days Ago
- Simplify Notifications indiciator between saves - Add partial to GrowableHeatSource - Codegen
45 Days Ago
boat_planner_icon_fix -> main
45 Days Ago
Fix the 'boat planner' icon having green shadows
45 Days Ago
main -> notifications_indicator_fix_2
45 Days Ago
snapping_corner_nre_fix -> main
45 Days Ago
Fix deployable snapping corner hit NRE
49 Days Ago
49 Days Ago
Dont send aim dir at first - not needed
49 Days Ago
reduce_balistagun_aim_packets -> main
49 Days Ago
reduce_ballistagun_aim_packet -> main
49 Days Ago
Restore server tick (no networking overhead)
49 Days Ago
Stop every BallistaGun firing off a roughly 32~ byte packet every 0.05 seconds Every cannon in the DeepSea was doing this at once.
49 Days Ago
Logs
49 Days Ago
- Fixed bug causing dismount not to unparent properly - Ensured ShouldRepositionPerFrame() is inverted for setting parent (no parenting was actually happening), but mount update was skipped
49 Days Ago
MountedPlayerSync (for scientist boats) reduced from 1ms -> 0.01ms
49 Days Ago
- Actually skip MountedPlayerSync() - Cleanup
49 Days Ago
Bring back changes on 65343, this allows us to bypass BaseMountable.MountedPlayerSync on a per mountable basis - Expose MountSyncType options (can now parent players to mountables, or reposition per frame as normal) - can be set per mountable - Allow AI to be able to handle these settings differently (eg we can parent just AI to mountables)