userIan Hendersoncancel
reporust_rebootcancel

4,890 Commits over 762 Days - 0.27cph!

57 Days Ago
Swap all of the raycasting to run on jobs via RaycastCommands
57 Days Ago
Drop context resolution 12 -> 8 Still gives us plenty of data but saves 4 rays
57 Days Ago
Swap AIDriverUpdateAction InvokeRepeating to InvokeRandomized so we dont flood the thread Run every 100ms rather than every frame
57 Days Ago
naval_update/gun_turret -> naval_update
57 Days Ago
Manifest Codegen
57 Days Ago
naval_update -> gun_turret
57 Days Ago
Apply changes to default prefab
57 Days Ago
Make turret entity invinsible Position changes
57 Days Ago
Rename internall turret seat Move aim position Manifest
57 Days Ago
Interpolate server states with IGenericLerpTarget, thanks Bill!
57 Days Ago
Swap yaw/pitch sync vars over to a single ServersideMountedWeaponSnapshot syncvar
57 Days Ago
Fix more rotation issues, offset the parent correctly
57 Days Ago
Point guns in the correct direction
57 Days Ago
Spawn 2 50cal guns for the dual version and point both slightly inwards to rotate towards the same forward Ensure you cant loot the front turret ammo (this will be used by NPCs for reloads)
58 Days Ago
New 50 cal bounds
58 Days Ago
Disable 50 cal colliders for now Was intersecting with the PT Boat
58 Days Ago
Fix bone name collisions with my crappy year old tool
58 Days Ago
Further pivot point and spawn point refinements
58 Days Ago
Make an actual item for the 50cal turret rather than using an m249
58 Days Ago
naval_update -> naval_update/gun_turret
2 Months Ago
extend_menu_loadingscreen -> main
2 Months Ago
logs
2 Months Ago
extend_menu_loadingscreen -> main
2 Months Ago
Add 'finalising' step to the main menu loading screen (only the very first one), this masks any final extra processing steps that are required and helps shield the user from a bad stutter We were showing the menu slightly too early before processing was fully complete
2 Months Ago
prioritise_premium_community_2 -> main
2 Months Ago
Only show prioritise premium if the browser can even support it Ensure it only works for the official category
2 Months Ago
twitch_modal_dash_support -> main
2 Months Ago
Support loading twitch drop campaign image from the dash Load when first starting up the menu
2 Months Ago
server_browser_budgeting -> main
2 Months Ago
Use a stopwatch to check how long we are taking on the current ServerCacheQuery batch, if over 2ms then yield for the next frame, or continuously allow processing up to 50 elements per time This (in reality) results in a constant overhead of 4ms until the results are processed rather than a single lag spike. I think its better and can be tuned a bit more in future by just upping the budget By the time you've click the server browser a few seconds have passed and most of the queue is empty anyway
2 Months Ago
Drop match ServerInfo creation batch size from 500 to 50, and use Task.Yield() rather than delay
2 Months Ago
Do the mode parsing inside the ServerInfo single loop itself. This saves us around 15% of total ms cost per server info constructor creation Ends up saving around 14ms~ when creating a batch of 500 ServerInfos
2 Months Ago
Fix all of the weird rotation issues
2 Months Ago
Swap to quaternions - getting gimbal lock already
2 Months Ago
Stop the turret from flipping the equipped weapon
2 Months Ago
Using Syncvars - raw move the turret to be pointing the intended directin of the user
2 Months Ago
Fix the seat mount spawning us at weird angles (removed eye override)
2 Months Ago
- New turret setup - Can now mount turret - Server inputs passed as normal through the seat to the mounted weapon - Can setup the mounted weapon with any in game BaseProjectile weapon (m249 for now) - Backend like the attack helicopter gunner, echo out server movements to the client - String pool gen - Manifest
2 Months Ago
MountedWeaponSeat is now a generic style of seat that can be used with any attached turret Create ServersideMountedWeapon, borrowing a lot of code from the attack helicopter turret Setup interfaces to facilitate the generic seat Add Check.IsValidWeapon to check if an Item is a valid weapon
2 Months Ago
Mounted weapon seat and mounted weapon owner system
2 Months Ago
pt_boat_gun_setup -> naval_update
2 Months Ago
Turret placement setup
2 Months Ago
scientist_boat_ai -> naval_update
2 Months Ago
Compile fixes
2 Months Ago
Codegen after merging naval update
2 Months Ago
naval_update -> scientist_boat_ai
2 Months Ago
Fix compile error with our new changes
2 Months Ago
Remove a dumb 200 byte allocation on our blur step
2 Months Ago
Codegen
2 Months Ago
Integrate RHIBs into the deepsea Spawn them in cool triangle formations (auto generate groups) Wiping the deep sea will wipe rhib group info