Leland Kemble
a25deb9bb1
Fixes newly created objects not appearing in auto updating lootpanel ( #95083 )
...
## About The Pull Request
Makes the auto updating lootpanel listen for
`COMSIG_ATOM_AFTER_SUCCESSFUL_INITIALIZED_ON` in addition to
`COMSIG_ATOM_ENTERED`, allowing it to pick up newly created objects.
## Why It's Good For The Game
fixes #95038
## Changelog
🆑
fix: the auto updating lootpanel now automatically shows new items that
haven't moved yet.
/🆑
2026-02-04 18:45:22 -05:00
Jordan Dominion
37df0a0cbe
Lootpanel Improvements ( #94995 )
...
## About The Pull Request
Makes the lootpanel act like you'd expect it to.
## Why It's Good For The Game
You should not need to manually refresh the loot panel. You should not
be able to monitor a turf on the other side of the station.
## Changelog
🆑
fix: The lootpanel will now properly close with distance from the target
like most other tguis.
qol: The lootpanel will now automatically refresh when new items enter
it. Removed the manual refresh button.
/🆑
Co-authored-by: Jordan Dominion <Cyberboss@users.noreply.github.com >
2026-01-28 13:16:15 +13:00
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
Jeremiah
d554ab7766
RPG Loot: Revisited & READY ( #82533 )
...
## About The Pull Request
Revival of #72881
A new alt click window with a tarkov-y loading spinner. Replaces the
object item window in stat panel.
## Videos
<details>
<summary>vids</summary>
toggleable grouping:

now lists the floor as first obj:

in action:

</details>
## features:
- search by name
- 515 image generator is much faster than alt click menu
- opening a gargantuan amount of items shouldnt freeze your screen
- groups similar items together in stacks by default, toggleable
- shows tile as first item
- <kbd>Shift</kbd> and <kbd>Ctrl</kbd> compatible with LMB
🖱️
- RMB points points at items (sry i could not get MMB working)
- key <kbd>Esc</kbd> to exit the window.
For devs:
- A new image generation tech.
- An error refetch mechanic to the Image component
- It does not "smart track" the items being added to the pile, just
reopen or refresh. This was a design decision.
## Why It's Good For The Game
Honestly I just dislike the stat panel
Fixes #53824
Fixes

## Changelog
🆑
add: Added a loot window for alt-clicking tiles.
del: Removed the item browser from the stat panel.
/🆑
---------
Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com >
Co-authored-by: AnturK <AnturK@users.noreply.github.com >
Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com >
2024-04-14 17:35:03 -04:00