Migration from PureBasic 5.40 to 5.50

Particule library


ParticleVelocity(): code changed to support current velocity.
  ; Old
  ParticleVelocity(#ParticleEmitter, Minimum, Maximum)

  ; New
  ParticleVelocity(#ParticleEmitter, Mode, Value)

Others


PureBasic internal manipulation of strings is now unicode only.
ASCII mode is no longer supported internally. The function *Result = Ascii(String$) allows the manipulation of ASCII strings by the user.