userAdam Wcancel

7,101 Commits over 2,557 Days - 0.12cph!

2 Months Ago
Fixes
2 Months Ago
Additional logging
2 Months Ago
Merge from parent
2 Months Ago
Merge from main
2 Months Ago
Pre-thruster testing... test
2 Months Ago
Convar'd and refactored a bunch of stuff for easier tweaking and testing.
2 Months 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.
2 Months Ago
Split EvaluateCrashSpot into sub functions ready for further changes. Add profiling to each.
2 Months Ago
Move cheaper check up
2 Months Ago
Add debug logging behind a convar for satellite crash location calculations
2 Months Ago
Merge from main
2 Months Ago
Metas galore
2 Months Ago
Merge from main
2 Months 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.
2 Months Ago
CR fix
2 Months Ago
Fix rotation/offset bug now I can actually see what the thrusters are meant to be doing.
2 Months Ago
Added ConVar.Satellite.show_thruster_effects to toggle editor debug display. Some wip refactor/cleanup.
2 Months Ago
Thruster UI button tweak to allow for the extra text
2 Months 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.
2 Months Ago
Refactor/rename for more obvious separation of targeting and final calculation positions.
2 Months Ago
Merge from main
2 Months Ago
Merge from shelves_fixes
2 Months Ago
Slightly tweaked area check positions
2 Months Ago
Merge from main
2 Months Ago
Merge from main
2 Months Ago
Client compile fix.
2 Months Ago
manifest
2 Months Ago
Add free fuel servervar for easier testing. Codegen.
2 Months Ago
Merge from main
2 Months Ago
Make UI_PremiumModal partial so it doesn't break codegen.
2 Months Ago
Determine the exact crash location within the radius as soon as target is locked. Initial avoidance wip.
2 Months Ago
Merge from main
2 Months Ago
Merge from main
2 Months Ago
Codegen
2 Months Ago
Refactor to cache calculated crash position instead of recalculating it needlessly. Serialze te cached position too.
2 Months Ago
Refactor SatelliteCrash serialization to use it's own new protobuf message too.
2 Months Ago
Codegen/proto
2 Months Ago
Add SatelliteControlComputer protobuf definition. Serialize shit
2 Months Ago
Tweak placeholder remains size/pos/rot
2 Months Ago
Added crash remains prefab/entity script. Hook up to satellite prefab.
2 Months Ago
Setup spawning an impact entity on impact so I can assign one later (crashed satellite version)
2 Months 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.
2 Months Ago
Fix lock trajectory token
2 Months Ago
Delete old SatelliteOrbit prefab
2 Months Ago
Satellite kills players on impact. Added killRadius and debug draw.
2 Months Ago
Fix fuel cells draining in wrong order
2 Months Ago
Merge from main
2 Months Ago
Merge from main
2 Months Ago
Merge from rain_grace_fixes2
2 Months Ago
Add logs back for testing