blizzless-diiis/src/DiIiS-NA/BGS-Server
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
..
AccountsSystem Fixed #116 - Community branch cannot save gold 2023-02-04 01:44:43 -08:00
Base MonsterBrain.cs cleanup. 2023-01-27 12:02:19 -08:00
Battle Added Motd; simple refactoring 2023-01-31 06:45:26 -08:00
ChannelSystem Added Motd; simple refactoring 2023-01-31 06:45:26 -08:00
Crypthography 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
FriendsSystem Optimize a lot of checks for emptiness 2023-01-29 13:46:18 +01:00
GamesSystem Use random extensions and mark potential mistakes with comments 2023-01-29 18:11:26 +01:00
GuildSystem Small changes/static refactoring 2023-01-28 07:32:32 -08:00
Helpers MonsterBrain.cs cleanup. 2023-01-27 12:02:19 -08:00
Objects Small changes/static refactoring 2023-01-28 07:32:32 -08:00
ServicesSystem Fixed #116 - Community branch cannot save gold 2023-02-04 01:44:43 -08:00
Toons Fixed possible mistakes, use PickRandom extension 2023-01-29 23:55:03 +01:00
Config.cs Instance from auto property to readonly static. 2023-02-02 06:44:23 -08:00
Watchdog.cs MonsterBrain.cs cleanup. 2023-01-27 12:02:19 -08:00