userBill Bcancel
branchrust_reboot/main/MLRScancel

160 Commits over 61 Days - 0.11cph!

3 Years Ago
Static SAM sites now target MLRS rockets
3 Years Ago
Colour change
3 Years Ago
Fixed markers getting confused when switching between dashboard and fullscreen. Make the dashboard map give up its claim when the fullscreen UI opens
3 Years Ago
Faster H rotation
3 Years Ago
Fixed dashboard map rocket markers losing reference if the player switched to the fullscreen map and back
3 Years Ago
Cleanup, compile fixes
3 Years Ago
MLRS ignore hitting itself when calculating projectile paths
3 Years Ago
Fix rocket markers showing briefly at 0,0,0
3 Years Ago
Minor fix
3 Years Ago
For dashboard map, keep the true zoom level the same, no matter what the map size is. Fixed outline thickness for different scales too.
3 Years Ago
Rocket markers WIP
3 Years Ago
Fix rocket icon resizing when it refreshes
3 Years Ago
Map marker WIP
3 Years Ago
Icon ownership fix
3 Years Ago
Show MLRS rocket icons on the map for the player that fired them
3 Years Ago
Got rid of double map show invoke
3 Years Ago
Another scaling fix
3 Years Ago
Fix use of radius instead of diameter
3 Years Ago
UP update
3 Years Ago
Map UI now reflects actual target area size
3 Years Ago
Added a simplified UI circle class
3 Years Ago
MLRS now has a hit area of specified radius for the rockets. Doesn't increase with target distance - it's calculated, not an actual aim inaccuracy
3 Years Ago
- Fire rockets with the big lever, instead of pressing M1. Make the big lever red. - Only update true aim indication on the client if it changes - A bit of other cleanup
3 Years Ago
- Fix target icons so the hit point exactly matches the clicked point - Target movement key inputs now work on fullscreen map - Esc key now works on fullscreen map
3 Years Ago
Fixed MLRS aiming incorrectly when not placed at a 0-degree Y axis angle
3 Years Ago
Merge Main -> MLRS
3 Years Ago
Explain the rangeRingBackground system with a comment
3 Years Ago
Increase max aim angle on MLRS
3 Years Ago
Red background position and scaling sorted. While the firing area mask moves with the map, the background (which has to be a child due to the UI mask system 😞) stays filling the screen and only the screen, making it seem infinite and also keeping it clipped to the dashboard screen area.
3 Years Ago
Apply some more
3 Years Ago
Apply some changes
3 Years Ago
Chequerboard texture for out-of-bounds areas
3 Years Ago
More map UI WIP
3 Years Ago
MLRS map UI to show min and max rocket range. Areas outside the available range have a red tint
3 Years Ago
MLRS calculates projectile min and max range (based on angle limits and projectile velocity)
3 Years Ago
Removed radius marker image
3 Years Ago
UIRing. Draws a custom 2D UI element based on two defined radii. UIInvertedMaskImage. A UI image variant that uses the inverse of a UI mask.
3 Years Ago
Merge Main -> MLRS
3 Years Ago
Fixed fullscreen map close button not working
3 Years Ago
Refactored map code. New class for shared code between the dashboard world-space map and the full-screen UI map
3 Years Ago
Don't count map view drags as marker placement
3 Years Ago
MLRS map UI
3 Years Ago
More map UI WIP
3 Years Ago
WIP MLRS UI map
3 Years Ago
Merge Main -> MLRS
3 Years Ago
More map work
3 Years Ago
Working on MLRS fullscreen map
3 Years Ago
Allow interaction on the MLRS mountable. Add map interaction basics.
3 Years Ago
- Translate mlrs greybox model update to the prefab - Fixed potential NREs in the new BaseMountable/BaseVehicle methods
3 Years Ago
Minor fix