Skip to content

Releases: philip1337/samp-plugin-spdlog

v.1.0.0 - Stable

09 May 16:21
Compare
Choose a tag to compare

v.1.0.0 - Stable

This is now version 1.0.0 - stable.
All functionality should work right now.

Every functionality got tested and the plugin is running live on

v.0.0.4 - Stable

27 Apr 02:37
Compare
Choose a tag to compare

v.0.0.4-stable

  • A few bugfixes
    • Directory tree
    • Argument count
  • Version check added
    • Checks the logger version (Just OnGameModeInit)!

v.0.0.3-alpha

11 Mar 04:22
Compare
Choose a tag to compare

v.0.0.3-alpha

v.0.0.2-alpha

17 Feb 00:00
Compare
Choose a tag to compare

v.0.0.2-alpha

  • Added new natives:
    • LogFlushOn(const name[], SPDLOG_LEVEL:level);
    • LogFlush(const name[]);
    • LoggerSetAsyncModeIntervaled(bytes, seconds);

spdlog v.0.0.1 alpha

16 Feb 15:30
Compare
Choose a tag to compare

v.0.0.1-alpha

  • Including base features of spdlog
  • With basic fmtlib support