Beta 3.0.48
- EM: Bumped the version number to beta 3.0.48.
Alpha 3.0.47
- EM: Fixed a tooltip issue.
Alpha 3.0.46
- EM: By popular demand (...?!) raised the maximum length of descriptions and histories to 5000 characters, 200 lines. That ought to be enough. If you want more, go write a book. :-)
- EM: Changed the MRP button to default to locked; right click it to move it.
- EM: Locking and unlocking the MRP button now displays a chat message.
- EM: Changed the tooltip/FactionRank code so that the player's full UnitPvPRank (real character name, PvP titles, etc) and Faction are displayed.
(The latter seemed the only clean and sane way to handle "x Jenkins", "x, Hand of 'Adal", "Grand Marshal x", and all the myriad other titles that Blizzard have implemented more recently than the tooltip code was designed. This does now also mean you can by default see the character's real name in the tooltip. Feedback appreciated.)
Alpha 3.0.45
- EM: Changed escape sequence to escape \005 (the MRP split character) as well.
- EM: Fixed a bug regarding variable length encodings (take the original length before you encode, not after).
- EM: Added read-only support for RP5 (displayed simply as "Roleplayer").
- EM: Removed the option to disable FlagRSP/ImmersionRP support.
Note: This version breaks backwards compatibility with previous versions of MRP, but cross-compatibility with FlagRSP/ImmersionRP still works. MRP users will have to update. There's really no way around this. :(
Alpha 3.0.44
- EM: Rewritten mcoSafeSplit to be more efficient.
- EM: Changed the character encoding for MyCommunication to be \123 form (decimal). This should fix the bug causing missing chunks of description.
Note: The character encoding change is NOT backwards-compatible. I've had to change the encoding because Blizzard now chops off the lines if we send an \r, which we were previously using to encode newlines. :(