Commit graph

4 commits

Author SHA1 Message Date
Ty Conner
12e569652f
Switch to System.Text.Json (#4002)
* Switch to System.Text.Json

Removed Newtonsoft.Json and DouglasCrockford.JsMin

* Update GameConfiguration.cs

* Update MasterConfiguration.cs

* Update ThreadConfiguration.cs

* Update StarterSpell.cs

* Update StarterGearFactory.cs

* Update Program_Setup.cs

* Update LifestonedConverter.cs

* Update Program_Setup.cs

* Update Program_Setup.cs

* Update ACE.Adaptor

Shift JSON weenie [de]serialization to System.Text.Json

* Update LifestonedConverter.cs

* Update StarterGearFactory.cs

* Update ACE.Server.csproj

* Update ACE.Server.Tests.csproj

* Update Program.cs

* Update MySqlConfiguration.cs

* Update DDDConfiguration.cs

* Update ModContainer.cs

* Update ModManager.cs

* Update ModMetadata.cs

* Update ModMetadata.cs
2023-12-21 14:15:38 -05:00
Alissa
974e3ac0d5
Mysqlconnector3919: Fix auto update issues that arise in newer versions of MariaDb (#4003)
* potential opt-in style fix for attributes being able to be augmented above 100 innate

* Fix valid attribute query to target valid attributes

* Fix debug message

* Cleanup messages

* more message cleanup

* target attribute must have points distributed to it

* when redistributing attributes, reset the free attribute reset timer

* Clean up message for verify-attributes augmentation fix

* opt-in attribute exploit fix; cleaned up query, comments, debug messages

* opt-in attribute exploit fix; line format debug messages

* Opt-in style fix for attribute augmentation exploit; remove unnecessary file

* Update Source/ACE.Server/Managers/PropertyManager.cs

flip boolean per suggestion and previous discussion

Co-authored-by: Ty Conner <tyconner@itcproductions.com>

* potential fix for issue 3919

---------

Co-authored-by: Ty Conner <tyconner@itcproductions.com>
2023-07-01 03:58:55 -04:00
Ty Conner
0c0ca9c7a4
Update to .NET6 (#3739)
* Update to .NET6

* Update dockerfiles to NET6

* Update appveyor.yml

* Update ACE.DatLoader.csproj

* Update Program_Setup.cs

* Update Program_DbUpdates.cs

* Update Program_DbUpdates.cs

* Update ACE.DatLoader.Tests.csproj

* Update ACE.Database.Tests.csproj

* Update ACE.Database.csproj

* Update ACE.Server.Tests.csproj

* Update ACE.Server.csproj

* Update ACE.DatLoader.csproj

* Update ACE.Database.csproj

* Update ACE.Server.csproj

* Update EF packages to EFCore 6

Requires Database, Database.Tests and Adapater to target .NET6 framework

* Update ACE.Server.csproj

* Update ACE.Database.csproj

* Update Program_BinUpdates.cs

* Update AccountExtensions.cs

* update nugets

* Remove TimeZoneConverter

net6 includes built in functionality

* update csproj files

* Update ACE.Server.csproj
2022-07-13 12:30:32 -04:00
OptimShi
51e04e42cb
Added optional check for newer server binary. (#3838)
* Added optional check for newer server binary. Changed DB Update to check only 'latest'

* Update OfflineConfiguration.cs

* Update Program.cs

* Update Config.js.example

Co-authored-by: Ty Conner <tyconner@itcproductions.com>
2022-05-07 14:30:42 -04:00