namse / December

NHN NEXT 2014년 3학기 게임개발경험프로젝트 with 서동유, 김승현, 김영하
5 stars 0 forks source link

Release #4 feedback #130

Open zeliard opened 9 years ago

zeliard commented 9 years ago
  1. 서버는 빌드가 안됨. (-1) 지난번에 이야기 했듯이, 다음 trunk 버전부터 Advanced Save Option에서 UTF8 "with" signature로 바꿀 것.
  2. 스터디 정리는 잘 했음 (+1)
  3. 근데.. 이번주는 지난번에 비해 바뀐게 크게 없는것 같기도 하고.. 쉬어가는 주간인가?
namse commented 9 years ago

교수님, utf with signature로 저장을 시켰는데 자꾸 signature를 UTF-16의 것을 사용합니다.

위키에도 UTF-8은 0xEF,0xBB,0xBF을, UTF-16은 U+FEFF을 사용한다고 나와있는데 0xEF,0xBB,0xBF를 사용하면 한글 다 깨져버리네요.

그냥 윈도우에서 하라는대로 해..야하는건가요?

namse commented 9 years ago
zeliard commented 9 years ago

1>d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\databasejobcontext.h(10): error C2447: '{' : missing function header (old-style formal list?) 1> Game.cpp 1>d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss 1>d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\clientsession.h : warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss 1>d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\config.h : warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss 1>d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(91): error C2601: 'Game::HandleAttack' : local function definitions are illegal 1> d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(27): this line contains a '{' which has not yet been matched 1>d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(184): error C2601: 'Game::UnitMove' : local function definitions are illegal 1> d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(27): this line contains a '{' which has not yet been matched 1>d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(372): error C2601: 'Game::HandleSkill' : local function definitions are illegal 1> d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(27): this line contains a '{' which has not yet been matched 1>d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(473): error C2601: 'Game::GetDirection' : local function definitions are illegal 1> d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(27): this line contains a '{' which has not yet been matched 1>d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(508): error C2601: 'Game::UnitPush' : local function definitions are illegal 1> d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(27): this line contains a '{' which has not yet been matched 1>d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(593): error C2601: 'Game::KillThisUnit' : local function definitions are illegal 1> d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(27): this line contains a '{' which has not yet been matched 1>d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(607): error C2601: 'Game::StartGame' : local function definitions are illegal 1> d:\studentwork\december\branches\week4\arcastone\arcaserver\arcaserver\game.cpp(27): this line contains a '{' which has not yet been matched

영문판에서는 빌드 안됨. 이게 오픈소스인걸 감안하면, 영문판 VS에서 바로 돌아가야 함.

zeliard commented 9 years ago

방금 동유한테 뭐가 문제인지 이야기해줬음..