From 4df1759a3636108839f9533268c8ce1b7156e132 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 2 Oct 2005 13:38:27 +0000 Subject: Added check for pthread library (needed for FreeBSD, still needs to be checked on MacOS X) and some cleanups. --- ChangeLog | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8bb52e85..ac8eae9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-10-02 Bjørn Lindeijer + + * configure.ac, src/Makefile.am: Added check for pthread library and + removed manual -lpthread and -lguichan linker flags. + * src/map.cpp: A small start on supporting tile height than the + default (map) tile height. + * src/gui/window.cpp, src/gui/window.h, src/resources/buddylist.cpp, + src/resources/buddylist.h: Some cleanups (void argument list was + something you had to do in C times, not necessary in C++). + 2005-09-30 Yohann Ferreira * src/gui/inventorywindow.cpp, src/gui/inventorywindow.h, @@ -31,8 +41,8 @@ src/gui/inventorywindow.cpp, src/gui/minimap.cpp, src/gui/chat.cpp: Added window internal name to later get X, Y, height and width be saved. - * src/gui/window.h, src/gui/window.cpp, src/game.cpp: Load and save X, Y, - Width and Height of windows when useful. + * src/gui/window.h, src/gui/window.cpp, src/game.cpp: Load and save X, + Y, Width and Height of windows when useful. * src/gui/setup.cpp, src/gui/setup.h; src/gui/minimap.h: Added a 'Reset Windows to Default' Button in the Setup Window. -- cgit v1.2.3-60-g2f50