Commit Graph

9 Commits

Author SHA1 Message Date
Horoli f459585cec docs: update documentation for real-time privacy policy and remove server cache 2026-05-23 13:43:14 +09:00
Horoli 3e5c079e68 feat: About 다이얼로그 추가, UI 최적화 및 서버 캐싱 강화
- About 다이얼로그 추가 (개발자 정보 및 개인정보처리방침)
- Markdown 렌더러 구현 (Bold, Italic, Code, Blockquote 지원)
- 전투 화면 하단 'About' 및 방문자 카운팅 UI 재배치 및 디자인 통일
- 프로덕션 환경에서 정적 파일 강력 캐싱 설정 (7일 유지)
- 파비콘 404 오류 해결을 위한 이모지 데이터 URI 추가
- 모바일 전투 화면 레이아웃 최적화 및 승리 연출 개선
- 일일 운영 지표(Daily Metrics) 수집 API 및 로직 추가
2026-05-23 11:32:01 +09:00
Horoli e4f542d487 Modularize documentation: split CONTEXT.md into functional modules and update agent.md router 2026-05-23 02:02:15 +09:00
Horoli 4793680831 Update agent.md with new modular directory structure and UI components 2026-05-23 01:55:11 +09:00
Horoli 25137cf26e Add critical hits, victory celebrations, and enhanced match settings 2026-05-23 01:20:04 +09:00
Horoli a03dc02d01 Add final combat polish and saved settings 2026-05-22 18:00:23 +09:00
Horoli a41e9b6f26 Add battle death stats and HUD updates 2026-05-22 17:01:01 +09:00
Horoli 1509b0c5dd Add visitor tracking and combat selection features 2026-05-22 13:22:26 +09:00
Horoli 104bf4fe48 docs: create agent.md and CONTEXT.md with full project structure
- Add agent.md for high-level project overview and feature list
- Add CONTEXT.md for detailed development guide and logic explanation
- Refactor project structure: move config.js to constants.js and update references
- Improve camera tracking logic with Lerp and jittering prevention
- Update ArenaScene to support intelligent combat observation and minimap viewport
- Fine-tune combat mechanics: optimize projectile spawn points and hit detection
2026-05-22 09:13:49 +09:00