diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-24 00:05:26 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-24 00:05:26 +0000 |
commit | accae747c6ba8740694ca27591453e79ee926b09 (patch) | |
tree | a3ffea483e1a6dc220cf2a50880a7cf80daa2e4d | |
parent | 39c289bae4b8830105c88633b6f2fc81f0e41583 (diff) | |
download | clientdata-accae747c6ba8740694ca27591453e79ee926b09.tar.gz clientdata-accae747c6ba8740694ca27591453e79ee926b09.tar.bz2 clientdata-accae747c6ba8740694ca27591453e79ee926b09.tar.xz clientdata-accae747c6ba8740694ca27591453e79ee926b09.zip |
Major rendering performance increase in software mode, by not using RLE
compression on loaded images while most of the time, we're only drawing a small
subimage of them. Also, don't try to draw an icon when it is not defined or
failed to load properly.
-rw-r--r-- | items.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ <item id="561" image="weapon-sword-sabre.png" art="0" name="Sabre" description="A sword with a very sharp, curved, single-edged blade" effect="" type="0" weight="10" slot="0"/> <item id="562" image="use-food-chickenleg.png" art="0" name="Chicken leg" description="A well cooked chicken leg" effect="" type="0" weight="10" slot="0"/> <item id="563" image="armor-hands-wintergloves.png" art="0" name="Winter gloves" description="Soft and warm gloves" effect="" type="0" weight="10" slot="0"/> - <item id="564" image="armor-chest-tnecksweater.png" art="0" name="Turtlenck sweater" description="Soft and warm sweater" effect="Defense: +6" type="0" weight="10" slot="0"/> + <item id="564" image="armor-chest-tnecksweater.png" art="0" name="Turtleneck sweater" description="Soft and warm sweater" effect="Defense: +6" type="0" weight="10" slot="0"/> <item id="565" image="generic-petal.png" art="0" name="Petal" description="A petal from an evil flower" effect="" type="0" weight="10" slot="0"/> <item id="566" image="generic-smallmushroom.png" art="0" name="Small mushroom" description="A mushroom" effect="" type="0" weight="10" slot="0"/> <item id="567" image="use-potion-ironpotion.png" art="0" name="Iron potion" description="Increases your attack strenght" effect="" type="0" weight="10" slot="0"/> |