userIan Hendersoncancel
reporust_rebootcancel

5,029 Commits over 792 Days - 0.26cph!

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
Yesterday
hotreload_serialization_fix_2 -> main
Yesterday
Patch out the rest of the items we dont need: android app support and expose server stuff
Yesterday
Compile fix
Yesterday
Re-apply Jarryds changes on 112808, 112812 and 112814
Yesterday
- Fixed serializiation layout error from Hot Reload upgrade - Changed some default settings
Yesterday
Subtract 139721
Yesterday
Compile fixes after deleting the convar
Yesterday
Quick craft menu shows skins again so you know what skin you are crafting
Yesterday
- 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
2 Days Ago
npc_vendor_accessible_fix -> main
2 Days Ago
Remove for the travelling vendor
2 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
2 Days Ago
player_head_stuck_fix_2 -> main
2 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
2 Days Ago
windturbine_lod_fix -> main
2 Days Ago
Fixed Windturbine having a super low LOD range Rebalanced to let us see wind turbines further (taking advantage of now batching)
2 Days Ago
mountplayersync_ai_bypass -> main (yolo)
2 Days Ago
mountplayersync_ai_bypass -> main
2 Days Ago
hot_reload_1.13.13 -> main
2 Days Ago
Update HotReload to 1.13.13
2 Days Ago
network_profiler_improvements -> main
2 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
3 Days Ago
- Remove logs - Codegen - Cleanup
3 Days Ago
notifications_indicator_fix_2 -> main
3 Days Ago
Dont read all noticies on init
3 Days Ago
main -> notifications_indicator_fix_2
3 Days Ago
main -> mountplayersync_ai_bypass
3 Days Ago
- Added CLIENT/SERVER seperate profiling versions - Cleanup - Codegen
3 Days Ago
network_profiler_accumulate_packets -> main
3 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
4 Days Ago
Swap boat ai to run on instructions handled by a work queue rather than letting each boat handle itself
4 Days Ago
partyhat_worldmodel_fix -> main
4 Days Ago
Dropped Party Hats are no longer white. They are now the same as the colour when worn
4 Days Ago
notifications_indicator_fix_2 -> main
4 Days Ago
Formatting
4 Days Ago
Fix standard notifications not being included properly
4 Days Ago
Ensure indicator pops up in every circumstance (at least with bans)