summaryrefslogtreecommitdiff
path: root/src/gui/progressbar.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-01-25Made the labels on the progress bars more readableBjørn Lindeijer1-2/+22
2009-01-24Code reformattingBjørn Lindeijer1-1/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-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-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-6/+3
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
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-07-18Import of client treeLloyd Bryant1-1/+1
2008-03-27Applied patch by peavey and added his name to the ChangeLog some more.Bjørn Lindeijer1-1/+2
2008-03-25Initialized some uninitialized variables (patch by peavey).Philipp Sehmisch1-2/+1
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-3/+2
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.
2006-12-12Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h)Bjørn Lindeijer1-2/+0
2006-03-09Removed coordinate arguments from ProgressBar ctor.Björn Steinbrink1-7/+5
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-45/+28
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-08-25Made our drawImage() method respect the clip area from the guichan graphics ↵Björn Steinbrink1-4/+1
part. Removed some (now) obsolete code. Fixed compilation errors.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+5
2005-08-10Moved knowledge about whether we use OpenGL into the Graphics class. Added ↵Björn Steinbrink1-9/+1
helper function for being creation to reduce code duplication. Some code simplifications.
2005-07-27Committing merging opengl and sdl part 3 by AndrejBjørn Lindeijer1-0/+2
2005-07-26OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find aBjørn Lindeijer1-2/+9
nicer approach after the release.
2005-07-23New login wallpaper by Momotaro and shortened update window a bit to notBjørn Lindeijer1-2/+5
overlap the logo.
2005-07-14Small optimizations to the progress bars code.Yohann Ferreira1-6/+6
2005-07-14Code duplication reduction by Doener, instance counting by me, and a smallBjørn Lindeijer1-41/+57
improvement to the s character in the font.
2005-07-14Make sure progress bar color fading happens framerate independent.Bjørn Lindeijer1-8/+11
2005-07-13Adding smooth color changing on progress bars.Yohann Ferreira1-4/+16
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+1
2005-05-10Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle.Bjørn Lindeijer1-27/+13
2005-05-08Updated progressbar.cpp to check for NULL colorBar (causing seg fault).Aaron Marks1-2/+4
2005-05-07Committed radical modifications to desert map by Bertram.Bjørn Lindeijer1-1/+1
2005-05-06Fixed the Progress bar that couldn't change its color anymore.Yohann Ferreira1-1/+1
2005-04-02Less Image::setAlpha calls.Bjørn Lindeijer1-18/+6
2005-03-25Moved datafiles in unified structure.Bjørn Lindeijer1-2/+2
2005-03-01Changed around recent additions to Image class a bit and fixed OpenGL compile.Bjørn Lindeijer1-9/+12
2005-02-28Formatting updates.Bjørn Lindeijer1-27/+27
2005-02-27Little setColor Optimization.Yohann Ferreira1-3/+10
2005-02-27Now only using Image instances. No more SDL_Surface.Yohann Ferreira1-43/+9
2005-02-23Fully working Progress Bars. Now need to get it used Image instance only.Yohann Ferreira1-14/+43
2005-02-22Rewrote Progress Bars. They'll be fully working soon.Yohann Ferreira1-160/+73
2005-02-14Support for drawing using OpenGL. Don't expect it to be fast yet though.Bjørn Lindeijer1-2/+4
2005-02-13Lock the screen surface before modifying pixels directly.Bjørn Lindeijer1-1/+5
2005-01-25*** empty log message ***Yohann Ferreira1-12/+12
2005-01-17*** empty log message ***Yohann Ferreira1-10/+8
2005-01-17*** empty log message ***Yohann Ferreira1-48/+141
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-2/+2
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-24/+24
used throughout application, cleaned up shop functions.
2005-01-14*** empty log message ***Yohann Ferreira1-6/+46
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-0/+2
modules to file lists.
2004-12-23Skinned our beautiful text field back!Bjørn Lindeijer1-2/+0
2004-12-20Converted the progress bar and stats dialog to Guichan widgets.Bjørn Lindeijer1-0/+78