File Details
v8
- R
- Aug 8, 2010
- 9.01 KB
- 83
- 3.3.5
- Retail
File Name
QuestSpamFilter-v8.zip
Supported Versions
- 3.3.5
8
- Updated French translations for "Questlog Full", "Already On", and "Too Far Away". Thanks oXid_FoX!
- Moved locale-specific stuff to a new file: qsf_translations.lua. This should make it easier for people to find and provide better localizations.
- Encoded special characters (such as à, è, ì, ò, ù) using Lua escape sequences. That's a fancy way of saying "They should work now". Thanks to oXid_FoX for pointing this out.
- Changed the code to makeFragments a bit, shouldn't change anything.
- Fixed a potential bug with the "Colorize" option, where non-English clients would have incorrect output.
- Changed the code wiping the tables a bit, shouldn't change anything.
7
- Fixed the ugly code from v2.
- Fixed an improperly-matching pattern in German.
6
- Localization! The patterns I am using are the Global Strings in World of Warcraft, so I need feedback on how well this works, if it does at all (for your localization). Works fine for English and German (rather, "it *seems* to work now" :P).
5
- Added the option to color player names in the summaries based on their class.
4
- Added a GUI.
- Added the option to add yourself to the "Already On" table. This way, if you're the kind of person that thinks, "There's 7 people in the raid, but I only shared it with 6 people ... ?", then this is the option for you!
- Added the option to make the name lists begin on the same line as the consolidated title. I didn't expect to like this option nearly as much as I do. It is now the default display option.
- Added the option to change the result consolidation pause duration.
3
- Removed a debugging printout which (left in) defeated the point of the mod, or caused errors.
2
- Fixed a bug where everything was broken. Apparently the "." character is a wildcard, so I was removing all but 2 letters in people's names. This is now fixed in an ugly but (most important) working manner.
1
- Initial Release.

