SkinChangelog
From XfireWiki
|
This article is not complete yet. You can help by expanding it. |
[edit]
Changelog v1.59
- Correct skin loading from zipped XML files
- INFO.XML and SKIN.XML
- To make renaming and moving skins easier, the “base” of the skin can now be either SKIN.XML or skin-name.XML.
- The SkinDescription has been broken out from the XfireSkin to a separate file called INFO.XML, which is then used in creating the “Change Skin” menu. It is the XML adaptation of VERSION.INI. The name of the skin does not depend on the name of the folder containing it. A correct XML skin has at least the three files XFIRESKIN.DTD, INFO.XML, and SKIN.XML (or skin-name.XML).
- Attribute names are case-insensitive. In fact, almost all things in the XML skins are case-insensitive. However, the XML tags themselves are case-sensitive; </tile> does not close <Tile>, but </Tile> does.
- Attribute names which contain underscores (i.e. color_friend=”…”) are also supported without the underscores (e.g. ColorFriend=”…”)
