branchwiseguys/main/UIcancel

262 Commits over 61 Days - 0.18cph!

5 Years Ago
End-of-round scoreboard fits on-screen properly
5 Years Ago
Refresh inventory when it opens, fixing items not updating if inventory is not open when player enters or exits a vehicle
5 Years Ago
Another minor edit
5 Years Ago
Another minor HP GUI edit
5 Years Ago
Health bar graphics edit
5 Years Ago
HUD ammo adjust
5 Years Ago
Fix health bar issues
5 Years Ago
Merge in the latest from main
5 Years Ago
5 Years Ago
Server join UI
5 Years Ago
Server join/info screen. Also had an issue with connection "none" state vs "disconnected". Don't think "none" is needed.
5 Years Ago
Some fixups to server browser and scoreboard
5 Years Ago
Wanted stars are updated on Update() now in UIWantedLevel, so no need for this call anymore
5 Years Ago
Fixed checkpoint init ordering and missing image making their icons not work
5 Years Ago
Fix path to map building icon
5 Years Ago
Implemented InfoMessage back into the HUD
5 Years Ago
Remove debug info
5 Years Ago
Moved back to sending damage source pos as an RPC. Sending it in the main Serialize is nice and simple but would mean lots of extra network data.
5 Years Ago
Added hit indicator and hit direction indicator to the new HUD
5 Years Ago
Adjust crosshair sprite
5 Years Ago
Code cleanup
5 Years Ago
Added an interaction crosshair to the HUD as I never notice the little text on the bottom right.
5 Years Ago
Finished removing all old UI
5 Years Ago
Remove old anims
5 Years Ago
More cleanup
5 Years Ago
Sorting out old UI map
5 Years Ago
Cleaned up old UI sprites
5 Years Ago
Removed old UI fonts, and replaced them wherever they're still used.
5 Years Ago
Fix null check on MonoBehaviour via interface, which was causing errors at end-of-round.
5 Years Ago
Fixed prison looking for a CrimeManager over and over if it isn't there
5 Years Ago
Scoreboard show rank correctly
5 Years Ago
Scoreboard highlights the local user.
5 Years Ago
Minor edit
5 Years Ago
Scoreboard no longer shows latency on end-of-round screen
5 Years Ago
End-of-round screen now shows scoreboard by default. Needs some minor adjustments (like not showing latency).
5 Years Ago
Working on allowing the end-of-round UI to show the final scoreboard as its default content. Also moved some UI scripts around.
5 Years Ago
Simplified Note.cs with the TextArea attribute
5 Years Ago
Added a more animation options. Added animation to game menu and alerts.
5 Years Ago
Animating a slide and and background fade for the scoreboard. Other UI could use it too.
5 Years Ago
Remove time check
5 Years Ago
Did a bit of cleanup on the old UI stuff to remove all the missing ref warnings. Left the UI_SETUP scene for now so we can still check out and grab old UI stuff.
5 Years Ago
Colour tint now applies to the team heading words as well
5 Years Ago
Scoreboard automatic colour tints
5 Years Ago
Merge in functional scoreboard (not final appearance)
5 Years Ago
Fixes for split issues
5 Years Ago
Item splitting UI
5 Years Ago
Added basic scoreboard, just with the old graphics for now
5 Years Ago
Sort WiseGuysTools game modes into sub-menus
5 Years Ago
Merge back into UI branch.
5 Years Ago
undoing for a sec