feat: tgui atm vending memory#282
Draft
BartDrown wants to merge 7 commits intoMonkestation:masterfrom
Draft
Conversation
This file contains hidden or 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
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.
About The Pull Request
This PR adds handfull of fun (usefull) GUI stuff:
Why It's Good For The Game
This benefits a game becasue TGUI
breaks for various people so more tgui == more issuesis more modern, whole stuff have improved readability and is easier to maintain.Testing
Tested it in various way, though I cannot cover every possible case on memory panel, it's probably changed in many more ways than I checked.
ATM login screen

ATM main screen

ATM security settings screen

ATM funds transfer screen

Printed balance statement

Printed balance statement icon

Memories (Notes) panel

Changelog
🆑
add: ATM now uses a proper TGUI interface with login, withdrawal, transfer, security level settings, and transaction log screens
add: Vending machine purchases requiring a PIN now show a TGUI dialog instead of a blocking input popup
add: Player memory notes now use a TGUI interface with color-coded and clickable fields (account numbers, PINs, emails, uplink codes, codewords)
tweak: ATM balance statement is now formatted as (kinda) official bank document with Asters Guild branding
imageadd: Added new icon states to bureaucracy.dmi
/:cl: