summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-06-03 16:52:06 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-06-03 16:52:06 +0000
commit6276c1ff96e449e73e84977110334cd8957c31b6 (patch)
tree66988ea8a28fd9de6c2f31d20a38a4efafee9a99 /ChangeLog
parent9b53cd51fdf193c8748909479ec6c356fa7a1731 (diff)
downloadmana-client-6276c1ff96e449e73e84977110334cd8957c31b6.tar.gz
mana-client-6276c1ff96e449e73e84977110334cd8957c31b6.tar.bz2
mana-client-6276c1ff96e449e73e84977110334cd8957c31b6.tar.xz
mana-client-6276c1ff96e449e73e84977110334cd8957c31b6.zip
Fixed image loading in software mode to not check for alpha layer with images
aren't 32-bit and removed drawImageTransparent from Graphics class, should be set on image.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c71110de..f121a552 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,9 @@
* src/utils/fastsqrt.h: Fixed warning about strict-aliasing rules.
* src/Makefile.am: Don't die on warnings by default.
* src/resources/image.cpp: Fixed image loading in software mode to not
- assume all images are 32-bit.
+ check for alpha layer with images aren't 32-bit.
+ * src/graphics.cpp, src/graphics.h, src/imageparticle.cpp: Removed
+ drawImageTransparent from Graphics class, should be set on image.
2007-06-02 Bjørn Lindeijer <bjorn@lindeijer.nl>