ShadowCommander
a3c1d8f22a
Add job column to PlayerTab ( #6181 )
2022-01-15 14:17:33 +01:00
ZeroDayDaemon
cd830fd4a9
Make bwoink window bigger ( #6176 )
2022-01-14 21:55:30 -06:00
Morbo
62221d7b92
Add LOOC and change OOC color ( #5841 )
2022-01-12 00:29:55 +11:00
Paul
11510927d6
work on adminpanel & submodule update
2022-01-04 21:12:34 +01:00
ShadowCommander
0a626353ab
Make disconnected players in AdminNameOverlay different from connected players ( #5931 )
...
* Set transparency for disconnected players in the AdminNameOverlay
* Change to white instead of transparent
2022-01-03 16:40:45 -08:00
Paul
33572c5cc8
submodule update & fixes the ahelpwindow further
2022-01-03 04:14:10 +01:00
Paul
7e266b41ff
removes a bit of jank from bwoinkwindow
...
sorta fixes sorting
2022-01-03 02:36:25 +01:00
E F R
df9aecb6a0
Administration: Ahelp tabs ( #5965 )
2022-01-03 01:54:44 +01:00
ShadowCommander
9529883db1
Fix player tab opening multiple VV when closed by the X and reopened ( #5986 )
2022-01-01 23:10:46 +01:00
ShadowCommander
dc1ca30f7c
Add context menu to AdminMenu PlayerTab entries ( #5904 )
...
* XAML PlayerTab entries
* Move command execution to PlayerTab
* Move command logic to the AdminSystem
* Clean up
* Add examine and context menu keybind handling to PlayerTab
* Fix remote admin verbs
* Remove examine for now
* Add server verbs
* Fix requests of verb by non-admins
* Clean up AdminSystem.Menu
2021-12-30 14:11:30 -08:00
Pieter-Jan Briers
26b1f28f51
AdminSystem uses BaseWindow instead of SS14Window.
...
Forward compatibility patch for engine SS14Window deprecation.
2021-12-30 17:38:12 +01:00
ShadowCommander
9d70bdde9c
Keep players in the PlayerTab until round end ( #5921 )
...
* Rework AdminSystem to keep players in the PlayerTab until round end
* Prevent sending PlayerStatus to deadminned admins
* Change _playerList to non-nullable
* Clean up unused usings
* Consolidate duplicate foreach loop code
2021-12-30 16:12:28 +01:00
ShadowCommander
f83b64bdec
Fix AdminSystem not unsubscribing from PlayerTab.OnEntryPressed
2021-12-27 19:35:13 -08:00
ShadowCommander
e51f6ee851
Keep PlayerTab entries until the end of the round ( #5910 )
2021-12-27 12:46:38 +01:00
ShadowCommander
0bd24d1707
XAML PlayerTab ( #5897 )
...
* XAML PlayerTab entries
* Move command execution to PlayerTab
* Move command logic to the AdminSystem
* Clean up
* Add IClientConsoleHost dependency
2021-12-25 20:10:55 -08:00
DrSmugleaf
1e42bafea4
Make admin logs (reliably) refresh when opening
2021-12-25 19:18:04 +01:00
DrSmugleaf
1f8152cb02
Cache the last 3 rounds of admin logs in memory
...
Reduces send logs time from 2/10/45 seconds to 2 milliseconds
Not thread safe
Removes LogRecord
2021-12-25 02:07:12 +01:00
DrSmugleaf
2f75b282b9
Change admin log filter types and impacts to use hashsets
2021-12-24 20:48:21 +01:00
TemporalOroboros
201952e618
Adds temperature to solutions ( #5834 )
2021-12-24 02:22:34 -07:00
Paul Ritter
1b028c5ff7
adds ahelp relay ( #5837 )
2021-12-22 13:34:09 +01:00
Paul
d1a1ee3cbe
lambda
2021-12-21 21:16:45 +01:00
Paul Ritter
79fb763d02
adds bantime buttons to ban panel ( #5856 )
2021-12-21 20:55:45 +01:00
Paul Ritter
cc57d1380c
Revert Rich text ( #5848 )
2021-12-20 12:42:42 +01:00
Vera Aguilera Puerto
a51b102949
Add setooc command for +SERVER admins. ( #5818 )
2021-12-19 23:25:16 +01:00
Vera Aguilera Puerto
a46c2e6c9d
Added some missing engine command permissions. ( #5782 )
...
If you want to bikeshed this further, open an issue.
2021-12-18 14:16:34 +01:00
Vera Aguilera Puerto
2ac6f5171a
Player tab now shows VV command buttons for player characters. ( #5784 )
...
Just a smol QOL change.
2021-12-14 04:28:35 -08:00
metalgearsloth
f110e28021
Fix openahelp and quit command perms ( #5763 )
...
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com >
2021-12-12 22:45:49 -07:00
E F R
b2da936848
Everything: Rich text redux ( #5625 )
...
* lord save me
* UI/ChatBox: Use the new `defStyle` param for `RenderMarkup`
The previous iteration didn't work because `AddMessage` can't inherit
its color from the PushColor (since we're not doing actual tag stacks
anymore).
* rebase touchup
2021-12-12 18:25:42 -08:00
Moony
9c53c29fba
Fixes a bunch of funny issues i didn't catch ( #5752 )
2021-12-12 16:07:45 +11:00
Moony
caad34eecb
Mid-game prototype loading for game admins ( #5675 )
2021-12-11 16:28:16 -07:00
metalgearsloth
5b7343afda
Also this IEyeManager
2021-12-10 16:55:01 +11:00
metalgearsloth
cb1266c2fb
overlay cleanup
2021-12-10 16:51:06 +11:00
E F R
8bd386dcb0
Overlays: Avoid using IEyeManager whenever possible ( #5709 )
2021-12-10 16:47:21 +11:00
DrSmugleaf
ceca68236c
Add player list to the ban window
...
the peptide special
2021-12-09 19:30:31 +01:00
Vera Aguilera Puerto
8c351e5456
Merge branch 'master' into 2021-12-03-remove-IEntity-komm-süsser-todd
2021-12-09 10:39:11 +01:00
DrSmugleaf
81c0b1e174
Add admin logs window pop out button, default to docked
...
Default to unmaximized
2021-12-09 00:05:42 +01:00
DrSmugleaf
7929600def
Move admin logs into their own separate window
2021-12-08 23:03:08 +01:00
DrSmugleaf
af4eb3c7cd
Fix more errors, client and server now build
2021-12-06 14:00:39 +01:00
DrSmugleaf
2a3b7d809d
Fix 3000 errors
2021-12-05 18:09:01 +01:00
Vera Aguilera Puerto
5cd42c9ad6
Inline UID
2021-12-03 15:53:09 +01:00
Vera Aguilera Puerto
ee4ff9cfe8
Inline Name
2021-12-03 15:25:51 +01:00
Vera Aguilera Puerto
a5b57c8e10
Inline Transform
2021-12-03 14:20:34 +01:00
Pieter-Jan Briers
64861ff034
Add Content.Shared.Database ( #5588 )
2021-11-28 14:56:53 +01:00
DrSmugleaf
b807250021
Autorequest admin logs on window open
2021-11-28 14:29:46 +01:00
DrSmugleaf
a5e6ce87e7
Add a select all players button to the logs UI
2021-11-28 14:19:44 +01:00
Leon Friedrich
17560de3c7
fix context menu bugs ( #5527 )
2021-11-25 22:00:28 -07:00
DrSmugleaf
1342451243
Downgrade atmos to plosiveDepressurizati
...
Clip text of admin log types on buttons
Add a few TODOs for the future coder
2021-11-24 19:01:26 +01:00
DrSmugleaf
37e7da0e42
The technology for round time just isn't there yet
...
Add clock date to displayed logs
I'm sorry moony
2021-11-22 21:19:07 +01:00
DrSmugleaf
ff81f819e6
Fix filtering mismatch when using the None players button
2021-11-22 20:57:56 +01:00
DrSmugleaf
56d475df4f
Fix not showing any playerless logs when no players are selected
2021-11-22 20:49:36 +01:00