reporust_rebootcancel

134,320 Commits over 4,444 Days - 1.26cph!

5 Years Ago
MLRS UI overhaul part 1: "Missing aiming module" screen
5 Years Ago
Added VisualiseTrigger script, using it on SAM_Static
5 Years Ago
Rocket edits
5 Years Ago
Improved system for calculating MLRS projectile inaccuracy. Fixes angle calculation errors.
5 Years Ago
Fixed various bits and pieces with MLRS rockets
5 Years Ago
Used the trick that SAM rockets use, on the MLRS rockets: Put them on a Debris layer, so that they'll never detect each other as hits. I wondered why the SAM rockets did this One Weird Trick until I hit the same issue.
5 Years Ago
Merge Main -> DMb
5 Years Ago
Manifest full rebuild
5 Years Ago
Removed the temporary camper car that was used for testing last month (3module_camper_temp).
5 Years Ago
Repositioned the zero point on the MLRS rocket model
5 Years Ago
Removed the standard 1m launch offset for MLRS rockets
5 Years Ago
Bigger delay between MLRS stops. Stops the rockets from sometimes hitting other rockets as they launch.
5 Years Ago
Using the low firing angles on the MLRS always causes trouble. Stick to the high angles (>=45°)
5 Years Ago
ProjectileDistToVel now uses a more complex formula that takes the vertical distance to the target into account. Fixed negative angles calculated for targets below us.
5 Years Ago
Rear camera baseline look profile
5 Years Ago
Max range fix
5 Years Ago
5 Years Ago
Fixed the MLRS rear cam being upside-down
5 Years Ago
Slow down MLRS rotation
5 Years Ago
Edit vRotAimMin range
5 Years Ago
Cherrypicked shader mods from Bill
5 Years Ago
Adjust MLRS min/max range
5 Years Ago
Improved MLRS projectile aim calculation and aim angle selection
5 Years Ago
Merge Main -> DMb
5 Years Ago
redo
5 Years Ago
undo
5 Years Ago
Take internal items button now works for camper (only shows one camper inventory at a time, clicking the take items button switches it to the next inventory after removing the items)
5 Years Ago
Calculate the approximate prevent building radius of each monument on the client before it's children get detached Use this to determine whether to show the "Cannot build this close to x" error
5 Years Ago
Extensive cleanup of now deprecated splat channels
5 Years Ago
Mountain splat experiments Additional terrain tools
5 Years Ago
Fixed ore node sparkles occasionally appearing in the air away from the node
5 Years Ago
Reduce MLRS functions when aiming module isn't inserted
5 Years Ago
Don't allow the MLRS to cheat and calculate super low rocket velocities to target below minimum range
5 Years Ago
MLRS rocket power bar UI
5 Years Ago
Removed isLoadingSave check from EntityFuelSystem
5 Years Ago
Change hurt trigger on deployable elevator lift to a Crush Trigger to prevent damaging players standing on elevator lift (same setup as static elevator lift)
5 Years Ago
Cherrypick 65550 (don't show too close to monument error if not actually close to a monument)
5 Years Ago
Fixed remaining mesh seam issues. Fixed some shoreline effects.
5 Years Ago
Minor edits
5 Years Ago
Stop player inventory opening up for a frame in demos when a player loots another player
5 Years Ago
`fixcars` now works on MLRS; fills aiming module and rockets.
5 Years Ago
Merge CoseRangeTest -> DMb
5 Years Ago
Move GetAimToTarget, make it available on the client
5 Years Ago
MLRS now supports firing rockets are variable velocity in order to hit targets at any distance. MLRS now allows setting min and max range directly instead of basing it on rocket velocity and firing angle range alone. Refactored network data to better support the new system. Also reduced total data sent: One Vector3 now sets the MLRS' horizontal rotation, vertical rotation, and projectile speed on the client.
5 Years Ago
WIP experimentation with slower rockets for close range targets
5 Years Ago
Verify that we're in a monument prevent building volume before printing the closest monument name in the error (fall back to the old error in this case)
5 Years Ago
Reduce max MLRS angle to 60 degrees to work with the final model. This creates a large untargetable area around the MLRS - will deal with that next.
5 Years Ago
Merge Main -> DMb
5 Years Ago
Possible IconSkinPicker.OnSearchFilterChanged NRE fix
5 Years Ago
cherrypicking 65378 - Possible fix for NVG over saturation at night