Skip to content

Releases: nwnxee/unified

Build8193.36.8 Development Release

14 Dec 22:02
f5bbb38
Compare
Choose a tag to compare

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

build8193.36.7-HEAD

13 Dec 19:20
4f73e4b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: build8193.36.7...build8193.36.7-HEAD

Build8193.36.7 Development Release

06 Dec 13:07
84911b8
Compare
Choose a tag to compare

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

build8193.35.40-HEAD

04 Dec 21:34
51162c5
Compare
Choose a tag to compare

What's Changed

  • Added feat modifier for spell DCs for spell schools and individual spells by @Cjreek in #1656
  • Added NWNX_ON_SPELL_FAILED_{BEFORE|AFTER} by @Cjreek in #1652
  • Object: add GetLastSpellInstant() by @Daztek in #1657
  • Added "package" argument to NWNX_Creature_LevelUp() by @Cjreek in #1660
  • Revert ssl Docker change by @urothis in #1662
  • Creature: Add {Get|Set}MaxSellToStorePriceOverride() by @summonFox in #1665
  • Added transform arguments to VFX functions by @Cjreek in #1670
  • Added {Get|Set}AbilityIncreaseByLevel() by @Cjreek in #1672
  • Experimental PlayerHitpointsAsPercentage fix by @BhaalM in #1673
  • PlayerHitpointsAsPercentage use now mangled names for virtual functions by @BhaalM in #1674
  • Add API Headers for NWSync by @jhett12321 in #1667
  • New Function: SetTrapCreator by @WilliamDraco in #1676
  • Add GetModuleFile() to the Util functions by @ID99374836576228 in #1666
  • Implement Resources Plugin (NWSync/Custom Hak List) by @jhett12321 in #1668
  • Cleanup NWSync structures with correct names and parameters. by @jhett12321 in #1679
  • Tweaks: add NWNX_TWEAKS_FIX_AUTOMAP_CRASH by @Daztek in #1682
  • Added NWNX_Creature_GetMaxAttackRange() by @Cjreek in #1680
  • Update inc_array.nss to remove PRIMARY KEY status of index by @Tildryn in #1687
  • Added NWNX_ON_ATTACK_TARGET_CHANGE_BEFORE/AFTER events by @Cjreek in #1683
  • Fixed: NWNX_Damage - damage event did not fire for doors by @Cjreek in #1689
  • Added NWNX_Player_GetTurd() by @Cjreek in #1690
  • Adding new functions: NWNX_ON_PLACEABLE_OPEN_{OPEN|CLOSE}_{BEFORE|AFTER} by @ReachPW in #1691
  • Tile Change Event Stuff by @Daztek in #1692
  • Events:GetEventData - include invalid tag in LOG_ERROR by @WilliamDraco in #1694
  • Reveal: Fix Reveal plugin always revealing PCs when the plugin is enabled, regardless of usage. by @summonFox in #1695
  • Add DamageIncrease/Decrease to nwnx_feat by @WilliamDraco in #1696
  • Renamed Tile Events to Movement Events, and added events for AIActionJumpToPoint/Object by @varenx in #1700
  • Events: add NWNX_ON_ITEMPROPERTY_EFFECT_(APPLIED|REMOVED)_* by @Daztek in #1693
  • Object: GetInventoryItemCount() will also work on stores. by @ReachPW in #1699
  • Added tweaks NWNX_TWEAKS_FIRE_EQUIP_EVENTS_FOR_ALL_CREATURES and NWNX_TWEAKS_DONT_DELAY_EQUIP_EVENT by @Cjreek in #1684
  • Documentation fix for NWN_ON_CREATURE_JUMP_TO_OBJECT by @varenx in #1702
  • Fixed the casting on the position x/y/z parameters by @varenx in #1703
  • Bugfix GetInventoryItemCount(): uint32_t to int32_t by @WilliamDraco in #1704
  • Item: add {Get|Set}MinEquipLevel{Modifier|Override} by @WilliamDraco in #1709
  • DotNET: Add crash handler override support. by @jhett12321 in #1708
  • Area: Fix RotateArea's NewOrientation for NWN bearings by @WilliamDraco in #1710
  • Clean NWNX binaries from LD_PRELOAD. by @jhett12321 in #1711

New Contributors

Full Changelog: build8193.35.40...build8193.35.40-HEAD

Build8193.35.40 Development Release

18 May 18:55
f1b527f
Compare
Choose a tag to compare

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

build8193.35.37-HEAD

17 May 16:06
f751856
Compare
Choose a tag to compare

What's Changed

  • Optimize debug logging by @jhett12321 in #1627
  • Revert "Optimize debug logging" by @mtijanic in #1628
  • Doxygen: Add nwn{} alias for overriding nwnlexicon URL link text by @summonFox in #1633
  • Add Events: Attack of Opportunity events and Creature: BroadcastAttackOfOpportunity by @summonFox in #1629
  • Creature: DoItemCastSpell () allow setting casting item and impact script by @summonFox in #1637
  • Util: add GetStringLevenshteinDistance by @summonFox in #1638
  • Creature: add {Get|Set}LockOrientationToObject by @summonFox in #1631
  • Creature: add DoCleaveAttack by @summonFox in #1630
  • Object: add OverrideSpellProjectileVFX by @summonFox in #1632
  • Events: add NWNX_ON_BROADCAST_SAFE_PROJECTILE_{BEFORE|AFTER} by @summonFox in #1634
  • Events: Add additional event data to NWNX_ON_BROADCAST_CAST_SPELL_{BEFORE|AFTER} by @summonFox in #1635
  • Damage: SetAttackEventData can set iSneakAttack by @summonFox in #1636
  • Object: add GetInventoryItemCount by @summonFox in #1639
  • Tweaks: add NWNX_TWEAKS_CAST_ALL_ON_HIT_CAST_SPELL_ITEM_PROPERTIES by @summonFox in #1640
  • Tweaks: Add NWNX_TWEAKS_RANGED_WEAPONS_USE_ON_HIT_CAST_SPELL_ITEM_PROPERTIES by @summonFox in #1641
  • Tweaks: Add NWNX_TWEAKS_RANGED_WEAPONS_USE_ON_HIT_EFFECT_ITEM_PROPERTIES by @summonFox in #1642
  • Update dotnet-runtime to 7.0 by @jhett12321 in #1644
  • Tweaks: fix FixResolveSpecialAttackDamage crash by @Daztek in #1645
  • Events: Fix skipping NWNX_ON_COMBAT_ATTACK_OF_OPPORTUNITY_BEFORE by @summonFox in #1646
  • API: Fix a thing by @Daztek in #1647
  • Events: add NWNX_ON_AREA_PLAY_BATTLE_MUSIC_* by @Daztek in #1648
  • Added NWNX_EXPERIMENTAL_END_COMBATROUND_AFTER_SPELLCAST by @Cjreek in #1649
  • Player: fix ToggleDM by @Daztek in #1651

Full Changelog: build8193.35.37...build8193.35.37-HEAD

Build8193.35.37 Development Release

13 Apr 20:48
14133f9
Compare
Choose a tag to compare

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

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.