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
6a219c2b
Commit
6a219c2b
authored
Jun 27, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into another
parents
c290e204
235391f1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
102 deletions
+33
-102
.travis.yml
.travis.yml
+18
-18
appveyor.yml
appveyor.yml
+13
-28
ocgcore
ocgcore
+1
-1
script
script
+1
-1
srvpro.conf
srvpro.conf
+0
-54
No files found.
.travis.yml
View file @
6a219c2b
...
...
@@ -16,13 +16,14 @@ addons:
-
libirrlicht-dev
-
libgl1-mesa-dev
-
libglu-dev
-
p7zip-full
env
:
-
USE_IRRKLANG=1
before_install
:
-
git submodule update --init --recursive
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update > /dev/null;
brew install freetype libevent sqlite dylibbundler > /dev/null;
brew install freetype libevent sqlite
p7zip
dylibbundler > /dev/null;
fi
-
curl --location --retry 5 http://www.lua.org/ftp/lua-5.3.4.tar.gz | tar zfx -
...
...
@@ -81,41 +82,41 @@ script:
before_deploy
:
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
zip -q -r
KoishiPro-$TRAVIS_OS_NAME-$TRAVIS_TAG.zip ygopro libIrrKlang.so;
7z a -mx9 -xr!.git*
KoishiPro-$TRAVIS_OS_NAME-$TRAVIS_TAG.zip ygopro libIrrKlang.so;
fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
zip -q -r
KoishiPro-$TRAVIS_OS_NAME-$TRAVIS_TAG.zip ygopro.app;
7z a -mx9 -xr!.git*
KoishiPro-$TRAVIS_OS_NAME-$TRAVIS_TAG.zip ygopro.app;
fi
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/HuangYuNan/ygopro222-images/archive/master.zip
-
unzip -q ygopro222-images-master.zip
-
7z x -y ygopro222-images-master.zip > /dev/null
-
mv -f ygopro222-images-master pics
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/moecube/ygopro-starter-pack/archive/master.zip
-
unzip -q ygopro-starter-pack-master.zip
-
7z x -y ygopro-starter-pack-master.zip > /dev/null
-
cp -rf ygopro-starter-pack-master/* .
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-222DIY-data/archive/master.zip
-
rm -rf sound
-
unzip -q ygopro-222DIY-data-master.zip
-
mv -f ygopro-222DIY-data-master/sound .
-
rm -rf sound/custom sound/BGM/custom
-
rm -rf pics/thumbnail pics/*.db
-
mkdir replay
-
mkdir screenshots
-
git clone --depth=1 https://$NANAHIRA@github.com/purerosefallen/fonts
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/windbot/releases/download/latest/WindBot.7z
-
7z x -y WindBot.7z > /dev/null
-
mv -f WindBot windbot
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/windbot/raw/master/BotWrapper/BotWrapper.sh
-
mv -f BotWrapper.sh bot.sh
-
cd sound
-
bash -c "grep '.wav' files.txt | xargs -I {} curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-222DIY-data/raw/master/sound/{} ; exit 0"
-
cd ..
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sed -i "s/c:\/windows/./g" ./system.conf;
zip -q -r KoishiPro-$TRAVIS_OS_NAME-full-$TRAVIS_TAG.zip ygopro libIrrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures fonts skin deck single pics replay screenshots;
zip -q -r KoishiPro-$TRAVIS_OS_NAME-full-with-sound-$TRAVIS_TAG.zip ygopro libIrrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures fonts skin deck single pics replay sound screenshots;
7z a -mx9 -xr!.git* KoishiPro-$TRAVIS_OS_NAME-full-$TRAVIS_TAG.zip ygopro libIrrKlang.so LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures fonts skin deck single pics sound windbot bot.conf bot.sh > /dev/null;
fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
sed -i "" "s/c:\/windows/./g" ./system.conf;
zip -q -r KoishiPro-$TRAVIS_OS_NAME-full-$TRAVIS_TAG.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures fonts skin deck single pics replay screenshots;
zip -q -r KoishiPro-$TRAVIS_OS_NAME-full-with-sound-$TRAVIS_TAG.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures fonts skin deck single pics replay screenshots sound;
7z a -mx9 -xr!.git* KoishiPro-$TRAVIS_OS_NAME-full-$TRAVIS_TAG.zip ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures fonts skin deck single pics sound windbot bot.conf bot.sh > /dev/null;
fi
deploy
:
...
...
@@ -123,7 +124,6 @@ deploy:
file
:
-
KoishiPro-$TRAVIS_OS_NAME-$TRAVIS_TAG.zip
-
KoishiPro-$TRAVIS_OS_NAME-full-$TRAVIS_TAG.zip
-
KoishiPro-$TRAVIS_OS_NAME-full-with-sound-$TRAVIS_TAG.zip
skip_cleanup
:
true
overwrite
:
true
on
:
...
...
appveyor.yml
View file @
6a219c2b
...
...
@@ -10,7 +10,7 @@ install:
# environment and system dependency
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-windows.zip ; exit 0"
-
7z x premake-5.0.0-alpha12-windows.zip
-
7z x
-y
premake-5.0.0-alpha12-windows.zip
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz ; exit 0"
-
tar xf libevent-2.0.22-stable.tar.gz
...
...
@@ -22,7 +22,7 @@ install:
-
move freetype-2.8.1 freetype
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://downloads.sourceforge.net/irrlicht/irrlicht-1.8.4.zip ; exit 0"
-
7z x irrlicht-1.8.4.zip
-
7z x
-y
irrlicht-1.8.4.zip
-
md irrlicht
-
move irrlicht-1.8.4\source\Irrlicht irrlicht\src
-
move irrlicht-1.8.4\include irrlicht\include
...
...
@@ -32,7 +32,7 @@ install:
-
move lua-5.3.4\src lua
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/2017/sqlite-amalgamation-3210000.zip ; exit 0"
-
7z x sqlite-amalgamation-3210000.zip
-
7z x
-y
sqlite-amalgamation-3210000.zip
-
move sqlite-amalgamation-3210000 sqlite3
-
git clone --depth=1 https://%access_token%@github.com/purerosefallen/irrklang
...
...
@@ -56,41 +56,28 @@ build:
after_build
:
-
mv -f bin/release/ygopro.exe .
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/windbot/archive/master.zip ; exit 0"
-
7z x windbot-master.zip
-
cd windbot-master
-
msbuild /property:Configuration=Release /property:Platform=x86
-
rm -rf bin/Release/WindBot.exe.config
-
mv -f bin/Release ../WindBot
-
mv -f BotWrapper/bin/Release/Bot.exe ./..
-
mv -f BotWrapper/bin/Release/Bot.conf ./..
-
cd ..
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/windbot/releases/download/latest/WindBot.7z ; exit 0"
-
7z x -y WindBot.7z
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/HuangYuNan/ygopro222-images/archive/master.zip ; exit 0"
-
7z x ygopro222-images-master.zip
-
7z x
-y
ygopro222-images-master.zip
-
mv -f ygopro222-images-master pics
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/update-koishipro/archive/master.zip ; exit 0"
-
7z x update-koishipro-master.zip
-
7z x
-y
update-koishipro-master.zip
-
mv -f update-koishipro-master update-koishipro
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/moecube/ygopro-starter-pack/archive/master.zip ; exit 0"
-
7z x ygopro-starter-pack-master.zip
-
7z x
-y
ygopro-starter-pack-master.zip
-
cp -rf ygopro-starter-pack-master/* .
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-222DIY-data/archive/master.zip ; exit 0"
-
7z x -y ygopro-222DIY-data-master.zip
-
rm -rf sound
-
mv -f ygopro-222DIY-data-master/sound .
-
rm -rf sound/custom sound/BGM/custom
-
cd sound
-
bash -c "grep '.wav' files.txt | xargs -I {} curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-222DIY-data/raw/master/sound/{} ; exit 0"
-
cd ..
-
rm -rf pics/thumbnail pics/*.db
-
mkdir replay
-
mkdir screenshots
-
7z a -mx9 -xr!.git* KoishiPro-%APPVEYOR_REPO_TAG_NAME%.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures skin deck single pics update-koishipro replay screenshots WindBot Bot.exe bot.conf
-
cp -rf KoishiPro-%APPVEYOR_REPO_TAG_NAME%.7z KoishiPro-with-sound-%APPVEYOR_REPO_TAG_NAME%.7z
-
7z a -mx9 -xr!.git* KoishiPro-with-sound-%APPVEYOR_REPO_TAG_NAME%.7z sound
-
7z a -mx9 -xr!.git* KoishiPro-%APPVEYOR_REPO_TAG_NAME%.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures skin deck single pics sound update-koishipro WindBot Bot.exe bot.conf
test
:
off
...
...
@@ -107,8 +94,6 @@ artifacts:
name
:
ygopro client
-
path
:
KoishiPro-$(APPVEYOR_REPO_TAG_NAME).7z
name
:
ygopro full repack
-
path
:
KoishiPro-with-sound-$(APPVEYOR_REPO_TAG_NAME).7z
name
:
ygopro full repack with sound
cache
:
-
premake-5.0.0-alpha12-windows.zip
...
...
ocgcore
@
6e38611e
Subproject commit
0d109dc58450f3402c09ba156f518eac5b82e57c
Subproject commit
6e38611e5b072daf90e0801d3b99005d5a4f8ee4
script
@
94dab4b2
Subproject commit
042183249e71f460e59ff9f21ca8a310d7cea48
9
Subproject commit
94dab4b22bed55238d5f0724a809edd04fbedba
9
srvpro.conf
deleted
100644 → 0
View file @
c290e204
#srvpro config file
#server_name server_ip server_port
!
YGOPro
Koishi
Server
119
.
23
.
146
.
219
7210
!
YGOPro
222
DIY
Server
119
.
23
.
146
.
219
222
!
YGOPro
THC
Server
119
.
23
.
146
.
219
666
!
YGOPro
Koishi
TCG
Server
119
.
23
.
146
.
219
1311
!
YGOPro
233
Server
118
.
178
.
111
.
167
233
!
YGOPro
23333
Server
118
.
178
.
111
.
167
23333
!
YGOPro
Tournament
Server
#1
119
.
23
.
146
.
219
1262
!
YGOPro
Tournament
Server
#2
119
.
23
.
146
.
219
986
!
YGOPro
Tournament
Server
#3
119
.
23
.
146
.
219
357
!
YGOPro
Nanahira
Server
213
.
159
.
202
.
230
7210
!
YGOPro
222
DIY
Backup
Server
213
.
159
.
202
.
230
2220
!
YGOPro
2
Pick
Server
2
pick
.
mycard
.
moe
765
!
YGOPro
League
Server
120
.
24
.
169
.
252
233
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