From eccafb8d815068d908b998bb6c0b581b076dc78f Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 4 Dec 2006 11:20:54 +0000 Subject: Introduced a new class Viewport which combines the drawing code from Engine with the (rather misplaced) input handling from the Gui class. Also, it's a Container itself which should allow for extending it to show Guichan widgets on map coordinates. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c3fa0998..ee348a23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-12-04 Bjørn Lindeijer + + * src/game.cpp, src/engine.h, src/gui/windowcontainer.h, + src/gui/viewport.cpp, src/gui/gui.cpp, src/gui/gui.h, + src/gui/debugwindow.cpp, src/gui/inventorywindow.cpp, + src/gui/viewport.h, src/engine.cpp, src/CMakeLists.txt, + src/Makefile.am: Introduced a new class Viewport which combines the + drawing code from Engine with the (rather misplaced) input handling + from the Gui class. Also, it's a Container itself which should allow + for extending it to show Guichan widgets on map coordinates. + 2006-12-03 Bjørn Lindeijer * src/sound.cpp, src/monster.cpp, src/sound.h, -- cgit v1.2.3-70-g09d2