From 87f43f7621dda3071ba189df6975cd0a0595165a Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Thu, 6 Nov 2008 16:46:18 +0000 Subject: Have equipment tied into player inventory instead of keeping its own list of pointers to items. This ensures the ressource is up-to-date and avoids crashes on stale item pointers. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31895fba..c95e33ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,12 @@ * src/game.cpp: Do not activate shortcuts if tradewindow is visible. * src/equipment.cpp: Remove an extra include and arrange headers like the trunk client for easier merging. + * src/localplayer.cpp, src/gui/equipmentwindow.cpp, + src/gui/equipmentwindow.h, src/equipment.h, + src/net/equipmenthandler.cpp, src/equipment.cpp: Have equipment tied + into player inventory instead of keeping its own list of pointers to + items. This ensures the ressource is up-to-date and avoids crashes on + stale item pointers. 2008-11-04 Bjørn Lindeijer -- cgit v1.2.3-70-g09d2