Skip to content

vMenu Enhanced v0.0.1-alpha.67

Pre-release
Pre-release

Choose a tag to compare

vMenu Enhanced pre-release v0.0.1-alpha.67 (alpha).

Warning

This is an early alpha build of vMenu for FiveM Enhanced. Expect breaking changes and incomplete features.

Changes since the last Enhanced pre-release
  • 3d6b649 (Tom Grobbe) Revert "fix(permissions): refresh permissions through the player index natives"
  • 71347c0 (Tom Grobbe) feat(misc): add player blips and overhead player names
  • a0a9ec5 (Tom Grobbe) feat(blips): port the GTA Online vehicle blip sprite lookup
  • 62eea00 (Tom Grobbe) refactor(appearance): move clothing glow from a decorator to a state bag
  • 6354ab6 (Tom Grobbe) feat(permissions): add a staff permission and publish it to clients
  • 5eed58c (Tom Grobbe) feat(statebags): add a client and server state bag layer
  • e8811c4 (Tom Grobbe) feat(natives): add RemoveBlip and state bag native fixers
  • d15bae2 (Tom Grobbe) feat(menus): show a notice when permissions hide every item in a menu
  • 2da1406 (Tom Grobbe) fix(permissions): skip the container grant warning for root categories
  • eb30e42 (Tom Grobbe) fix(permissions): refresh permissions through the player index natives
  • 2b02f3f (Tom Grobbe) chore(deps): bump MenuAPI to 1.0.6
  • 3d4ee8b (Tom Grobbe) fix(deps): bump js-yaml to 4.3.1 and nanoid to 3.3.18
  • 90de327 (Tom) Merge pull request #645 from TomGrobbe/enhanced-optimizations-and-vehicle-fix
  • 044be01 (Tom Grobbe) tweak(online-players): listen for the revision convar instead of polling it
  • 2d3a4a5 (Tom Grobbe) feat(config): listen for specific convars instead of every change
  • b02d492 (Ricky Merc) fix: optimization and fix vehicle spawning so its not scuffed for some
  • 7bd205e (Tom Grobbe) tweak(log): change log level of one more call
  • 16f9f58 (Tom Grobbe) feat(logging): made logging wrapper for both server and client and made logging level configurable.
  • 81c7969 (Tom Grobbe) fix(ticks-overlay): fixed scrollbar appearing and list not fitting on the entire screen. Also sorted the list alphabetically now.
  • 725c2d7 (Tom Grobbe) tweak(ticks): made tick rate variable, fixed choppy time changes
  • cafcaba (Tom Grobbe) feat(pointing): add finger pointing, update translations, removed keybinding convars for some features, updated notification duration for some notifications, added ped category filter
  • 53b7bce (Tom Grobbe) chore(peds): split up the peds into more groups
  • 3c99acc (Tom Grobbe) debug(profiler): add new build config and build-time swap project for native functions to "hook" into native calls before and after they get called so we can profile native functions. Only enabled when building with the NativeHooks build configuration.
  • 79fc545 (Tom Grobbe) fix(misc): fix order of misc settings items
  • f2300a8 (Tom Grobbe) fix(keybinds): fix controller keybinds
  • acf3876 (Tom Grobbe) feat(minimap): implement minimap zoom and expanded radar options.
  • ab52f53 (Tom Grobbe) tweak(menuapi): update MenuAPI with profiler update
  • b2b8406 (Tom Grobbe) tweak(time): update time sync
  • d6392bc (Tom Grobbe) feat(deaths-and-pvp): add death notifications and pvp mode control
  • 774ebfd (Tom Grobbe) feat(weapons): added ped weapons and saved loadouts menu's
  • 851cccf (Tom Grobbe) tweak(godmode): change godmode to player instead of entity
  • 07621e5 (Tom Grobbe) tweak(no-ragdoll): godmode no longer prevents ragdoll, only the no-ragdoll feature does that now
  • 71162db (Tom Grobbe) fix(permissions): generate parent permissions correctly when any child permission is staff-only
  • 1334805 (Tom Grobbe) chore(menuapi): update MenuAPI dependency to block menu navigation while weapons wheel is active
  • 74695dd (Tom Grobbe) fix(keybinds): fix visor keybinds on controller
  • afe1cda (Tom Grobbe) chore(debug): added gametimer to event debug logs
  • 753819e (Tom Grobbe) chore(profiler): added profiler context for tick functions
  • d570834 (Tom Grobbe) tweak(notifications): blur and pause notifications when game is paused.
  • da0691c (Tom Grobbe) docs: add key bindings and player appearance pages
  • be378ee (Tom Grobbe) chore(i18n): translate the player appearance and saved peds strings
  • 980e350 (Tom Grobbe) feat(peds): add the helmet visor hotkey and move the teleport key to F10
  • 2c72d21 (Tom Grobbe) feat(peds): port ped customization, saved peds, walking styles and glowing clothes
  • 7c8b567 (Tom Grobbe) tweak(vehicles): rework saved vehicles around categories, with edit and duplicate
  • 1433f96 (Tom Grobbe) feat(menus): let a locked entry explain why it is locked
  • 01a8ec8 (Tom Grobbe) refactor(menus): move AppearanceDifference into a shared namespace
  • 8c79534 (Tom Grobbe) docs(getting-started): write temporary installation instructions
  • 8563421 (Tom Grobbe) feat(core): refuse to start when the resource folder has the wrong name
  • 1765f10 (Tom Grobbe) chore(i18n): translate the vehicle god mode, keep clean and player god mode strings
  • db79f3b (Tom Grobbe) tweak(vehicles): shorten the mod slot descriptions and lead with the slot position
  • d5e4e57 (Tom Grobbe) tweak(vehicles): move repair, wash, keep clean and dirt to the top of the vehicle options menu
  • bbc866a (Tom Grobbe) feat(menus): group the player menus under a new Player Menu
  • 8a9a2f8 (Tom Grobbe) feat(players): add super jump, fast run, fast swim, unlimited stamina, unlimited oxygen and no ragdoll
  • dd387cb (Tom Grobbe) feat(peds): add a ped models menu with per category and per model permissions
  • 3b5aa5e (Tom Grobbe) feat(ui): stack repeated notifications with a count and show the sending resource
  • 14d55ba (Tom Grobbe) chore(data): add the vehicle driving style and mode flag tables
  • 9ce237b (Tom Grobbe) refactor(permissions): rename VehicleCategoryName to CategoryName
  • 04ca5c7 (Tom Grobbe) feat(build): report how much of the English string table each language covers
  • 41bb463 (Tom Grobbe) chore(build): copy the shipped config files on every build instead of only when missing
  • 5148667 (Tom Grobbe) feat(menus): group the vehicle menus under a new Vehicles Menu
  • 2ceb38c (Tom Grobbe) tweak(vehicles): remove the saved vehicle limit
  • c41f591 (Tom Grobbe) feat(world): add preset time list to the weather and time menu
  • b8b6324 (Tom Grobbe) feat(ui): make menu title alignment, font and header glare configurable
  • ca14e8f (Tom Grobbe) chore(deps): update MenuAPI to 0.1.0-alpha.20
  • 000eaf2 (Tom Grobbe) feat(menus): bring back player godmode, vehicle godmode and keep vehicle clean
  • 39ed2f5 (Tom Grobbe) fix(vehicles): repair twice so windows stay repaired
  • c6dc11b (Tom Grobbe) feat(events): add VehicleDirtied event
  • 2930243 (Tom Grobbe) tweak(ui): left aligned Chalet Comprime Cologne menu titles with header glare
  • 380fd02 (Tom Grobbe) chore(deps): update MenuAPI to 0.1.0-alpha.19