Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
R
rd-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
苍蓝
rd-ygopro
Commits
263d33a1
Commit
263d33a1
authored
Dec 26, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into test
parents
fe784299
e8cd5080
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
gframe/game.cpp
gframe/game.cpp
+1
-1
premake/gframe/ygopro.rc
premake/gframe/ygopro.rc
+4
-4
script
script
+1
-1
system.conf
system.conf
+4
-2
No files found.
gframe/game.cpp
View file @
263d33a1
...
...
@@ -15,7 +15,7 @@
#include <dirent.h>
#endif
const
unsigned
short
PRO_VERSION
=
0x134
1
;
const
unsigned
short
PRO_VERSION
=
0x134
2
;
namespace
ygo
{
...
...
premake/gframe/ygopro.rc
View file @
263d33a1
1 ICON "ygopro.ico"
1 VERSIONINFO
FILEVERSION 1, 0, 34,
1
PRODUCTVERSION 1, 0, 34,
1
FILEVERSION 1, 0, 34,
2
PRODUCTVERSION 1, 0, 34,
2
FILEOS 0x4
FILETYPE 0x1
...
...
@@ -16,8 +16,8 @@ VALUE "InternalName", "YGOPro"
VALUE "LegalCopyright", "Copyright (C) 2017 Fluorohydride"
VALUE "OriginalFilename", "YGOPro_test.exe"
VALUE "ProductName", "YGOPro"
VALUE "FileVersion", "1.034.
1
.233"
VALUE "ProductVersion", "1.034.
1
.233"
VALUE "FileVersion", "1.034.
2
.233"
VALUE "ProductVersion", "1.034.
2
.233"
END
END
BLOCK "VarFileInfo"
...
...
script
@
0abc46fd
Subproject commit
edc8387e017e8c366ef09a87b90e35f2db4e20e1
Subproject commit
0abc46fdd0ec78371d79ea352eab2eb4e556cb4a
system.conf
View file @
263d33a1
#config file
#nickname & gamename should be less than 20 characters
use_d3d
=
0
use_image_scale
=
1
antialias
=
2
errorlog
=
1
nickname
=
YGO233
Player
...
...
@@ -24,10 +25,11 @@ hide_hint_button = 0
control_mode
=
0
draw_field_spell
=
1
separate_clear_button
=
1
#auto_search_limit >= 0: Start search automatically when the user enters N chars
.
auto_search_limit
=
0
#auto_search_limit >= 0: Start search automatically when the user enters N chars
auto_search_limit
=
-
1
ignore_deck_changes
=
0
default_ot
=
1
enable_bot_mode
=
1
enable_sound
=
1
enable_music
=
1
#Volume of sound and music, between 0 and 100
...
...
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