userBill Bcancel

13,234 Commits over 2,830 Days - 0.19cph!

3 Years Ago
No-aim areas in the MLRS UI (safe zones etc) now all have their diagonal filler lines at the same scale
3 Years Ago
Fallback fonts for the MLRS font. Handle all languages
3 Years Ago
Extended character set for MLRS UI
3 Years Ago
Fix MLRS rocket backfire FX flashing on when entering LOD range
3 Years Ago
Take fuse time into account when showing rocket max distance (for instance HV rockets could fly 3,200m with an unlimited fuse, but actually explode after a maximum of 400m (10-second fuse))
3 Years Ago
Don't show max distance for MLRS rockets or torpedoes
3 Years Ago
Move max range calculation to ServerProjectile. A couple of changes
3 Years Ago
ExplosiveInformationPanel now calculates the true Max Distance to show the user, instead of a semi-fabricated one
3 Years Ago
Update TryFireProjectile comment now that I've tracked down the cause
3 Years Ago
▋▋▄ ▌▍▆_▍▇▅▅▆▅.▊▊▅▇▇▋▋▅▍▇▊ ▄█ ▆▋▇_▅▍▅▌_█▊▇▉▄▍▇
3 Years Ago
Attach dashboardStorageInstance to dashboardStoragePoint, not rocketStoragePoint
3 Years Ago
Revert IPreventSticking interface for sticking stuff to the MLRS (satchel charges etc). Will see if we can do this with the existing bones system.
3 Years Ago
MLRS UI radius fix. Raycast spacing edit.
3 Years Ago
Increase raycast count on the downward arc of the MLRS hit calculation. Makes for more accurate alignment between the player-placed target hit point and the actual hit point.
3 Years Ago
Merge Main -> MLRSUpdates
3 Years Ago
Fixed MLRS realigning bool not handling negative values on the server
3 Years Ago
Increase MLRS map base zoom from 0.33 (repeating of course) to 0.45
3 Years Ago
Shrink the MLRS UI visual target by half the rocket damage radius to give a good indication of actual damage area (in reality it shrinks by the whole rocket damage radius, but the rockets themselves damage in a radius which can reach outside that area)
3 Years Ago
MLRS rockets cluster less towards the centre of the potential hit area
3 Years Ago
Increase MLRS target area radius from 25m to 35m. Given rocket explosion radius of 15, this give an actual possible-hit-point increase from 10m to 20m.
3 Years Ago
Give the card table pot storage a working loot panel reference as well, though it shouldn't matter as this storage is never accessed by players.
3 Years Ago
Fixed ridable horse corpses not being lootable.
3 Years Ago
Merge generic_large -> Main. "Re-add generic_large loot panel with 42 slots (for modders)"
3 Years Ago
Re-add generic_large loot panel with 42 slots (for modders)
3 Years Ago
Fix BaseMountable PlayerIsMounted checking _mounted instead of player.GetMounted()
3 Years Ago
Fix for modded servers that have modified the maximum stack size, where players then load >12 rockets into an MLRS, and the MLRS tries to shoot rockets that it doesn't have tubes for, causing IndexOutOfRangeException in FireNextRocket.
3 Years Ago
█▉▌ ▌▌▉▄▋▉▆▊▄▅▄▉██▇▌ ▅▇▌▆█▆▇▋ ▄▉▋ ▄█▉█▌▇▇█▅▋▄█ ▉▄▅▄▇▊▅▆ ▍█ ▊▅▇ ▉▆▇▉▉▌ ▍▆▋▅▅▉▋ ▆▆ ▅▍ ▆▅▄ ▍▇▆▆▆▄. ▅▍▇▌▉ ▌█ ▅▆▄ ▍▌▊▍▅▆ ▋▌▍ ▉▉▇▍▄▍ ▆▉▅▇ ▆▄▅▇▉▊-▍▍▍▊ ▇▅▉▍▅▅▅.
3 Years Ago
Fix PatrolHelicopter removing its VehicleWorld collider on the server instead of on the client. Fixes it not taking any damage from server-side rockets.
3 Years Ago
Set aiming module slot max stack size to 1
3 Years Ago
Fix bugs with MLRS rocket inventory: - Fix ammo stack item occasionally being used with amount == 0 (would end up leaving one rocket unfired) - CanFire now also checks IsBroken
3 Years Ago
MLRS: Don't allow fixcars while rockets are firing
3 Years Ago
Merge RetroSnowmobile -> snowmobile
3 Years Ago
Merge Main -> snowmobile
3 Years Ago
Fix 'fixcars' command loading one stack of 12 rockets, allowing for MLRS overloading.
3 Years Ago
Merge incendiary rocket fix -> Main
3 Years Ago
Fixed incendiary rockets exploding in the wrong position or wrong angle
3 Years Ago
Merge DMb -> Main. MLRS is feature complete, all known bugs fixed at this point.
3 Years Ago
- Fixed MLRS visual loaded rocket slots not matching the actual fired rocket slots. - Fixed MLRS firing an extra rocket in certain situations.
3 Years Ago
IsBroken check on the other tooltips
3 Years Ago
Shorten the tooltip text a bit
3 Years Ago
Add two more MLRS tooltips, one for no rockets, and another for broken down state
3 Years Ago
Show a GameTip about the aiming module on mount (if there isn't one inserted)
3 Years Ago
Tell the MLRS not to move while firing rockets, and not to fire rockets while moving
3 Years Ago
Only update MLRS TrueHitPos if it's moved
3 Years Ago
Merge DMb -> Main
3 Years Ago
SAM rocket minor edits
3 Years Ago
Prevent attaching satchel charges etc to the moving parts of the MLRS (they didn't move with it)
3 Years Ago
Close the MLRS UI if the player dismounts (I'd rather prevent dismount from working while the dialog is open, but it's exceptionally difficult with the way things are set up in this particular scenario)
3 Years Ago
Fixed MLRS WASD inputs still registering if held down during dismount
3 Years Ago
Hooked up the new top and bottom screen shutdown effects