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
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
REIKAI
ygopro
Commits
97276399
Commit
97276399
authored
Feb 26, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into another
parents
3065511d
749e29b8
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
18 additions
and
3 deletions
+18
-3
cards.cdb
cards.cdb
+0
-0
gframe/game.h
gframe/game.h
+2
-0
gframe/menu_handler.cpp
gframe/menu_handler.cpp
+1
-0
gframe/premake4.lua
gframe/premake4.lua
+2
-0
ocgcore
ocgcore
+1
-1
premake5.lua
premake5.lua
+7
-1
script
script
+1
-1
strings.conf
strings.conf
+4
-0
No files found.
cards.cdb
View file @
97276399
No preview for this file type
gframe/game.h
View file @
97276399
...
...
@@ -759,7 +759,9 @@ extern Game* mainGame;
#define TEXTURE_ATTACK 5
#define TEXTURE_ACTIVATE 6
#ifndef DEFAULT_DUEL_RULE
#define DEFAULT_DUEL_RULE 4
#endif
#define CARD_ARTWORK_VERSIONS_OFFSET 10
#endif // GAME_H
gframe/menu_handler.cpp
View file @
97276399
...
...
@@ -543,6 +543,7 @@ bool MenuHandler::OnEvent(const irr::SEvent& event) {
message
.
append
(
wlinebuf
);
}
}
fclose
(
fp
);
mainGame
->
SetStaticText
(
mainGame
->
stSinglePlayInfo
,
200
,
mainGame
->
guiFont
,
message
.
c_str
());
break
;
}
...
...
gframe/premake4.lua
View file @
97276399
...
...
@@ -18,6 +18,8 @@ project "ygopro"
if
os.getenv
(
"YGOPRO_COMPAT_MYCARD"
)
then
defines
{
"YGOPRO_COMPAT_MYCARD"
}
end
local
mr
=
os.getenv
(
"YGOPRO_DEFAULT_DUEL_RULE"
)
if
mr
and
tonumber
(
mr
)
then
defines
{
"DEFAULT_DUEL_RULE="
..
tonumber
(
mr
)
}
end
configuration
"windows"
files
"ygopro.rc"
...
...
ocgcore
@
35a2d6ec
Subproject commit
2596febe9d63caa3b01742ea9ab5f3b562f94bdc
Subproject commit
35a2d6ecc93e7d0b681835dfc2390c6c7a50e9d2
premake5.lua
View file @
97276399
...
...
@@ -2,7 +2,7 @@ solution "ygo"
location
"build"
language
"C++"
objdir
"obj"
if
os
.
ishost
(
"windows"
)
or
os.getenv
(
"USE
_IRRKLANG"
)
then
if
(
os
.
ishost
(
"windows"
)
or
os.getenv
(
"USE_IRRKLANG"
))
and
not
os.getenv
(
"NO
_IRRKLANG"
)
then
USE_IRRKLANG
=
true
if
os.getenv
(
"irrklang_pro"
)
then
IRRKLANG_PRO
=
true
...
...
@@ -10,7 +10,11 @@ solution "ygo"
end
configurations
{
"Release"
,
"Debug"
}
if
os.getenv
(
"YGOPRO_LUA_SAVE"
)
then
defines
{
"LUA_COMPAT_5_2"
,
"YGOPRO_LUA_SAFE"
}
else
defines
{
"LUA_COMPAT_5_2"
}
end
configuration
"windows"
defines
{
"WIN32"
,
"_WIN32"
,
"WINVER=0x0501"
}
libdirs
{
"$(DXSDK_DIR)Lib/x86"
}
...
...
@@ -19,11 +23,13 @@ solution "ygo"
systemversion
"latest"
startproject
"ygopro"
if
not
os.getenv
(
"YGOPRO_NO_XP_TOOLSET"
)
then
configuration
{
"windows"
,
"vs2017"
}
toolset
"v141_xp"
configuration
{
"windows"
,
"not vs2017"
}
toolset
"v140_xp"
end
configuration
"bsd"
defines
{
"LUA_USE_POSIX"
}
...
...
script
@
27fd14e4
Subproject commit 2
54990de5f328307eb5c324c28cf0aee0153ad89
Subproject commit 2
7fd14e4dfed96117edd7df9ec4b752bd2bf8186
strings.conf
View file @
97276399
...
...
@@ -953,3 +953,7 @@
!
setname
0
x124
机械天使 機械天使
!
setname
0
x125
笑容 スマイル
!
setname
0
x126
时间怪盗
Time
Thief
!
setname
0
x127
咒眼
!
setname
0
x128
无限启动
!
setname
0
x129
魔女术
!
setname
0
x130
恩底弥翁
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