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
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
Commits
40447c0f
Commit
40447c0f
authored
Nov 16, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master'
parents
ce74193c
70a2a82a
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
235 additions
and
26 deletions
+235
-26
.github/workflows/build.yml
.github/workflows/build.yml
+6
-17
gframe/config.h
gframe/config.h
+1
-1
gframe/data_manager.cpp
gframe/data_manager.cpp
+1
-2
gframe/game.cpp
gframe/game.cpp
+0
-2
lflist.conf
lflist.conf
+222
-3
strings.conf
strings.conf
+5
-1
No files found.
.github/workflows/build.yml
View file @
40447c0f
...
...
@@ -472,21 +472,15 @@ jobs:
fail-fast
:
false
matrix
:
name
:
-
macos-13-intel
# - macos-13-arm-cross-compile-static-link
-
macos-13-universal-static-link
-
macos-15-intel
-
macos-15-universal-static-link
-
macos-15-arm
# - macos-15-intel-cross-compile-static-link
# - macos-15-universal-static-link
include
:
-
name
:
macos-13-intel
os
:
macos-13
# - name: macos-13-arm-cross-compile-static-link
# os: macos-13
# cross-build-arm: true
# static-link: true
-
name
:
macos-13-universal-static-link
os
:
macos-13
-
name
:
macos-15-intel
os
:
macos-15-intel
-
name
:
macos-15-universal-static-link
os
:
macos-15
cross-build-intel
:
true
cross-build-arm
:
true
static-link
:
true
...
...
@@ -495,11 +489,6 @@ jobs:
# - name: macos-15-intel-cross-compile-static-link
# os: macos-15
# cross-build-intel: true
# static-link: true
# - name: macos-15-universal-static-link
# os: macos-15
# cross-build-intel: true
# cross-build-arm: true
# static-link: true
runs-on
:
${{ matrix.os }}
...
...
gframe/config.h
View file @
40447c0f
...
...
@@ -80,7 +80,7 @@ inline FILE* mywfopen(const wchar_t* filename, const char* mode) {
#include <irrlicht.h>
extern
const
unsigned
short
PRO_VERSION
;
constexpr
uint16_t
PRO_VERSION
=
0x1362
;
extern
unsigned
int
enable_log
;
extern
bool
exit_on_return
;
extern
bool
open_file
;
...
...
gframe/data_manager.cpp
View file @
40447c0f
...
...
@@ -89,10 +89,9 @@ bool DataManager::LoadDB(const wchar_t* wfile) {
spmembuffer_t
*
mem
=
(
spmembuffer_t
*
)
std
::
calloc
(
sizeof
(
spmembuffer_t
),
1
);
spmemvfs_env_init
();
mem
->
total
=
mem
->
used
=
reader
->
getSize
();
mem
->
data
=
(
char
*
)
std
::
malloc
(
mem
->
total
+
1
);
mem
->
data
=
(
char
*
)
std
::
malloc
(
mem
->
total
);
reader
->
read
(
mem
->
data
,
mem
->
total
);
reader
->
drop
();
(
mem
->
data
)[
mem
->
total
]
=
'\0'
;
bool
ret
{};
if
(
spmemvfs_open_db
(
&
db
,
file
,
mem
)
!=
SQLITE_OK
)
ret
=
Error
(
db
.
handle
);
...
...
gframe/game.cpp
View file @
40447c0f
...
...
@@ -12,8 +12,6 @@
#include "single_mode.h"
#include <thread>
const
unsigned
short
PRO_VERSION
=
0x1362
;
namespace
ygo
{
Game
*
mainGame
;
...
...
lflist.conf
View file @
40447c0f
This diff is collapsed.
Click to expand it.
strings.conf
View file @
40447c0f
...
...
@@ -820,6 +820,7 @@
!
setname
0
x66
战士 ウォリアー
!
setname
0
x1066
音响战士 音響戦士
!
setname
0
x2066
磁石战士 マグネット・ウォリアー
!
setname
0
x6066
磁石战士Σ 磁石の戦士Σ
#setname 0x67 钢铁 アイアン
#setname 0x68 铁皮 ブリキ
!
setname
0
x69
圣刻 聖刻
...
...
@@ -1031,7 +1032,7 @@
!
setname
0
xfd
星杯
!
setname
0
xfe
星遗物 星遺物
!
setname
0
xff
幻透翼 クリアウィング
!
setname
0
x100
化学结合
ボンディング
!
setname
0
x100
结合术
ボンディング
!
setname
0
x101
码语者 コード・トーカー
!
setname
0
x102
弹丸 ヴァレット
!
setname
0
x103
幻变骚灵 オルターガイスト
...
...
@@ -1273,3 +1274,6 @@
!
setname
0
x1d4
纠罪巧 糾罪巧
!
setname
0
x1d5
杀手级调整曲 キラーチューン
!
setname
0
x1d6
树熊 コアラ
!
setname
0
x1d7
艾克莉西娅 エクレシア
!
setname
0
x1d8
耀圣 エルフェンノーツ
!
setname
0
x1d9
磁力 マグネット
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