Skip to content

Releases: Dawn-of-Light/DOLSharp

1.9.7.3866

09 Sep 17:51
9a91b1d
Compare
Choose a tag to compare
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

09 Sep 17:47
Compare
Choose a tag to compare
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

07 Sep 14:53
Compare
Choose a tag to compare
Fix /object fastcreate <name> <model_id>

1.9.7.3863

30 Jul 14:42
Compare
Choose a tag to compare
Fix InterceptEffect.InterceptChance (null check)

1.9.7.3862

20 Jul 12:23
00b1090
Compare
Choose a tag to compare
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

14 Jul 11:31
0ab2120
Compare
Choose a tag to compare
Add PerformanceStatistics for Linux
    Remove warnings from build

1.9.7.3860

02 Jul 13:17
5bbdf99
Compare
Choose a tag to compare
Fix /code command

1.9.7.3859

01 Jul 14:44
6002416
Compare
Choose a tag to compare
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 <digitalbox098@gmail.com>

1.9.7.3858

26 Jun 19:27
888aa8b
Compare
Choose a tag to compare
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 <digitalbox098@gmail.com>

1.9.7.3857

21 Jun 09:52
32001b1
Compare
Choose a tag to compare
Revert "Update Microsoft.Data.Sqlite to 6.0.5" (#392)
    This reverts commit 93a3d8ba766983d5f8d7e765f4601413cacb8afe.
    This fixes startup on Windows with SQLite DB