Commit Graph

59 Commits

Author SHA1 Message Date
Mateleo
39cbd2d1da test 2024-11-22 21:35:36 +01:00
Mateleo
f3b636b210 typo 2024-11-22 15:03:45 +01:00
Mateleo
de569d21d3 test 2024-11-22 15:00:11 +01:00
Mateleo
9730b68779 chore: add config.mods.json to .gitignore
refactor(Toon.cs): replace _dbQuests with dbQuests for better readability

fix(Program.cs): update variable name and log message in debug mode
2024-11-21 23:28:12 +01:00
Lucca (Droppy)
425378eff2 Update. 2024-06-13 04:26:34 -03:00
Lucca (Droppy)
bf2a4fdcfa Small changes: swap and mod 2024-04-29 05:51:03 +00:00
Lucca Faria Ferri
e129fbd077 handshake failure fix 2023-08-01 09:01:20 -07:00
Lucca Faria Ferri
d49282653d Created 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.
2023-06-18 20:53:56 -07:00
Lucca Faria Ferri
1fff1a96c7 Quick Changes. 2023-02-23 16:07:32 -08:00
Lucca Faria Ferri
aee7eb4af8 Small changes. 2023-02-20 03:51:54 -08:00
Lucca Faria Ferri
fa93771a47 small changes to SessionService.cs and Toon.cs 2023-02-20 03:49:38 -08:00
Lucca Faria Ferri
5ac2ca9e2b Filtered commands for console that are InGameOnly, improved output for console. 2023-02-13 09:48:38 -08:00
Lucca Faria Ferri
50cc3a2d45 Update Currency removed useless bloodshard query, and some cleanup. 2023-02-12 19:52:20 -08:00
Lucca Faria Ferri
8b442f9db8 Improved some commands, cleanup,... 2023-02-12 19:07:26 -08:00
Lucca Faria Ferri
a0ddd8f8c9 Small changes relating to config class names. 2023-02-06 10:27:38 -08:00
Lucca Faria Ferri
6b5fcda1dd Small change. 2023-02-06 04:38:09 -08:00
Lucca Faria Ferri
614031d550 Fixed #116 - Community branch cannot save gold
See #116 for more info about the gold change issue.

Nephalem rift progress multiplier added to the Config.cs. Defaults to 1f (no change). Helps greatly.
`!world info` added for world information

 `!difficulty <min/max>` added

 Returning `List<T>` to `ImmutableArray<T>` on a particular method (will be changing more soon). Most List<T> on the project are read/only, best to return an array instead, less re-iteration by default, and some CLR improvements (https://devblogs.microsoft.com/dotnet/please-welcome-immutablearrayt/)

Upgraded LogLevel from Warn to Error when it's a database error (DBSession.cs)

Removed some `//Blizzless Project 2022` with regex replacement

MethodLog output enhancement.
2023-02-04 01:44:43 -08:00
Lucca Faria Ferri
78126fb119 Instance from auto property to readonly static. 2023-02-02 06:44:23 -08:00
Lucca Faria Ferri
53482f0adf Added Motd; simple refactoring 2023-01-31 06:45:26 -08:00
Stepan Goremykin
e99932cf4e Fixed possible mistakes, use PickRandom extension 2023-01-29 23:55:03 +01:00
Stepan Goremykin
6f56125a09 Use random extensions and mark potential mistakes with comments 2023-01-29 18:11:26 +01:00
Stepan Goremykin
f39f26f7e2 Merge branch 'community' into optimizations
# Conflicts:
#	src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/Game.cs
#	src/DiIiS-NA/D3-GameServer/GSSystem/GameSystem/QuestManager.cs
2023-01-29 13:59:12 +01:00
Stepan Goremykin
284b0b2d7b Optimize a lot of checks for emptiness 2023-01-29 13:46:18 +01:00
Lucca Faria Ferri
734f35d611 New Game-Server configs, lots of improvements to items, actors (player, monster, bosses), quests, etc 2023-01-29 04:44:31 -08:00
Lucca Faria Ferri
8b126a9aa7 MethodTrace replaced with CallerMemberName 2023-01-28 08:10:04 -08:00
Lucca Faria Ferri
ef393fb6c0 Small changes/static refactoring 2023-01-28 07:32:32 -08:00
Lucca Faria Ferri
2f921d66dc Warnings fixed: controller as HandlerController warning;
Adding MethodTrace(MethodBase) to get informations about the method. I know it's reflection but it will do for now. Plan is to track down later all the MethodTraces and quickly refactor with nameof instead.
2023-01-28 07:12:08 -08:00
Lucca Faria Ferri
b66569abbd Refactoring, new commands, config of chances of unidentified drops (for higher and lower quality items), modified !drop command to don't allow unidentified items, some bug-prevention fixes. 2023-01-28 04:39:28 -08:00
Lucca Faria Ferri
0ba94f6147 Some REST and Auth improvement;
Small other improvements and refactoring.
2023-01-28 02:08:51 -08:00
Lucca Faria Ferri
f4938cf72a Staff custom battle tag name;
Prevented unhandled exception by Json.cs;
Some REST changes, AnsiTarget.cs, etc.
2023-01-27 22:44:04 -08:00
Lucca Faria Ferri
2bd03c532b Removed warn messages added for testing. 2023-01-27 13:23:06 -08:00
Lucca Faria Ferri
2ebdff6c61 MonsterBrain.cs cleanup.
Removed Blizzless using comments as it clutters the dependency view.
2023-01-27 12:02:19 -08:00
Lucca Faria Ferri
4027254dd0 Improved console logging with Ansi. A new logger target has been introduced: AnsiTarget.cs (which is a table).
Sample config:
```
[AnsiLog]
Enabled = true
Target = Ansi
IncludeTimeStamps = true
MinimumLevel = Trace
MaximumLevel = Fatal
```
2023-01-27 08:30:47 -08:00
Lucca Faria Ferri
3e7a4f033d Added !powerful - useful for testing;
Testing quests, small changes (having a default objective;
Checking #101
2023-01-26 21:52:15 -08:00
Lucca Faria Ferri
7299279393 BattleClient.cs and PresenceService.cs cleanup. 2023-01-26 20:35:48 -08:00
Lucca Faria Ferri
2aecf414ef Fixed SRP6a.cs for .NET 7 (BigInt);
Added Success logging;
Small improvements
2023-01-26 20:23:54 -08:00
Lucca Faria Ferri
9ef1ec0a6a Added !info and !followers <dismiss> commands
Improved commands;
Lowered more logger outputs from Info/Trace to Debug.
2023-01-26 17:29:14 -08:00
Lucca Faria Ferri
602960b8f2 Lowered some loggers (from Logger.Trace to Logger.Debug);
Update on GameCommands.cs
2023-01-26 16:57:16 -08:00
Lucca Faria Ferri
eb89fd4e5e translation and static refactoring of GameRequestService.cs 2023-01-26 11:20:20 -08:00
Enthusiast
a899bc2566
Merge branch 'community' into move_consumable_to_gameaccount 2023-01-24 21:46:23 -03:00
Pablito
e4c559a7a2 Solve HellFire items bug (all items it's ok. 2023-01-24 21:24:10 -03:00
Lucca Faria Ferri
421d648488 Broadcast and server-wide whisper to PlayerManager 2023-01-22 10:50:48 -08:00
Lucca Faria Ferri
71edf0d317
Merge branch 'community' into translation 2023-01-22 07:17:10 -08:00
Pablito
827548b88e Show the correct Paragon level in party. 2023-01-22 11:27:56 -03:00
Lucca Faria Ferri
9bf81750ee Translation, small refactoring, etc. 2023-01-21 17:52:11 -08:00
Lucca Faria Ferri
df29776fb7 Translating and cleanup 2023-01-21 17:20:32 -08:00
Lucca Faria Ferri
ee39d0586a Translation, removing useless formatting and some readability improvements. 2023-01-21 13:13:02 -08:00
iEvE
414bc629e4 КАП 2023-01-21 22:46:18 +03:00
Advocaite
95a263226e
Merge branch 'blizzless:master' into master 2023-01-18 23:40:28 +08:00
Pablito
32758fbc36 Change the limite of Tab Main Paragon. 2023-01-17 18:38:37 -03:00