-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]> * Update src/main/server/cronjob/index.ts Co-authored-by: Stuyk <[email protected]> * Update src/main/server/cronjob/index.ts Co-authored-by: Stuyk <[email protected]> * Add Conjob Doc * Update useCronJob.md * Update docs/useRebar/useCronJob.md --------- Co-authored-by: Stuyk <[email protected]> * 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! <[email protected]> Co-authored-by: KoronGIT <[email protected]> Co-authored-by: Liam Robinson <[email protected]> Co-authored-by: Vladyslav Halatskyi <[email protected]> Co-authored-by: Landminen Tester <[email protected]> Co-authored-by: Dav-Renz <[email protected]>
- Loading branch information
1 parent
b431300
commit 60e7f60
Showing
141 changed files
with
5,777 additions
and
2,924 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.server-crashes-cache/ | ||
cache/ | ||
./data/ | ||
data/**/*.bin | ||
modules/ | ||
node_modules/ | ||
resources/main/ | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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
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
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
Oops, something went wrong.