Releases: Dawn-of-Light/DOLSharp
Releases · Dawn-of-Light/DOLSharp
1.9.7.3866
Merge pull request #399 from DigitalBox98/realm_enhancement_merchant
Add SpellTokenMerchant
SpellTokenMerchant accepts all items from its MerchantItemList and casts the spell with the same ID of ItemTemplate.Effect
To do multiple spells at once use SpellXCustomValues
1.9.7.3865
Remove obsolete GetAngle/GetHeading methods from GameObject
Remove obsolete Point2D.HEADING_CONST
Remove unused LanguageMgr.SetLangPath
Remove obsolete Heretic LostOnPulse SpellHandlers
Remove obsolete WorldMgr distance methods
Remove obsolete FelxibleSkillBuff (typo)
Remove obsolete SingleStatAbilityBuff
Remove obsolete ObjectDatabase methods
Remove parameterless Select methods
Remove QueryParameter Select methods
Fix /code on startup in NetCore
1.9.7.3864
Fix /object fastcreate <name> <model_id>
1.9.7.3863
Fix InterceptEffect.InterceptChance (null check)
1.9.7.3862
Deprecate NetFramework build and replace with NetCore
Remove DOLConfig (is a separate solution/repository)
Add DOLConfig binaries in release workflow
Switch NetFramework and NetCore build
Move NetFramework files to old folder
Several updates to workflows
1.9.7.3861
Add PerformanceStatistics for Linux
Remove warnings from build
1.9.7.3860
Fix /code command
1.9.7.3859
New InventoryItem subclasses to create catapult, ballista and trebuchet on battlegrounds (#395)
This PR will be linked to another PR on the db-public repo to have the corresponding 3 new ItemTemplates to complete this enhancement
Co-authored-by: DigitalBox98 <[email protected]>
1.9.7.3858
SiegeRam : new InventoryItem class to have the possibility to create a SiegeRam by using the item (#394)
This new class will require 4 new itemtemplates in the DB corresponding to each kind of siege ram and must be linked to DOL.GS.GameInventorySiegeRam via the ClassType field
This PR will be linked to another PR on the db-public repo
Co-authored-by: DigitalBox98 <[email protected]>
1.9.7.3857
Revert "Update Microsoft.Data.Sqlite to 6.0.5" (#392)
This reverts commit 93a3d8ba766983d5f8d7e765f4601413cacb8afe.
This fixes startup on Windows with SQLite DB