Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
DataEditorX
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
聖園ミカ
DataEditorX
Commits
981f8645
Commit
981f8645
authored
Dec 03, 2014
by
keyongyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.2.8.6
parent
d0fdda7e
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
13 additions
and
23 deletions
+13
-23
DataEditorX/Core/YGOUtil.cs
DataEditorX/Core/YGOUtil.cs
+1
-5
DataEditorX/Properties/AssemblyInfo.cs
DataEditorX/Properties/AssemblyInfo.cs
+1
-1
DataEditorX/readme.txt
DataEditorX/readme.txt
+2
-5
win32/DataEditorX.exe
win32/DataEditorX.exe
+0
-0
win32/DataEditorX.exe.config
win32/DataEditorX.exe.config
+1
-1
win32/DataEditorX.vshost.exe.config
win32/DataEditorX.vshost.exe.config
+1
-1
win32/chinese/history.txt
win32/chinese/history.txt
+3
-3
win32/japan/mse-head.txt
win32/japan/mse-head.txt
+1
-1
win32/readme.txt
win32/readme.txt
+3
-6
win32/win32.zip
win32/win32.zip
+0
-0
No files found.
DataEditorX/Core/YGOUtil.cs
View file @
981f8645
...
@@ -126,10 +126,7 @@ public static string[] GetTypes(Card c)
...
@@ -126,10 +126,7 @@ public static string[] GetTypes(Card c)
}
}
else
if
(
c
.
IsType
(
CardType
.
TYPE_TOKEN
))
else
if
(
c
.
IsType
(
CardType
.
TYPE_TOKEN
))
{
{
if
(
c
.
race
==
0
)
types
[
0
]
=
(
c
.
race
==
0
)?
"token card"
:
"token monster"
;
types
[
0
]
=
"token card"
;
else
types
[
0
]
=
"token monster"
;
types
[
1
]
=
GetType
(
CardType
.
TYPE_TOKEN
);
types
[
1
]
=
GetType
(
CardType
.
TYPE_TOKEN
);
}
}
else
if
(
c
.
IsType
(
CardType
.
TYPE_RITUAL
))
else
if
(
c
.
IsType
(
CardType
.
TYPE_RITUAL
))
...
@@ -210,7 +207,6 @@ public static string[] GetTypes(Card c)
...
@@ -210,7 +207,6 @@ public static string[] GetTypes(Card c)
}
}
if
(
c
.
race
==
0
)
if
(
c
.
race
==
0
)
{
{
types
[
0
]
=
""
;
types
[
1
]
=
""
;
types
[
1
]
=
""
;
types
[
2
]
=
""
;
types
[
2
]
=
""
;
}
}
...
...
DataEditorX/Properties/AssemblyInfo.cs
View file @
981f8645
...
@@ -28,4 +28,4 @@
...
@@ -28,4 +28,4 @@
//
//
// You can specify all the values or you can use the default the Revision and
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
// Build Numbers by using the '*' as shown below:
[
assembly
:
AssemblyVersion
(
"2.2.8.
5
"
)]
[
assembly
:
AssemblyVersion
(
"2.2.8.
6
"
)]
DataEditorX/readme.txt
View file @
981f8645
[DataEditorX]2.2.8.4[DataEditorX]
[DataEditorX]2.2.8.4[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★捐助
如果你觉得这个软件做得好,可以捐助。
姓名:柯永裕
支付宝帐号:247321453@qq.com
★文件关联
★文件关联
.lua notepad++/sublime text/DataEditorX
.lua notepad++/sublime text/DataEditorX
.cdb DataEditorX
.cdb DataEditorX
...
@@ -65,6 +60,8 @@ Ctrl+鼠标左键 跳转到函数定义
...
@@ -65,6 +60,8 @@ Ctrl+鼠标左键 跳转到函数定义
Ctrl+鼠标滑轮 缩放文字
Ctrl+鼠标滑轮 缩放文字
★更新历史
★更新历史
2.2.8.6
修复无种族的token,
2.2.8.4
2.2.8.4
japan
japan
历史记录修正
历史记录修正
...
...
win32/DataEditorX.exe
View file @
981f8645
No preview for this file type
win32/DataEditorX.exe.config
View file @
981f8645
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
System
.
Configuration
.
ConfigurationManager
.
AppSettings
[
key
]
System
.
Configuration
.
ConfigurationManager
.
AppSettings
[
key
]
-->
-->
<!--
language
directory
-->
<!--
language
directory
-->
<
add
key
=
"language"
value
=
"
japan
"
/>
<
add
key
=
"language"
value
=
"
chinese
"
/>
<!--
DataEditorX
source
code
-->
<!--
DataEditorX
source
code
-->
<
add
key
=
"sourceURL"
value
=
"https://github.com/247321453/DataEditorX"
/>
<
add
key
=
"sourceURL"
value
=
"https://github.com/247321453/DataEditorX"
/>
<!--
DataEditorX
update
url
-->
<!--
DataEditorX
update
url
-->
...
...
win32/DataEditorX.vshost.exe.config
View file @
981f8645
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
System
.
Configuration
.
ConfigurationManager
.
AppSettings
[
key
]
System
.
Configuration
.
ConfigurationManager
.
AppSettings
[
key
]
-->
-->
<!--
language
directory
-->
<!--
language
directory
-->
<
add
key
=
"language"
value
=
"
japan
"
/>
<
add
key
=
"language"
value
=
"
chinese
"
/>
<!--
DataEditorX
source
code
-->
<!--
DataEditorX
source
code
-->
<
add
key
=
"sourceURL"
value
=
"https://github.com/247321453/DataEditorX"
/>
<
add
key
=
"sourceURL"
value
=
"https://github.com/247321453/DataEditorX"
/>
<!--
DataEditorX
update
url
-->
<!--
DataEditorX
update
url
-->
...
...
win32/chinese/history.txt
View file @
981f8645
# database history
# database history
F:\games\[jp]cards.cdb
F:\games\ygopro\cards.cdb
F:\games\ygopro\cards.cdb
F:\games\[jp]cards.cdb
F:\games\ygopro\p.zip.cdb
F:\games\ygopro\p.zip.cdb
# script history
# script history
F:\games\ygopro\script\c102380.lua
F:\games\ygopro\script\c27551.lua
F:\games\ygopro\script\c27551.lua
F:\games\ygopro\script\c168917.lua
F:\games\ygopro\script\c168917.lua
F:\games\ygopro\script\c131182.lua
F:\games\ygopro\script\c131182.lua
...
@@ -17,5 +18,4 @@ F:\games\ygopro\script\c64496451.lua
...
@@ -17,5 +18,4 @@ F:\games\ygopro\script\c64496451.lua
F:\games\ygopro\script\c78835747.lua
F:\games\ygopro\script\c78835747.lua
F:\games\ygopro\script\c94415058.lua
F:\games\ygopro\script\c94415058.lua
F:\games\ygopro\script\c26270847.lua
F:\games\ygopro\script\c26270847.lua
F:\games\ygopro\script\c65025250.lua
F:\games\ygopro\script\c65025250.lua
F:\games\ygopro\script\c295517.lua
\ No newline at end of file
\ No newline at end of file
win32/japan/mse-head.txt
View file @
981f8645
...
@@ -4,5 +4,5 @@ stylesheet: standard
...
@@ -4,5 +4,5 @@ stylesheet: standard
set info:
set info:
language: JP
language: JP
edition:
edition:
ST mark is text:
yes
ST mark is text:
no
pendulum image is small: yes
pendulum image is small: yes
\ No newline at end of file
win32/readme.txt
View file @
981f8645
[DataEditorX]2.2.8.
5
[DataEditorX]
[DataEditorX]2.2.8.
4
[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★捐助
如果你觉得这个软件做得好,可以捐助。
姓名:柯永裕
支付宝帐号:247321453@qq.com
★文件关联
★文件关联
.lua notepad++/sublime text/DataEditorX
.lua notepad++/sublime text/DataEditorX
.cdb DataEditorX
.cdb DataEditorX
...
@@ -65,6 +60,8 @@ Ctrl+鼠标左键 跳转到函数定义
...
@@ -65,6 +60,8 @@ Ctrl+鼠标左键 跳转到函数定义
Ctrl+鼠标滑轮 缩放文字
Ctrl+鼠标滑轮 缩放文字
★更新历史
★更新历史
2.2.8.6
修复无种族的token,
2.2.8.4
2.2.8.4
japan
japan
历史记录修正
历史记录修正
...
...
win32/win32.zip
View file @
981f8645
No preview for this file type
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