samp-streamer-plugin icon indicating copy to clipboard operation
samp-streamer-plugin copied to clipboard

A couple of internal changes, improvements, and fixes

Open AmyrAhmady opened this issue 2 years ago • 2 comments

  • 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
  • Fix IsDynamicActorStreamedIn params order
  • Fix actor default virtual world, it is now set to 0
  • Ue github actions for ci, and remove appveyor/travis
  • Proper gitignore additions

AmyrAhmady avatar Jun 16 '22 17:06 AmyrAhmady

Could you also replace the build status badges in README.md with this one?

[![Build Status](https://github.com/samp-incognito/samp-streamer-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/samp-incognito/samp-streamer-plugin/actions/workflows/build.yml)

Build Status

samp-incognito avatar Jun 28 '22 17:06 samp-incognito

Can you also add: Streamer_HasFloatData and Streamer_RemoveFloatData.

Also there's an issue with E_STREAMER_CUSTOM as it accepts integer data related only instead of them all. (Streamer_GetIntData, Streamer_SetIntData). It just would print Invalid data specified.

Fairuz-Afdhal avatar Aug 02 '22 10:08 Fairuz-Afdhal

Can you also add: Streamer_HasFloatData and Streamer_RemoveFloatData.

Also there's an issue with E_STREAMER_CUSTOM as it accepts integer data related only instead of them all. (Streamer_GetIntData, Streamer_SetIntData). It just would print Invalid data specified.

Please create an issue for this so I don't forget

AmyrAhmady avatar Jan 14 '23 10:01 AmyrAhmady