Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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-2pick
Commits
5b7c3138
Commit
5b7c3138
authored
Jan 07, 2012
by
argon.sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
recon
parent
6cb8c84a
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
148 additions
and
88 deletions
+148
-88
gframe/game.cpp
gframe/game.cpp
+86
-81
gframe/game.h
gframe/game.h
+2
-0
gframe/menu_handler.cpp
gframe/menu_handler.cpp
+4
-0
lflist.conf
lflist.conf
+2
-2
script/c48783998.lua
script/c48783998.lua
+1
-1
strings.conf
strings.conf
+52
-3
system.conf
system.conf
+1
-1
No files found.
gframe/game.cpp
View file @
5b7c3138
This diff is collapsed.
Click to expand it.
gframe/game.h
View file @
5b7c3138
...
...
@@ -249,6 +249,7 @@ public:
irr
::
gui
::
IGUIStaticText
*
stHostSingleRule
;
irr
::
gui
::
IGUICheckBox
*
chkHostSingleReady
[
2
];
irr
::
gui
::
IGUIComboBox
*
cbDeckSelect
;
irr
::
gui
::
IGUIButton
*
btnHostSingleKick
[
10
];
irr
::
gui
::
IGUIButton
*
btnHostSingleReady
;
irr
::
gui
::
IGUIButton
*
btnHostSingleStart
;
irr
::
gui
::
IGUIButton
*
btnHostSingleCancel
;
...
...
@@ -392,6 +393,7 @@ extern Game* mainGame;
#define BUTTON_HS_READY 122
#define BUTTON_HS_START 123
#define BUTTON_HS_CANCEL 124
#define BUTTON_HS_KICK 125
#define BUTTON_MSG_OK 200
#define BUTTON_YES 201
#define BUTTON_NO 202
...
...
gframe/menu_handler.cpp
View file @
5b7c3138
...
...
@@ -32,6 +32,7 @@ bool MenuHandler::OnEvent(const irr::SEvent& event) {
break
;
}
case
BUTTON_HOST_CONFIRM
:
{
mainGame
->
HideElement
(
mainGame
->
wCreateHost
,
false
,
mainGame
->
wHostSingle
);
break
;
}
case
BUTTON_HOST_CANCEL
:
{
...
...
@@ -47,6 +48,9 @@ bool MenuHandler::OnEvent(const irr::SEvent& event) {
case
BUTTON_HS_READY
:
{
break
;
}
case
BUTTON_HS_KICK
:
{
break
;
}
case
BUTTON_HS_START
:
{
break
;
}
...
...
lflist.conf
View file @
5b7c3138
#[2011.9.1][2011.3.1]
!
2011.9.1
!
2011
.
9
.
1
#forbidden
20663556
0
--イレカエル
44910027
0
--ヴィクトリー・ドラゴン
...
...
@@ -138,7 +138,7 @@
15800838
2
--マインドクラッシュ
62279055
2
--魔法の筒
97077563
2
--リビングデッドの呼び声
!
2011.3.1
!
2011
.
3
.
1
#forbidden
20663556
0
--イレカエル
44910027
0
--ヴィクトリー・ドラゴン
...
...
script/c48783998.lua
View file @
5b7c3138
...
...
@@ -43,6 +43,6 @@ function c48783998.operation(e,tp,eg,ep,ev,re,r,rp)
g
=
Duel
.
SelectMatchingCard
(
tp
,
c48783998
.
filter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
e
,
tp
)
end
if
g
:
GetCount
()
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
_ATTACK
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
strings.conf
View file @
5b7c3138
...
...
@@ -71,6 +71,10 @@
!
system
552
请选择硬币的正反面
!
system
553
请选择骰子的结果
!
system
554
请选择一个种类
!
system
560
请选择
!
system
561
请选择表示形式
!
system
562
请选择要宣言的属性
!
system
563
请选择要宣言的种族
!
system
1000
卡组
!
system
1001
手牌
!
system
1002
怪兽区
...
...
@@ -147,7 +151,7 @@
!
system
1111
表示形式
!
system
1112
控制权
!
system
1113
攻守变化
!
system
1114
穿刺伤害
"
!
system
1114
穿刺伤害
!
system
1115
多次攻击
!
system
1116
攻击限制
!
system
1117
直接攻击
...
...
@@ -187,6 +191,7 @@
!
system
1213
是
!
system
1214
否
!
system
1215
开始
!
system
1215
消息
!
system
1220
昵称:
!
system
1221
主机信息:
!
system
1222
主机密码:
...
...
@@ -211,8 +216,52 @@
!
system
1245
决斗准备
!
system
1246
决斗者
!
system
1247
OB
!
system
1248
卡组选择
!
system
1249
准备完成
!
system
1248
卡组选择:
!
system
1249
准备完毕!
!
system
1270
卡片信息
!
system
1271
消息记录
!
system
1272
清除记录
!
system
1273
系统设定
!
system
1274
自动选择卡片位置
"
!
system
1275
↑随机选择位置
!
system
1276
自动排列连锁顺序
!
system
1277
没有可连锁的卡时延迟回应
!
system
1300
禁限卡表:
!
system
1301
卡组列表:
!
system
1302
保存
!
system
1303
另存
!
system
1304
清空
!
system
1305
排序
!
system
1306
退出编辑
!
system
1310
(无)
!
system
1311
种类:
!
system
1312
怪兽
!
system
1313
魔法
!
system
1314
陷阱
!
system
1315
准入:
!
system
1316
禁止
!
system
1317
限制
!
system
1318
准限制
!
system
1319
属性:
!
system
1321
种族:
!
system
1322
攻击:
!
system
1323
守备:
!
system
1324
星数:
!
system
1325
关键字:
!
system
1326
效果
!
system
1327
重新搜索
!
system
1328
结果中搜索
!
system
1340
是否保存录像?
!
system
1341
保存
!
system
1342
录像文件:
!
system
1343
播放
!
system
1344
暂停
!
system
1345
下一步
!
system
1346
切换视角
!
system
1347
退出
!
system
1350
等待对方行动中...
!
system
1351
等待对方行动中....
!
system
1352
等待对方行动中.....
#vistory reason
!
victory
0
x1
LP
变成
0
!
victory
0
x2
没有卡可抽
...
...
system.conf
View file @
5b7c3138
...
...
@@ -5,7 +5,7 @@ nickname = Player1
gamename
=
Game
lastdeck
=
infernity
textfont
=
c
:/
windows
/
fonts
/
simsun
.
ttc
numfont
=
c
:/
windows
/
fonts
/
arial
.
ttf
numfont
=
c
:/
windows
/
fonts
/
arial
bd
.
ttf
serverport
=
7911
lastip
=
127
.
0
.
0
.
1
lastport
=
7911
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