userAdam Wcancel
reporust_rebootcancel

6,700 Commits over 2,496 Days - 0.11cph!

14 Days Ago
Additional logging
14 Days Ago
Merge from parent
14 Days Ago
Merge from main
14 Days Ago
Pre-thruster testing... test
14 Days Ago
Convar'd and refactored a bunch of stuff for easier tweaking and testing.
15 Days Ago
Don't recent the targeting area on the final impact location when position is calculated, keep it at the last target location. Instead, show a map debug icon at the exact final location for testing.
15 Days Ago
Split EvaluateCrashSpot into sub functions ready for further changes. Add profiling to each.
15 Days Ago
Move cheaper check up
15 Days Ago
Add debug logging behind a convar for satellite crash location calculations
15 Days Ago
Merge from main
15 Days Ago
Metas galore
15 Days Ago
Merge from main
15 Days Ago
Fixed issue allow random position to fall outside of the targeting radius. Reworked to also be more random and less weighted around center of targeting radius.
15 Days Ago
CR fix
15 Days Ago
Fix rotation/offset bug now I can actually see what the thrusters are meant to be doing.
15 Days Ago
Added ConVar.Satellite.show_thruster_effects to toggle editor debug display. Some wip refactor/cleanup.
16 Days Ago
Thruster UI button tweak to allow for the extra text
16 Days Ago
Show the thruster effect type in thruster UI when client+server for easier testing. Don't seen anything at all except thruster labels to the client for consistency + security.
16 Days Ago
Refactor/rename for more obvious separation of targeting and final calculation positions.
16 Days Ago
Merge from main
16 Days Ago
Merge from shelves_fixes
16 Days Ago
Slightly tweaked area check positions
16 Days Ago
Merge from main
16 Days Ago
Merge from main
16 Days Ago
Client compile fix.
17 Days Ago
manifest
17 Days Ago
Add free fuel servervar for easier testing. Codegen.
17 Days Ago
Merge from main
17 Days Ago
Make UI_PremiumModal partial so it doesn't break codegen.
17 Days Ago
Determine the exact crash location within the radius as soon as target is locked. Initial avoidance wip.
17 Days Ago
Merge from main
20 Days Ago
Merge from main
20 Days Ago
Codegen
20 Days Ago
Refactor to cache calculated crash position instead of recalculating it needlessly. Serialze te cached position too.
21 Days Ago
Refactor SatelliteCrash serialization to use it's own new protobuf message too.
21 Days Ago
Codegen/proto
21 Days Ago
Add SatelliteControlComputer protobuf definition. Serialize shit
21 Days Ago
Tweak placeholder remains size/pos/rot
21 Days Ago
Added crash remains prefab/entity script. Hook up to satellite prefab.
21 Days Ago
Setup spawning an impact entity on impact so I can assign one later (crashed satellite version)
21 Days Ago
Shrink/expand thruster actions don't consume fuel if already at min/max. Shrink doesn't do the movement nudge in this situation either.
21 Days Ago
Fix lock trajectory token
21 Days Ago
Delete old SatelliteOrbit prefab
21 Days Ago
Satellite kills players on impact. Added killRadius and debug draw.
21 Days Ago
Fix fuel cells draining in wrong order
21 Days Ago
Merge from main
21 Days Ago
Merge from main
22 Days Ago
Merge from rain_grace_fixes2
22 Days Ago
Add logs back for testing
22 Days Ago
Increase grace period check tick rate