userIan Hendersoncancel
reporust_rebootcancel

5,085 Commits over 792 Days - 0.27cph!

11 Days Ago
main -> scientist_boat_ai
11 Days Ago
autoturret_improvements -> main
11 Days Ago
quick_craft_improvements -> main
11 Days Ago
I left a bunch of logs again
11 Days Ago
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
11 Days Ago
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
13 Days Ago
Fix cant start coroutine because object is inactive error
13 Days Ago
quickcraft_improvements -> main
13 Days Ago
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
13 Days Ago
quick_craft_improvements -> main
13 Days Ago
Minor quick craft button cleanup
13 Days Ago
Opening Quick Craft down from 5.50ms to 3.39ms - Minor Cleanup
13 Days Ago
Taper the quick craft rebuild over a few frames with coroutines to half the workload
13 Days Ago
hotreload_serialization_fix_2 -> main
13 Days Ago
Patch out the rest of the items we dont need: android app support and expose server stuff
13 Days Ago
Compile fix
13 Days Ago
Re-apply Jarryds changes on 112808, 112812 and 112814
13 Days Ago
- Fixed serializiation layout error from Hot Reload upgrade - Changed some default settings
13 Days Ago
Subtract 139721
13 Days Ago
Compile fixes after deleting the convar
13 Days Ago
Quick craft menu shows skins again so you know what skin you are crafting
13 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
14 Days Ago
npc_vendor_accessible_fix -> main
14 Days Ago
Remove for the travelling vendor
14 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
14 Days Ago
player_head_stuck_fix_2 -> main
14 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
14 Days Ago
windturbine_lod_fix -> main
14 Days Ago
Fixed Windturbine having a super low LOD range Rebalanced to let us see wind turbines further (taking advantage of now batching)
14 Days Ago
mountplayersync_ai_bypass -> main (yolo)
14 Days Ago
mountplayersync_ai_bypass -> main
14 Days Ago
hot_reload_1.13.13 -> main
14 Days Ago
Update HotReload to 1.13.13
14 Days Ago
network_profiler_improvements -> main
14 Days Ago
Display in/out simple bytes in MB
14 Days Ago
network_profiler_improvements -> main
14 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
14 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
15 Days Ago
- Remove logs - Codegen - Cleanup
15 Days Ago
notifications_indicator_fix_2 -> main
15 Days Ago
Dont read all noticies on init
15 Days Ago
main -> notifications_indicator_fix_2
15 Days Ago
main -> mountplayersync_ai_bypass
15 Days Ago
- Added CLIENT/SERVER seperate profiling versions - Cleanup - Codegen
15 Days Ago
network_profiler_accumulate_packets -> main
15 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
15 Days Ago
scientist_boat_work_queue -> main
15 Days Ago
Codegen
15 Days Ago
Hack to get around boat steering and gas pedal ref values in a work queue
15 Days Ago
Swap boat ai to run on instructions handled by a work queue rather than letting each boat handle itself