Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog.md #1095

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update changelog.md
  • Loading branch information
Trysha-rbrn authored Jan 21, 2025
commit 5b94acd9de844ca7ff4889ec2ffd57940b2a172a
34 changes: 33 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,41 @@
---
title: Changelog
description: open.mp development progress and changelog.

---

## **[v1.3.1.2748](https://github.com/openmultiplayer/open.mp/releases/tag/v1.3.1.2748) (Latest)**
## **[v1.4.0.2779](https://github.com/openmultiplayer/open.mp/releases/tag/v1.4.0.2779) (Latest)**

We're excited to announce the release of out latest server version!

This update brings several important fixes and introduces an exciting new feature: **openmp Packet Encryption**.

For changelog please read it from here: [https://github.com/openmultiplayer/launcher/releases/tag/v1.4.0](https://github.com/openmultiplayer/open.mp/releases/tag/v1.4.0.2779)

**Added:**

- Implement open.mp encryption to be used with the open.mp launcher. Must be enabled in `config.json` first (`network.use_omp_encryption`).
- open.mp player detection using [IsPlayerUsingOmp](scripting/functions/IsPlayerUsingOmp) native.
- Recursively load components in folders.
- Load components starting with $ sooner than others and load them with RTLD_GLOBAL on Linux.

**Changes:**

- Camera mode validity check.
- Disable dynamic DLL loading for AMX runtime, especially when the user has the default Pawn installed from the Compuphase website.

**Fixes:**

- Fix a small issue for SetPlayerSkin in mobile clients.
- Fix GetTickCount return value for Windows.
- Fix crash when destroying a vehicle in some events and Pawn callbacks.
- Fix inverted return value in GetVehicleLandingGearState.
- Fix players randomly staying in the player list in launchers even if they leave the server.
- More validity checks for trailers and trailer sync.
- Fix crash related to moving objects.
- Fix player vehicle data resetting before OnPlayerDeath is called.

## **[v1.3.1.2748](https://github.com/openmultiplayer/open.mp/releases/tag/v1.3.1.2748)**

A new version of open.mp server is finally out, there has been a lot of fixes, bunch of performance improvements, and a few additions.

Expand Down
Loading