iAmir
iAmir
This PR fixes common android issue when there's no directory such as `android/app/build/generated/res/react/release`, either `release` directory or its parent `react` There have been multiple issues pointing to this but for...
- Remove most of boost containers and use std ones - Set C++ std version to 17 - Remove previous boost submodule and replace it with a header only one...
**What this PR does / why we need it**: - Adds `#pragma once`, like old compiler, now you can use `#pragma once` to include the file only once **Which issue(s)...
This amazing PR adds three new fixes to one of the most used libraries of SA-MP community. ### 1. OnPlayerSpawn I noticed while `OnPlayerConnect` is called when a filterscript loads,...
## Info This PR is made to follow progress of NPC component development Also creating this PR allows our build CIs to run so people can grab server builds from...
Just like what title says, this is an **abuse**, we are not _limited_ nor _restricted_ to stick with those events. If it was working back then in one 3rd party...
**Describe the bug** 1. Currently some servers experience horrible performance due to Fixes component having a performance problem or code that runs all the time, causing 100% CPU usage. Obviously...
DO NOT MERGE THIS YET ONLY MERGE WHEN WE HAVE OUR OWN INCLUDE PACKS This just a PR to bring some changes back from here: https://github.com/openmultiplayer/open.mp/pull/447 And in addition to...
@Y-Less proposed some changes in his PR in #377 most of them are accepted, but I reverted a few before merging, so we can discuss about them and not be...
1. This PR adds a new implementation of `MemoryPool` from https://github.com/facebookarchive/RakNet/blob/master/Source/DS_MemoryPool.h , to be only and ONLY used for `InternalPacketPool`, by replacing the old `InternalPacketPool` class implementation with new `MemoryPool`....