userFlaviencancel
branchrust_reboot/main/menu_notificationscancel

24 Commits over 0 Days - Infinitycph!

55 Days Ago
Updated debug notif commands descriptions
55 Days Ago
Added notifications.addcustomnotification debug command
55 Days Ago
Notification entry layout fixes
55 Days Ago
merge from main
55 Days Ago
Compile fix
56 Days Ago
Code cleanup
58 Days Ago
Some cleanup
58 Days 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
58 Days Ago
Moved notification convars to a partial class
59 Days Ago
Tweaked notif window anims
59 Days Ago
Removed the URL parsing in Message, we now have a URL field
59 Days Ago
Implemented new popup notif type
59 Days Ago
Fixed notifications title being ignored by the client (now used by the popup notifs)
59 Days Ago
Can open the popup back by clicking on the seen notification entry
59 Days 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
60 Days 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)
60 Days Ago
Fixed notification ids always being 0 client-side (NoticeId -> NotificationId)
60 Days Ago
Added some new debug convars
60 Days Ago
Notification urls open in browser instead of steam overlay
60 Days Ago
merge from main
2 Months Ago
Colored player name and date on ban notifications
2 Months Ago
Text expands if the icon link is disabled Clearing anim polish
2 Months Ago
Notifications can hold more text, they auto scale to fit
2 Months Ago
Notifications: - Fixed scroll not working - Fixed clear all button text wrapping issue Prefabed everything, cleanup