Skip to content

v2024.02

Compare
Choose a tag to compare
@MishimaHaruna MishimaHaruna released this 29 Feb 23:51
· 168 commits to stable since this release
4e38e66

Added

  • Added GitHub Actions CI builds on macOS (Intel and ARM). (#3281)

Changed

  • Renamed the arguments of the aMalloc(), aCalloc(), aStrndup(), aRealloc(), aReallocz() macros to make it harder to accidentally swap their order. (#3280)

Fixed

  • Fixed expandinventory() not allowing to return to the initial minimum inventory size. (#3270)
  • Fixed a race condition allowing for a call to clif->pLoadEndAck() before the client's loadendack is received. (#3277)
  • Fixed a memory leak of emblem data when guilds are unloaded or disbanded. (#3278)
  • Fixed several instances of swapped arguments in aCalloc() calls, causing warnings in gcc-14. (#3280)
  • Fixed a regression causing AutoSpell not to replace the selected skill when the new skill has lower level than the previous one. (#3282)

Other

  • Updated copyright headers for year 2024.