-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Tuning to handle headlight colors #153
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Made Color Settings & Neon Settings an Object in the vehicle interface. |
Stuyk
added a commit
that referenced
this pull request
Sep 22, 2024
* chore: update package.json for v53 * fix: non-verbose error for plugin imports * docs: changelog * feat: blip sprite types as string, blip color types as string * feat: blip short range set to true by default * Update weapon.ts (#135) * Update weapon.ts * Update weapon.ts * Add new Function "getFocusedCustom" to Player.raycast (#133) * Add "getFocusedCustom" to "raycasts.ts" * Add "getFocusedCustom" to "raycast.ts" * Add "getFocusedCustom" to "index.ts" * feat: fix useWeapon * feat: services, event rework, vehicle handling fix * docs: useServices partial docs * feat: change service names for registration * feat: better interaction workflow for adding blips, markers, and labels * feat: update document typings for module extension * fix: remove dead bin files * chore: update deps, fix gitignore * feat: currency service * docs: document services, and events * feat: change event names to have 'rebar' prefix * feat: remove old document events, replace with alt events * docs: remove out-of-date docs * feat: change item service to take entity * fix: service validity check * fix: remove extra time functions * fix: set time meta * Added stopAudio, added missing Volume arg (#139) * adding missing volume arg to playSound * added stop audio function * added stop audio event * add stop audio to useAudio * POC: Enhanced permission system (#137) * POC: Enhanced permission system * Added getExpired permissions and function to remove all permissions that have been expired. * Removed permission expiration, added enhanced permission check operators, added virtual document support * make group 'inherits' property as not mandatory * Remove just deleted group from online/offline characters/accounts * Some fixes, added documentation * Added target to proxy function * Fix update function, some fixes for permissions * Some fixes, added warning for incorrect type(deprecation) * Fix markdown issue * Functions for using named cronjobs (#138) * Add node-cron to package.json * Add cronjob function * Add useCronJob to server -> index.ts * Fix create -> check overwrite * Add plugin api depencencies * Update buildPluginImports.js remove wrong commit * Update src/main/server/cronjob/index.ts Co-authored-by: Stuyk <trevorwessel@protonmail.com> * Update src/main/server/cronjob/index.ts Co-authored-by: Stuyk <trevorwessel@protonmail.com> * Update src/main/server/cronjob/index.ts Co-authored-by: Stuyk <trevorwessel@protonmail.com> * Add Conjob Doc * Update useCronJob.md * Update docs/useRebar/useCronJob.md --------- Co-authored-by: Stuyk <trevorwessel@protonmail.com> * fix: object attachment removal, closes #140 * chore: switch to alt.getClosestEntities API, closes #141 * docs: update changelog * feat: onTick * chore: upgrade deps * fix: event on for specific systems * feat: use for item service * feat: introduce base types for items, add item create, and item remove service functions * feat: adjust base types for global usage * feat: add isOverlayOpen, and isPersistentPageOpen * fix: type decs * Update useApi.md (#143) * feat: hasSpace for item service * docs: intro paragraph, code examples * Add scrollable functionality to Dev Menu (#144) This PR enhances the Dev Menu by adding a scrollable feature to improve usability when dealing with a large number of pages. * docs: update changelog * docs: add permissions changelog * Added chmod for altv-server and altv-crash-handler for linux install process (#149) * Improvment of the Documentation (#150) * fix off by one error in comment * disable controls during authentication * reenable the controls at the end * Add missing Argument (#151) * feat: adjust weapons to allow number or string for models * docs: changelog * feat: add door synchronization for open / shut states when manually toggled * docs: changelog * POC: Added Plugin Categories. (Closes #142) (#145) * POC: Added Plugin Categories. (Closes #142) Only a Proof of Concept. I am pretty sure there are things to optimize or even something i have forgot. * Fixing Webviews * Fixed copyFiles * Added doc comment back * Sort plugins alphabetically * Sort webview alphabetically * chore: upgrade deps * feat: make draggable vue emit onDragStart, and onDragStop * feat: local storage mock * Update Tuning to handle headlight colors (#153) * Update Tuning to handle headlight colors * Make it objects. * Add blank space * Add blank space --------- Co-authored-by: Der Lord! <82890183+Booster1212@users.noreply.github.com> Co-authored-by: KoronGIT <error@dragonspace.de> Co-authored-by: Liam Robinson <liamrobinson5@web.de> Co-authored-by: Vladyslav Halatskyi <xfloydya@gmail.com> Co-authored-by: Landminen Tester <johannesmarkwordt@hotmail.com> Co-authored-by: Dav-Renz <62567929+Dav-Renz@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.