open.mp icon indicating copy to clipboard operation
open.mp copied to clipboard

Open Multiplayer, a multiplayer mod fully backwards compatible with SA-MP

Results 93 open.mp issues
Sort by recently updated
recently updated
newest added

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`....

Improve and optimize semi-broadcast behavior by creating and sending a receiver list to RakServer::Send and RakServer::RPC, instead of manually calling them for each player when we want to broadcast to...