Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-images-generator
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-images-generator
Commits
7120da38
Commit
7120da38
authored
Sep 17, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/mycard/ygopro-images-generator
parents
7e29c5f5
040f0930
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
7 deletions
+1
-7
.gitmodules
.gitmodules
+0
-4
Log.rb
Log.rb
+0
-2
MSETranslator.rb
MSETranslator.rb
+1
-1
No files found.
.gitmodules
View file @
7120da38
...
...
@@ -7,10 +7,6 @@
path = ygopro-images-raw
url = git@github.com:mycard/ygopro-images-raw.git
shallow = true
[submodule "ygopro-database"]
path = ygopro-database
url = git@github.com:mycard/ygopro-database.git
shallow = true
[submodule "ImgGen"]
path = ImgGen
url = git@github.com:mycard/ImgGen.git
...
...
Log.rb
View file @
7120da38
...
...
@@ -4,8 +4,6 @@ require 'logger'
module
Log
class
<<
self
attr_accessor
:logger
attr_accessor
:out
end
self
.
logger
=
Logger
.
new
STDERR
self
.
out
=
Logger
.
new
STDOUR
end
MSETranslator.rb
View file @
7120da38
...
...
@@ -109,7 +109,7 @@ module MSETranslator
end
Log
.
logger
.
info
(
"Finished a pack named data
#{
key
}
-
#{
Global
.
language
}
.mse-set with following
#{
clear_data
.
count
}
cards:"
)
clear_data
.
each
{
|
card
|
Log
.
logger
.
info
(
YGOCoreJudgers
.
get_log_str
(
card
))}
Log
.
out
.
info
"
#{
key
}
-
#{
Global
.
language
}
.mse-set"
puts
"
#{
key
}
-
#{
Global
.
language
}
.mse-set"
end
def
generate_mse_all
(
datas
)
...
...
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