Skip to content

Commit

Permalink
docs: Update bs/changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adib-yg committed Aug 19, 2024
1 parent 99e1768 commit 70d60b3
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion docs/translations/bs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,52 @@ title: Dnevnik promjena
description: open.mp razvojni napredak i dnevnik promjena.
---

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

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.

Our launcher also now received a new update which you can get by simply opening your launcher and updating it through the update dialog. For changelog please read it from here: https://github.com/openmultiplayer/launcher/releases/tag/v1.4.0

### Server

**Added:**

- Add server logo config variable to [config.json](server/config.json), allowing servers to set a logo to be shown in our launcher and discord status.
- Add more data validity checks for dialog responses.
- Add validity checks for menu rows.
- Add human readable HTTP errors.
- New definition for general SA-MP API compatibility. (`#define SAMP_COMPAT`)
- New definition to silence legacy scripting api warnings. (`#define LEGACY_SCRIPTING_API`)

**Changes:**

- Remove unnecessary OnPlayerConnect and OnPlayerDisconnect when a side script (filterscript) is (un)loaded. Instead introduced [OnScriptLoadPlayer](scripting/callbacks/OnScriptLoadPlayer) and [OnScriptUnloadPlayer](scripting/callbacks/OnScriptUnloadPlayer) callbacks.
- Remove bunch of pawn native deprecation from runtime warnings.
- Check CDN URL validity.
- Stop spectator sync being broadcasted.
- Default values for health and armour.
- Improve performance for responding to Scores And Pings RPC. (scoreboard)
- Change invalid weapon slot to `-1`

**Fixes:**

- Fix the infamous RakNet crash we've been dealing with since the beginning, affecting a few servers.
- Fix string not shown in rare cases of using format.
- Fix the problem with crashdetect not being able to find file name and line number when more than one script was loaded.
- Fix a lot of RakNet crashes and safer internal memory management.
- Fix several connection issues and proper internal player pool cleanups.
- Fix [GetGameText](scripting/functions/GetGameText) function giving incorrect/corrupt values.
- Fix open.mp windows version not loading when user's windows is set to a language with non-ascii names.
- Fix callback headings in `qawno/filterscript.new` and `qawno/gamemode.new` files.

<br />

<hr />

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

<details>
<summary>Kliknite ovdje</summary>

Podstičemo svaki open.mp server da se ažurira na ovu verziju. Došlo je ne samo do primjetnih poboljšanja performansi, već i do **kritičnih sigurnosnih popravki**.

Expand All @@ -25,6 +70,8 @@ Podstičemo svaki open.mp server da se ažurira na ovu verziju. Došlo je ne sam
- Validiranje razloga oštećenja (oružja) na raznim mjestima.
- Sinhroniziranje banova tako da više igrača bude banovano odjednom ako je potrebno.

</details>

<br />

<hr />
Expand Down

0 comments on commit 70d60b3

Please sign in to comment.