42f3e59a42
fix: voice chat (addSpeaker to worklet, sendPCMFrame scope, VAD threshold, gain=1), temp damage underground + reduced speed
79fc30945a
fix: register remote speaker in playback worklet (addSpeaker) — voice chat was silent because worklet never knew about speakers
eaef5b2205
fix: server-authoritative mob sync, seed sync, genColumn waits for seed
a5f9ac841f
fix: subtle torch/campfire flicker, stable warm glow overlay
d948b1743d
feat: temperature system + XP on loot pickup
94e6f535d0
fix: update XP/Level HUD in game loop (was only on connect)
0a31f92af8
feat: voice chat v3 — AudioWorklet, Opus/PCM, per-speaker, spatial audio, VAD
980ba6a541
feat: biomes, weather, new mobs, crops, structures, level unlocks
714e4cf162
fix: voice v3 — smaller send chunks, 200ms jbuf, smooth fade on underrun, 1.5s timeout
2ee82a45b0
fix: deselect items on second click, inventory toggle close, cache bust v22
0e12ed7a18
fix: ring buffer voice playback — continuous stream, no BufferSource per chunk
Compare 15 commits »
714e4cf162
fix: voice v3 — smaller send chunks, 200ms jbuf, smooth fade on underrun, 1.5s timeout
2ee82a45b0
fix: deselect items on second click, inventory toggle close, cache bust v22
0e12ed7a18
fix: ring buffer voice playback — continuous stream, no BufferSource per chunk
233ff02976
fix: jitter buffer for voice chat — 120ms delay, continuous scheduling, gain ramp
2ebb457fc5
feat: XP/level system, mob loot drops, level-up popup
edb08094db
fix: minimap position — right of stats panel
7eef966f6e
fix: voice chat — fade in/out chunks, bigger buffer, volume boost to reduce bubbling
a59c84535a
fix: brighter torch/campfire light, 24 rays, wider radius, warmer glow
5774a41761
fix: voice btns row2 align, custom modals, panel-header css, close btn fix
6b6125ae81
feat: voice mode switcher (near/world) + mob fixes
cc46b93e96
fix: replace MediaRecorder with AudioWorklet (Blob URL) for voice capture
d3e2ebca78
fix: replace ScriptProcessor with MediaRecorder for voice chat