mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
Welcome Screen (#535)
The idea is to consolidate all of the spam that you see on the lower right panel into one concrete, semi-persistent pop-up window. Utilizing bootstrap, it'll show you a neat welcome screen, the message of the day, staff memos (if accessible), and a personalized set of notifications. The system is set up for easy future expansion, as well.
This commit is contained in:
@@ -277,6 +277,8 @@ CREATE TABLE `ss13_player_preferences` (
|
||||
`UI_style_alpha` int(11) NOT NULL,
|
||||
`be_special` int(11) NOT NULL,
|
||||
`asfx_togs` int(11) NOT NULL,
|
||||
`lastmotd` text NOT NULL,
|
||||
`lastmemo` text NOT NULL,
|
||||
PRIMARY KEY (`ckey`),
|
||||
CONSTRAINT `player_preferences_fk_ckey` FOREIGN KEY (`ckey`) REFERENCES `ss13_player` (`ckey`) ON DELETE CASCADE ON UPDATE CASCADE
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
Reference in New Issue
Block a user