Stepan Goremykin
|
138e5424ef
|
Upgraded packages
|
2023-01-27 21:09:09 +01: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
|
a88bd4f214
|
Fixed #101
|
2023-01-27 11:38:31 -08:00 |
|
Lucca Faria Ferri
|
1118d8a785
|
FileTarget.cs remove file limit; added HasFollower to QuestProgress.cs
|
2023-01-27 11:35:18 -08:00 |
|
Stepan Goremykin
|
40fd7449c0
|
Removed a few unused aspnetcore packages
|
2023-01-27 20:32:55 +01:00 |
|
Stepan Goremykin
|
026df846c6
|
Removed some strange package
|
2023-01-27 20:28:49 +01:00 |
|
Stepan Goremykin
|
320a13a471
|
Remove obfuscation package
|
2023-01-27 20:26:43 +01:00 |
|
Stepan Goremykin
|
9b24ac225a
|
Remove unused IL compiler
|
2023-01-27 20:25:09 +01:00 |
|
Stepan Goremykin
|
96377fc9c8
|
Removed unused ConfigurationManager package
|
2023-01-27 20:21:28 +01:00 |
|
Stepan Goremykin
|
eeaa60ed2c
|
Removed unused Soap package
|
2023-01-27 20:19:10 +01:00 |
|
Lucca Faria Ferri
|
6325e82502
|
Update
|
2023-01-27 09:42:44 -08:00 |
|
Lucca Faria Ferri
|
bc90c73d99
|
SNO breakdown, small improvements.
|
2023-01-27 09:25:58 -08:00 |
|
Lucca Faria Ferri
|
3b518c1eb8
|
Breakdown chart of SNO dictionaries, AnsiTarget.cs update, changed MPQPatchChain.cs logger name, prevent multiple ansi outputs
|
2023-01-27 08:58: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 |
|
Stepan Goremykin
|
c1e952d328
|
Removed unused log4net
|
2023-01-27 17:25:19 +01:00 |
|
Stepan Goremykin
|
f891fcc9b6
|
Removed unused Castle
|
2023-01-27 17:16:38 +01:00 |
|
Stepan Goremykin
|
3a77758d9b
|
Removed unused EntityFrameworkCore.Design
|
2023-01-27 17:14:38 +01:00 |
|
Stepan Goremykin
|
8370f3b019
|
Removed duplicated namespaces
|
2023-01-27 17:14:22 +01:00 |
|
Lucca Faria Ferri
|
f9f9dace6d
|
Removed ref.
|
2023-01-27 02:55:08 -08:00 |
|
Lucca Faria Ferri
|
4580658f6f
|
Updated acts/quests, ActI/72095/32 updates, added reference to Spectre
|
2023-01-27 02:33:54 -08:00 |
|
Lucca Faria Ferri
|
ebd1a7c855
|
Fixed #102 - Logging into a Act/Quest/Step doesn't work on Act I
|
2023-01-26 22:54:22 -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
|
3cd92e4ac1
|
Merge pull request #100 from goremykin/dotnet7
Ignore rider's cache & .net 7
|
2023-01-26 23:54:01 -03:00 |
|
Lucca Faria Ferri
|
0e62c1083d
|
Unidentified items
|
2023-01-26 18:11:41 -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
|
54f135eac1
|
Summary of logger types, changes in AccountCommands.cs
|
2023-01-26 17:06:25 -08:00 |
|
Lucca Faria Ferri
|
8b2b385b0c
|
Changed !help description in CommandManager.cs
|
2023-01-26 16:58:53 -08:00 |
|
Lucca Faria Ferri
|
24618b0119
|
Command Attribute Listing: using new() instead of new T().
|
2023-01-26 16:58:08 -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
|
d75a396bed
|
Cleanup, probable bug fixes with floating numbers, and some other quick fixes
|
2023-01-26 16:21:09 -08:00 |
|
Lucca Faria Ferri
|
018311cdb8
|
Fixed type conditioned access, if type pattern merge, fixed some floating point comparisons
|
2023-01-26 15:00:39 -08:00 |
|
Lucca Faria Ferri
|
59f7c47c83
|
Cleanup
|
2023-01-26 14:53:49 -08:00 |
|
Lucca Faria Ferri
|
4c7b9e9351
|
typo
|
2023-01-26 14:53:04 -08:00 |
|
Lucca Faria Ferri
|
31ea0a9681
|
Bosses cleanup
|
2023-01-26 14:49:10 -08:00 |
|
Lucca Faria Ferri
|
bf07202187
|
Item cleanup
|
2023-01-26 14:47:18 -08:00 |
|
Lucca Faria Ferri
|
3312e5b693
|
Cleanup
|
2023-01-26 14:45:27 -08:00 |
|
Lucca Faria Ferri
|
55e30cd4c0
|
Item/ItemGenerator reformat; Change in Loggers
|
2023-01-26 14:43:05 -08:00 |
|
Stepan Goremykin
|
b25b86add2
|
Upgrade to .net 7
|
2023-01-26 22:28:34 +01:00 |
|
Stepan Goremykin
|
a1c5166114
|
Ignore rider's cache
|
2023-01-26 22:28:17 +01:00 |
|
Lucca Faria Ferri
|
7c8f95fdfd
|
Get current difficulty.
|
2023-01-26 12:53:41 -08:00 |
|
Lucca Faria Ferri
|
70da7c4486
|
!difficulty <set|up|down>
removed Not Implemented Exception in Item.cs
|
2023-01-26 12:35:06 -08:00 |
|
Lucca Faria Ferri
|
8ff0f67428
|
Item.cs variable changes
|
2023-01-26 11:22:31 -08:00 |
|
Lucca Faria Ferri
|
eb89fd4e5e
|
translation and static refactoring of GameRequestService.cs
|
2023-01-26 11:20:20 -08:00 |
|
Lucca Faria Ferri
|
1d1d877c41
|
Cleaup and log improvement.
|
2023-01-26 11:13:36 -08:00 |
|
Lucca Faria Ferri
|
fa5bdf4d08
|
Increased Trace level over Debug level.
|
2023-01-26 11:09:08 -08:00 |
|
Lucca Faria Ferri
|
9b830e204e
|
Merge remote-tracking branch 'origin/community' into community
|
2023-01-26 10:23:45 -08:00 |
|
Lucca Faria Ferri
|
75f8479f86
|
Cleanup
|
2023-01-26 10:23:37 -08:00 |
|
Lucca Faria Ferri
|
c97bbfce3b
|
Merge pull request #97 from rgto/fromCommunity
Consumables final adjusments before the split seasonal and offseason.
|
2023-01-26 15:02:07 -03:00 |
|