qornwh1
3d62cbf58d
feat : Vector3 int -> float, 이동시 int 캐스팅 제거, 프로그램 실행시 setting.json 추가
2026-03-12 16:49:23 +09:00
qornwh1
d626a7156d
feat : 보스 채널은 안띄운다.
2026-03-12 16:09:13 +09:00
qornwh1
0ebe269146
feat : 보스전 채널 생성, 파티 함께 채널 이동 구현
2026-03-12 13:23:30 +09:00
qornwh1
6e8a9c0b5e
feat : 파티용 패킷 수정,
...
파티 CRUD 버그 수정
2026-03-11 19:36:00 +09:00
qornwh1
056ec8d0c3
feat : 파티 정보 업데이트 기능 추가
2026-03-11 15:09:06 +09:00
qornwh1
9828b967a1
feat : 파티 패킷 추가 / 채널 접속시 모든 파티 리스트 전달
2026-03-10 09:40:00 +09:00
qornwh1
f8ebfc7281
feat : 클라쪽도 채팅 패킷, 오타 수정
2026-03-09 08:55:03 +09:00
qornwh1
5df664e05b
fix : 패킷 Vector3 -> Position 변경 (유니티 호환성)
2026-03-08 23:46:34 +09:00
qornwh1
3188dbeb3d
feat : 서버 실패 코드 메시지 기능 추가
2026-03-08 22:03:06 +09:00
qornwh1
a53d838e24
feat : 파티 구조 뼈대 완성
2026-03-08 21:48:34 +09:00
qornwh1
a5d3b48707
feat : 파티 요청 메시지 추가
2026-03-08 21:00:24 +09:00
qornwh1
5165b9e6dc
fix : playerID == hashkey 통일 / long => int로 변경
2026-03-08 20:47:23 +09:00
qornwh1
1b7f0003fb
feat : 파티 패킷 구조 1개로 통일(CRUD)
2026-03-08 20:13:07 +09:00
qornwh1
2a7d4aeb09
feat : 서버 로직 성능개선 / 결과 정리
2026-03-06 10:16:36 +09:00
qornwh1
ea3f64a40d
feat : 스트레스 테스트 기능 추가 / 패킷 처리량 제한 / 프로젝트 상황 리드미 추가
2026-03-05 10:58:49 +09:00
qornwh1
2be1302b24
feat : 덤프 남기는 기능 추가 (셋팅값 힙 덤프)
2026-03-04 17:29:36 +09:00
qornwh1
18fd8a0737
fix : 에코 클라이언트 수신 버그 수정
2026-03-04 16:02:22 +09:00
qornwh1
343ea43a03
feat : 토큰 인증 RestApi 구현 / Token기반 haskKey구현 / Dummy, User Token체크 분기
2026-03-04 15:53:15 +09:00
qornwh1
053c5d23b9
feat : 맵 바운딩 박스 처리 / echo 패킷 구조 재 구성 / 더미 클라이언트 랜덤 이동 작업
2026-03-04 14:51:43 +09:00
qornwh1
8f49d3a5b4
fix : 포매팅, dead 코드 제거, 패킷 1번 수정
2026-03-04 10:50:42 +09:00
qornwh1
4ef58c2fad
feat : 이동 패킷 전달
2026-03-04 10:02:48 +09:00
qornwh1
d16e4a05e5
fix : await 버그 픽스
2026-03-04 09:11:04 +09:00
qornwh1
9930348d5e
feat : 더미 플레이어 구현 / 더미클라 서비스 에코용, 더미 플레이어용 분기
2026-03-04 08:55:27 +09:00
qornwh1
e3f365877b
Merge branch 'fix_by_claude' of https://git.tolelom.xyz/A301/a301_mmo_game_server
2026-03-03 15:01:53 +09:00
qornwh1
01d107def3
feat : 패킷 전송완료 개수 시간 체크 기능 추가
2026-03-03 09:07:18 +09:00
cf2be6b125
fix : 코드 분석 후 버그 및 결함 16건 수정
...
- ARepository 전체 메서드 IDbConnection using 추가 (커넥션 풀 누수)
- GameServer NotImplementedException → 로그 출력으로 변경
- ServerBase Auth/Echo payload 길이 검증 주석 해제
- PacketSerializer MemoryStream using 추가 (양쪽 솔루션)
- PacketSerializer size 파라미터 제거, 자동 계산 + size 검증 구현
- ServerBase NetDataWriter cachedWriter 재사용 (GC 압력 감소)
- ServerBase isListening volatile 추가
- ServerBase Deserialize 실패 시 null payload 체크
- ServerBase Serilog 구조적 로깅 템플릿 구문 수정
- TestHandler 전체 메서드 try-catch 추가
- TestRepository IDbConnectionFactory 인터페이스로 변경
- DummyClients BodyLength 계산 불일치 수정
- DummyClients pendingPings 메모리 누수 방지
- EchoClientTester async void 이벤트 → 동기 Cancel()로 변경
- ANALYSIS.md 코드 분석 및 문제점 보고서 추가
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-03 01:09:27 +09:00
qornwh1
d73487df5b
fix : 로그레벨 변경
2026-03-02 17:47:27 +09:00
qornwh1
961973ff8b
fix : writer 전역으로 변경, pendingPings 락 프리 Cuncurrent로 변경
2026-03-02 17:17:17 +09:00
qornwh1
8fcdd3494e
fix : 더미클라 시간계산 버그 수정
2026-03-02 16:15:05 +09:00
qornwh1
563448a09a
feat : 로그 기록 남기기(클라이언트 쪽 패키지 추가), 포매팅, 도커 설정 변경,
2026-03-01 01:30:10 +09:00
qornwh1
97f6187f5d
feat : 에코 서버 / 클라이언트 기능 추가 작업
2026-03-01 01:05:14 +09:00
qornwh1
30457819b1
first commit
2026-02-28 14:16:07 +09:00