-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moves most information from ARES Interface and APOLLO Interface to the ARES Datacore. Also reorganises the files so the two interfaces are in separate files with all their UI data. # About the pull request Centralises most of the information used by the ARES Interface and APOLLO Maintenance Console(s) into a datacore. Also reorganises the files so the two consoles are in their own individual files with all their UI data rather than having them separate from the UI data which was making it difficult to navigate. Also adds checks to everywhere I could find missing them for logging to the datacore. # Explain why it's good for the game This will help massively for future compatability and updates. # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> Put screenshots and videos here with an empty line between the screenshots and the `<details>` tags. </details> # Changelog :cl: code: Moved most data storage from ARES Interface and APOLLO consoles to a new ARES datacore datum. code: Moved the two consoles to separate files for easier navigation, and moved their respective UI data to the files. code: Ares logging procs are now global procs with integrated can_log checks, rather than requiring definition of ares_link for every use. add: Added ares_can_log checks to all the places I could find missing them. fix: Fixed missing rejection button for access tickets. del: Removed claim ticket button from Access Tickets. /:cl:
- Loading branch information
1 parent
2d5834c
commit c46e9d2
Showing
23 changed files
with
1,080 additions
and
1,085 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
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.