This repository was archived by the owner on Apr 29, 2025. It is now read-only.
v3.30.0
Features
- callback: implement callback validation (Linden)
- cron: add maxDelay property to control task execution delay (#708) #708 (Judd)
- relativeCoords: allow passing full rotation (#703) #703 (Dolu)
- table: added table.shuffle (#718) #718 (Slyy)
- grid: add a grid system (Linden)
- zones: utilise the grid system (Linden)
- grid: add filtering to getNearbyEntries (Linden)
- points: utilise the grid system (Linden)
- print: add convar change listener (#728) #728 (CENSOR37)
- zones: add getNearbyZones (Linden)
Bug Fixes
- scaleform: invalid private property access (Linden)
- scaleform: missing types (Linden)
- types: add TextAreaProps to RowInput (#717) #717 (sync)
- web: Remove unused font imports. Fixes #721. (#722) #722 (Stan)
- client/zones: fix nil error when multiple zones are removes at once (#726) #726 (Dimmies)
- zones: Fix error that occurs when there are no duplicate z-coords (#723) #723 (Stan)
- zonecreator: vector formatting on some systems (#683) #683 (Qotrek)
- client/progress: check duration (Linden)
- zones: filter grid entries for zones (Linden)
- grid: clear cached entries on change (Linden)
- zones: correct zone data types (#729) #729 (ANTOND.)
Code Refactoring
- array: add generic to class type (Linden)
- zones: move to shared module (Linden)
- zones: improve types (Linden)
- client/progress: minor adjustment to duration check (Linden)
- grid: use an array to store nearby entries (Linden)