Skip to content

Releases: Sphereserver/Source

v0.56d (build 1141)

v0.56d (build 1141) Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Aug 06:08
e3a4197

Fixed VS project file not using C++20 standard correctly

v0.56d (build 1140)

v0.56d (build 1140) Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Aug 12:19
6bb84fa

Revamped Windows console

  • Improved console writing speed
  • Improved memory management (replaced legacy Windows NT heap with modern segment heap)
  • Improved command history navigation using up/down arrows
  • Added support for light/dark theme (matching system theme)
  • Added support for display scaling in multi-monitor setups
  • Fixed tray context menu not closing correctly
  • Fixed tray icon disappearing on some specific cases
  • Double click on script filenames now should open the file using system default application for file extension instead of always use Notepad

v0.56d (build 1139)

v0.56d (build 1139) Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Aug 11:08
7d729b0

Improved log file writing speed

v0.56d (build 1138)

v0.56d (build 1138) Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Aug 23:39
1e722ef

Fixed some compiler warnings reported by VS 2026

v0.56d (build 1137)

v0.56d (build 1137) Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 00:07
c690dd5

Fixed some compiler warnings reported by VS 2026

v0.56d (build 1136)

v0.56d (build 1136) Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 08:54
3e6151d

Updated some deprecated functions

v0.56d (build 1135)

v0.56d (build 1135) Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 23:02
2f8e1c0

Added missing OpenSSL dll files required by MySQL libs v8.0

v0.56d (build 1134)

v0.56d (build 1134) Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 19:19
367f1be

Updated internal MySQL libs v6.1.10 (MySQL client 5.7.16) to v8.0.46

Important

It's HIGHLY recommended to update MySQL client library to prevent errors when using MySQL

  • Windows: replace file libmysql.dll with the version included in the downloaded zip
  • Linux:
    • Debian-based: update package libmysqlclient20 to libmysqlclient21 using sudo apt-get install libmysqlclient21
    • RHEL-based: switch MySQL module stream to v8.0 using sudo dnf module switch-to mysql:8.0

v0.56d (build 1133)

v0.56d (build 1133) Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jul 00:39
6f02c1d

Updated internal SQLite libs v3.30.1 to v3.53.3

v0.56d (build 1132)

v0.56d (build 1132) Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 21:55
4506f05

Updated internal Zlib libs v1.2.13 to v1.3.2