• Joined on 2026-02-15
Mk pushed to master at Mk/grechka-game 2026-05-26 20:20:27 +00:00
42f3e59a42 fix: voice chat (addSpeaker to worklet, sendPCMFrame scope, VAD threshold, gain=1), temp damage underground + reduced speed
Mk pushed to master at Mk/grechka-game 2026-05-26 19:40:19 +00:00
79fc30945a fix: register remote speaker in playback worklet (addSpeaker) — voice chat was silent because worklet never knew about speakers
Mk pushed to master at Mk/grechka-game 2026-05-26 19:32:41 +00:00
eaef5b2205 fix: server-authoritative mob sync, seed sync, genColumn waits for seed
Mk pushed to master at Mk/grechka-game 2026-05-26 18:17:01 +00:00
a5f9ac841f fix: subtle torch/campfire flicker, stable warm glow overlay
Mk pushed to master at Mk/grechka-game 2026-05-26 18:10:50 +00:00
d948b1743d feat: temperature system + XP on loot pickup
Mk pushed to master at Mk/grechka-game 2026-05-26 17:56:39 +00:00
94e6f535d0 fix: update XP/Level HUD in game loop (was only on connect)
Mk pushed to master at Mk/grechka-game 2026-05-26 17:48:55 +00:00
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 »
Mk pushed to master at Mk/grechka-game 2026-05-26 17:27:48 +00:00
8eebf378ab fix: mob spawn coords (TILE 40), voice chat ScriptProcessor zero-gain
81f6a0055a refactor: ES modules + esbuild bundle
Compare 2 commits »
Mk pushed to master at Mk/grechka-game 2026-05-26 14:08:56 +00:00
714e4cf162 fix: voice v3 — smaller send chunks, 200ms jbuf, smooth fade on underrun, 1.5s timeout
Mk pushed to master at Mk/grechka-game 2026-05-26 14:04:57 +00:00
2ee82a45b0 fix: deselect items on second click, inventory toggle close, cache bust v22
Mk pushed to master at Mk/grechka-game 2026-05-26 13:52:20 +00:00
0e12ed7a18 fix: ring buffer voice playback — continuous stream, no BufferSource per chunk
Mk pushed to master at Mk/grechka-game 2026-05-26 13:34:14 +00:00
233ff02976 fix: jitter buffer for voice chat — 120ms delay, continuous scheduling, gain ramp
Mk pushed to master at Mk/grechka-game 2026-05-26 13:29:29 +00:00
2ebb457fc5 feat: XP/level system, mob loot drops, level-up popup
Mk pushed to master at Mk/grechka-game 2026-05-26 13:17:13 +00:00
edb08094db fix: minimap position — right of stats panel
Mk pushed to master at Mk/grechka-game 2026-05-26 13:13:14 +00:00
7eef966f6e fix: voice chat — fade in/out chunks, bigger buffer, volume boost to reduce bubbling
Mk pushed to master at Mk/grechka-game 2026-05-26 13:10:57 +00:00
a59c84535a fix: brighter torch/campfire light, 24 rays, wider radius, warmer glow
Mk pushed to master at Mk/grechka-game 2026-05-26 13:07:11 +00:00
5774a41761 fix: voice btns row2 align, custom modals, panel-header css, close btn fix
Mk pushed to master at Mk/grechka-game 2026-05-26 12:52:47 +00:00
6b6125ae81 feat: voice mode switcher (near/world) + mob fixes
Mk pushed to master at Mk/grechka-game 2026-05-26 12:13:49 +00:00
cc46b93e96 fix: replace MediaRecorder with AudioWorklet (Blob URL) for voice capture
Mk pushed to master at Mk/grechka-game 2026-05-26 12:10:22 +00:00
d3e2ebca78 fix: replace ScriptProcessor with MediaRecorder for voice chat