Commit Graph

2419 Commits

Author SHA1 Message Date
Selis
271ff9408f Spell Fixes 2023-06-18 12:47:36 +02:00
Heroman3003
3f0a1a4e69 Merge pull request #14987 from Runa-Dacino/alternatesolution
Alternate to https://github.com/VOREStation/VOREStation/pull/14959 New Admin verb: Report Player Status
2023-06-10 14:05:36 +10:00
Runa Dacino
f46af8ba0d Merge branch 'master' into entity_narration_TGUI 2023-06-09 09:58:35 +02:00
Runa Dacino
a9cbd8fa4f New Admin verb: Report Player Status
* Adds a new verb in the "EventKit" tab
* New verb copies player_list and sorts it into an assoc list of area:(players)
* It then prints out each area's list of players, giving their (x,y) coordinates
* It also notifies of how long since their last action, rounded to nearest minute
* Players who took ABSOLUTELY NO ACTION for 15 minutes are pruned to reduce clutter
* Tracks pruned players, players who are actually in-game as mob/living
* Reports this as well.
2023-06-07 17:11:45 +02:00
Runa Dacino
fd7e89f011 entity_narrate: Minor tweaks
* Removed special protection for mobs with clients
* * Instead, the GM is warned not to abuse this and each use will be logged
* * Added logging everywhere we previously used return or continue to prevent client narration
* * Kept !!!Player!!! typing rather than showing their actual path
* Added prevention of duplicate entity names.
* * Recursively calls the add entity proc until cancelled or a valid name is given
* Only sanitizes the message after it's passed to mob_args() for basic interface, and only for non-mob ones as mob one calls procs that sanitize the input themselves
* Likewise for TGUI, sanitization is only done within the actual narration proc to avoid double sanitization breaking things.
* While at it, I re-introduced [mode] to classic input's instruction string. I had it originally, then removed it while pruning code duplication. I realize I can add it back now.
2023-06-06 17:43:57 +02:00
ItsSelis
10d2178516 More 515 Compatibility 2023-06-05 19:29:40 +02:00
Runa Dacino
ae92270cc2 Extends entity narrate functionality with TGUI
*Adds all the necessary procs for TGUI functionality as backend
*Creates EntityNarrate.tsx
*Extends entity_narrate datum with helper vars for TGUI
*TGUI window now allows:
* * Multi Selection
* * Single Selection
* * It shows details if single
* * It shows how many if multi
* * Allows picking between subtle/loud
* * Allows picking between talk/emote
* * Allows sending messages every 0.5 seconds
* * Uses new textbox feature to make editing and tracking narration easy!
2023-06-05 17:25:14 +02:00
Heroman3003
9d0d12b899 Merge pull request #14960 from Runa-Dacino/fixeventthing
Removes eventkit from non-staff browser. fixing bug by doing so
2023-06-04 09:32:36 +10:00
Runa Dacino
cee4575856 Removes eventkit from non-staff browser
* Changes Open Mob Spawner to be a proc
* Adds Open Mob Spawner to admin_verbs_spawn
2023-06-04 01:18:03 +02:00
Runa Dacino
d71653c9b6 Adds functionality to buildmode's AI mode to adjust a.i wander behavior
* Works by clicking on ANY object/turf/mob
* MMB + Shift = Wander
* MMB + CTRL = NOT wander
* Adds this info to help button
2023-06-03 18:41:33 +02:00
Runa Dacino
4ab3c8f882 Adds sanitization, reduces code duplication
* Makes entity_narrate() call entity_narrate_args() with input gleaned from user interface
* Sanitizes text input. Multiple times: custom IDs are sanitized on creation
* Interface text input sanitized on input
* Sanitizes arguments of argument based function as well
* Enables multi-line text input when making messages using interface.
* Multiline also works with commandline tool using \n
2023-06-02 16:39:10 +02:00
Runa Dacino
5bcc0a2d5d Extends functionality to include turfs
* Changed type checks to check for /atom for non-mobs
* Changed static typing to use /atom for non-mobs
* Rearranged code logic where relevant so we only check for /atom if mob/living came out invalid
* Added a guard clause against observers on adding a ref. Only added to this as there's hopefully no way to access ghosts with the remaining procs
* Also added "Remove All" as an option for removing refs. It requires confirmation.
2023-06-01 21:31:52 +02:00
Runa Dacino
6c2ee4a4ce Adds a set of new admin verbs for narrating (obj &mob)
*Adds verbs to client: Narrate Entity, ... (Add ref), ... (Remove ref), ... (Interface)
* Adds new Client var to hold reference to entity_narrate datum instance
*Creates entity_narrate datum to hold list of unique/custom entity names, and an assoc list of name:atomref
* All listed client verbs initialize the datum onto the client var for later use when first used
* User is expected to right click mobs within viewrange to add them to ref list
* User is prompted to create a unique identifier to generate the key:value pair
* User may either request an interface to do the narration (interface)
* User may alternatively go narrate-mob "identifier" "speak/emote" "narration" into command line
* In case of argument call, message may be ommited to bring up non-multiline tgui_input_text
* User may remove entities from their personal list at will
* Users adding entities to their personal list are logged
* Users attempting to add players to their personal list are likewise logged
* Users succeeding despite this are logged if they try to speak for them
* If type is mob/living, it uses .say and .custom_emote() procs
* .say uses the mob's languages, stutters and so forth
* if type is obj/, user must specific speech verb when composing narration.
* User may narrate from any range.
* Each proc checks for R_FUN permission and prevents using if lacking rights
2023-06-01 17:41:37 +02:00
Heroman
a7ac53831f Fixes MRE unpacking and Intercom Convo 2023-03-12 06:41:32 +10:00
Casey
db38041456 Merge pull request #14641 from Heroman3003/admin-perm-fixes-also-sound
Fixes some admin perms not being properly checked
2023-03-09 15:33:21 -05:00
Heroman
5ec9f5ea62 Fixes some admin perms not being properly checked 2023-03-09 14:27:19 +10:00
Seris02
aadd99ba94 more fixed admin hrefs 2023-03-01 11:27:34 +08:00
Selis
9552d54f90 Adds Href Token to database banning forms 2023-02-12 12:38:29 +01:00
C.L
5ddab5e959 Removes ability for Retired Admins to see staff chats.
Does exactly what it says on the tin.
2023-02-11 13:47:23 -05:00
ItsSelis
1331815606 Admin href fax topic thing fix 2023-02-07 22:14:20 +01:00
Spookerton
e88b875cd5 Adds a proc to fix player notes listings 2023-02-04 15:37:44 -05:00
Heroman
f2e04e6bdf Adds new admin character spawn method 2023-01-13 15:11:20 +10:00
Heroman
21fa63b533 Fixes two admin bugs 2022-12-31 14:18:17 +10:00
Heroman
64149a5d5b Adds fireworks and their launchers 2022-12-25 21:15:33 +10:00
Heroman
d5ef5d6a05 Gives borgs access to human emotes 2022-12-19 06:33:30 +10:00
ItsSelis
a4422b9d65 Properly fixes object spawner 2022-12-14 21:39:09 +01:00
ItsSelis
ecc6159d3a Hrefs to create object window 2022-12-14 21:24:15 +01:00
ItsSelis
779b4db5c0 Added missing href tokens 2022-12-14 21:08:49 +01:00
Heroman3003
3537c20742 Merge pull request #14188 from ItsSelis/selis-admin-tokens
Adds admin tokens
2022-12-12 05:40:48 +10:00
ItsSelis
b3b64e49d6 Adds mentor panel 2022-12-11 17:51:21 +01:00
ItsSelis
cc3659c048 More conversions 2022-12-11 14:31:02 +01:00
ItsSelis
cd3356ead9 Adds token functionality 2022-12-11 13:50:52 +01:00
Casey
2c6bd88519 Merge pull request #14140 from Very-Soft/bookmanagement
Buffs library book management
2022-11-26 17:41:32 -05:00
Heroman
291ba2f736 Adjusts smite list 2022-11-27 08:25:59 +10:00
VerySoft
54840123d2 Fixy 2022-11-26 15:54:22 -05:00
VerySoft
de382a6eb5 Buffs library book management
These are mostly copy pasta edits of things that already work, however, I do not know how to set up a database on my test server, so! These tools have not been tested beyond compiling and running and seeing that the window pops up.

They work the same way as the existing method of book deletion though, so there's little reason to think they will do anything especially differently.
2022-11-26 15:39:28 -05:00
VerySoft
745f1f6f36 One more tweak 2022-11-21 19:35:00 -05:00
VerySoft
08f5641c01 Adjust Security Ticket
if no input do nothing
2022-11-21 16:47:28 -05:00
VerySoft
8b4ba9deec every time I say it's the final one it's not 2022-11-21 01:27:52 -05:00
Selis
4d89cfa28f Update adminhelp.dm 2022-11-05 11:03:18 +01:00
Casey
24f9621eba Merge pull request #13855 from Cameron653/overlay_madness
Upgrades OverlaySS. Fixes #3627
2022-10-09 23:02:01 -04:00
C.L
e85bdb061b Upgrades OverlaySS. Fixes #3627
Tested on my test server and nothing appeared to be broken. Overlays were showing up as expected.

Ghosts no longer became space/stairs/stole someone's tail
2022-10-05 11:16:58 -04:00
ItsSelis
fb27bd83e2 fallback proc now calls parent 2022-10-03 23:10:36 +02:00
ItsSelis
28e3a264b5 Updated bundle 2022-10-03 23:05:38 +02:00
ItsSelis
6159825d83 AdminTicketPanel 2022-10-02 23:33:57 +02:00
Casey
420957ffec Merge pull request #13828 from Cameron653/BUILDABLE_SHUTTLES
Blueprint Revamp.
2022-10-02 13:59:10 -04:00
Casey
73d3802786 Merge pull request #13825 from Cameron653/rcon_sanitization
Sanitization
2022-10-02 13:58:21 -04:00
C.L
0f7f886ae1 Adds innate ability for people to create small areas
With paper.
Also adds two Southern Cross areas to the lists.
Also makes some global procs for ultra-quick area generation that anything can use and badmins can call.
https://i.imgur.com/wnm3joF.png
Removes a debug message
2022-10-01 23:27:49 -04:00
C.L
29e354c55e Fixes buildmode.
- Allows for the creation of areas via build mode.
- If an area is made via buildmode, the area will be fully lit. This is the only compromise I could do it as space areas worked fine when turned into new areas, but preexisting areas bugged out massively and were full dark (just like it currently is on live)
2022-10-01 01:43:55 -04:00
C.L
6236a13194 Sanitization and better TGUI utilization
- Sanitizes some more things so you can't put HTML into it.
- Utilizes TGUI better to show the user the max they can post.
- Limits some things like circuits so you can't insert 50000 characters.
2022-09-29 23:02:23 -04:00