Commit Failed!

If you have a question about the git repository and the code, or if you have code to propose then please post in this forum.
Do not post request here.
Locked
MarSprite
Posts: 17
Joined: Tue Sep 11, 2012 6:21 am

Commit Failed!

Post by MarSprite »

My log shows
Commit Failed(details follow):
Server sent unexpected return value (405 Method Not Allowed) in response to
MKACTIVITY request for 'svn/!svn/act/919d6b80-7bcc-1145-b5ab-f8f9b2703c80'

I made modifications to the res/sets/setcode/_card.dat files giving all the sets their names.

I found that Mercadian Masques is improperly located in MRQ when its lettercode is supposed to be MMQ, but I didn't change it, I don't know if that would have to be fixed in other locations than folder title.

While doing the changes I noticed that there is a lot of variance to the block=name naming going on, using different names within the same block, and some not having a block listed(I didn't check to see if they didn't have blocks{do some sets not have blocks?})
I didn't change anything because I don't know if it shows up within the GUI anywhere, but If wagic uses it, then tell me and I'll go back and change them to be correct.

If someone could help me to commit my changes to the svn that would be great.
hopefully before they get changed somewhere else, I'm working from revision 4789

EDIT: oh haha.. I see now the reason is that I don't have write access.. I guess that should have been obvious to me. anywho, here's a zip containing my proposed changes.
Attachments

[The extension zip has been deactivated and can no longer be displayed.]

Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

Re: Commit Failed!

Post by Zethfox »

ok so this changes the set name to the full name instead of the 3 letter code? not sure im following what this is for.
Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

Re: Commit Failed!

Post by Zethfox »

also can you please rightclick the sets folder, and click svn tortoise--->create patch send me that instead of the folders :) thank you.
MarSprite
Posts: 17
Joined: Tue Sep 11, 2012 6:21 am

Re: Commit Failed!

Post by MarSprite »

Yes, so, when you search by set in the deck editor it states the sets name instead of three letter code. I'll do that patch thing now.
EDIT: just made a patch, but when I go to attach it, it tells me the extension isn't allowed.
EDIT2: I see that it's a plaintext file, so maybe this will suffice:
sets.patch

Code: Select all

Index: 5DN/_cards.dat
===================================================================
--- 5DN/_cards.dat	(revision 4789)
+++ 5DN/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Fifth Dawn
 year=2004
 block=Mirror
 [/meta]
Index: ALA/_cards.dat
===================================================================
--- ALA/_cards.dat	(revision 4789)
+++ ALA/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Shards of Alara
 year=2008
 block=Shards
 [/meta]
Index: ALL/_cards.dat
===================================================================
--- ALL/_cards.dat	(revision 4789)
+++ ALL/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Alliances
 year=1996
 block=Ice
 [/meta]
Index: APC/_cards.dat
===================================================================
--- APC/_cards.dat	(revision 4789)
+++ APC/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Apocalypse
 year=2001
 block=Invasion
 [/meta]
Index: ARB/_cards.dat
===================================================================
--- ARB/_cards.dat	(revision 4789)
+++ ARB/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Alara Reborn
 year=2009
 block=Shards
 [/meta]
Index: ARN/_cards.dat
===================================================================
--- ARN/_cards.dat	(revision 4789)
+++ ARN/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Arabian Nights
 year=1993
 [/meta]
 [card]
Index: ATQ/_cards.dat
===================================================================
--- ATQ/_cards.dat	(revision 4789)
+++ ATQ/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Antiquities
 year=1994
 [/meta]
 [card]
Index: AVN/_cards.dat
===================================================================
--- AVN/_cards.dat	(revision 4789)
+++ AVN/_cards.dat	(working copy)
@@ -1,6 +1,6 @@
 [meta]
 author=Wagic Team
-name=AVN
+name=Duel Decks: Ajani vs. Nicol Bolas
 block=Duel
 year=2011
 [/meta]
Index: BOK/_cards.dat
===================================================================
--- BOK/_cards.dat	(revision 4789)
+++ BOK/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Betrayers of Kamigawa
 year=2005
 block=Kami
 [/meta]
Index: BRB/_cards.dat
===================================================================
--- BRB/_cards.dat	(revision 4789)
+++ BRB/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Battle Royale
 year=1999
 block=Duel
 [/meta]
Index: BTD/_cards.dat
===================================================================
--- BTD/_cards.dat	(revision 4789)
+++ BTD/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Beatdown
 year=2000
 block=Duel
 [/meta]
Index: CHK/_cards.dat
===================================================================
--- CHK/_cards.dat	(revision 4789)
+++ CHK/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Champions of Kamigawa
 year=2004
 block=Kami
 [/meta]
Index: CHR/_cards.dat
===================================================================
--- CHR/_cards.dat	(revision 4789)
+++ CHR/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Chronicles
 year=1995
 [/meta]
 [card]
Index: CSP/_cards.dat
===================================================================
--- CSP/_cards.dat	(revision 4789)
+++ CSP/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Coldsnap
 year=2006
 block=Ice
 [/meta]
Index: DIS/_cards.dat
===================================================================
--- DIS/_cards.dat	(revision 4789)
+++ DIS/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Dissension
 year=2006
 block=Guild
 [/meta]
Index: DRK/_cards.dat
===================================================================
--- DRK/_cards.dat	(revision 4789)
+++ DRK/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=The Dark
 year=1994
 [/meta]
 [card]
Index: DST/_cards.dat
===================================================================
--- DST/_cards.dat	(revision 4789)
+++ DST/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Darksteel
 year=2004
 block=Mirror
 [/meta]
Index: DVD/_cards.dat
===================================================================
--- DVD/_cards.dat	(revision 4789)
+++ DVD/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Duel Decks: Divine vs. Demonic
 block=Duel
 year=2009
 [/meta]
Index: EVE/_cards.dat
===================================================================
--- EVE/_cards.dat	(revision 4789)
+++ EVE/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Eventide
 year=2008
 block=Shadow
 [/meta]
Index: EVG/_cards.dat
===================================================================
--- EVG/_cards.dat	(revision 4789)
+++ EVG/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Duel Decks: Elves vs. Goblins
 block=Duel
 year=2007
 [/meta]
Index: EVT/_cards.dat
===================================================================
--- EVT/_cards.dat	(revision 4789)
+++ EVT/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Duel Decks: Elspeth vs. Tezzeret
 block=Duel
 year=2010
 [/meta]
Index: EXO/_cards.dat
===================================================================
--- EXO/_cards.dat	(revision 4789)
+++ EXO/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Exodus
 year=1998
 block=Tempest
 [/meta]
Index: FEM/_cards.dat
===================================================================
--- FEM/_cards.dat	(revision 4789)
+++ FEM/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Fallen Empires
 year=1994
 [/meta]
 [card]
Index: FUT/_cards.dat
===================================================================
--- FUT/_cards.dat	(revision 4789)
+++ FUT/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Future Sight
 year=2007
 block=Time
 [/meta]
Index: FVD/_cards.dat
===================================================================
--- FVD/_cards.dat	(revision 4789)
+++ FVD/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=From the Vault: Dragons
 block=Vault
 year=2008
 [/meta]
Index: FVE/_cards.dat
===================================================================
--- FVE/_cards.dat	(revision 4789)
+++ FVE/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=From the Vault: Exiled
 block=Vault
 year=2009
 [/meta]
Index: FVR/_cards.dat
===================================================================
--- FVR/_cards.dat	(revision 4789)
+++ FVR/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=From The Vault: Relics
 block=Vault
 year=2010
 [/meta]
Index: GPT/_cards.dat
===================================================================
--- GPT/_cards.dat	(revision 4789)
+++ GPT/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Guildpact
 year=2006
 block=Guild
 [/meta]
Index: GVL/_cards.dat
===================================================================
--- GVL/_cards.dat	(revision 4789)
+++ GVL/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Duel Decks: Garruk vs. Liliana
 block=Duel
 year=2009
 [/meta]
Index: HML/_cards.dat
===================================================================
--- HML/_cards.dat	(revision 4789)
+++ HML/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Homelands
 year=1995
 [/meta]
 [card]
Index: HOP/_cards.dat
===================================================================
--- HOP/_cards.dat	(revision 4789)
+++ HOP/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Planechase
 block=Plane
 year=2009
 [/meta]
Index: ICE/_cards.dat
===================================================================
--- ICE/_cards.dat	(revision 4789)
+++ ICE/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Ice Age
 year=1995
 block=Ice
 [/meta]
Index: INV/_cards.dat
===================================================================
--- INV/_cards.dat	(revision 4789)
+++ INV/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Invasion
 year=2000
 block=Invasion
 [/meta]
Index: ISD/_cards.dat
===================================================================
--- ISD/_cards.dat	(revision 4789)
+++ ISD/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Innistrad
 year=2011
 block=Inni
 [/meta]
Index: JUD/_cards.dat
===================================================================
--- JUD/_cards.dat	(revision 4789)
+++ JUD/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Judgment
 year=2002
 block=Odyssey
 [/meta]
Index: JVC/_cards.dat
===================================================================
--- JVC/_cards.dat	(revision 4789)
+++ JVC/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Duel Decks: Jace vs. Chandra
 block=Duel
 year=2008
 [/meta]
Index: KVD/_cards.dat
===================================================================
--- KVD/_cards.dat	(revision 4789)
+++ KVD/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Duel Decks: Knights vs. Dragons
 block=Duel
 year=2011
 [/meta]
Index: LEA/_cards.dat
===================================================================
--- LEA/_cards.dat	(revision 4789)
+++ LEA/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Alpha
 block=Early
 year=1993
 [/meta]
Index: LEB/_cards.dat
===================================================================
--- LEB/_cards.dat	(revision 4789)
+++ LEB/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Beta
 block=Early
 year=1993
 [/meta]
Index: LEG/_cards.dat
===================================================================
--- LEG/_cards.dat	(revision 4789)
+++ LEG/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Legends
 year=1994
 [/meta]
 [card]
Index: LGN/_cards.dat
===================================================================
--- LGN/_cards.dat	(revision 4789)
+++ LGN/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Legions
 year=2003
 block=Slaughter
 [/meta]
Index: LRW/_cards.dat
===================================================================
--- LRW/_cards.dat	(revision 4789)
+++ LRW/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Lorwyn
 year=2007
 block=Morning
 [/meta]
Index: MBS/_cards.dat
===================================================================
--- MBS/_cards.dat	(revision 4789)
+++ MBS/_cards.dat	(working copy)
@@ -1,6 +1,6 @@
 [meta]
 author=Wagic Team
-name=MBS
+name=Mirrodin Besieged
 year=2011
 [/meta]
 [card]
Index: ME2/_cards.dat
===================================================================
--- ME2/_cards.dat	(revision 4789)
+++ ME2/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Masters Edition II
 block=Master
 year=2008
 [/meta]
Index: ME3/_cards.dat
===================================================================
--- ME3/_cards.dat	(revision 4789)
+++ ME3/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Masters Edition III
 block=Master
 year=2009
 [/meta]
Index: ME4/_cards.dat
===================================================================
--- ME4/_cards.dat	(revision 4789)
+++ ME4/_cards.dat	(working copy)
@@ -1,6 +1,6 @@
 [meta]
 author=Wagic Team
-name=ME4
+name=Masters Edition IV
 year=2010
 [/meta]
 [card]
Index: MED/_cards.dat
===================================================================
--- MED/_cards.dat	(revision 4789)
+++ MED/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Masters Edition
 block=Master
 year=2007
 [/meta]
Index: MIR/_cards.dat
===================================================================
--- MIR/_cards.dat	(revision 4789)
+++ MIR/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Mirage
 year=1996
 block=Mirage
 [/meta]
Index: MOR/_cards.dat
===================================================================
--- MOR/_cards.dat	(revision 4789)
+++ MOR/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Morningtide
 year=2008
 block=Morning
 [/meta]
Index: MRD/_cards.dat
===================================================================
--- MRD/_cards.dat	(revision 4789)
+++ MRD/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Mirrodin
 year=2003
 block=Mirror
 [/meta]
Index: MRQ/_cards.dat
===================================================================
--- MRQ/_cards.dat	(revision 4789)
+++ MRQ/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Mercadian Masques
 year=1999
 block=Masks
 [/meta]
Index: NMS/_cards.dat
===================================================================
--- NMS/_cards.dat	(revision 4789)
+++ NMS/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Nemesis
 year=2000
 block=Masks
 [/meta]
Index: NPH/_cards.dat
===================================================================
--- NPH/_cards.dat	(revision 4789)
+++ NPH/_cards.dat	(working copy)
@@ -1,6 +1,6 @@
 [meta]
 author=Wagic Team
-name=NPH
+name=New Phyrexia
 year=2011
 [/meta]
 [card]
Index: ODY/_cards.dat
===================================================================
--- ODY/_cards.dat	(revision 4789)
+++ ODY/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Odyssey
 year=2001
 block=Odyssey
 [/meta]
Index: ONS/_cards.dat
===================================================================
--- ONS/_cards.dat	(revision 4789)
+++ ONS/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Onslaught
 year=2002
 block=Slaughter
 [/meta]
Index: P02/_cards.dat
===================================================================
--- P02/_cards.dat	(revision 4789)
+++ P02/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Portal Second Age
 year=1998
 block=Portal
 [/meta]
Index: PCY/_cards.dat
===================================================================
--- PCY/_cards.dat	(revision 4789)
+++ PCY/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Prophecy
 year=2000
 block=Masks
 [/meta]
Index: PD2/_cards.dat
===================================================================
--- PD2/_cards.dat	(revision 4789)
+++ PD2/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Premium Deck: Fire & Lightning
 block=Duel
 year=2010
 [/meta]
Index: PDS/_cards.dat
===================================================================
--- PDS/_cards.dat	(revision 4789)
+++ PDS/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Premium Deck: Slivers
 block=Premium
 year=2009
 [/meta]
Index: PLC/_cards.dat
===================================================================
--- PLC/_cards.dat	(revision 4789)
+++ PLC/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Planar Chaos
 year=2007
 block=Time
 [/meta]
Index: PLS/_cards.dat
===================================================================
--- PLS/_cards.dat	(revision 4789)
+++ PLS/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Planeshift
 year=2001
 block=Invasion
 [/meta]
Index: POR/_cards.dat
===================================================================
--- POR/_cards.dat	(revision 4789)
+++ POR/_cards.dat	(working copy)
@@ -2,6 +2,7 @@
 #Thanks to Dr.Solomat for the initial release 2009/01/01
 [meta]
 author=Wagic Team
+name=Portal
 year=1997
 block=Portal
 [/meta]
Index: PPR/_cards.dat
===================================================================
--- PPR/_cards.dat	(revision 4789)
+++ PPR/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Gatherer Promo
 block=Promo
 [/meta]
 [card]
Index: PTK/_cards.dat
===================================================================
--- PTK/_cards.dat	(revision 4789)
+++ PTK/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Portal Three Kingdoms
 year=1999
 block=Portal
 [/meta]
Index: RAV/_cards.dat
===================================================================
--- RAV/_cards.dat	(revision 4789)
+++ RAV/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Ravnica: City of Guilds
 year=2005
 block=Guild
 [/meta]
Index: ROE/_cards.dat
===================================================================
--- ROE/_cards.dat	(revision 4789)
+++ ROE/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Rise Of The Eldrazi
 year=2010
 block=Rising Eldrazis
 [/meta]
Index: RTR/_cards.dat
===================================================================
--- RTR/_cards.dat	(revision 4789)
+++ RTR/_cards.dat	(working copy)
@@ -1,6 +1,6 @@
 [meta]
 author=Wagic Team
-name=RTR
+name=Return To Ravnica
 year=2012
 [/meta]
 [card]
Index: SCG/_cards.dat
===================================================================
--- SCG/_cards.dat	(revision 4789)
+++ SCG/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Scourge
 year=2003
 block=Slaughter
 [/meta]
Index: SHM/_cards.dat
===================================================================
--- SHM/_cards.dat	(revision 4789)
+++ SHM/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Shadowmoor
 year=2008
 block=Shadow
 [/meta]
Index: SOK/_cards.dat
===================================================================
--- SOK/_cards.dat	(revision 4789)
+++ SOK/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Saviors of Kamigawa
 year=2005
 block=Kami
 [/meta]
Index: SOM/_cards.dat
===================================================================
--- SOM/_cards.dat	(revision 4789)
+++ SOM/_cards.dat	(working copy)
@@ -1,6 +1,6 @@
 [meta]
 author=Wagic Team
-name=SOM
+name=Scars Of Mirrodin
 year=2010
 [/meta]
 [card]
Index: STH/_cards.dat
===================================================================
--- STH/_cards.dat	(revision 4789)
+++ STH/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Stronghold
 year=1998
 block=Tempest
 [/meta]
Index: TMP/_cards.dat
===================================================================
--- TMP/_cards.dat	(revision 4789)
+++ TMP/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Tempest
 year=1997
 block=Tempest
 [/meta]
Index: TOR/_cards.dat
===================================================================
--- TOR/_cards.dat	(revision 4789)
+++ TOR/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Torment
 year=2002
 block=Odyssey
 [/meta]
Index: TSB/_cards.dat
===================================================================
--- TSB/_cards.dat	(revision 4789)
+++ TSB/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Time Spiral Timeshifted
 block=Time
 year=2006
 [/meta]
Index: TSP/_cards.dat
===================================================================
--- TSP/_cards.dat	(revision 4789)
+++ TSP/_cards.dat	(working copy)
@@ -1,6 +1,7 @@
 #Thanks to Blublub for orignal version 2009/07/05
 [meta]
 author=Wagic Team
+name=Time Spiral
 year=2006
 block=Time
 [/meta]
Index: TSP/booster.txt
===================================================================
--- TSP/booster.txt	(revision 4789)
+++ TSP/booster.txt	(working copy)
@@ -1,4 +1,4 @@
-<PACK name="TSP" type="Booster" pool="all set:TSP;" price="700">
+<PACK name="Time Spiral" type="Booster" pool="all set:TSP;" price="700">
 	<slot copies="1">
 		<random_card>rarity:mythic;</random_card>
 		<random_card>rarity:rare;</random_card>
Index: UDS/_cards.dat
===================================================================
--- UDS/_cards.dat	(revision 4789)
+++ UDS/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Urza's Destiny
 year=1999
 block=Urza
 [/meta]
Index: UGL/_cards.dat
===================================================================
--- UGL/_cards.dat	(revision 4789)
+++ UGL/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Unglued
 block=Unblock
 year=1998
 [/meta]
Index: ULG/_cards.dat
===================================================================
--- ULG/_cards.dat	(revision 4789)
+++ ULG/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Urza's Legacy
 year=1999
 block=Urza
 [/meta]
Index: UNH/_cards.dat
===================================================================
--- UNH/_cards.dat	(revision 4789)
+++ UNH/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Unhinged
 block=Unblock
 year=2004
 [/meta]
Index: USG/_cards.dat
===================================================================
--- USG/_cards.dat	(revision 4789)
+++ USG/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Urza's Saga
 year=1999
 block=Urza
 [/meta]
Index: VIS/_cards.dat
===================================================================
--- VIS/_cards.dat	(revision 4789)
+++ VIS/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Visions
 year=1997
 block=Mirage
 [/meta]
Index: VVK/_cards.dat
===================================================================
--- VVK/_cards.dat	(revision 4789)
+++ VVK/_cards.dat	(working copy)
@@ -1,6 +1,6 @@
 [meta]
 author=Wagic Team
-name=Venser vs Koth
+name=Duel Decks: Venser vs. Koth
 block=Duel Decks
 year=2012
 [/meta]
Index: WTH/_cards.dat
===================================================================
--- WTH/_cards.dat	(revision 4789)
+++ WTH/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Weatherlight
 year=1997
 block=Mirage
 [/meta]
Index: WWK/_cards.dat
===================================================================
--- WWK/_cards.dat	(revision 4789)
+++ WWK/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Worldwake
 year=2010
 block=Adventure
 [/meta]
Index: ZEN/_cards.dat
===================================================================
--- ZEN/_cards.dat	(revision 4789)
+++ ZEN/_cards.dat	(working copy)
@@ -1,5 +1,6 @@
 [meta]
 author=Wagic Team
+name=Zendikar
 year=2009
 block=Adventure
 [/meta]
EDIT3: A fair number of the sets already had names instead of three letter codes, and I'm not referring to those sets which had names that were three letter codes.
Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

Re: Commit Failed!

Post by Zethfox »

email it to me, this would be a nice change, i hate the 3 letter set code in the filter for sets, i think it looks bad when half are full names and the other half are 3 letters.
omegablast2002@yahoo.com
MarSprite
Posts: 17
Joined: Tue Sep 11, 2012 6:21 am

Re: Commit Failed!

Post by MarSprite »

Yes, well.. now the problem is they aren't alphabetized very well, but I'm not sure how to fix that. *goes to email*
Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

Re: Commit Failed!

Post by Zethfox »

unfortunately we have to remove this commit, the set names are trademarks of wotc and can not be listed.
however, i now run the sets filter through the translation system so if anyone makes a list like this

BOK=betreyers of kamikawa
MIR=Mirridin
FUT=future sight
ect
ect

it can be pasted directly into the en.txt file located in the res->lang folder
when ever you open the filters and do a filter by set, the names will display as whatever they're listed as in the en.txt otherwise they will display 3 letter codes.
MarSprite
Posts: 17
Joined: Tue Sep 11, 2012 6:21 am

Re: Commit Failed!

Post by MarSprite »

Ok, That's fine, but the existing set names should be eliminated as well. I didn't have to rename ALL of them. A few sets have had names since I started using Wagic on version 1.18.6. It looks tacky, not even considering trademark concerns.
EDIT:Will that solve the alphabetization problem? if no, then is there any easy way to do that that doesn't involve changing the three letter code?
jwilkes99999
Posts: 151
Joined: Sun Jan 16, 2011 8:58 pm

Re: Commit Failed!

Post by jwilkes99999 »

I'm going to test this later on my cell phone. I had wanted this feature for a while but so rarely have an opportunity to come to the forum when I have a new idea that I typically forget by the time I get a chance to post (hopefully getting my smartphone turned back on will cut down on this happening). Since it can't be committed we should sticky this somewhere people will notice it and have an opportunity to use it.
Locked