Commit Graph

23 Commits

Author SHA1 Message Date
root afb5b8a7c6 fix: v44 — menu dropdown, settings panel, market fix, voice mode toggle
- Replace saveBtn/resetBtn crash (null.onclick) with menuBtn dropdown
- Add ⚙️ Настройки to dropdown + settingsPanel with day/night cycle toggle
- Fix market: use state.inv instead of state.player.inventory
- Add market_create/market_list/market_cancel server handlers
- Add voice mode toggle (📢near/🌍world) to voice-chat.js module
- dayNightCycleEnabled froze worldTime when unchecked
- Bump cache v=44
2026-05-28 10:44:23 +00:00
root 2a5f65d393 merge: resolve conflicts, keep working game.js 2026-05-27 04:55:00 +00:00
Mk 0a31f92af8 feat: voice chat v3 — AudioWorklet, Opus/PCM, per-speaker, spatial audio, VAD 2026-05-26 17:48:01 +00:00
Mk 980ba6a541 feat: biomes, weather, new mobs, crops, structures, level unlocks 2026-05-26 17:27:10 +00:00
Mk 714e4cf162 fix: voice v3 — smaller send chunks, 200ms jbuf, smooth fade on underrun, 1.5s timeout 2026-05-26 14:08:55 +00:00
Mk 2ee82a45b0 fix: deselect items on second click, inventory toggle close, cache bust v22 2026-05-26 14:04:55 +00:00
Mk 0e12ed7a18 fix: ring buffer voice playback — continuous stream, no BufferSource per chunk 2026-05-26 13:52:18 +00:00
Mk 233ff02976 fix: jitter buffer for voice chat — 120ms delay, continuous scheduling, gain ramp 2026-05-26 13:34:12 +00:00
Mk 2ebb457fc5 feat: XP/level system, mob loot drops, level-up popup 2026-05-26 13:29:26 +00:00
Mk edb08094db fix: minimap position — right of stats panel 2026-05-26 13:17:11 +00:00
Mk 7eef966f6e fix: voice chat — fade in/out chunks, bigger buffer, volume boost to reduce bubbling 2026-05-26 13:13:13 +00:00
Mk a59c84535a fix: brighter torch/campfire light, 24 rays, wider radius, warmer glow 2026-05-26 13:10:55 +00:00
Mk 5774a41761 fix: voice btns row2 align, custom modals, panel-header css, close btn fix 2026-05-26 13:07:06 +00:00
Mk 6b6125ae81 feat: voice mode switcher (near/world) + mob fixes 2026-05-26 12:51:45 +00:00
Mk cc46b93e96 fix: replace MediaRecorder with AudioWorklet (Blob URL) for voice capture 2026-05-26 12:13:43 +00:00
Mk d3e2ebca78 fix: replace ScriptProcessor with MediaRecorder for voice chat 2026-05-26 12:10:16 +00:00
Mk efcb5a0dd6 fix: client-authoritative mobs, spawn-only server, voice chat fix 2026-05-26 12:04:51 +00:00
root 8eebf378ab fix: mob spawn coords (TILE 40), voice chat ScriptProcessor zero-gain 2026-05-26 11:51:53 +00:00
root 81f6a0055a refactor: ES modules + esbuild bundle
42 modules in src/ for development, single IIFE bundle for production.
build.js (esbuild) → game.js. Old game.js backed up as git tag.
2026-05-26 11:29:07 +00:00
root 14f7408a86 feat: minecraft-style torch light - wall occlusion, warm flicker, offscreen lightmap 2026-05-26 04:30:34 +00:00
Mk 1f921f7620 feat: server-authoritative mob sync for multiplayer — animals/hostiles now synced across players 2026-05-26 04:11:39 +00:00
Mk 0ed7d9966d feat: multiplayer, voice chat, minimap, crafting, day/night, nginx cache-control 2026-05-26 03:45:52 +00:00
root b37727ae66 Initial commit 2026-02-21 19:28:29 +00:00