Skip to content

Releases: Zeex/sampgdk

GDK 4.6.4

15 Sep 11:23
Compare
Choose a tag to compare
  • Fixed a bug that caused unexpected overwriting of arguments passed by reference to native functions (#222)

GDK 4.6.3

13 Feb 07:24
Compare
Choose a tag to compare
  • Fixed a build issue when including sampgdk as a CMake subproject (#208)
  • Fixed an error when compiling with GCC/Clang on Windows (#216)
  • Fixed a crash in sampgdk_callback_invoke() (#219)
  • Fixed an error when a log message passed to sampgdk_logprintf() was too long on Windows - now it will be silently truncated
  • Minor optimizations in internal code (callback/native function registration during server startup)

GDK 4.6.2

05 Jan 22:48
Compare
Choose a tag to compare
  • Added ability to remove logging via a new macro SAMPGDK_MIN_LOG_LEVEL
  • Updated log formatting slightly (changed debug to d, info to i, etc)

GDK 4.6.1

07 Sep 11:10
Compare
Choose a tag to compare
  • Improved amalgamation build (LF line endings and merged license comment blocks)

GDK 4.6

07 Sep 09:38
Compare
Choose a tag to compare
  • Added natives and callbacks from SA-MP 0.3 DL

GDK 4.5.3

02 Jul 14:16
Compare
Choose a tag to compare
  • Fixed a bug with double registration of natives after reloading a filterscript (#200)
  • Fixed a bug in amx_Register() hook that could lead to a crash (#188)
  • Fixed a possible crash when debug logging is enabled (#176)
  • Updated API definitions (#184)

GDK 4.5.2

12 Feb 15:04
Compare
Choose a tag to compare
  • Fixed a bug that stopped callbacks from being called for plugins (#171)

GDK 4.5.1

17 Jan 19:47
Compare
Choose a tag to compare
  • Fixed crash on startup during callback registration
  • Returning false from OnPublicCall will no longer prevent OnPublicCall2 from being invoked

GDK 4.5

29 Aug 20:36
Compare
Choose a tag to compare
  • Added new callback OnPublicCall2
  • Fixed crash during initialization when trying to print an error message

GDK 4.4

21 Dec 15:15
Compare
Choose a tag to compare
  • Updated for SA-MP 0.3.7 R2-1
  • Added support for building with Cygwin
  • Added some missing defines in sampgdk.c (amalgamation)