18318 Commits

Author SHA1 Message Date
ln-zookeeper
9b13a182e6 New bigmap and journey markers for DiD. 2013-08-17 10:56:24 +03:00
Groggy Dice
8335d131bd wmllint-1.4: revise help to reflect its current status as an adjunct to current wmllint 2013-08-15 20:43:57 -04:00
Groggy Dice
a315603d2c wmllint: bugfix "unresolved scenario" check 2013-08-15 19:20:50 -04:00
Groggy Dice
b999da8774 "wmllint: unwho ALL" who entries at LoW's final battle 2013-08-15 19:20:24 -04:00
Groggy Dice
c3863ac222 implement keyword 'unwho ALL' for clearing all "wmllint: who" entries at end of campaign
I realized that as it stood, my dictionary would linger, bad if wmllint were being run on multiple campaigns. A special unwho keyword, 'all', clears the dictionary.
2013-08-15 19:13:22 -04:00
Groggy Dice
17e2c93efd Liberty utils.cfg: typo fix: born -> borne 2013-08-15 01:22:27 -04:00
Groggy Dice
76134b5bfe Legend_of_Wesmere: convert main characters and key loyals of LoW to 'wmllint: who' system
Also, get rid of now-unnecessary 'recognize' magic comments
2013-08-15 01:22:17 -04:00
Groggy Dice
a8a65c25b2 add explanation about how to use "wmllint: who" magic comments to introduction 2013-08-15 01:22:05 -04:00
Groggy Dice
ab18d94117 magic comment to remove items from whopairs dictionary
If no more scenarios will be using a macro, you can remove it from the dictionary with "unwho".
2013-08-15 01:21:46 -04:00
Groggy Dice
56be5f2f6b recognize characters from "wmllint: who" macros and append to present
Now that we see how the whopairs are recognized, we can see that the magic comment accepts a comma-separated list, for macros that deal with more than one character.

We also see that if it is necessary to remove a character who leaves the party, this can be done with another entry prefixed by double minuses.
2013-08-15 01:21:28 -04:00
Groggy Dice
21c50ccb2e create magic comment for persistent macro character recognition, "wmllint: who"
The "recognize" magic comment only covers one scenario; but what about macros that are used in many scenarios?

This new magic comment creates dictionary pairs of macros with the characters they are associated with. If this is not yet clear, hopefully the following commits will show the full picture.
2013-08-15 01:21:14 -04:00
Andrius Štikonas
a23f2ed0e4 Reduce the size of Galician images by 90%. 2013-08-14 21:08:55 +03:00
Andrius Štikonas
fd32960043 [Lithuanian Translation] Updated map localization of AoI and HttT. 2013-08-14 20:36:03 +03:00
Charles Dang
7454353459 Fixed image path of last frame in Elvish Outrider ranged anim (pointed out by bumbadadabum) 2013-08-14 00:57:48 +11:00
Charles Dang
c6655fdecc Fixed paths to stonebridge and tropical forest icons in their respective help topics 2013-08-13 14:11:20 +11:00
Adrián Chaves Fernández (Gallaecio)
ce77900176 Removed a trailing parenthesis at the end of a string that made no sense there. 2013-08-12 22:10:13 +02:00
Adrián Chaves Fernández (Gallaecio)
10d25c56c0 [Galician Translation] Updated map localization of “An Orcish Incursion”. 2013-08-12 07:24:44 +02:00
ln-zookeeper
9111ed02b5 New bigmap and journey markers for AOI. 2013-08-11 15:53:36 +03:00
ln-zookeeper
c45d3dc9be Merge branch 'master' of https://github.com/wesnoth/wesnoth-old 2013-08-11 11:48:50 +03:00
Adrián Chaves Fernández (Gallaecio)
9eeaaff752 [Galician translation] Translated images and minor text changes 2013-08-10 19:23:49 +02:00
Alexander van Gessel
abe67d8136 Merge branch 'master' of github.com:wesnoth/wesnoth-old 2013-08-09 00:20:02 +02:00
Alexander van Gessel
38b224c1ff Revert "Revert "Merge branch 'master' of github.com:wesnoth/wesnoth-old""
This reverts commit 23b72d6956e6316f8b50a6accba607f66cf197a7.
2013-08-09 00:13:46 +02:00
Thibault Févry
e825989bbe More range() genocide. 2013-08-09 00:13:03 +02:00
Thibault Févry
1dc00f0d93 More range() destruction. 2013-08-08 23:53:34 +02:00
Thibault Févry
e4a1dcdb88 More range to xrange conversion. 2013-08-08 23:46:36 +02:00
Thibault Févry
961dcb8c25 Remove useless ';' 2013-08-08 23:45:52 +02:00
Thibault Févry
b5319fa235 Use xrange instead of range. 2013-08-08 23:41:50 +02:00
Thibault Févry
e3fbfe5225 Use for i in iterable instead of for i in range(len(iterable)). Have a hard time testing it well, but it seems to not break anything. 2013-08-08 23:35:11 +02:00
Thibault Févry
5a5287b1f7 Use string formatting when possible. Can't use str.format() (although it would be easier to read since it was only added in 2.6 2013-08-08 19:21:39 +02:00
Thibault Févry
f4fc1c5912 Make pep8 happier. 2013-08-08 19:07:47 +02:00
Thibault Févry
65a14eff16 Fix indenting (again) 2013-08-08 18:56:11 +02:00
Thibault Févry
23b72d6956 Revert "Merge branch 'master' of github.com:wesnoth/wesnoth-old"
This reverts commit 5fa5c034110c3c942d299c8fd440297c89aca037, reversing
changes made to 06374c64ba00977a4f720a44108593fc43d5c787.
2013-08-08 18:50:46 +02:00
Thibault Févry
ddfc7d3282 Revert "Fix indenting."
This reverts commit ab58cc959c54461430868f31f2625c91501518ea.
2013-08-08 18:48:45 +02:00
Thibault Févry
ab58cc959c Fix indenting. 2013-08-08 18:31:47 +02:00
Thibault Févry
5fa5c03411 Merge branch 'master' of github.com:wesnoth/wesnoth-old 2013-08-08 13:18:10 +02:00
Adrián Chaves Fernández (Gallaecio)
97d9918419 “But if if this battle…” → “But if this battle…” 2013-08-07 21:33:58 +02:00
Alexander van Gessel
08d1c949f1 wmlindent workarounds for some micro_ai scenarios 2013-08-05 00:15:58 +02:00
Alexander van Gessel
0738a4e59c make reindent minus some wmlindent issues 2013-08-04 23:22:56 +02:00
Alexander van Gessel
41a4ea849e Merge branch 'master' of github.com:wesnoth/wesnoth-old 2013-08-04 22:58:45 +02:00
Alexander van Gessel
a678898f4c Move from optparse to argparse 2013-08-04 22:58:19 +02:00
Alexander van Gessel
2a13cfd439 Move from optparse to argparse 2013-08-04 22:54:59 +02:00
Alexander van Gessel
a89e9c4329 Move from optparse to argparse 2013-08-04 22:53:16 +02:00
Alexander van Gessel
c50aaf8025 Move from optparse to argparse 2013-08-04 22:51:18 +02:00
Alexander van Gessel
83f234f4be Move from optparse to argparse 2013-08-04 22:48:01 +02:00
Alexander van Gessel
2148f769f4 Move from optparse to argparse 2013-08-04 22:45:21 +02:00
Alexander van Gessel
b6f3f8fe35 Move from optparse to argparse 2013-08-04 22:44:15 +02:00
Richard Kettering
7337460218 New icons for a silver key, and gold ring. 2013-08-04 01:58:04 -05:00
Alexander van Gessel
8f9861ef5e Some python syntax updates for the WML tools 2013-08-04 03:32:23 +02:00
Alexander van Gessel
f3a8d04db2 Quote the commit message when referring to it 2013-08-03 00:51:05 +02:00
Alexander van Gessel
0cae8c8a35 Reindent animation-utils.cfg 2013-08-03 00:51:04 +02:00