summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-01-27Made font size configurable in config fileBjørn Lindeijer1-1/+2
2009-01-24Use standard GUI font also for speech and namesBjørn Lindeijer1-23/+6
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-06Fixed the true type font to render unicode nowBjørn Lindeijer1-3/+3
2009-01-06Added support for unicode charset in textfields and chat.Guillaume Melquiond1-5/+3
2009-01-04Fixed installing of dejavusans.ttf font.Bjørn Lindeijer1-2/+4
2008-12-31Synchronized font size with mainlineBjørn Lindeijer1-1/+1
2008-12-29Added support for True Type Fonts.Eugenio Favalli1-17/+9
2008-12-05Fade out mouse cursor when not used for some timeBjørn Lindeijer1-12/+35
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-04Applied more changes by vargavind, adding the complete ISO-8859-15 characterBjørn Lindeijer1-3/+13
2008-10-31Applied patch by vargavind which adds more special characters to the font.Bjørn Lindeijer1-1/+1
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-20/+5
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-3/+3
2007-08-24Removed useless logic method and reverted mouse cursor to non-static sinceBjørn Lindeijer1-18/+12
2007-08-22Added close button and item shortcut backgrounds to files that will beBjørn Lindeijer1-1/+1
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley1-3/+2
2007-08-20Added monster killed xp notification effect.Joshua Langley1-1/+1
2007-08-20Added close button functionality, resize cursor cues.Joshua Langley1-8/+13
2007-07-07Ported to Guichan 0.7.0. Unfortunately, since Guichan 0.6.x didn't have aBjørn Lindeijer1-4/+0
2006-12-05Fixed visibility of item amount window.Bjørn Lindeijer1-0/+1
2006-12-04Introduced a new class Viewport which combines the drawing code from EngineBjørn Lindeijer1-168/+9
2006-12-01forgot to include one file in the commitPhilipp Sehmisch1-2/+2
2006-11-26Higher precision log timestamps, some more logging and support for TGA images.Bjørn Lindeijer1-0/+1
2006-11-17Added mouse following support.Björn Steinbrink1-1/+29
2006-11-01Added support for å and Å (with help of Håkan Rönn)Bjørn Lindeijer1-1/+1
2006-09-09Removed easy targeting functionality since it interferes with walking aroundBjørn Lindeijer1-2/+3
2006-09-02Corrected mistake in using player coordinates instead of mouse coordinates.Bjørn Lindeijer1-2/+1
2006-09-02Applied patch by Bernard Lidicky, adding targetting nearest monster with eitherBjørn Lindeijer1-1/+15
2006-08-13Fixed Guichan 0.5.0 compilation issues.Eugenio Favalli1-2/+3
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-6/+4
2006-03-19Removed some useless null pointer checks.Björn Steinbrink1-4/+1
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-2/+2
2006-03-08Reverted changes from r2225, it broke walking code as I missed the difference...Björn Steinbrink1-3/+3
2006-03-08Let the LocalPlayer decide whether it can walk to a destination.Björn Steinbrink1-3/+3
2006-02-16Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs to...Björn Steinbrink1-3/+0
2006-02-06Added a FloorItemManager class.Björn Steinbrink1-3/+3
2006-02-05Made the player walk to items prior to picking them up.Björn Steinbrink1-4/+0
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-22/+13
2005-12-29ixed two little bugsJan-Fabian Humann1-4/+4
2005-12-29Added the workaround suggested by DoenerJan-Fabian Humann1-0/+3
2005-12-29Added popup support to the Gui class. Moved all mouse input handling into the...Björn Steinbrink1-13/+117
2005-10-13Use gcn::Font instead of gcn::ImageFont as pointer type.Björn Steinbrink1-4/+4
2005-10-10Introduced new window shortcuts and corrected position of job xp bar. AlsoBjørn Lindeijer1-1/+1
2005-10-10Pajarico added more international characters to the fixed font and rpg font.Bjørn Lindeijer1-1/+2
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-2/+5
2005-10-07Modified finding NPC as by timonator's suggestion in order to allow NPCs to beBjørn Lindeijer1-6/+13
2005-09-30Updated NEWS file for next release.Bjørn Lindeijer1-5/+0
2005-09-26Added a nicer handling of when you get disconnected from the server.Eugenio Favalli1-1/+1
2005-09-18 Applyed biggeruniverse's patch to fix memory leaks.Eugenio Favalli1-0/+1