diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-07-08 14:38:12 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-07-08 14:38:12 +0000 |
commit | d72e1987f9703d2e3a37ad930a1bc8ceaf525065 (patch) | |
tree | ac3261e9e39825336514ef1ab11a6f2d5cd8c7ea /ChangeLog | |
parent | 016faf8449aeb7dba2738da4fefa3609b3af589c (diff) | |
download | mana-d72e1987f9703d2e3a37ad930a1bc8ceaf525065.tar.gz mana-d72e1987f9703d2e3a37ad930a1bc8ceaf525065.tar.bz2 mana-d72e1987f9703d2e3a37ad930a1bc8ceaf525065.tar.xz mana-d72e1987f9703d2e3a37ad930a1bc8ceaf525065.zip |
Changed signatures to prevent the wrong members to be overloaded on architectures with 64-bit integers and to shut some compiler warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,10 @@ -2007-07-07 Bjørn Lindeijer <bjorn@lindeijer.nl> +2007-07-08 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * src/player.cpp, src/player.h, src/localplayer.h, src/being.h: Changed + signatures to prevent the wrong members to be overloaded on + architectures with 64-bit integers and to shut some compiler warnings. + +2007-07-07 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/gui/gui.cpp, src/gui/chatinput.h, src/gui/chatinput.cpp, INSTALL: Ported to Guichan 0.7.0. Unfortunately, since Guichan 0.6.x @@ -33,7 +39,7 @@ data/graphics/sprites/chest-lightplatemail-female.xml: Added light platemail (see entry in items.xml for proposed specs). -2007-06-16 Guillaume Melquiond <guillaume.melquiong@gmail.com> +2007-06-16 Guillaume Melquiond <guillaume.melquiond@gmail.com> * src/resources/image.cpp: Set GL texture index to zero when an image uses the SDL backend. |