Commit Graph
100 Commits
Author SHA1 Message Date
Jage9 610e3015c5 Auth-before-mic connect flow and generic deploy docs 2026-02-25 00:01:11 -05:00
Jage9 d1afca806a Move host-specific deploy notes to local/bestmidi 2026-02-24 23:54:54 -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 4fbae1dcc2 Use local server .env via wrapper startup script 2026-02-24 23:02:53 -05:00
Jage9 2fec127b1c Provision systemd auth env file during install 2026-02-24 22:57:05 -05:00
Jage9 45d527a8a6 Rename settings button to Audio setup 2026-02-24 22:45:15 -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 f26e1f3c27 Improve admin bootstrap prompts and validation flow 2026-02-24 22:31:18 -05:00
Jage9 b424a0ae34 Fix auth landing flow and up.sh service fallback 2026-02-24 22:21:38 -05:00
Jage9 d7be6d999a Update docs to use default local run commands 2026-02-24 22:14:23 -05:00
Jage9 404384416e Make install_server handle one-time admin bootstrap prompt 2026-02-24 22:11:10 -05:00
Jage9 bf3bc90f2a Add account auth with websocket login/register and sessions 2026-02-24 22:03:10 -05:00
Jage9 1938f239e6 Set new radio default emit range to 10 2026-02-24 21:24:31 -05:00
Jage9 503ba63a24 Restore saved player position on reconnect 2026-02-24 21:08:48 -05:00
Jage9 6eb83d6df4 Keep emit sounds playing while items are carried 2026-02-24 21:05:37 -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 a1132ea22a Fix movement pacing defaults and remove config knobs 2026-02-24 20:43:24 -05:00
Jage9 4577ceb1ad Stop tracking plans directory and ignore local plan files 2026-02-24 20:36:10 -05:00
Jage9 686d065bf9 Fix carried use-sound origin and centralize sound normalization 2026-02-24 20:34:48 -05:00
Jage9 fa65d7bd0d Enforce cumulative per-tick movement budget on server 2026-02-24 20:15:24 -05:00
Jage9 3003aaf742 Cap stream retries with cooldown reset for radio and emit 2026-02-24 20:07:22 -05:00
Jage9 1609a297a2 Normalize Dropbox URLs and add throttled stream restart retries 2026-02-24 20:04:23 -05:00
Jage9 c38778451d Remove client fallback item metadata inference 2026-02-24 19:57:05 -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 a588148039 Drive piano digit shortcuts from server instrument metadata 2026-02-24 19:44:01 -05:00
Jage9 60c0ced7b7 Server-first label metadata and architecture guidance 2026-02-24 19:06:08 -05:00
Jage9 59db0a0dda docs(plan): add explicit 1-6 completion status 2026-02-24 19:01:33 -05:00
Jage9 3c52d35983 refactor: remove per-type module.py and simplify plugin wiring 2026-02-24 18:56:42 -05:00
Jage9 fcb5e85b13 refactor: complete server-first item schema wiring and plugin contract checks 2026-02-24 18:48:08 -05:00
Jage9 7776676e2d docs(plan): expand refinement items 1-4 with implementation details 2026-02-24 15:36:22 -05:00
Jage9 3718449156 refactor: split item type packages into definition/validator/actions 2026-02-24 03:08:30 -05:00
Jage9 7903bab131 refactor: collapse item modules into plugins and remove no-op client item behaviors 2026-02-24 03:00:30 -05:00
Jage9 d4dbb807da server: make state-save debounce timing configurable 2026-02-24 02:50:47 -05:00
Jage9 f7e29ec968 client: require server item schema and drive property UI from metadata 2026-02-24 02:49:17 -05:00
Jage9 477b4d2cf4 server: debounce item state saves and add schema contract tests 2026-02-24 02:49:13 -05:00
Jage9 d209f30244 Add auto-discovered server item type plugins 2026-02-24 02:40:40 -05:00
Jage9 9f8a6bdcc8 Enforce strict item params validation and stripping on server 2026-02-24 02:39:51 -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 43cf9316c0 Modularize client item type definitions by item module 2026-02-24 01:58:53 -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 1878c179e4 Updated json 2026-02-23 02:07:47 -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
Jage9 ccbe41e618 Refine piano recording controls and stop behavior 2026-02-23 02:00:01 -05:00
Jage9 92aabd54ef Isolate piano demo voices from live mono/poly grouping 2026-02-23 01:53:10 -05:00
Jage9 5d88fce752 Remove legacy piano fallback and add state-indexed song events 2026-02-23 01:49:27 -05:00
Jage9 6595c15fa4 Migrate piano songs to songId registry with compact storage 2026-02-23 01:43:02 -05:00
Jage9 0f616a3fe8 Load piano Enter-demo from external recording JSON 2026-02-23 01:35:46 -05:00
Jage9 01ec672693 Lengthen struck piano instrument held-note fade tails 2026-02-23 01:25:50 -05:00
Jage9 c0a0ccd4a5 Use Yama no Ongakuka melody for piano demo 2026-02-23 01:24:13 -05:00
Jage9 4e1415aa1c Make struck piano instruments decay while held 2026-02-23 01:20:27 -05:00
Jage9 4aa7f0bf4d Add piano demo playback on Enter with stop on C 2026-02-23 01:18:17 -05:00
Jage9 95a1721b5b Refine piano help key wording to match help style 2026-02-23 01:13:40 -05:00
Jage9 5f29241085 Add February 23 changelog entry for piano item 2026-02-23 01:10:03 -05:00
Jage9 446202288f Add piano-mode help viewer bound to question mark 2026-02-23 01:08:50 -05:00
Jage9 4022a66163 Fix piano control status replay and remove duplicate beeps 2026-02-23 01:01:43 -05:00
Jage9 d8b470d389 Move piano recording keys to Z/X/C and keep control errors out of chat 2026-02-23 00:57:18 -05:00
Jage9 9477beb345 Fix piano playback controls and recorded settings 2026-02-23 00:45:17 -05:00
Jage9 93b9d19455 Add shared piano recording/playback and mono key fallback 2026-02-23 00:36:36 -05:00
Jage9 b4cf85ac44 Add piano octave hotkeys and escape-only exit 2026-02-23 00:26:38 -05:00
Jage9 29eb6a63e3 Add piano mono/poly, octave, and expanded drum voice set 2026-02-23 00:22:36 -05:00
Jage9 019e49802d Add piano release/brightness controls and instrument hotkeys 2026-02-23 00:05:01 -05:00
Jage9 d9e9e60524 Expand piano drum-kit voices and polish instrument synthesis 2026-02-22 23:58:07 -05:00
Jage9 89c6aa7e9b Improve piano instruments, previews, and key-stream safeguards 2026-02-22 23:51:13 -05:00
Jage9 1319c044dd Add piano item type with realtime play mode and remote notes 2026-02-22 23:42:17 -05:00
Jage9 81c6af6399 Normalize keyboard codes for Safari and iOS hardware keyboards 2026-02-22 22:53:09 -05:00
Jage9 12c7bd89ce Allow 0.1 step for emit speed and tempo 2026-02-22 22:21:27 -05:00
Jage9 0d506d8066 Format spoken player coordinates to 2 decimals 2026-02-22 22:19:42 -05:00
Jage9 9cfc995aa0 Smooth directional off-axis attenuation curve 2026-02-22 21:45:40 -05:00
Jage9 f3a7cc90a7 Track spatial one-shots against listener movement 2026-02-22 21:37:15 -05:00
Jage9 9b1b1505f0 Unify one-shot sample attack smoothing 2026-02-22 21:33:11 -05:00
Jage9 6c453d56ff Use target smoothing for continuous spatial audio 2026-02-22 21:27:27 -05:00
Jage9 3d741b358a Smooth spatial transitions with 0.2s ramps 2026-02-22 21:23:16 -05:00
Jage9 ad2cd532be Updated help 2026-02-22 21:16:07 -05:00
Jage9 d5f8b239e9 Fix live audio layer reads and harden proxy redirect validation 2026-02-22 21:07:01 -05:00
Jage9 f31ab296e5 Add Feb 22 changelog entries for teleport and property arrows 2026-02-22 20:52:35 -05:00
Jage9 ecef4832fc Suppress duplicate property row echo after quick adjust 2026-02-22 20:50:04 -05:00
Jage9 acca054fae Add left/right quick adjust in item properties list 2026-02-22 20:47:06 -05:00
Jage9 ce666b2bd6 Keep origin and destination audio subscriptions during teleport 2026-02-22 20:43:57 -05:00
Jage9 1b5acd9381 Apply perceptual curve to media and emit volume 2026-02-22 20:42:05 -05:00
Jage9 6f50169805 Reduce teleport start audio gain 2026-02-22 20:26:59 -05:00
Jage9 54cfffc5cf Add moving teleport start audio loop and end cut-off 2026-02-22 20:23:38 -05:00
Jage9 ed0fc07728 Preload teleport destination streams and mute teleport footsteps 2026-02-22 20:07:02 -05:00
Jage9 5ff805e847 Animate teleports with timed movement and periodic sync 2026-02-22 20:02:25 -05:00
Jage9 f7171487c2 Add persistent connection status live region 2026-02-22 19:54:55 -05:00
Jage9 05e92fcb64 Show reconnect prompt after client update reload 2026-02-22 19:49:14 -05:00
Jage9 d504e18771 Tie local footstep fade ramp to movement cooldown 2026-02-22 19:43:15 -05:00
Jage9 b02be51910 Remove auto-connect after version reload 2026-02-22 19:41:26 -05:00