aecc164a7cchore(Dockerfile): remove unused COPY command for db directory refactor(docker-compose.yml): add healthcheck to ensure database service is healthy before starting the server feat(docker-compose.yml): add condition to wait for database service to be ready before starting the server
Mateleo
2024-11-22 13:39:30 +0100
b19a196a05feat(docker-compose.yaml): add docker-compose configuration for PostgreSQL database refactor(src/DiIiS-NA/config.ini): update BindIP to use Docker service name for database connection
Mateleo
2024-11-22 12:04:34 +0100
a47db464f8feat(Dockerfile): add Dockerfile to containerize the .NET application chore(Blizzless.csproj): update project configuration to support multiple runtime identifiers for better cross-platform compatibility
Mateleo
2024-11-22 00:23:14 +0100
9730b68779chore: add config.mods.json to .gitignore
Mateleo
2024-11-21 23:28:12 +0100
7275551ab9Game Mods - Json + Configuration migration - Changed the Game Mods config to a json file - Created a .ini migration for the json file - Better ANSI readability - Improved some methods
Lucca Faria Ferri
2023-06-19 07:50:01 -0700
f3ccab713eGame Mods - Json + Configuration migration - Changed the Game Mods config to a json file - Created a .ini migration for the json file - Better ANSI readability - Improved some methods
Lucca Faria Ferri
2023-06-19 07:41:22 -0700
56dd6194a1Rewrote Necromancer's CorpseExplosions HeroSkill - it appears to have an issue with Rune_A still, investigating.
Lucca Faria Ferri
2023-06-18 21:16:26 -0700
db85369ef8Updated some docs, one settings to rule them all, etc.
Lucca Faria Ferri
2023-06-18 20:58:49 -0700
d49282653dCreated remote motd and updated base config.ini Changed Motd settings locations to LoginServerConfig.cs - MotdEnabledWhenWorldLoads: if true, motd will be displayed whenever a player enters another world. - MotdEnabledRemote: if true, a POST will be sent to MotdRemoteUrl with the body { "GameAccountId": ulong, "ToonName": string, "WorldGlobalId": uint } - MotdRemoteUrl: the callback URL to POST.
Lucca Faria Ferri
2023-06-18 20:53:56 -0700
fa93771a47small changes to SessionService.cs and Toon.cs
Lucca Faria Ferri
2023-02-20 03:49:38 -0800
011c82ac38Fixed exceptions showing incorrect message; Do not crash when D3Core is disabled but show a fatal message; Restored force D3Core only when it's in debug mode.
Lucca Faria Ferri
2023-02-16 21:36:15 -0800
5ac2ca9e2bFiltered commands for console that are InGameOnly, improved output for console.
Lucca Faria Ferri
2023-02-13 09:48:38 -0800
6907cebcc6Filtered commands for console that are InGameOnly.
Lucca Faria Ferri
2023-02-13 08:43:50 -0800
f72ff60965Command and settings changes. Attribute for checking if command is for in-game only; Added CommandException.cs and InvalidParametersException.cs Added NecroSkeletonCount to GameServerConfig.cs, thus the amount of necro skeletons can now be set. Added new quest command: !quest set [questId] [stepId] to fast-forward to a specific quest.
Lucca Faria Ferri
2023-02-13 07:28:00 -0800
aa05ae4988Update Currency removed useless bloodshard query, and some cleanup.
Lucca Faria Ferri
2023-02-12 19:52:32 -0800
50cc3a2d45Update Currency removed useless bloodshard query, and some cleanup.
Lucca Faria Ferri
2023-02-12 19:52:20 -0800