Releases: iLLeniumStudios/illenium-appearance
Releases · iLLeniumStudios/illenium-appearance
v4.6.1
Features
- esx/compat: Improve ESX compatibility by adding gender to appearance (#233) #233 (iLLeniumStudios)
Bug Fixes
- esx/migration: Fix partial migration issue when skin is nil (#230) #230 (iLLeniumStudios)
- player: Fix health and armor resetting on player load (#234) #234 (iLLeniumStudios)
- permissions: fix for pedmenu command (#240) #240 (Katoteki)
v4.6.0
Features
- ui: Improve loading time for the UI (#223) #223 (iLLeniumStudios)
- target: ox_target support (#225) #225 (iLLeniumStudios)
- translations: Dutch translation mostly (#226) #226 (RazerGhost)
- outfits: Outfit Sharing support using generated codes (#228) #228 (iLLeniumStudios)
Bug Fixes
- ui: Remove extra color showing at the end for all makeups and hair (#224) #224 (iLLeniumStudios)
- event: Fix outfit event that pointed to a nil function (#227) #227 (iLLeniumStudios)
- ped: Fix gender for ped on initial character creation (#229) #229 (iLLeniumStudios)
v4.5.2
Features
- client: Add event for opening outfits menu (#222) #222 (iLLeniumStudios)
Bug Fixes
- menu: Fix tattoo menu option appearing on all stores (#221) #221 (iLLeniumStudios)
v4.5.1
Features
- compatibility: Support rcore_tattoos (#220) #220 (iLLeniumStudios)
Bug Fixes
- zones: Fix undefined Job on ESX and zone error on enter (#219) #219 (iLLeniumStudios)
v4.5.0
Features
- framework: ESX Legacy support (#215) #215 (iLLeniumStudios)
- theme: Add not-heavily-inspired theme (#217) #217 (iLLeniumStudios)
Bug Fixes
- client: Fix onduty set bug (#216) #216 (iLLeniumStudios)
v4.4.0
Features
- tattoos: Add The Criminal Enterprises DLC (2699) Tattoos (#211) #211 (iLLeniumStudios)
- hair: Automatic Fade support (#212) #212 (iLLeniumStudios)
- ui: Hide minimap on appearance open support (#213) #213 (iLLeniumStudios)
v4.3.0
Features
- tattoos: Charge players per tattoo (#205) #205 (iLLeniumStudios)
- tattoos: Tattoo opacity (#208) (iLLeniumStudios) #208
Bug Fixes
- locale: Add missing translation for Head (#202) #202 (iLLeniumStudios)
- client: Fix health bug (#204) #204 (iLLeniumStudios)
- player: Max health issue fixed (TheiLLeniumStudios)
v4.2.0
Features
- lang: added italian translation (#193) #193 (MrV)
- lang: added italian translation 2(#194) #194 (MrV)
- ui: Prevent Tracker to be removed it player is being tracked (#200) #200 (iLLeniumStudios)
- ped: Support for head variations of custom peds (#201) #201 (iLLeniumStudios)
Bug Fixes
- radialmenu: Fix radialmenu zoneName references (#199) #199 (iLLeniumStudios)
- Asynchronous loading issue (TheiLLeniumStudios)
v4.1.0
Features
- resource: Add version check (#197) #197 (iLLeniumStudios)
Bug Fixes
- sql: Add missing playerskins table file (TheiLLeniumStudios)
- sql: playerskins syntax error fixed (TheiLLeniumStudios)
- client: Fix issues with opacity + features not showing at max value (1) (#192) #192 (iLLeniumStudios)
- target: Fix unknown fields for target size when ped = false (TheiLLeniumStudios)
Chores
- indentation: Convert tabs to spaces (#196) #196 (iLLeniumStudios)
Commits
- polyzone: Reworked polyzones using ox_lib zones (#195) #195 (iLLeniumStudios)
- commands: Create commands using ox wrapper (#198) #198 (iLLeniumStudios)
v4.0.0
Features
- command: Add clearstuckprops command (#146) #146 (iLLeniumStudios)
- client: Global outfit rooms for everyone #179 (TheiLLeniumStudios)
- blacklist: Add support for blacklisting hair #179 (TheiLLeniumStudios)
- client: Add ability to show closest only shop #179 (TheiLLeniumStudios)
- config: Configurable target model and scenario per shop #179 (TheiLLeniumStudios)
- config: Configurable invincibility of player during customization #179 (TheiLLeniumStudios)
- client: Allow config to remove props as well using the toggle clothing menu #179 (TheiLLeniumStudios)
- ui: Add support for using ox_lib for taking input (#180) #180 (iLLeniumStudios)
- menu: Switch to ox_lib's context menu (#183) #183 (iLLeniumStudios)
Bug Fixes
- client: Reloadskin disabled when falling (TheiLLeniumStudios)
- client: Gang shouldn't require to be on duty (#150) #150 (iLLeniumStudios)
- client: Player ped id undefined + remove hair argument #179 (TheiLLeniumStudios)
- lint: Variable shadowing issue #179 (TheiLLeniumStudios)
- client: Player losing armour on cancel fixed #179 (TheiLLeniumStudios)
- util: Invalid argument fix in IsPedMale #179 (TheiLLeniumStudios)
- blips: Potential fix for blips when the limit reaches (#184) #184 (iLLeniumStudios)
- client: Fix clothing not being put back that you removed, after save (#189) #189 (iLLeniumStudios)
- client: Fix duplicate wearClothes argument (TheiLLeniumStudios)
- tattoos: Filter tattoos not supported by current gender (#190) #190 (iLLeniumStudios)
Documentation
- readme: Update requirements, features and add a note (#191) #191 (iLLeniumStudios)
Code Refactoring
- config: Refactor all json configs to lua #179 (TheiLLeniumStudios)
- client: Remove exports and use the local client for exported functions (#181) #181 (iLLeniumStudios)
- input: Remove qb-input support entirely and switch to ox_lib (#185) #185 (iLLeniumStudios)
- Move default functions + cleanup unnecessary events (#188) #188 (iLLeniumStudios)
Chores
- docs: Remove docs from the repo (TheiLLeniumStudios)
- quotes: Consistent quotes (#187) #187 (iLLeniumStudios)
- rename: Change to illenium-appearance (TheiLLeniumStudios)
Commits
- game: Prevent false positives for AC (TheiLLeniumStudios)
- de3cf6d: Add bulgarian locales. Closes #142 (iLLeniumStudios)
- 7b31e7d: Little upgrade (#149) (OG) #149
- 2edbb41: add prices in textui (#166) (Vosscat) #166
- 28ce7d5: v4 inital changes (TheiLLeniumStudios) #179
- ca95c66: Fix some issues (TheiLLeniumStudios) #179
- 6816986: Fix invalid function name (TheiLLeniumStudios) #179
- 4ec4b7e: Use v3 checkout action (TheiLLeniumStudios) #179
- c3b588f: Remove unused count variable (TheiLLeniumStudios) #179
- 29f420c: Fix filename in fxmanifest (TheiLLeniumStudios) #179
- ad7f31f: Gabz Haters clothing shop polyzone (#156) (OG) #156
- client: Use promises instead of manual waits (#182) #182 (iLLeniumStudios)
- ui: Switch to ox_lib for textUI and Notifications (#186) #186 (iLLeniumStudios)