Skip to content

v0.2.0

Compare
Choose a tag to compare
@CromFr CromFr released this 21 Sep 14:23
· 168 commits to main since this release
3f8a2ca

NWNX changes

  • Fixed the gamespy watchdog not receiving ping responses on some configurations
  • Fixed the restart command not being executed correctly

Plugin changes

New plugin: xp_rpc !

xp_rpc is a plugin that allows high performance RPC communication between an NWN2 server and any set of microservices. A microservice can be built in any supported language of both gRPC and Protocol Buffers.
See the wiki for more information !

xp_bugfix

  • Fix a bug where the server crashed when BootPC cas called twice on the same PC
  • Fix a server crash when a character with more than 255 spells connects to the server
  • Fix a server crash when a player initiates a rest while in transition between two areas

xp_mysql / xp_sqlite

  • Added the function SQLGetLastInsertedID() to return the ID of the last inserted row

Huge thanks to all contributors ! 🎉