Skip to content

v3.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 10:02
0c740cc

Files included in this release are:

  • BeamMP-Server.$DISTRO.$DISTROVERSION.$ARCH for linux builds, for example BeamMP-Server.debian.11.x86_64 for the Debian 11 build for x86_64. All require liblua5.3 to be installed.
  • BeamMP-Server.exe for the Windows build (x86_64). You need to install the Visual C++ Redistributables to run this.

What's Changed

  • Make Plugin load order deterministic (alphabetic) by @Neptnium in #315
  • Add Lua execution profiler Util.DebugExecutionTime() by @lionkor in #267
  • Fix TriggerGlobalEvent not passing event arguments correctly (closes #106) by @Neptnium in #307
  • Fix lua assertions crashing the server by @lionkor in #198

New Contributors

Full Changelog: v3.3.0...v3.4.0