Skip to content

Releases: pysamp/PySAMP

2.1.0-rc5

13 Mar 20:35
Compare
Choose a tag to compare
2.1.0-rc5 Pre-release
Pre-release

Windows:

SET PYSAMP_DISABLE_LOADING_SCREEN=1

UNIX:

export PYSAMP_DISABLE_LOADING_SCREEN=1

Full Changelog: v2.1.0-rc4...v2.1.0-rc5

2.1.0-rc4

08 Mar 15:56
Compare
Choose a tag to compare

2.1.0-rc3

14 Sep 21:22
Compare
Choose a tag to compare
2.1.0-rc3 Pre-release
Pre-release

Hotfix for Linux... still yet to be committed to repo - link dynamically against Python despite using manylinux docker image.

v2.1.0-rc2

v2.1.0-rc1

28 May 14:06
Compare
Choose a tag to compare
v2.1.0-rc1 Pre-release
Pre-release

Version 2.1.0-rc1 - OO API pre-release, many bugfixes

2.0.1

23 Apr 12:35
Compare
Choose a tag to compare

Hotfix:

  • Fix rare crash when adding timers from inside timers

2.0.0

28 Jan 22:26
7470683
Compare
Choose a tag to compare
  • Complete refactor of the entire codebase
  • Many bugfixes and improvements
  • API breakage PySAMP module is now called samp and charset conversions are done at C level
  • API breakage PySAMP now imports python module from server root directly (instead of gamemode from python directory under server root)
  • Add CallNativeFunction
  • Add RegisterCallback
  • Add pysamp.config(encoding=target_encoding) to set encoding charset for functions taking strings as input/output

Usage:

  • Download the appropriate plugin file for your platform below.
  • Note the associated Python version and install a matching 32 bits release.
  • Rename the downloaded file to PySAMP.so/PySAMP.dll as appropriate.
  • Put it in plugins/ folder of your SA-MP server.
  • Add PySAMP (or PySAMP.so) to the plugins line of your server.cfg (either first, or right after crashdetect if you use it).

Alternatively (and preferably), use the docker setup available on the repository ; clone the repository, then cd docker/ && ./run.sh

1.2.0

25 Jan 21:35
Compare
Choose a tag to compare
  • Support reloading of the python gamemode with rcon command pyreload
  • Ton of bugfixes

PRE-1.1.1-rc.2

10 Jan 14:23
08ac838
Compare
Choose a tag to compare
PRE-1.1.1-rc.2 Pre-release
Pre-release
  • Support reloading of the python gamemode with rcon command pyreload

1.1.0-rc.1

22 Feb 17:55
2567f32
Compare
Choose a tag to compare
  • Non-ASCII characters should work now