Age | Commit message (Expand) | Author | Files | Lines |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -2/+2 |
2009-02-03 | Disable alpha values affecting two widgets which would otherwise take | Ira Rice | 1 | -1/+4 |
2009-01-30 | Applied alphas to the progress bar fill and text overlays as well. | Ira Rice | 1 | -3/+8 |
2009-01-30 | Exposed most gui elements to take alpha values. There are still a few | Ira Rice | 1 | -0/+17 |
2009-01-25 | Made the labels on the progress bars more readable | Bjørn Lindeijer | 1 | -2/+22 |
2009-01-24 | Code reformatting | Bjørn Lindeijer | 1 | -1/+1 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -6/+3 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -2/+0 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2008-03-27 | Applied patch by peavey and added his name to the ChangeLog some more. | Bjørn Lindeijer | 1 | -1/+2 |
2008-03-25 | Initialized some uninitialized variables (patch by peavey). | Philipp Sehmisch | 1 | -2/+1 |
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -3/+2 |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 1 | -2/+0 |
2006-03-09 | Removed coordinate arguments from ProgressBar ctor. | Björn Steinbrink | 1 | -7/+5 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -45/+28 |
2005-08-25 | Made our drawImage() method respect the clip area from the guichan graphics p... | Björn Steinbrink | 1 | -4/+1 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -1/+5 |
2005-08-10 | Moved knowledge about whether we use OpenGL into the Graphics class. Added he... | Björn Steinbrink | 1 | -9/+1 |
2005-07-27 | Committing merging opengl and sdl part 3 by Andrej | Bjørn Lindeijer | 1 | -0/+2 |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 1 | -2/+9 |
2005-07-23 | New login wallpaper by Momotaro and shortened update window a bit to not | Bjørn Lindeijer | 1 | -2/+5 |
2005-07-14 | Small optimizations to the progress bars code. | Yohann Ferreira | 1 | -6/+6 |
2005-07-14 | Code duplication reduction by Doener, instance counting by me, and a small | Bjørn Lindeijer | 1 | -41/+57 |
2005-07-14 | Make sure progress bar color fading happens framerate independent. | Bjørn Lindeijer | 1 | -8/+11 |
2005-07-13 | Adding smooth color changing on progress bars. | Yohann Ferreira | 1 | -4/+16 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+1 |
2005-05-10 | Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle. | Bjørn Lindeijer | 1 | -27/+13 |
2005-05-08 | Updated progressbar.cpp to check for NULL colorBar (causing seg fault). | Aaron Marks | 1 | -2/+4 |
2005-05-07 | Committed radical modifications to desert map by Bertram. | Bjørn Lindeijer | 1 | -1/+1 |
2005-05-06 | Fixed the Progress bar that couldn't change its color anymore. | Yohann Ferreira | 1 | -1/+1 |
2005-04-02 | Less Image::setAlpha calls. | Bjørn Lindeijer | 1 | -18/+6 |
2005-03-25 | Moved datafiles in unified structure. | Bjørn Lindeijer | 1 | -2/+2 |
2005-03-01 | Changed around recent additions to Image class a bit and fixed OpenGL compile. | Bjørn Lindeijer | 1 | -9/+12 |
2005-02-28 | Formatting updates. | Bjørn Lindeijer | 1 | -27/+27 |
2005-02-27 | Little setColor Optimization. | Yohann Ferreira | 1 | -3/+10 |
2005-02-27 | Now only using Image instances. No more SDL_Surface. | Yohann Ferreira | 1 | -43/+9 |
2005-02-23 | Fully working Progress Bars. Now need to get it used Image instance only. | Yohann Ferreira | 1 | -14/+43 |
2005-02-22 | Rewrote Progress Bars. They'll be fully working soon. | Yohann Ferreira | 1 | -160/+73 |
2005-02-14 | Support for drawing using OpenGL. Don't expect it to be fast yet though. | Bjørn Lindeijer | 1 | -2/+4 |
2005-02-13 | Lock the screen surface before modifying pixels directly. | Bjørn Lindeijer | 1 | -1/+5 |
2005-01-25 | *** empty log message *** | Yohann Ferreira | 1 | -12/+12 |
2005-01-17 | *** empty log message *** | Yohann Ferreira | 1 | -10/+8 |
2005-01-17 | *** empty log message *** | Yohann Ferreira | 1 | -48/+141 |
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 1 | -2/+2 |
2005-01-15 | Cleaned up includes, separated engine from graphics and single buffer now | Bjørn Lindeijer | 1 | -24/+24 |
2005-01-14 | *** empty log message *** | Yohann Ferreira | 1 | -6/+46 |
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 1 | -0/+2 |
2004-12-23 | Skinned our beautiful text field back! | Bjørn Lindeijer | 1 | -2/+0 |