diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-20 23:26:28 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-20 23:26:28 +0000 |
commit | 2dd7568047c7b0af8a7c8a656f1bb6708fb856c6 (patch) | |
tree | 42158bdf4b74309ab5c2193f690521d3c9c4111f /ChangeLog | |
parent | 70da45eca47e5d7c429b49f5c8ec02a5e2bfb47f (diff) | |
download | mana-client-2dd7568047c7b0af8a7c8a656f1bb6708fb856c6.tar.gz mana-client-2dd7568047c7b0af8a7c8a656f1bb6708fb856c6.tar.bz2 mana-client-2dd7568047c7b0af8a7c8a656f1bb6708fb856c6.tar.xz mana-client-2dd7568047c7b0af8a7c8a656f1bb6708fb856c6.zip |
Reduced amount of useless logging, calculate nearest power of two in a function
and only do the alpha check in software mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,12 +1,16 @@ -2007-03-20 David Athay <ko2fan@gmail.com> +2007-03-21 Bjørn Lindeijer <bjorn@lindeijer.nl> - * src/gui/viewport.cpp, src/gui/viewport.h: Split drawing the - target cursor and target name into functions. + * src/main.cpp, src/gui/viewport.cpp, src/resources/image.h, + src/resources/image.cpp: Reduced amount of useless logging, calculate + nearest power of two in a function and only do the alpha check in + software mode. 2007-03-20 David Athay <ko2fan@gmail.com> * src/gui/viewport.cpp: Fixed target cursor animation, and changed which layer it is drawn after. + * src/gui/viewport.cpp, src/gui/viewport.h: Split drawing the target + cursor and target name into functions. 2007-03-20 Philipp Sehmisch <tmw@crushnet.org> |