Aylong
7a817300fd
Improve and extend fieldset_block and examine_block ( #88678 )
...
## About The Pull Request
Maked `fieldset_block` and `examine_block` more stylish and neat, also
`fieldset_block` no longer has a centred title.
Renamed `examine_block` to `boxed_message` and adds
`custom_boxed_message` which can be colored.
- AdminPMs, admin tickets and vote results has been wrapped into
`fieldset_block` for comfort and visibility
- Health Analyzer results painted to blue
- Vote notice and tips of the round wrapped to purple
`custom_boxed_message`
- Tooltip text border color, now uses text color, not just white
## Why It's Good For The Game
Demonstration in both themes
<details><summary>Dark</summary>



</details>
<details><summary>Light</summary>



</details>
## Changelog
🆑
qol: AdminPMs, admin tickets, vote results and started vote notification
are now much more visible in the chat.
qol: Boxed messages in chat (like examine), has been restyled.
/🆑
2024-12-24 11:32:38 -08:00
MrMelbert
566c7ba9c2
Removes some code soul (IF YOU ARE COPY PASTING THIS...), replaces it with a macro ( #79935 )
...
## About The Pull Request
Replaces all instances of `SSblackbox.record_feedback\("tally",
"admin_verb", 1, (.+)\)` with `BLACKBOX_LOG_ADMIN_VERB($1)`
This makes so the funny comment isn't necessary.
It also reveals one location which someone did not heed the comment, the
`debug_controller` proc copy+pasted the line but did not change the
fourth argument. PEOPLE DON'T READ!
2023-11-26 20:17:04 -07:00
tattle
d81eaae90c
Build Mode Preview + better help text ( #76095 )
...
## About The Pull Request
Gives `Adv Build Mode` and `Fill` an item preview, and puts the help
text for build mode modes into an examine block.
https://github.com/tgstation/tgstation/assets/66640614/6751c721-6ddd-4761-8311-fb002ea905ac


## Why It's Good For The Game
It's good to see what you're doing.
## Changelog
🆑 Tattle
admin: build mode help text is in an examine block
admin: adv build mode and fill now have item previews
/🆑
---------
Co-authored-by: tattle <article.disaster@gmail.com >
Co-authored-by: san7890 <the@san7890.com >
2023-06-23 20:04:18 -06:00
Zandario
77db52dc6b
Corrects record_feedback()'s copy/paste comment ( #74962 )
...
## About The Pull Request
Corrects `record_feedback()`'s copy/paste comment.
## Pointless history
Originally being added in e2a8a5e , it kept its name and args for quite a
few years, that was until #32188 which had it renamed to
`record_feedback` and its args pretty much doubled. In between these
times the known copy/paste comment was already around, but that wasn't
updated, until now apparently.
2023-04-25 20:20:02 -06:00
Yaroslav Nurkov
0b7fc39484
Adds two modes for BuildMode ( #69428 )
...
Adds two modes for BuildMode, with personal icons
Tweak Components Rating - for easier upgrade of machinery.
ProcCall - for fast ProcCall on objects.
2022-09-07 17:49:24 -07:00