summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-09-23 23:47:32 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-09-23 23:47:32 +0000
commit7ca971f04907031b80ffbcb159e5af2f595e3af8 (patch)
treec7f0f210325acb35f63071797407d266ba7e9e35 /ChangeLog
parentc3d7827d18b725d2dff94e08a17474d607bb43dd (diff)
downloadmana-client-7ca971f04907031b80ffbcb159e5af2f595e3af8.tar.gz
mana-client-7ca971f04907031b80ffbcb159e5af2f595e3af8.tar.bz2
mana-client-7ca971f04907031b80ffbcb159e5af2f595e3af8.tar.xz
mana-client-7ca971f04907031b80ffbcb159e5af2f595e3af8.zip
Merged most of the changes in biggeruniverse's second memory cleanup patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 18 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index be49258e..5047779e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,23 @@
+2005-09-24 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/being.cpp, src/engine.cpp, src/game.cpp, src/main.cpp, src/map.cpp,
+ src/sound.cpp, src/gui/char_select.cpp, src/gui/char_select.h,
+ src/gui/char_server.cpp, src/gui/char_server.h, src/gui/chargedialog.cpp,
+ src/gui/chargedialog.h, src/gui/chat.cpp, src/gui/equipmentwindow.cpp,
+ src/gui/login.h, src/gui/setup.cpp, src/gui/setup.h, src/gui/status.cpp,
+ src/gui/updatewindow.cpp, src/gui/updatewindow.h,
+ src/resources/iteminfo.cpp, src/resources/iteminfo.h,
+ src/resources/itemmanager.cpp, src/resources/itemmanager.h: Merged most
+ of the changes in biggeruniverse's second memory cleanup patch.
+
2005-09-23 Duane Bailey <nayryeliab@gmail.com>
- * src/openglgraphics.cpp: totally redid the opengl screenshot method
- needs to be tested on lil endian systems. Also made it smoother on
- OpenGL macosx.
-
+ * src/openglgraphics.cpp: Totally redid the OpenGL screenshot method.
+ Needs to be tested on lil endian systems. Also made it smoother on
+ OpenGL MacOSX.
+
2005-09-23 Eugenio Favalli <elvenprogrammer@gmail.com>
+
* src/resources/imagewriter.cpp: Reverted the latst change that broke
the screenshots facility.
@@ -20,7 +33,7 @@
* src/gui/chat.cpp: Show time of the messages in the chat window.
* The Mana World.dev: Removed reference to src/gui/stats.* since they
- are in the attic now.
+ are in the attic now.
2005-09-20 Bjørn Lindeijer <bjorn@lindeijer.nl>