userIan Hendersoncancel
reporust_rebootcancel

5,036 Commits over 792 Days - 0.26cph!

Decreasse Scientist RHIB AI HP by 40%
main -> scientist_boat_ai
autoturret_improvements -> main
quick_craft_improvements -> main
I left a bunch of logs again
Fixed turrets not following proper aim direction if it doest have a target (on the server code), so its ready to auto snap when we swap back to the server auth side - Compile fix
Dirty aim direction angle changed from 0.03 (it basically never ran) to 1 - Instantly reduced turret snapshots when aiming to a target - Lerped on the client anyway so it doesnt make too much of a difference apart from reducing packets
Yesterday
Fix cant start coroutine because object is inactive error
Yesterday
quickcraft_improvements -> main
Yesterday
Make the Autoturret idle animation run only on the client. This prevents turrets constantly sending network aim direction update packets constantly even when they have no target or are around no players Saves roughly 20KB/s for our big turret base save
Yesterday
quick_craft_improvements -> main
Yesterday
Minor quick craft button cleanup
Yesterday
Opening Quick Craft down from 5.50ms to 3.39ms - Minor Cleanup
Yesterday
Taper the quick craft rebuild over a few frames with coroutines to half the workload
2 Days Ago
hotreload_serialization_fix_2 -> main
2 Days Ago
Patch out the rest of the items we dont need: android app support and expose server stuff
2 Days Ago
Compile fix
2 Days Ago
Re-apply Jarryds changes on 112808, 112812 and 112814
2 Days Ago
- Fixed serializiation layout error from Hot Reload upgrade - Changed some default settings
2 Days Ago
Subtract 139721
2 Days Ago
Compile fixes after deleting the convar
2 Days Ago
Quick craft menu shows skins again so you know what skin you are crafting
2 Days Ago
- Quick Craft menu now updates instantly when inventory changes - Improve the performance of quick craft, don't delete and respawn buttons everytime: just keep a set list and update them - Extra profiling - Remove quickcraftdelay: not needed anymore
3 Days Ago
npc_vendor_accessible_fix -> main
3 Days Ago
Remove for the travelling vendor
3 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
3 Days Ago
player_head_stuck_fix_2 -> main
3 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
3 Days Ago
windturbine_lod_fix -> main
3 Days Ago
Fixed Windturbine having a super low LOD range Rebalanced to let us see wind turbines further (taking advantage of now batching)
3 Days Ago
mountplayersync_ai_bypass -> main (yolo)
3 Days Ago
mountplayersync_ai_bypass -> main
3 Days Ago
hot_reload_1.13.13 -> main
3 Days Ago
Update HotReload to 1.13.13
3 Days Ago
network_profiler_improvements -> main
3 Days Ago
Display in/out simple bytes in MB
3 Days Ago
network_profiler_improvements -> main
3 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
3 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
4 Days Ago
- Remove logs - Codegen - Cleanup
4 Days Ago
notifications_indicator_fix_2 -> main
4 Days Ago
Dont read all noticies on init
4 Days Ago
main -> notifications_indicator_fix_2
4 Days Ago
main -> mountplayersync_ai_bypass
4 Days Ago
- Added CLIENT/SERVER seperate profiling versions - Cleanup - Codegen
4 Days Ago
network_profiler_accumulate_packets -> main
4 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
4 Days Ago
scientist_boat_work_queue -> main
4 Days Ago
Codegen
4 Days Ago
Hack to get around boat steering and gas pedal ref values in a work queue