Releases: Maximus7474/mps-elevator
Releases · Maximus7474/mps-elevator
v2.1.2
v2.1.1
Bug Fixes
- client/target: add distance check to TargetOptions for ox_target (Maximus7474)
Commits
- 08c91c8: Update fxmanifest version to v2.1.0 (GitHub Actions)
- 83ed79e: Merge branch 'main' of https://github.com/Maximus7474/mps-elevator (Maximus7474)
- server: improve debug print output (Maximus7474)
v2.1.0
Features
- client/target: implement DebugZones config value (Maximus7474)
Bug Fixes
- config: ui not auto closing if CloseUI is set to true (Maximus7474)
- config: ScreenFade option not being implemented (Maximus7474)
- config: FadeDuration option not being implemented (Maximus7474)
- target: add configurable positional offset for marker drawing (Maximus7474)
Code Refactoring
- uniformize script to use internal debug print & not lib.print (Maximus7474)
Commits
- c3c01c3: Update fxmanifest version to v2.0.0 (GitHub Actions)
- ff2e296: Remove duplicate release badge from README (Maximus7474)
- client/elevators: pass floor index to target (debugging) (Maximus7474)
- shared: functions (Maximus7474)
v2.0.0
⚠️ Important
Because no one provided any feedback, bug reports or whatsoever on the beta part there can be bugs. So if there are any then off you go to the Issues tab and write nice and detailed reports on what happened and what is expected, low effort issues will be dealt with low effort (most likely getting ignored).
Features
- server/classes: initial elevator class #22 (Maximus7474)
- server/utils: helper function to sanitize groups & items restrictions #22 (Maximus7474)
- server/utils: GetFrameworkObject helper #22 (Maximus7474)
- server/bridge: initial esx bridge #22 (Maximus7474)
- server/bridge: initial ox bridge #22 (Maximus7474)
- server/bridge: initial qbox bridge #22 (Maximus7474)
- server/bridge: initial standalone placeholder #22 (Maximus7474)
- server/elevator: canUse function logic with framework #22 (Maximus7474)
- server/framework: HasItem method #22 (Maximus7474)
- server/framework: falsey check for HasGroup #22 (Maximus7474)
- server/elevator: getFloors function logic with framework #22 (Maximus7474)
- server/elevator: sanitize floor initialization for elevator #22 (Maximus7474)
- server/elevator: gotoFloor method #22 (Maximus7474)
- server/elevator: getFloorPositions method #22 (Maximus7474)
- server: update player targets func & export to refresh target list for the client #22 (Maximus7474)
- server/framework: esx playerLoaded & setJob to generate list of targets for client #22 (Maximus7474)
- server/framework: ox playerLoaded & setGroup to generate list of targets for client #22 (Maximus7474)
- server/framework: qbox OnPlayerLoaded, OnJobUpdate & OnGangUpdate to generate list of targets for client #22 (Maximus7474)
- server/framework: placeholder event handler for player join to update methods #22 (Maximus7474)
- server/classes: set instance statebag when going to new floor #22 (Maximus7474)
- server/classes: isInElevator method #22 (Maximus7474)
- server/classes: initial event internal handler #22 (Maximus7474)
- web/utils: formatFloorIcon helper #22 (Maximus7474)
- web/types: new interfaces to handle data #22 (Maximus7474)
- web/css: added stles to status light for access symbol #22 (Maximus7474)
- client: nui module #22 (Maximus7474)
- client: elevator module, handles target creation / deletion #22 (Maximus7474)
- server: callback registers & events to handle users opening & closing elevators #22 (Maximus7474)
- server: export to create new elevator #22 (Maximus7474)
- client: screen fadein/fadeout during travel #22 (Maximus7474)
- client: command in case error occurs server side leading to client staying in screen fade out #22 (Maximus7474)
- client: global state to track if nui is open #22 (Maximus7474)
- client/modules: added target module for ox_lib & ox_target #22 (Maximus7474)
Bug Fixes
- shared: GetFramework #22 (Maximus7474)
- server/utils: luadoc for HasGroup method #22 (Maximus7474)
- server/elevator: luadoc for source #22 (Maximus7474)
- server: value arg for updatePlayerTargets #22 (Maximus7474)
- server/elevator: convert vec4 to vec3 to analyze distance to player #22 (Maximus7474)
- server/elevator: using label to track elevators and not id #22 (Maximus7474)
- server: on resource start update data for all players #22 (Maximus7474)
- server/elevator: missing luadoc for gotoFloor method #22 (Maximus7474)
- client: allow full reset of elevators (char switch, job switch) #22 (Maximus7474)
- config: missing marker dr...
v2-beta-01
First version of the V2 beta, don't take the source code archive because that is the main branch and not V2.
v1.2.5
Features
- qbox support (Maximus7474)
Chores
- update repository urls (Maximus7474)
Commits
- ddce698: Update fxmanifest version to v1.2.4 (GitHub Actions)
- removed qb support (Maximus7474)
- README: update supported frameworks (Maximus7474)
v1.2.4
Important
- This is a test release, the resource has not changed for the fivem instance
- Only the release workflow has been reworked
Bug Fixes
- release: missing working-directory hate this stuff (Maximus7474)
Chores
- update README (Maximus7474)
- update gitignore (Maximus7474)
- deps: bump rollup from 4.18.0 to 4.22.4 in /web #20 (dependabot[bot])
Commits
- release: changed to use on push of a tag and auto update version in fxmanifest (Maximus7474)
- release: changed to use npm (Maximus7474)
- release: changed node setup (Maximus7474)
- release: added cache-dependency-path (Maximus7474)
1.2.3
Version Bump to 1.2.3.
What's Changed
- Added start-up check by @Maximus7474 in #17
- Various fixes for zones by @Maximus7474 in #18
- Improved DebugPrint function by @Maximus7474 1118f35
- Added more elevator templates by @Maximus7474 f6c452d
Full Changelog: 1.2.2...1.2.3
1.2.2
Version Bump to 1.2.2.
What's Changed
- feat: support for qb core by @Maximus7474 in #13
- feat: support for ox core by @Maximus7474 in #14
- More restriction options by @Maximus7474 in #15
- Adaptable teleport positions & fixed vehicle not teleporting by @Maximus7474 in #16
Full Changelog: 1.2.1...1.2.2
1.2.1
Version Bump to 1.2.1.
What's Changed
- UI improvements by @Maximus7474 in #12
Full Changelog: 1.2.0...1.2.1