Open GoogleCodeExporter opened 9 years ago
Added a patch for it.
- Show Loot Dialog also if only xp has been gained
- provide additional spaces between parts of the message
The patch also provides a fix for the buggy join of strings like:
<string name="dialog_loot_foundgold">You found %1$d gold. </string>
<string name="dialog_monsterloot_gainedexp">You gained %1$d experience.
</string>
Looks like Androids xml parser omits the trailing space when joining the
strings above. Resulting in stings like: "You found 10 gold.You gained 20
experience." instead of "You found 10 gold.You gained 20 experience.".
Original comment by SamuelPl...@gmail.com
on 19 Nov 2011 at 6:00
Attachments:
Sorry cannot edit post:
...instead of: "You found 10 gold. You gained 20 experience."
Original comment by SamuelPl...@gmail.com
on 19 Nov 2011 at 6:01
Excellent work once again Samuel
Original comment by sdeva...@gmail.com
on 19 Nov 2011 at 11:13
Original issue reported on code.google.com by
SamuelPl...@gmail.com
on 2 Nov 2011 at 12:09