Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-27 | Made font size configurable in config file | Bjørn Lindeijer | 1 | -1/+2 | |
Just change the value of 'fontSize'. This should be made configurable in the GUI though, and the GUI should then automatically adapt to the new font size. | |||||
2009-01-24 | Use standard GUI font also for speech and names | Bjørn Lindeijer | 1 | -23/+6 | |
The speech bitmap font can't handle unicode, so it has now been replaced by the standard GUI font, drawn with a shadow for chat and with a full outline for names. | |||||
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2009-01-06 | Fixed the true type font to render unicode now | Bjørn Lindeijer | 1 | -3/+3 | |
2009-01-06 | Added support for unicode charset in textfields and chat. | Guillaume Melquiond | 1 | -5/+3 | |
Conflicts: src/Makefile.am src/game.cpp src/gui/browserbox.cpp src/gui/gui.cpp src/gui/textfield.cpp src/main.cpp (cherry picked from mainline commit 7b67e852086ad3ccd98a622f890b245ab6a0a321) | |||||
2009-01-04 | Fixed installing of dejavusans.ttf font. | Bjørn Lindeijer | 1 | -2/+4 | |
(cherry picked from mainline commit 8d1299338e033e1de539dae36856e365855fabc1) Conflicts: src/gui/gui.cpp | |||||
2008-12-31 | Synchronized font size with mainline | Bjørn Lindeijer | 1 | -1/+1 | |
2008-12-29 | Added support for True Type Fonts. | Eugenio Favalli | 1 | -17/+9 | |
(cherry-picked from mainline) | |||||
2008-12-05 | Fade out mouse cursor when not used for some time | Bjørn Lindeijer | 1 | -12/+35 | |
The mouse cursor will now disappear when not used for 15 seconds. When using OpenGL it will even fade. Requested by doorsman. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-11-04 | Applied more changes by vargavind, adding the complete ISO-8859-15 character | Bjørn Lindeijer | 1 | -3/+13 | |
set to the sans-serif font. | |||||
2008-10-31 | Applied patch by vargavind which adds more special characters to the font. | Bjørn Lindeijer | 1 | -1/+1 | |
Somehow they were already part of the font image, but not used. | |||||
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -20/+5 | |
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond. | |||||
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -3/+3 | |
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges. | |||||
2007-08-24 | Removed useless logic method and reverted mouse cursor to non-static since | Bjørn Lindeijer | 1 | -18/+12 | |
there can be only one Gui instance so there is no point in supporting a shared resource. | |||||
2007-08-22 | Added close button and item shortcut backgrounds to files that will be | Bjørn Lindeijer | 1 | -1/+1 | |
installed. | |||||
2007-08-21 | mantis id=118 - Added Item Shortcut Bar. | Joshua Langley | 1 | -3/+2 | |
2007-08-20 | Added monster killed xp notification effect. | Joshua Langley | 1 | -1/+1 | |
2007-08-20 | Added close button functionality, resize cursor cues. | Joshua Langley | 1 | -8/+13 | |
2007-07-07 | Ported to Guichan 0.7.0. Unfortunately, since Guichan 0.6.x didn't have a | Bjørn Lindeijer | 1 | -4/+0 | |
FocusListener, compatibility with older versions is broken. | |||||
2006-12-05 | Fixed visibility of item amount window. | Bjørn Lindeijer | 1 | -0/+1 | |
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 1 | -168/+9 | |
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-01 | forgot to include one file in the commit | Philipp Sehmisch | 1 | -2/+2 | |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 1 | -0/+1 | |
2006-11-17 | Added mouse following support. | Björn Steinbrink | 1 | -1/+29 | |
2006-11-01 | Added support for å and Å (with help of Håkan Rönn) | Bjørn Lindeijer | 1 | -1/+1 | |
2006-09-09 | Removed easy targeting functionality since it interferes with walking around | Bjørn Lindeijer | 1 | -2/+3 | |
too much. Targeting can still be rather conveniently done with 'a' or the middle mouse button. | |||||
2006-09-02 | Corrected mistake in using player coordinates instead of mouse coordinates. | Bjørn Lindeijer | 1 | -2/+1 | |
2006-09-02 | Applied patch by Bernard Lidicky, adding targetting nearest monster with either | Bjørn Lindeijer | 1 | -1/+15 | |
keyboard or mouse. Also made clicking beings in general a bit easier (patch applied by Bjørn Lindeijer). | |||||
2006-08-13 | Fixed Guichan 0.5.0 compilation issues. | Eugenio Favalli | 1 | -2/+3 | |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -6/+4 | |
from the 0.1.0 branch. | |||||
2006-03-19 | Removed some useless null pointer checks. | Björn Steinbrink | 1 | -4/+1 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -2/+2 | |
2006-03-08 | Reverted changes from r2225, it broke walking code as I missed the ↵ | Björn Steinbrink | 1 | -3/+3 | |
differences between tile and being collisions. | |||||
2006-03-08 | Let the LocalPlayer decide whether it can walk to a destination. | Björn Steinbrink | 1 | -3/+3 | |
2006-02-16 | Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs ↵ | Björn Steinbrink | 1 | -3/+0 | |
to be valid real early" issue. | |||||
2006-02-06 | Added a FloorItemManager class. | Björn Steinbrink | 1 | -3/+3 | |
2006-02-05 | Made the player walk to items prior to picking them up. | Björn Steinbrink | 1 | -4/+0 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -22/+13 | |
2005-12-29 | ixed two little bugs | Jan-Fabian Humann | 1 | -4/+4 | |
2005-12-29 | Added the workaround suggested by Doener | Jan-Fabian Humann | 1 | -0/+3 | |
2005-12-29 | Added popup support to the Gui class. Moved all mouse input handling into ↵ | Björn Steinbrink | 1 | -13/+117 | |
the Gui class. | |||||
2005-10-13 | Use gcn::Font instead of gcn::ImageFont as pointer type. | Björn Steinbrink | 1 | -4/+4 | |
2005-10-10 | Introduced new window shortcuts and corrected position of job xp bar. Also | Bjørn Lindeijer | 1 | -1/+1 | |
corrected strange commit by ElvenProgrammer. | |||||
2005-10-10 | Pajarico added more international characters to the fixed font and rpg font. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -2/+5 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-10-07 | Modified finding NPC as by timonator's suggestion in order to allow NPCs to be | Bjørn Lindeijer | 1 | -6/+13 | |
clicked on their heads too. Also made start to tile engine improvement by adding the Sprite class that is now used by the floor items for being displayed on the map. Finally added documentation to Item class and splitted out Properties class from Map. | |||||
2005-09-30 | Updated NEWS file for next release. | Bjørn Lindeijer | 1 | -5/+0 | |
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -1/+1 | |
2005-09-18 | Applyed biggeruniverse's patch to fix memory leaks. | Eugenio Favalli | 1 | -0/+1 | |