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
265d5f6d
Commit
265d5f6d
authored
Feb 27, 2016
by
keyongyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.4.1.2
parent
5cf7bf28
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
12 additions
and
8 deletions
+12
-8
DataEditorX/Core/Mse/CardPack.cs
DataEditorX/Core/Mse/CardPack.cs
+3
-3
DataEditorX/Properties/AssemblyInfo.cs
DataEditorX/Properties/AssemblyInfo.cs
+1
-1
DataEditorX/app.config
DataEditorX/app.config
+1
-1
DataEditorX/changed.txt
DataEditorX/changed.txt
+2
-0
DataEditorX/readme.txt
DataEditorX/readme.txt
+1
-1
win32/DataEditorX.exe
win32/DataEditorX.exe
+0
-0
win32/DataEditorX.exe.config
win32/DataEditorX.exe.config
+1
-1
win32/changed.txt
win32/changed.txt
+2
-0
win32/readme.txt
win32/readme.txt
+1
-1
win32/win32.zip
win32/win32.zip
+0
-0
No files found.
DataEditorX/Core/Mse/CardPack.cs
View file @
265d5f6d
...
@@ -30,9 +30,9 @@ public CardPack(long id)
...
@@ -30,9 +30,9 @@ public CardPack(long id)
public
string
date
;
public
string
date
;
public
string
getMseRarity
(){
public
string
getMseRarity
(){
if
(
rarity
==
null
)
if
(
this
.
rarity
==
null
)
return
"common"
;
return
"common"
;
rarity
=
rarity
.
Trim
().
ToLower
();
string
rarity
=
this
.
rarity
.
Trim
().
ToLower
();
if
(
rarity
.
Equals
(
"common"
)){
if
(
rarity
.
Equals
(
"common"
)){
return
"common"
;
return
"common"
;
}
}
...
@@ -60,7 +60,7 @@ public CardPack(long id)
...
@@ -60,7 +60,7 @@ public CardPack(long id)
if
(
rarity
.
Contains
(
"promo"
)){
if
(
rarity
.
Contains
(
"promo"
)){
return
"promo"
;
return
"promo"
;
}
}
return
"common"
;
return
this
.
rarity
.
Split
(
'/'
)[
0
]
;
}
}
}
}
}
}
DataEditorX/Properties/AssemblyInfo.cs
View file @
265d5f6d
...
@@ -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.4.1.
1
"
)]
[
assembly
:
AssemblyVersion
(
"2.4.1.
2
"
)]
DataEditorX/app.config
View file @
265d5f6d
...
@@ -47,6 +47,6 @@
...
@@ -47,6 +47,6 @@
<
add
key
=
"mse_path"
value
=
"./MagicSetEditor2/mse.exe"
/>
<
add
key
=
"mse_path"
value
=
"./MagicSetEditor2/mse.exe"
/>
<
add
key
=
"mse_exprotpath"
value
=
"./exprot"
/>
<
add
key
=
"mse_exprotpath"
value
=
"./exprot"
/>
<
add
key
=
"mse_auto_rarity"
value
=
"true"
/>
<
add
key
=
"mse_auto_rarity"
value
=
"true"
/>
<
add
key
=
"pack_db"
value
=
"./pack.
c
db"
/>
<
add
key
=
"pack_db"
value
=
"./pack.db"
/>
</
appSettings
>
</
appSettings
>
</
configuration
>
</
configuration
>
\ No newline at end of file
DataEditorX/changed.txt
View file @
265d5f6d
★更新历史
★更新历史
2.4.1.2
rarity扩展
2.4.1.1
2.4.1.1
新增卡包数据库,支持导出带卡包信息和rarity
新增卡包数据库,支持导出带卡包信息和rarity
2.4.1.0
2.4.1.0
...
...
DataEditorX/readme.txt
View file @
265d5f6d
[DataEditorX]2.4.1.
1
[DataEditorX]
[DataEditorX]2.4.1.
2
[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]
★运行环境(Environment)
★运行环境(Environment)
...
...
win32/DataEditorX.exe
View file @
265d5f6d
No preview for this file type
win32/DataEditorX.exe.config
View file @
265d5f6d
...
@@ -47,6 +47,6 @@
...
@@ -47,6 +47,6 @@
<
add
key
=
"mse_path"
value
=
"./MagicSetEditor2/mse.exe"
/>
<
add
key
=
"mse_path"
value
=
"./MagicSetEditor2/mse.exe"
/>
<
add
key
=
"mse_exprotpath"
value
=
"./exprot"
/>
<
add
key
=
"mse_exprotpath"
value
=
"./exprot"
/>
<
add
key
=
"mse_auto_rarity"
value
=
"true"
/>
<
add
key
=
"mse_auto_rarity"
value
=
"true"
/>
<
add
key
=
"pack_db"
value
=
"./pack.
c
db"
/>
<
add
key
=
"pack_db"
value
=
"./pack.db"
/>
</
appSettings
>
</
appSettings
>
</
configuration
>
</
configuration
>
\ No newline at end of file
win32/changed.txt
View file @
265d5f6d
★更新历史
★更新历史
2.4.1.2
rarity扩展
2.4.1.1
2.4.1.1
新增卡包数据库,支持导出带卡包信息和rarity
新增卡包数据库,支持导出带卡包信息和rarity
2.4.1.0
2.4.1.0
...
...
win32/readme.txt
View file @
265d5f6d
[DataEditorX]2.4.1.
1
[DataEditorX]
[DataEditorX]2.4.1.
2
[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]
★运行环境(Environment)
★运行环境(Environment)
...
...
win32/win32.zip
View file @
265d5f6d
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