Commit 8acabd28 authored by fallenstardust's avatar fallenstardust

同步&存异

parent 49720f62
......@@ -723,7 +723,7 @@ bool Game::Initialize() {
wRenameDeck = env->addWindow(rect<s32>(490 * xScale, 180 * yScale, 840 * xScale, 340 * yScale), false, dataManager.GetSysString(1367));
wRenameDeck->getCloseButton()->setVisible(false);
wRenameDeck->setVisible(false);
env->addStaticText(dataManager.GetSysString(1499), rect<s32>(20 * xScale, 25 * yScale, 290 * xScale, 45 * yScale), false, false, wRenameDeck);
env->addStaticText(dataManager.GetSysString(1280), rect<s32>(20 * xScale, 25 * yScale, 290 * xScale, 45 * yScale), false, false, wRenameDeck);
ebREName = CAndroidGUIEditBox::addAndroidEditBox(L"", true, env, rect<s32>(20 * xScale, 50 * yScale, 330 * xScale, 90 * yScale), wRenameDeck, -1);
ebREName->setTextAlignment(irr::gui::EGUIA_CENTER, irr::gui::EGUIA_CENTER);
btnREYes = env->addButton(rect<s32>(70 * xScale, 100 * yScale, 160 * xScale, 150 * yScale), wRenameDeck, BUTTON_RENAME_DECK_SAVE, dataManager.GetSysString(1341));
......
......@@ -1359,7 +1359,7 @@ int TagDuel::Analyze(char* msgbuffer, unsigned int len) {
case MSG_ROCK_PAPER_SCISSORS: {
player = BufferIO::ReadInt8(pbuf);
WaitforResponse(player);
NetServer::SendBufferToPlayer(players[player], STOC_GAME_MSG, offset, pbuf - offset);
NetServer::SendBufferToPlayer(cur_player[player], STOC_GAME_MSG, offset, pbuf - offset);
return 1;
}
case MSG_HAND_RES: {
......
......@@ -320,6 +320,7 @@
!system 1277 没有可连锁的卡时延迟回应
!system 1278 自动选择魔法/陷阱卡位置
!system 1279 显示场地背景
!system 1280 重命名成功后请重新选择卡组
!system 1290 停用聊天功能
!system 1291 忽略观战者发言
!system 1292 □忽略时点
......@@ -431,7 +432,6 @@
!system 1419 副卡组数量应不超过15张,当前卡组数量为%d张。
!system 1420 有额外卡组卡片存在于主卡组,可能是额外卡组数量超过15张。
!system 1421 宣言的卡不符合条件,不存在于本主机卡池中。
!system 1499 重命名成功后请重新选择卡组
!system 1500 决斗结束。
!system 1501 录像结束。
!system 1502 连接已断开。
......@@ -562,6 +562,7 @@
!counter 0x104d 信号指示物
!counter 0x4e 指示物(魂之灵摆)
!counter 0x104f 蛊指示物
!counter 0x50 指示物(娱乐伙伴 掉头跑骑兵)
#setnames, using tab for comment
!setname 0x1 正义盟军 AOJ
!setname 0x2 次世代 ジェネクス
......
......@@ -320,6 +320,7 @@
!system 1277 No delay for Chain
!system 1278 Auto spell/trap placing
!system 1279 Drawing field spell
!system 1280 please rechoose deck after rename.
!system 1290 Disable Chatting
!system 1291 Mute spectators
!system 1292 Ignore chain
......@@ -431,7 +432,6 @@
!system 1419 The Side Deck includes at most 15 cards. Yours is %d.
!system 1420 Some cards in your Main Deck should be in Extra Deck instead. Check if your Main Deck and Extra Deck are correctly built.
!system 1421 The declared card is illegal, or not recognizable by the host.
!system 1499 please rechoose deck after rename.
!system 1500 The duel ended.
!system 1501 Replay ended.
!system 1502 Connection has been lost.
......@@ -562,6 +562,7 @@
!counter 0x104d Signal Counter
!counter 0x4e Counter(Pendulum of Souls)
!counter 0x104f Venemy Counter
!counter 0x50 Counter(Performapal Turntrooper)
#setnames, using tab for comment
!setname 0x1 Ally of Justice
!setname 0x2 Genex
......
......@@ -320,6 +320,7 @@
!system 1277 딜레이 없이 체인
!system 1278 카드 위치 자동 (마법&함정)
!system 1279 필드 이미지 활성화
!system 1280 이름을 변경후 덱을 다시 선택해주세요.
!system 1290 상대방 메시지 무시
!system 1291 관전자 메시지 무시
!system 1292 체인 무시
......@@ -431,7 +432,6 @@
!system 1419 사용 가능한 사이드 덱의 수는 15장 까지이며, 현재 카드 수는 %d장 입니다.
!system 1420 바꾸기 전의 수와 일치하지 않습니다. 사용 가능한 사이드 덱의 수는 15장 까지입니다.
!system 1421 해당 카드가 조건을 충족시키지 못하거나 호스트에 등록된 카드가 아닙니다.
!system 1499 이름을 변경후 덱을 다시 선택해주세요.
!system 1500 듀얼 종료.
!system 1501 리플레이 종료.
!system 1502 연결이 끊어졌습니다.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment