Skip to content

UTStatsDB 3.08

Compare
Choose a tag to compare
@shrimpza shrimpza released this 26 Mar 09:33
· 23 commits to master since this release

UTStatsDB Version 3.08

In addition to several new features, fixes and changes in 3.08, this release also incorporates changes for the previously-unreleased 3.07.

The most important changes are PHP 7 and PDO support for use with more modern PHP environments.

The binaries attached to this release include map images for UT2004, which can be extracted to the root of the installation to provide level preview images where appropriate in the UI.

Some screenshots showing the differences between the classic and new styles are available here.

Changes since 3.06

Version 3.08

  • Rewrite DB interface to use PDO, rather than mysql/sqlite/mssql directly.
  • Full PHP 7+ compatibility, cleanup various logged notices and warnings.
  • Fix missing fields in Special table definition for MSSQL and SQLite.
  • Fixed incomplete special event handling introduced in unrealeased 3.07.
  • Add support for Clear Data when using SQLite.
  • Add new modern layout/theme.
  • Show bot icon next to bots' names for clarity.
  • Show map image for last game logged.
  • Display version number in page footer.
  • Support for setting custom logo and link for page top-left, rather than always utlogo(layout).png.
  • Add Dockerfile and supporting Docker documentation.

Version 3.07

  • Fixed not being able to select to display bots or all players in player list.
  • Added Microsoft SQL support.
  • Added server activity by weekday.
  • Added .wgmainbox, .wgsubbox, .wgbarspace, .wgbar, .wgprespace, and .wglabel to style sheets.
  • Adjusted style information for server activity by hour.
  • Added language strings "LANG_ACTIVITYBYWEEKDAY" and "LANG_WEEKDAYS".
  • Fixed server activity for SQLite.
  • Allow use of utlogo(layout).png file for top left logo. Fallback to utlogo.png if image doesn't exist.
  • Fixed various issues in server query.
  • Rewrote documentation.
  • Added compatibility with non-standard game speeds.
  • Replaced depecated ereg_replace function.
  • Fixed suicide info for player specific match stats.
  • Added tables for handling special kill and weapon events.