userFlaviencancel
branchrust_reboot/main/menu_notificationscancel

24 Commits over 0 Days - Infinitycph!

2 Months Ago
Updated debug notif commands descriptions
2 Months Ago
Added notifications.addcustomnotification debug command
2 Months Ago
Notification entry layout fixes
2 Months Ago
merge from main
3 Months Ago
Compile fix
3 Months Ago
Code cleanup
3 Months Ago
Some cleanup
3 Months Ago
Implemented the new client version notification: if a new release or staging client is released, the player gets a local notification telling them to update their game Latest changeset numbers are in the manifest, so its refreshed after every manifest update
3 Months Ago
Moved notification convars to a partial class
3 Months Ago
Tweaked notif window anims
3 Months Ago
Removed the URL parsing in Message, we now have a URL field
3 Months Ago
Implemented new popup notif type
3 Months Ago
Fixed notifications title being ignored by the client (now used by the popup notifs)
3 Months Ago
Can open the popup back by clicking on the seen notification entry
3 Months Ago
Warning notifications show as popups when arriving in the main menu When the popup is closed, it goes in the notification window, marked as seen
3 Months Ago
Client keeps track of seen notifications locally: - a notification is seen once the notif window is open - seen notifications are styled differently - they pop back after a client restart until cleared We now send v2/readall only when clicking on the clear all button. Client also keeps track of cleared notifications locally so global notifications can be dropped by the client (the backend keeps sending until they expire)
3 Months Ago
Fixed notification ids always being 0 client-side (NoticeId -> NotificationId)
3 Months Ago
Added some new debug convars
3 Months Ago
Notification urls open in browser instead of steam overlay
3 Months Ago
merge from main
3 Months Ago
Colored player name and date on ban notifications
3 Months Ago
Text expands if the icon link is disabled Clearing anim polish
3 Months Ago
Notifications can hold more text, they auto scale to fit
3 Months Ago
Notifications: - Fixed scroll not working - Fixed clear all button text wrapping issue Prefabed everything, cleanup