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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
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
MyCard
ygopro
Commits
9b1c95b6
Commit
9b1c95b6
authored
Apr 09, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
73673983
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
gframe/game.cpp
gframe/game.cpp
+7
-6
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/game.cpp
View file @
9b1c95b6
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include <dirent.h>
#include <dirent.h>
#endif
#endif
const
unsigned
short
PRO_VERSION
=
0x233
1
;
const
unsigned
short
PRO_VERSION
=
0x233
2
;
namespace
ygo
{
namespace
ygo
{
...
@@ -103,11 +103,12 @@ bool Game::Initialize() {
...
@@ -103,11 +103,12 @@ bool Game::Initialize() {
env
->
addStaticText
(
L"已知问题:
\n\n
\
env
->
addStaticText
(
L"已知问题:
\n\n
\
场上没有可用于从额外卡组特殊召唤的
\n
\
场上没有可用于从额外卡组特殊召唤的
\n
\
格子时仍然可以尝试进行从额外卡组的
\n
\
格子时仍然可以尝试进行从额外卡组的
\n
\
特殊召唤。此时同调素材会被送去墓
\n
\
同调·超量·融合召唤。此时同调·融
\n
\
地,超量素材会进入异空间,但怪兽不
\n
\
合素材会被送去墓地,超量素材会进入
\n
\
会出场。
\n\n
\
异空间,但怪兽不会出场。
\n\n
\
灵摆区域位置错误。此外横条邪斑马等
\n
\
灵摆区域未被删除,但灵摆卡已经可以
\n
\
卡禁用格子的处理也存在问题。"
,
rect
<
s32
>
(
300
,
30
,
550
,
390
),
false
,
true
,
wMainMenu
);
正常发动到后场。
\n\n
\
救援雪貂和王车连接的处理存在问题。"
,
rect
<
s32
>
(
300
,
30
,
550
,
390
),
false
,
true
,
wMainMenu
);
//lan mode
//lan mode
wLanWindow
=
env
->
addWindow
(
rect
<
s32
>
(
220
,
100
,
800
,
520
),
false
,
dataManager
.
GetSysString
(
1200
));
wLanWindow
=
env
->
addWindow
(
rect
<
s32
>
(
220
,
100
,
800
,
520
),
false
,
dataManager
.
GetSysString
(
1200
));
...
...
ocgcore
@
ff62da1f
Subproject commit
48300a55945a005f32d4e6cd4bcab271a5ff33f6
Subproject commit
ff62da1f10211c2cdc4a0bedb22ef39b0590181d
script
@
2ec851da
Subproject commit
b21a32e048299f49bc03b83e2da06042ab981366
Subproject commit
2ec851da8ba399fba856e14d58eb73050d02c002
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