Commit Graph

184 Commits

Author SHA1 Message Date
Jage9
41000e6635 Play self login sound on auth success and update changelog 2026-02-28 03:27:23 -05:00
Jage9
3c5e2b1aaa Remove client-side admin permission lock guard 2026-02-27 19:37:31 -05:00
Jage9
37419a5592 Lock admin role permissions on server and client 2026-02-27 19:36:09 -05:00
Jage9
0867e7b4c1 Fix reboot notice scope and preserve raw slash command input 2026-02-27 19:25:36 -05:00
Jage9
ef5fa024c0 Refine reboot notices and sounds for in-progress state 2026-02-27 19:23:09 -05:00
Jage9
71a190866d Use notify sound for reboot system messages 2026-02-27 19:19:44 -05:00
Jage9
d522ba10a8 Protect user role from deletion and use action sound asset 2026-02-27 19:15:13 -05:00
Jage9
464d39f78b Add server chat slash commands for me and uptime 2026-02-27 04:33:54 -05:00
Jage9
10e7a01e73 Fix help duplicates and role selection focus timing 2026-02-27 04:23:30 -05:00
Jage9
c450806aed Suppress redundant set-role success announcement 2026-02-27 04:16:37 -05:00
Jage9
84db109e63 Polish role admin speech flow and permission tooltips 2026-02-27 04:12:37 -05:00
Jage9
d114e0d532 Refine admin set-role flow and remove extra status chatter 2026-02-27 03:59:02 -05:00
Jage9
181ab22a80 Refine admin role menus and editor default pickup permission 2026-02-27 03:52:02 -05:00
Jage9
aba319751b Move admin menu wiring server-side and filter ban/unban lists 2026-02-27 03:49:28 -05:00
Jage9
52584197e9 Implement server-authoritative roles and Shift+Z admin flows 2026-02-27 03:37:20 -05:00
Jage9
0fbd4f3615 Remove client fallback for readonly item property display 2026-02-27 01:34:32 -05:00
Jage9
3b414b1f89 Apply clock announcement spatial range from server 2026-02-27 01:12:24 -05:00
Jage9
47a7aa0a83 Apply item-specific spatial range to use sounds 2026-02-27 01:10:32 -05:00
Jage9
4ed52649f1 Add spoken spatial clock announcements with top-of-hour mode 2026-02-27 01:05:23 -05:00
Jage9
97ed7b4b61 Defer peer negotiation until post-media setup and queue early signals 2026-02-25 02:40:33 -05:00
Jage9
6fe07cae3f Fix teleport sync packets to respect movement budget 2026-02-25 01:33:36 -05:00
Jage9
08d74b8e2c Add Shift+Enter secondary item action with radio handler 2026-02-25 01:11:47 -05:00
Jage9
f41e03a671 Make deploy defaults host-agnostic and support Enter auth submit 2026-02-25 00:31:23 -05:00
Jage9
610e3015c5 Auth-before-mic connect flow and generic deploy docs 2026-02-25 00:01:11 -05:00
Jage9
5c63e087b3 Remove auth/connect error beeps 2026-02-24 23:52:26 -05:00
Jage9
946f7c44c7 Update welcome copy and mute invalid-login error beep 2026-02-24 23:49:07 -05:00
Jage9
f1a7cbf468 Route preconnect status to header and silence nickname ack cue 2026-02-24 23:44:09 -05:00
Jage9
ba31fee5ce Use single auth mode toggle button 2026-02-24 23:38:47 -05:00
Jage9
45db5762a1 Move nickname/position state server-side per account 2026-02-24 23:37:10 -05:00
Jage9
e8b8cac27d Hide auth mode toggles when session is active 2026-02-24 23:28:16 -05:00
Jage9
d0c8434eb9 Show session summary when pre-auth token exists 2026-02-24 23:25:22 -05:00
Jage9
853bca824a Tighten auth defaults and register form behavior 2026-02-24 23:12:01 -05:00
Jage9
7d2a031115 Adjust auth toggle labels and hide logout when unauthenticated 2026-02-24 22:43:56 -05:00
Jage9
06d5e3fbf3 Show server auth policy limits in client auth UI 2026-02-24 22:35:29 -05:00
Jage9
b424a0ae34 Fix auth landing flow and up.sh service fallback 2026-02-24 22:21:38 -05:00
Jage9
bf3bc90f2a Add account auth with websocket login/register and sessions 2026-02-24 22:03:10 -05:00
Jage9
503ba63a24 Restore saved player position on reconnect 2026-02-24 21:08:48 -05:00
Jage9
4ea5419d30 Fix position desync causing item interaction failures 2026-02-24 21:01:21 -05:00
Jage9
297f1c0c1a Broadcast teleport landing sound to nearby users 2026-02-24 20:55:02 -05:00
Jage9
686d065bf9 Fix carried use-sound origin and centralize sound normalization 2026-02-24 20:34:48 -05:00
Jage9
fe07fa3e8f Use structured piano status packets instead of message text matching 2026-02-24 19:56:44 -05:00
Jage9
7488ac9f67 Make spawn and movement acceptance server-authoritative 2026-02-24 19:52:38 -05:00
Jage9
fcb5e85b13 refactor: complete server-first item schema wiring and plugin contract checks 2026-02-24 18:48:08 -05:00
Jage9
f7e29ec968 client: require server item schema and drive property UI from metadata 2026-02-24 02:49:17 -05:00
Jage9
949766c6f6 Add per-item behavior registry for client item runtime 2026-02-24 02:13:25 -05:00
Jage9
cc33e24cd4 Reorganize client items into per-item folders 2026-02-24 02:07:18 -05:00
Jage9
d4a693ed99 Modularize client item logic into dedicated item modules 2026-02-24 01:46:37 -05:00
Jage9
4688094aa4 Adjust piano octave/instrument shortcut feedback 2026-02-23 02:10:51 -05:00
Jage9
9430b9fb09 Fix brass instrument mapping for live piano notes 2026-02-23 02:05:32 -05:00
Jage9
3e77f4edce Align brass live voice with instrument preview 2026-02-23 02:01:52 -05:00