userIan Hendersoncancel
reporust_rebootcancel

6,007 Commits over 974 Days - 0.26cph!

7 Months Ago
Update HotReload to 1.13.13
7 Months Ago
network_profiler_improvements -> main
7 Months Ago
Display in/out simple bytes in MB
7 Months Ago
network_profiler_improvements -> main
7 Months 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
7 Months 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
7 Months Ago
- Remove logs - Codegen - Cleanup
7 Months Ago
notifications_indicator_fix_2 -> main
7 Months Ago
Dont read all noticies on init
7 Months Ago
main -> notifications_indicator_fix_2
7 Months Ago
main -> mountplayersync_ai_bypass
7 Months Ago
- Added CLIENT/SERVER seperate profiling versions - Cleanup - Codegen
7 Months Ago
network_profiler_accumulate_packets -> main
7 Months 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
7 Months Ago
scientist_boat_work_queue -> main
7 Months Ago
Codegen
7 Months Ago
Hack to get around boat steering and gas pedal ref values in a work queue
7 Months Ago
Swap boat ai to run on instructions handled by a work queue rather than letting each boat handle itself
7 Months Ago
partyhat_worldmodel_fix -> main
7 Months Ago
Dropped Party Hats are no longer white. They are now the same as the colour when worn
7 Months Ago
notifications_indicator_fix_2 -> main
7 Months Ago
Formatting
7 Months Ago
Fix standard notifications not being included properly
7 Months Ago
Ensure indicator pops up in every circumstance (at least with bans)
7 Months Ago
- Simplify Notifications indiciator between saves - Add partial to GrowableHeatSource - Codegen
7 Months Ago
boat_planner_icon_fix -> main
7 Months Ago
Fix the 'boat planner' icon having green shadows
7 Months Ago
main -> notifications_indicator_fix_2
7 Months Ago
snapping_corner_nre_fix -> main
7 Months Ago
Fix deployable snapping corner hit NRE
7 Months Ago
7 Months Ago
Dont send aim dir at first - not needed
7 Months Ago
reduce_balistagun_aim_packets -> main
7 Months Ago
reduce_ballistagun_aim_packet -> main
7 Months Ago
Restore server tick (no networking overhead)
7 Months 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.
7 Months Ago
Logs
7 Months 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
7 Months Ago
MountedPlayerSync (for scientist boats) reduced from 1ms -> 0.01ms
7 Months Ago
- Actually skip MountedPlayerSync() - Cleanup
7 Months 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)
7 Months Ago
network_profiler -> main
7 Months Ago
Compile fix (random include statement)
7 Months Ago
network_profiler -> main
7 Months Ago
Fixed inaccurate log
7 Months Ago
- Unity editor check and compile fixes on CLIENT/SERVER
7 Months Ago
- Swapped to Newtonsoft rather than JsonUtility - actually serializing the json properly now - Expanded the name box
7 Months Ago
- Add import and export buttons to the ui. imported network data fills out the profiler as you'd expect - Add names to serialized data so save/load profiles can support naming (as the ids will be invalid when loaded) - Fix some incorrect server/client entity usages - Cleanup - Some clamping to avoid the server exploding
7 Months Ago
- Set detailed packing data as serializable so its included in the export - Dont export with pretty print (to save space) brings a 10 second sample from 7MB down to 3MB - Codegen
7 Months Ago
Network Profiler - Can now profile for x seconds via command line - Export to JSON file - Import from JSON file