Skip to content

Releases: nwnxee/unified

build8193.35.36-HEAD

13 Apr 20:27
9b295eb
Compare
Choose a tag to compare

What's Changed

  • Added event data for the target in TRAP_SET events by @Cjreek in #1606
  • Add libssl1 to the base dockerfile by @urothis in #1609
  • Added NWNX_Player_SendPartyInvite by @Cjreek in #1608
  • Added NWNX_Item_MoveTo() by @Cjreek in #1611
  • Creature: add {Get|Set}MaximumBonusAttacks() by @Daztek in #1612
  • Visibility: do some cleanup and only init hook when actually used by @Daztek in #1613
  • Fixed trap events being fired 3 times (issue 1462) by @Cjreek in #1607
  • Core: update version check with postfix by @Daztek in #1614
  • Core: update crash handler and only warn on postfix mismatch by @Daztek in #1615
  • Events: add event data VERSION_POSTFIX to event NWNX_ON_CLIENT_CONNECT_* by @Daztek in #1616
  • API: fix CLastUpdateObject by @Daztek in #1618
  • NWNXLib::API: add some Vector operators by @Daztek in #1617
  • CI: switch automated release action by @Daztek in #1619
  • CI: delete old automated releases first by @Daztek in #1620
  • DotNET: Copy & reset s_pushedCount before executing command. by @jhett12321 in #1625

Full Changelog: build8193.35.36...build8193.35.36-HEAD

Build8193.35.36 Development Release

20 Mar 12:00
fce0931
Compare
Choose a tag to compare

Development game release - network compatible with other 8193.xx releases

Build8193.34 Final Release

15 Mar 20:37
1284014
Compare
Choose a tag to compare

Stable game release - network compatible with other 8193.xx releases.

build8193.34-HEAD

13 Mar 09:59
d44d373
Compare
Choose a tag to compare

Commits

  • 6b6973e: Add assertion failure message/dotnet handler. (Jhett Black) #1592

Build8193.34 Release

29 Nov 19:33
ba4646c
Compare
Choose a tag to compare

Stable game release - network compatible with other 8193.xx releases.

build8193.33-HEAD

29 Nov 09:07
a1133d7
Compare
Choose a tag to compare

Commits

  • 24b4349: NWNX_Object_Export added argument sAlias, default 'NWNX' (Алексей Пушкин) #1447
  • 8e89f7d: documenting parameter sAlias (Алексей Пушкин) #1447
  • f65fff8: fix spacing (Алексей Пушкин) #1447
  • ea2ab08: Added check for call without sAlias argument (Алексей Пушкин) #1447

Build8193.33 Release

30 Sep 18:15
d22461c
Compare
Choose a tag to compare

Stable game release - network compatible with other 8193.xx releases.

build8193.32-HEAD

30 Sep 14:39
b775920
Compare
Choose a tag to compare
Merge pull request #1428 from Daztek/tweak-associate-spawn

Tweaks: added NWNX_TWEAKS_SUMMON_ASSOCIATE_USE_COMPUTE_SAFE_LOCATION

Build8193.32 Release

22 Sep 20:34
5e0afbb
Compare
Choose a tag to compare

Stable game release - network compatible with other 8193.xx releases.

build8193.31-HEAD

21 Sep 15:27
6104820
Compare
Choose a tag to compare

Commits

  • fix memory leak in GetFirstResRef() #1418 (Daz)