From 885a9c145464a2b376edfd1c9677b84f6d4a8ce5 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 31 Oct 2008 20:25:35 +0000 Subject: Applied patch by vargavind which adds more special characters to the font. Somehow they were already part of the font image, but not used. --- ChangeLog | 10 ++++++++-- src/gui/gui.cpp | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 79a1567f..71b9986a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ +2008-10-31 Bjørn Lindeijer + + * src/gui/gui.cpp: Applied patch by vargavind which adds more special + characters to the font. Somehow they were already part of the font + image, but not used. + 2008-10-30 Philipp Sehmisch - * src/net/beinghandler.cpp: Added particle effect on critical - hits. + * src/net/beinghandler.cpp: Added particle effect on critical hits. 2008-10-30 Dennis Friis + * src/net/beinghandler.cpp: Do not set shoe sprite on player move packet unless supported by eAthena. diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index db0b9f80..b9997d3a 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -107,7 +107,7 @@ Gui::Gui(Graphics *graphics): try { mGuiFont = new gcn::ImageFont("graphics/gui/sansserif8.png", " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[" - "\\]^_`abcdefghijklmnopqrstuvwxyz{|}~|" + "\\]^_`abcdefghijklmnopqrstuvwxyz{|}~|áÁéÉßøèÈ" ); } catch (gcn::Exception e) -- cgit v1.2.3-70-g09d2