Commit Graph
10 Commits
Author SHA1 Message Date
Fishia 8f07ae06d8 Dockerize Nebula (#31)
* feat: introduce docker and compose

* feat: add public host/port env var

Added `NEBULA_PUBLIC_HOST` and `NEBULA_PUBLIC_PORT` environment variables. Will override config values.

* chore: update compose manifest

Add `NEBULA_PUBLIC_PORT` environment variable for serverlist.
2026-04-23 03:09:23 -07:00
Melledy 9ba38d5a5e Rework and optimize inventory
`GameItem`s and `GameResource`s are now deprecated, they are stored as regular `ItemParamMap`s in the `Inventory` class instead. This is to reduce database load when loading a player.
2026-04-15 03:01:31 -07:00
Melledy faa4ea0780 Only show boss blitz leaderboard for the current season 2025-11-30 23:48:24 -08:00
Melledy a04f3354f7 Implement trial activities 2025-11-30 15:19:35 -08:00
Melledy fe712e9d2d Mark new vampire survivor cards 2025-11-14 19:12:23 -08:00
Melledy c4d564abb6 Implement shop purchase limits 2025-11-14 08:08:02 -08:00
Melledy 4c66a494f2 Implement boss blitz server leaderboard 2025-11-13 07:52:38 -08:00
Melledy 78f992f2f5 Implement character talents 2025-10-31 00:15:23 -07:00
Melledy e2ad0d5fe3 Fix player level/exp not saving 2025-10-29 02:05:10 -07:00
Melledy f58951fe2a Initial Commit 2025-10-27 02:02:26 -07:00