userIan Hendersoncancel
reporust_rebootcancel

5,973 Commits over 974 Days - 0.26cph!

1 Year Ago
New blur to the quit modal
1 Year Ago
Pretending to be a graphics programmer: wrote a semi optimised blur shader for our UI. Old background ui blur was doing ~130 texture fetches + three draw calls New one does ~9 texture fetches + 2 draw calls. Output is pretty consistent between old and new. UI Notifications now has an icon just like the store (rather than a blank entry)
1 Year Ago
demoparent_fix -> main
1 Year Ago
Revert camera man file. Run the fixes through demo shot playback instead, turns out post bone rotation is just saved 'as is' rewlative to the target instead of bone relative.
1 Year Ago
Even dumber compile errors.
1 Year Ago
more wip
1 Year Ago
compile fixes
1 Year Ago
WIP: still some weird y rotation offsets
1 Year Ago
Fix debug camera not tracking the correct object when playing back demos
1 Year Ago
heli_crash_canyon -> main
1 Year Ago
Ensure helicopter cant crash at canyon c
1 Year Ago
main -> naval_update
1 Year Ago
naval_update -> scientist_rhib
1 Year Ago
Setup info box heros. Link info box on the dashboard to store/limited
1 Year Ago
Add patch info hero, updates itself with the latest patch from the manifest
1 Year Ago
Minor cleanup
1 Year Ago
compile fix
1 Year Ago
Session page can now understand and quit demos
1 Year Ago
Added a super basic sessions tab so you can leave a server you're currently in without using console
1 Year Ago
Use old demo ui setup for the demo system
1 Year Ago
System to hide and show navigation links dependant on in game state
1 Year Ago
New loading screen
1 Year Ago
Bunch of server compile fixes to get ready to merge
1 Year Ago
Minor animation changes and scrollbar sizes
1 Year Ago
Missing files
1 Year Ago
Finish loading screen flex mockup
1 Year Ago
WIP: Initial new loading screen setup
1 Year Ago
Slight menu transparency if in game
1 Year Ago
Menu open and close fade in/out
1 Year Ago
Stop quit modal from preventing escape from being picked up in game
1 Year Ago
Plumbed up 'isOpen' hook for the new menu
1 Year Ago
More in game to menu plumbing work
1 Year Ago
Created a new entry point to new menu called MainMenu Forward all current requests for MainMenuSystem to MainMenu to keep everything contained
1 Year Ago
Add last played, player count and last wipe information to connection modal Customisable box setup for more info Better flex setup for connection modal
1 Year Ago
Show server tags on connection screen More consistent sizing on connection screen (no matter the amount of elements) Better server connection backing
1 Year Ago
Use on toggle enabled instead (for gamemode filters)
1 Year Ago
Slighty improved server browser tab behaviour - can now toggle off gamemodes that are already toggled Better
1 Year Ago
Server browser now properly responds to gamemode toggles Setup system to inject tags into existing server browser (dependent on which buttons are on)
1 Year Ago
Missed files
1 Year Ago
Colour notifications differently if they've been seen
1 Year Ago
Attach cheater ban noticies system to our new notification system
1 Year Ago
Animate Y instead, some minor animation adjustments
1 Year Ago
Add 'empty' no notifications insert, which will turn on when no notifications are in Add support for it to be animated/changed
1 Year Ago
Keep notifications window closed by default
1 Year Ago
Add a clear all button to the notifications Created a small rounded button image
1 Year Ago
Show red dot above notifications if we have them Tween it there and away Better red colour
1 Year Ago
Reparent notifications window Fix bug that wasnt showing link icon when a link was provided to the notifications
1 Year Ago
Convar to add test notifications
1 Year Ago
Setup Notification prefab 4 Notifications each with different icons Notification pooling system Notifications can link to steam external or internal URLS Properly overlay notifications canvas over everything else
1 Year Ago
Super simple notifications window blockout