Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
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
magicseteditor
Commits
a236dc92
Commit
a236dc92
authored
Jan 18, 2009
by
pichoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rule to remove nospellingcheck tags from VS and Vanguard.
Fixing text_filter for some VS styles.
parent
ef464a4e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
data/vanguard.mse-game/game
data/vanguard.mse-game/game
+2
-1
data/vs-new.mse-style/style
data/vs-new.mse-style/style
+3
-2
data/vs-oversize.mse-style/style
data/vs-oversize.mse-style/style
+3
-2
data/vs.mse-game/script
data/vs.mse-game/script
+1
-0
No files found.
data/vanguard.mse-game/game
View file @
a236dc92
...
...
@@ -5,7 +5,7 @@ installer group: Magic Vanguard/game files
icon: card-sample.png
position hint: 02
version: 2009-01-1
1
version: 2009-01-1
5
# Author : Wolfwood
# Most stuff is copy/pasted from magic.mse-game
...
...
@@ -118,6 +118,7 @@ init script:
# step 1 : remove all automatic tags
remove_tag@(tag: "<sym-auto>") +
remove_tag@(tag: "<i-auto>") +
remove_tag@(tag: "<nospellcheck") +
# step 2 : reminder text for keywords
expand_keywords@(
condition: {
...
...
data/vs-new.mse-style/style
View file @
a236dc92
mse version: 0.3.
7
mse version: 0.3.
8
game: vs
full name: New Style EM
short name: New Style
...
...
@@ -6,7 +6,7 @@ installer group: VS System/New style/Normal
icon: card-sample.png
position hint: 001
version: 200
8-10-26
version: 200
9-01-18
depends on:
package: vs.mse-game
version: 2008-10-26
...
...
@@ -43,6 +43,7 @@ init script:
tag_remove_rule(tag: "<sym-auto>") +
tag_remove_rule(tag: "<i-auto>") +
tag_remove_rule(tag: "<b-auto>") +
remove_tag@(tag: "<nospellcheck") +
# step 2 : Reminder text for keywords
expand_keywords@(
condition: {
...
...
data/vs-oversize.mse-style/style
View file @
a236dc92
mse version: 0.3.
7
mse version: 0.3.
8
game: vs
full name: VS Oversize Avatar
short name: Oversize Avatar
...
...
@@ -6,7 +6,7 @@ installer group: VS System/Oversize Avatar
icon: card-sample.png
position hint: 007
version: 200
8-10-26
version: 200
9-01-18
depends on:
package: vs.mse-game
version: 2008-10-26
...
...
@@ -34,6 +34,7 @@ init script:
tag_remove_rule(tag: "<sym-auto>") +
tag_remove_rule(tag: "<i-auto>") +
tag_remove_rule(tag: "<b-auto>") +
remove_tag@(tag: "<nospellcheck") +
# step 2 : Reminder text for keywords
expand_keywords@(
condition: {
...
...
data/vs.mse-game/script
View file @
a236dc92
...
...
@@ -37,6 +37,7 @@
tag_remove_rule(tag: "<sym-auto>") +
tag_remove_rule(tag: "<i-auto>") +
tag_remove_rule(tag: "<b-auto>") +
remove_tag@(tag: "<nospellcheck") +
# step 2 : Reminder text for keywords
expand_keywords@(
condition: {
...
...
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