Skip to content

Releases: Dawn-of-Light/DOLSharp

2.2.7.3908

06 Sep 16:14

Choose a tag to compare

Fix display of merchants window with other currencies

2.2.6.3907

19 Aug 14:46

Choose a tag to compare

Fix Housing Menus for clients <1.125
    Previously Shift+Rightclick menus weren't shown
Allow ProtectEffect from NPC (#488)

2.2.5.3906

18 Aug 16:22

Choose a tag to compare

Fix Instance Dungeons
    Previously /leave would leave the player stuck
    which would make admin intervention necessary

2.2.4.3905

18 Jun 14:34

Choose a tag to compare

Update Create Release workflow actions
    Update upload-artifact to v4
    Update download-artifact to v4

2.2.3.3904

12 Jun 22:21

Choose a tag to compare

Fix Release workflow
Fix workflow
Fix server crash on Djinn Port

2.2.2.3903

09 Feb 22:23
36fdd25

Choose a tag to compare

Update to Net8 (#481)

2.2.1.3902

16 Jan 13:47
0e9a0f9

Choose a tag to compare

Obsolete Point3D/GameLocation (#472)
    Mitigate jerky movement when pathing is activated
Downgrade DOLDatabase and DOLBase to netstandard2.0
    Make it usable by Net Framework projects like DOLToolbox

2.2.0.3901

15 Oct 10:57

Choose a tag to compare

Bump version to 2.2
Add RewardQuests (#477)
    Add RewardQuests like on Live. These differ from normal DataQuests in that they show markers on the map, show extra information in journal (with option to create items) and that selected steps can be done out of order.
Reinstate the fix for DISABLED_REGIONS serverproperty
Fix WhereClause.IsIn and .IsNotIn (again)
    Simplify WhereClause

2.1.4.3900

02 Oct 22:09

Choose a tag to compare

Revert "Only load mobs from enabled regions"
    This reverts commit 37a628842b1639470dbf54a9edeeed570ebf0241.

2.1.3.3899

02 Oct 20:01

Choose a tag to compare

Fix WhereClause test for empty set
Hotfix: Server not starting
    Statement with "IN ()" not valid in MySQL (but SQLite)