Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -5/+2 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
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-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 | Committed an extension to the San Serif font by Vargavind on TMW so that | Ira Rice | 1 | -2/+12 | |
it contains the complete ISO-8859-15 character set, as well as made a few other smaller fixes towards fixing make dist. | |||||
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 | Added a text patch done on TMW to increase the number of characters | Ira Rice | 1 | -1/+1 | |
supported (done by vargavind), as well as changing the effect used for critical updates (change of opinion on what looks better). | |||||
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. | |||||
2008-10-31 | Added critical notifications to the client. While I had originally | Ira Rice | 1 | -2/+2 | |
planned to do this (I still did it my way), TMW beat me to implementing, so I'll credit them with their commit reminding me to do it. This is not done the exact same way, as I prefer to see an actual "crit!" show above the being, instead of an ambiguous particle. | |||||
2008-08-13 | Added support for different colored fonts for different being types | Lloyd Bryant | 1 | -0/+47 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2008-07-05 | Allow alt key for chatting on Mac, remove unneeded includes. | David Athay | 1 | -5/+0 | |
2008-04-20 | Fixed installing of dejavusans.ttf font. | Bjørn Lindeijer | 1 | -2/+2 | |
2008-04-18 | Fixed numerous crashes with chat and guild windows using new tabbed area. | David Athay | 1 | -12/+8 | |
2008-02-28 | Work in Progress commit of guilds. | David Athay | 1 | -0/+4 | |
2008-02-21 | Showing a visible error message to the user when the font file fails to load. | Philipp Sehmisch | 1 | -6/+2 | |
2007-10-22 | Some insignificant small changes. | Bjørn Lindeijer | 1 | -1/+1 | |
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 | Added support for unicode charset in textfields and chat. | Guillaume Melquiond | 1 | -14/+10 | |
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-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -23/+22 | |
2007-09-10 | Added support for True Type Fonts. | Eugenio Favalli | 1 | -8/+12 | |
2007-08-25 | Removed dependency on Guichan's OpenGL library. Taken over image loading and ↵ | Guillaume Melquiond | 1 | -21/+3 | |
handling. Reduced memory usage when using OpenGL. (Up to 95% reduction for some textures.) | |||||
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-27 | Removed useless yet costly dynamic casts. | Guillaume Melquiond | 1 | -3/+2 | |
2007-07-08 | Merged 0.0 changes from revision 3317 to 3362 to trunk. | Bjørn Lindeijer | 1 | -4/+0 | |
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-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -141/+11 | |
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-02 | Merged trunk changes from revision 2757 to 2800 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-11-01 | Added support for å and Å (with help of Håkan Rönn) | Bjørn Lindeijer | 1 | -1/+1 | |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+13 | |
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-29 | Fixed merge issues with respect to scrolling. | Guillaume Melquiond | 1 | -2/+0 | |
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 1 | -3/+7 | |
2006-08-27 | Added support for entering monsters. | Bjørn Lindeijer | 1 | -2/+4 | |
2006-08-27 | Implemented pixel-grained movements. | Guillaume Melquiond | 1 | -3/+3 | |
2006-08-27 | Changed to pixel-based coordinates for beings. | Guillaume Melquiond | 1 | -1/+1 | |
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 1 | -1/+1 | |
the server type as a parameter. The MessageOut gained a convenience constructor (same as was added server side). The game states during login sequence have been renamed and redone in order to ensure no communication is attempted to unconnected servers. This allowed the removal of the outgoing message queue. Connecting to the account server has been moved before the login/register phase (dialogs will still need to be updated). Quite a few things are expected to be broken since I'm rather tired at the moment. I've left many TODO entries in the code. | |||||
2006-08-13 | Fixed Guichan 0.5.0 compilation issues. | Eugenio Favalli | 1 | -2/+3 | |
2006-08-13 | Merged cleanups and content changes from the trunk. Also fixed compiling with | Bjørn Lindeijer | 1 | -4/+3 | |
OpenGL enabled. |