Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-22 | Fixed another Particle/Paricle mismatch in a comment | Philipp Sehmisch | 1 | -1/+1 | |
2009-02-20 | Removed the last of the image particle guichan fonts. | Ira Rice | 1 | -9/+2 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-20 | Added a pickup notification as particle effect. Also make a ui option to ↵ | Majin Sniper | 1 | -0/+8 | |
enable/disable this effect (default is off) and another option to disable the pickup notification in the chat log (default is on). | |||||
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 | |
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -1/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
2009-01-24 | Updated DejaVuSans ttf file, as well as adding the bolded version, which | Ira Rice | 1 | -0/+4 | |
is used in a few spots. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-24 | Use standard GUI font also for speech and names | Bjørn Lindeijer | 1 | -11/+0 | |
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 | Added support for unicode charset in textfields and chat. | Guillaume Melquiond | 1 | -1/+2 | |
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) | |||||
2008-12-05 | Fade out mouse cursor when not used for some time | Bjørn Lindeijer | 1 | -0/+11 | |
The mouse cursor will now disappear when not used for 15 seconds. When using OpenGL it will even fade. Requested by doorsman. | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -3/+1 | |
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-08-13 | Added support for different colored fonts for different being types | Lloyd Bryant | 1 | -0/+8 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -2/+0 | |
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond. | |||||
2007-08-24 | Removed unnecessary Gui::isCustomCursor method. | Bjørn Lindeijer | 1 | -19/+8 | |
2007-08-24 | Removed useless logic method and reverted mouse cursor to non-static since | Bjørn Lindeijer | 1 | -8/+1 | |
there can be only one Gui instance so there is no point in supporting a shared resource. | |||||
2007-08-20 | Added close button functionality, resize cursor cues. | Joshua Langley | 1 | -2/+33 | |
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 1 | -48/+4 | |
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-11-17 | Added mouse following support. | Björn Steinbrink | 1 | -0/+14 | |
2006-01-05 | Remove some useless code. | Björn Steinbrink | 1 | -1/+0 | |
2005-12-29 | Added popup support to the Gui class. Moved all mouse input handling into ↵ | Björn Steinbrink | 1 | -3/+22 | |
the Gui class. | |||||
2005-10-13 | Use gcn::Font instead of gcn::ImageFont as pointer type. | Björn Steinbrink | 1 | -6/+6 | |
2005-09-30 | Updated NEWS file for next release. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ↵ | Björn Steinbrink | 1 | -0/+1 | |
ever happen... | |||||
2005-08-28 | Create a GuiConfigListener class. | Björn Steinbrink | 1 | -2/+3 | |
2005-08-15 | Removed guiTop global variable. | Björn Steinbrink | 1 | -1/+0 | |
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ↵ | Björn Steinbrink | 1 | -1/+0 | |
places. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -5/+8 | |
2005-07-26 | Removed continous mouse movement | Björn Steinbrink | 1 | -14/+0 | |
2005-07-23 | Allowed continous movement when holding down left mouse button | Björn Steinbrink | 1 | -0/+14 | |
2005-07-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 1 | -10/+27 | |
the custom mouse cursor option, which is now also dynamically changeable through the setup window. | |||||
2005-07-13 | - Adding the wonderful new font by Bjorn to speech and player names | Eugenio Favalli | 1 | -0/+4 | |
- Way to system cursor (now you can choose the original sdl cursor in config) | |||||
2005-07-03 | Commiting again | José Ávila | 1 | -0/+7 | |
2005-06-17 | Updated BrowserBox to work with SDL by using the original font. (the setColor | Aaron Marks | 1 | -0/+5 | |
calls can be ignored, as they have no effect on the font when Guichan is using SDL). | |||||
2005-06-05 | Implemented wrapping for textbox (still could use a small fix) and made death | Bjørn Lindeijer | 1 | -1/+0 | |
notice dialog release modal focus immediately. | |||||
2005-06-05 | Using custom focus handler to work around problem with multiple widgets | Bjørn Lindeijer | 1 | -0/+1 | |
requesting modal focus using a stack based approach. | |||||
2005-05-16 | Made button, checkbox and radiobutton count their instances and only load their | Bjørn Lindeijer | 1 | -7/+4 | |
resources once. Other widgets will follow later. | |||||
2005-05-16 | Leave out OpenGL completely when not enabled. | Bjørn Lindeijer | 1 | -0/+2 | |
2005-05-14 | Fixed .dev, GUI groups and updated Debian repository links. | Bjørn Lindeijer | 1 | -0/+3 | |
2005-05-14 | Mainly separating core GUI classes from game interface. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-04-18 | Ok, of course the biggest problem to solve with OpenGL integration is loading | Bjørn Lindeijer | 1 | -2/+0 | |
and rendering of images. | |||||
2005-04-02 | Work around Guichan focussing bug. | Bjørn Lindeijer | 1 | -0/+5 | |
2005-03-20 | TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! | Bjørn Lindeijer | 1 | -18/+1 | |
Also fixed a crash on clicking wallpaper in login phase. | |||||
2005-03-13 | Fixed problem with mouse walking through GUI. | Bjørn Lindeijer | 1 | -1/+6 | |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -2/+1 | |
2005-02-15 | Updated layout and contents of FAQ a bit, fixed debug path and mouse rendering | Bjørn Lindeijer | 1 | -5/+0 | |
in OpenGL mode, and some general cleanups. | |||||
2005-02-14 | Support for drawing using OpenGL. Don't expect it to be fast yet though. | Bjørn Lindeijer | 1 | -0/+3 | |
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 1 | -10/+9 | |
2005-01-16 | Removed datafile and configfile and any leftover old GUI drawing code. | Bjørn Lindeijer | 1 | -38/+0 | |