Skip to content

vMenu Enhanced v0.0.1-alpha.24

Pre-release
Pre-release

Choose a tag to compare

vMenu Enhanced pre-release v0.0.1-alpha.24 (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
  • bef544d (Tom Grobbe) chore(menuapi): update MenuAPI dependency
  • a29c5f9 (Tom Grobbe) feat(config): implement a configuration system that updates live on changes. Add developer features menu for it's first usecase tests. Also add example config generators.
  • fae5083 (Tom Grobbe) feat(notifications): make notifications in NUI and size up user text input.
  • 6a37cb1 (Tom Grobbe) feat(vehicles): Implement spawning by vehicle name, with NUI user input feature
  • 7164008 (Tom Grobbe) feat(misc): add right align menu option and code cleanup
  • ea2c97e (Tom Grobbe) feat(framework): Create MenuFramework to wrap MenuAPI for clean menu building, and add multi language support.
  • 585cf7f (Tom Grobbe) tweak(vehicles): Set old vehicles as no longer needed after spawning a new one
  • 5cbb116 (Tom Grobbe) feat(passive): Disable idle cameras
  • cb06090 (Tom Grobbe) tweak(permissions): remove redundant test call to resync permissions on server resource restart.
  • a6c24e2 (Tom Grobbe) chore(menuapi): update menuapi dependency
  • b13b72a (Tom Grobbe) feat(permissions): Implement permissions system v1, might not be final yet
  • 49b9555 (Tom Grobbe) tweak(vehiclespawner): Set engine on, keep velocity, set planes/heli's at full engine speed. TODO: Make vehicles not 'lag' when starting their engine while already moving after being spawned.
  • 2baa164 (Tom Grobbe) chore(menus): Messing around with old vMenu code inside a temporary vehicle spawner class to find bugs in Enhanced.
  • b94d3c1 (Tom Grobbe) fix(noclip): fix noclip controls being activated by controller or while F8 console is open
  • 8f33aa6 (Tom Grobbe) fix(natives): fix broken natives and document things, this also fixed vehicle spawner needing an external resource temporarily.
  • 734e6cb (Tom Grobbe) feat(menus): Add temporary vehicle spawner menu, using another resource for temporary export to get all models.
  • 9dd7147 (Tom Grobbe) tweak(build): do not generate .deps.json files
  • 677aaab (Tom Grobbe) tweak(pipeline): move some file copy steps from pipelines to local build targets
  • b187416 (Tom Grobbe) chore(build): Move client files to client folder in build output and shared ooutput to a shared folder.
  • 9e8a38a (Tom Grobbe) experiment(refelection): trying to access code from outside project to experiment with a plugin system
  • 546292b (Tom Grobbe) chore(noclip): improve noclip
  • b137901 (Tom Grobbe) chore(menuapi): update menuapi dependency
  • a94c007 (Tom Grobbe) fix(noclip): fix some bugs with noclip and add adder debug command
  • eb96ba2 (Tom Grobbe) chore(structure): Split server DLLs from client DLLs, add Packages props and update server Cfx API version.
  • 54a5539 (Tom Grobbe) chore(menuapi): update MenuAPI dependency.
  • 5c7bb52 (Tom Grobbe) fix(vmenu): Update Cfx API and restructure code so it now properly supports multiple projects and DLL's in a single resource.
  • f8c6315 (Tom Grobbe) experiment(vmenu): more broken stuff, noclip soft of works
  • ccbb75a (Tom Grobbe) wip(noclip): trying to add noclip
  • 1aea86c (Tom Grobbe) docs(enhanced): update broken legacy link