Skip to content

Releases: dockfries/samp-node

2.3.2

02 Jan 12:51
Compare
Choose a tag to compare

⚠ NOTICE

  • experimental version, added samp.callNative(Float)2, (use realAMX invoke other plugins natives).
  • for stable versions, use 2.3.1.

2.4.0

01 Dec 10:30
Compare
Choose a tag to compare

⚠ NOTICE

  • Available only for users who want to try to run node 20.18.1 under windows
  • linux node >= 18 not support, please use old version 2.3.1

if use unofficial build
error: plugins/samp-node.so: undefined symbol: _ZN4node24InitializeOncePerProcessERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EENS_12ProcessFlags5FlagsE

if self build, crash at node::CreateEnvironment(GetNodeIsolate(), _context, args, exec_args, flags);
#0 0xea0edb3b in pthread_rwlock_rdlock () from /lib/i386-linux-gnu/libc.so.6

2.3.1

10 Jul 13:39
Compare
Choose a tag to compare
chore: some changes

lib20

01 Dec 07:47
Compare
Choose a tag to compare

For node20 CMake Build DepDownload or any guys want .pdb file

2.3.0

08 Jul 23:13
Compare
Choose a tag to compare

🚀 Features

  • update the node version from v16.13 to v16.20.2, linux x86 looks like v16.20.3-pre?

I modified the deps/v8/BUILD.gn file by changing current_cpu to target_cpu in order to compile libnode.so based on the target CPU, which fixes the assembly error caused by compiling it solely based on the actual 64-bit CPU.

relevant code at here

2.2.0

15 Feb 07:00
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • return retval with return value specifiers

🐞 Bug Fixes

  • build ubuntu runs-on still waiting pick up, ubuntu >= 22.04
  • I, F specifiers initial value random, not zero