Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
ygopro
Commits
7f25a32c
Commit
7f25a32c
authored
Oct 17, 2016
by
edo9300
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'refs/remotes/Fluorohydride/master'
parents
568726f3
7123d072
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
gframe/duelclient.cpp
gframe/duelclient.cpp
+1
-1
gframe/game.cpp
gframe/game.cpp
+1
-1
ocgcore
ocgcore
+1
-1
script
script
+1
-1
strings.conf
strings.conf
+6
-1
No files found.
gframe/duelclient.cpp
View file @
7f25a32c
...
...
@@ -2220,7 +2220,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
return
true
;
}
case
MSG_FIELD_DISABLED
:
{
int
disabled
=
BufferIO
::
ReadInt32
(
pbuf
);
unsigned
int
disabled
=
BufferIO
::
ReadInt32
(
pbuf
);
if
(
!
mainGame
->
dInfo
.
isFirst
)
disabled
=
(
disabled
>>
16
)
|
(
disabled
<<
16
);
mainGame
->
dField
.
disabled_field
=
disabled
;
...
...
gframe/game.cpp
View file @
7f25a32c
...
...
@@ -14,7 +14,7 @@
#include <dirent.h>
#endif
const
unsigned
short
PRO_VERSION
=
0x133
B
;
const
unsigned
short
PRO_VERSION
=
0x133
C
;
namespace
ygo
{
...
...
ocgcore
@
800ecbbf
Subproject commit
0f903247f51851bbef5ca0eda1fe22cd9860731
7
Subproject commit
800ecbbf27bab7de6de02cf610946b678b2ff04
7
script
@
6505dc22
Subproject commit
3e54309aff9f9ab32a52e72e76427d19aa5b84c7
Subproject commit
6505dc223d9754281c1b5bbd8605effdff33ff8a
strings.conf
View file @
7f25a32c
...
...
@@ -96,6 +96,7 @@
!
system
530
请选择对方的卡
!
system
531
请选择上级召唤用需要解放的怪兽
!
system
532
请选择要取除超量素材的怪兽
!
system
549
请选择攻击的对象
!
system
550
请选择要发动的效果
!
system
551
请选择效果的对象
!
system
552
请选择硬币的正反面
...
...
@@ -491,7 +492,7 @@
!
setname
0
xc008
命运英雄
D
-
HERO
!
setname
0
x9
新宇 ネオス
!
setname
0
xa
入魔 ヴェルズ
!
setname
0
x100a
侵入魔
人
インヴェルズ
!
setname
0
x100a
侵入魔
鬼
インヴェルズ
!
setname
0
xb
永火 インフェルニティ
!
setname
0
xc
外星 エーリアン
!
setname
0
xd
剑士 セイバー
...
...
@@ -711,6 +712,7 @@
!
setname
0
xb5
灵兽 霊獣
!
setname
0
x10b5
灵兽使 霊獣使い
!
setname
0
x20b5
精灵兽 精霊獣
#!setname 0x30b5 精灵兽使 精霊獣使い
!
setname
0
x40b5
圣灵兽骑 聖霊獣騎
!
setname
0
xb6
外神
!
setname
0
xb7
旧神
...
...
@@ -778,3 +780,6 @@
!
setname
0
xee
秘旋谍
SPYRAL
!
setname
0
x10ee
秘旋谍装备
SPYRAL
GEAR
!
setname
0
xef
堕天使
!
setname
0
xf0
风魔女
WW
(ウィンド・ウィッチ)
!
setname
0
xf1
十二兽 十二獣
!
setname
0
xf2
灵摆龙 ペンデュラム・ドラゴン
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment