Skip to content

Tgui Player & Options panel - Please Review Me #4846

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

Merged
merged 20 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ GLOBAL_PROTECT(admin_verbs_default)
/client/proc/review_cassettes, /*monkestation addition Opens the Cassette Review menu*/
/client/proc/stop_sounds,
/client/proc/tag_datum_mapview,
/client/proc/vuap_open_context,
)
GLOBAL_LIST_INIT(admin_verbs_admin, world.AVerbsAdmin())
GLOBAL_PROTECT(admin_verbs_admin)
Expand Down Expand Up @@ -108,6 +109,7 @@ GLOBAL_PROTECT(admin_verbs_admin)
/client/proc/AdminVOX,
/client/proc/delete_all_glowshrooms,
/client/proc/toggle_glowshroom_spread,
/client/proc/player_panel_veth,
// monkestation verbs end
)
GLOBAL_LIST_INIT(admin_verbs_ban, list(/client/proc/unban_panel, /client/proc/ban_panel, /client/proc/stickybanpanel, /client/proc/library_control))
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Title: <!--Title of your addition-->

<!-- uppercase, underscore_connected name of your module, that you use to mark files-->
MODULE ID: TGUIPLAYERPANEL

### Description:
This PR adds a TGUI version of player panel. It should have all of the features of the current player panel, with some additional "most used" buttons on the main player panel. Ideally, if all goes well, I'd like to phase out the older player panel, but this will need extensive testing.

### Master file additions

- N/A
<!-- Any master file changes you've made to existing master files or if you've added a new master file. Please mark either as #NEW or #CHANGE -->

### Included files that are not contained in this module:

#NEW tgui/packages/tgui/interfaces/VUAP_personal.tsx
#NEW tgui/packages/tgui/interfaces/veth_player_panel.tsx
#CHANGE code/modules/admin/admin_verbs.dm


<!-- Likewise, be it a non-modular file or a modular one that's not contained within the folder belonging to this specific module, it should be mentioned here -->

### Credits:

<!-- Here go the credits to you, dear coder, and in case of collaborative work or ports, credits to the original source of the code -->
<!-- Original Coders -->
Made by Veth
Special thanks to Fleepy, Pooba & Absolucy for their help.

Loading
Loading