|
|
81e01827cb
|
forgot don't map tag
|
2025-12-14 20:23:57 -08:00 |
|
|
|
ec75e1174c
|
Fix MySQL Not Being Able To Map String Array's :(
|
2025-12-14 20:21:10 -08:00 |
|
|
|
98f7c4cd96
|
Refactor Some Endpoints To Work With Client V2
|
2025-12-14 13:22:22 -08:00 |
|
|
|
95618ceed7
|
Implement LastLogin Field In User Model
Move `ServerConfig.json` Into Resources Folder
|
2025-11-30 13:07:36 -08:00 |
|
|
|
2d5cd25a55
|
Fix Users Not Disappearing From Room Lists If Client Is Exited Ungracefully
SQL SCHEMA CHANGE
`ALTER TABLE Users ADD COLUMN CurrentRoomId VARCHAR(255);`
|
2025-11-17 17:46:10 -08:00 |
|
|
|
5abc3d8221
|
Initial Implementation Of Email Verification
|
2025-07-26 23:42:16 -07:00 |
|
|
|
34a6ac92d3
|
Implement Store Backend
MODEL CHANGE COMMANDS:
`ALTER TABLE Users ADD ActiveProfileCosmetic int(11) NOT NULL;`
`CREATE TABLE OwnedStoreItems (Id int(11) NOT NULL, UserId varchar(255) NOT NULL, StoreItemId int(11) NOT NULL, FOREIGN KEY (UserId) REFERENCES Users(Id));`
|
2025-07-09 14:51:18 -07:00 |
|
|
|
41e1ad4bf0
|
Implement First Currency Game - Stock Market
Added `StockAmount` To `User` Model (Database Update Required)
Reworked `ChatHub` Command Names
Removed Cache On User Info Endpoints
|
2025-06-26 16:12:50 -07:00 |
|
|
|
eb0b957020
|
Update `User` Model For Currency System
Refactor ``DataContext``
REQUIRES DB UPDATE
|
2025-06-19 13:35:04 -07:00 |
|
|
|
16c9aae729
|
Initial Commit
|
2025-06-15 14:24:53 -07:00 |
|