Skip to content

Releases: DonHulieo/duff

v1.1.1

25 Jun 02:18
e7b349c
Compare
Choose a tag to compare

Features

  • fxmanifest.lua now dynamically loads shared and server scripts needed.
  • Added getblips method with optional filter function.
  • Implemented optional filter functions to methods in CPools.

Tweaks

  • Methods in CStreaming actually return boolean, always.

Chores

  • Updated installation instructions to remove parts where the user needs to edit the fxmanifest.lua.
  • Updated class name for duff to CDuff.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Jun 03:07
ae11b53
Compare
Choose a tag to compare

Features

  • Implemented helper functions for number conversion in math.
  • Added bench method to test performance across duff.
  • Moved async to it's own module, instead of housing it in streaming.
  • Implemented custom error handler protect for better error reports across stack.

Fixes

  • bridge now properly loads qb-target methods.

Refactor

  • BREAKING CHANGE: Any modules that used OOP methods have been removed (improve performance).
  • All modules have check_type from the debug module removed, replaced with in module error handling.

Chores

  • Updated all annotations to functions, params, returns and class definitions.
  • Updated README with better documentation for all methods.

Full Changelog: v1.0.2...v1.1.0

v1.0.2

10 Jun 05:37
6a73c1a
Compare
Choose a tag to compare

Features

  • Added checkversion export & method to the server environment for checking resources against GitHub repos.

Fixes

  • packages.paths only gets updated with modules that have loaded successfully instead of all attempts.
  • Fix issue #1 where PlayerData table was initialised as a string for ESX users.

Refactor

  • Changed server.scope to use Latent Events to improve client net performance.

Chores

  • Fixed typos with old resource name ('duf') with current ('duff').
  • Updated annotation for new method.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

07 Jun 04:36
460e332
Compare
Choose a tag to compare

Fixes

  • Ensure blip_ids are properly initialised when using blips.removeblips
  • Reverted locale.loadfile to align with designated usage in the README

Chores

Full Changelog: v1.0.0...v1.0.1

v1.0.0

05 Jun 07:54
3ea3082
Compare
Choose a tag to compare

Features

  • Fully Implemented Modules; Array, Pools, Scope, Zone, Debug, Math & Vector
  • Started Implentation of Modules; Blips, Bridge, Locale & Streaming

Chores

Full Changelog: https://github.com/DonHulieo/duff/commits/v1.0.0