Skip to content

v2.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 05:13
· 979 commits to master since this release

Features

  • context: prevent event triggering (#34) #34 (JsSusenka)
  • player: add server methods (Linden)
  • getCore/server: initialise player module and add getter (Linden)
  • getCore/server: hasGroup method (Linden)
  • interface/context: ability to forcefully hide the context menu (Luke)
  • web/circleprogress: add optional label (#33) #33 (Sam Shanks)

Bug Fixes

  • interface/context: increment received option id by one (Luke)
  • web/circleprogress: remove transition (Luke)
  • interface/context: don't hide menu when there is no event (Luke)
  • interface/context: set openContextMenu to nil when closing a menu (Luke)

Code Refactoring

  • init: separate global and local cache (Linden)
  • getCore/shared: adjust ox_core imports (Linden)
  • player/client: create player instance at init (Linden)
  • player/client: set CPlayer.__index as a function (Linden)
  • getCore/client: instantiate player (Linden)

Chores

Commits

  • vehicleProperties: increase timeout when setting properties (DokaDoka)