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

Bunch of improvements, bug fixes and additions #671

Merged
merged 50 commits into from
Jun 17, 2023
Merged

Conversation

AmyrAhmady
Copy link
Member

@AmyrAhmady AmyrAhmady commented Jun 8, 2023

Do not merge this yet, there will be more changes in near future (either done by the team or in other forks)

New changes are (not taken from https://github.com/Hual/open.mp/):

Enhancements:

native GetVehicleOccupant(vehicleid, seatid);
native GetVehicleMaxPassengers(modelid);
native CountVehicleOccupants(vehicleid);

native GetPlayerAnimFlags(playerid);
native GetPlayerAnimationFlags(playerid);
native IsPlayerInDriveByMode(playerid);
native IsPlayerCuffed(playerid);
  • Ability to pass custom config path to open.mp as a CLI argument to read from Suggestions #592
  • Add logging.file config option to create/open/write into desired log file Log rotation #133

Fixes:

  • Fix seat ID issues related to incorrect passenger sync structure
  • Improve passenger sync with new RE'd info (driveBy is actually one bit, the other remaining bit is cuffed status for passenger)

Other changes made for issues:


Changes taken from forks

These changes are cherry-pick'd from https://github.com/Hual/open.mp (not all, some are left out)
issues which are allegedly resolved:

All issue creators will be asked to test them out and give us feedback.

Hual and others added 30 commits June 8, 2023 12:38
Signed-off-by: Hual <Hual@users.noreply.github.com>
Fix RakNet throttling being ignored.
Add grace_period setting for protections.
No longer check the ban list on every received packet.

Author: @Hual
PR: https://github.com/Hual/open.mp/pull/16
@AmyrAhmady AmyrAhmady changed the title Bunch of improvements and bug fixes from https://github.com/Hual/open.mp Bunch of improvements, bug fixes and additions Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants