summaryrefslogtreecommitdiff
path: root/src/gui/playerbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-28Removed a lot of useless isVisible() checksBjørn Lindeijer1-3/+0
2009-03-27Removed all the static initializations of mAlphaBjørn Lindeijer1-1/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-0/+3
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-4/+9
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+3
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-0/+3
2009-02-10Removed many pointless comparisons with NULLBjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-11Removed many pointless comparisons with NULLBjørn Lindeijer1-1/+1
2009-02-09Mostly whitespace and formatting changesBjørn Lindeijer1-4/+2
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-2/+0
2009-01-30Exposed most gui elements to take alpha values. There are still a fewIra Rice1-0/+9
2009-01-26Created a new equipment screen, which is loosely related to theIra Rice1-1/+8
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-4/+2
2009-01-10Made a few more window components use a transparency under OpenGL, asIra Rice1-0/+2
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-3/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-4/+3
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer1-4/+4
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-4/+4
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-0/+2
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+2
2007-10-22Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch.Bjørn Lindeijer1-1/+5
2007-10-20Centered sprite inside selection box.Guillaume Melquiond1-1/+5
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-2/+2
2007-07-27Removed useless yet costly dynamic casts.Guillaume Melquiond1-2/+2
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-1/+0
2007-01-07Added brown snake by Pauan.Bjørn Lindeijer1-1/+0
2006-12-12Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h)Bjørn Lindeijer1-2/+0
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-27/+10
2006-12-09Use new animation system in character selection/creation. Shows equipment andBjørn Lindeijer1-27/+10
2006-11-05Merged the definition of ImageRect into graphics.h.Bjørn Lindeijer1-2/+0
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-1/+1
2006-09-24Removed unused hairstyle frames and applied patch by Rogier Polak to solve theBjørn Lindeijer1-1/+1
2006-08-26Got rid of numerous additions and substractions to the hair style and color.Bjørn Lindeijer1-2/+3
2006-08-14Completed porting of character creation/deletion, fixed some issues with netw...Eugenio Favalli1-2/+1
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer1-1/+1
2006-06-21Added female players.Eugenio Favalli1-3/+4
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-9/+9
2006-03-09Added Spriteset::get() and Spriteset::size() to hide the member vector and re...Björn Steinbrink1-3/+3
2006-03-08Added a 'dtor' helper functor to delete objects in arrays and containers usin...Björn Steinbrink1-3/+3
2006-03-05Merged new_playerset branch into trunk.Eugenio Favalli1-5/+6
2005-08-25Made our drawImage() method respect the clip area from the guichan graphics p...Björn Steinbrink1-22/+17
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+9
2005-07-26OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find aBjørn Lindeijer1-1/+1
2005-07-16Made Image/SubImage being drawn by Graphics. Removed some redundant code.Björn Steinbrink1-2/+4
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-2/+1
2005-05-21Only load resources once for player box, scroll area and text field. AlsoBjørn Lindeijer1-13/+35