summaryrefslogtreecommitdiff
path: root/src/gui/playerbox.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer1-4/+4
of quite a bit of GUI differences there were additional changes and probably additional issues. You have been warned. ;) Merged revisions 4045-4049,4051-4059 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4045 | b_lindeijer | 2008-04-07 17:23:07 +0200 (Mon, 07 Apr 2008) | 3 lines Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for gcn::TabbedArea usage) ........ r4059 | b_lindeijer | 2008-04-09 16:25:42 +0200 (Wed, 09 Apr 2008) | 2 lines Fixed problem with row height in shop list box. ........
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+2
2007-10-20Centered sprite inside selection box.Guillaume Melquiond1-1/+5
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
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjø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-08-26Got rid of numerous additions and substractions to the hair style and color.Bjørn Lindeijer1-2/+3
Hair style 0 was added and defined as being bald (so bald is no longer a hardcoded style).
2006-08-14Completed porting of character creation/deletion, fixed some issues with ↵Eugenio Favalli1-2/+1
network code.
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer1-1/+1
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions.
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 ↵Björn Steinbrink1-3/+3
remove the weird mySpriteset->spriteset stuff.
2006-03-08Added a 'dtor' helper functor to delete objects in arrays and containers ↵Björn Steinbrink1-3/+3
using STL algorithms.
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 ↵Björn Steinbrink1-22/+17
part. Removed some (now) obsolete code. Fixed compilation errors.
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
nicer approach after the release.
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
tweaked the look a little, needs to be checked for opaque problem.
2005-05-14Fixed player character rendering errors in OpenGL mode.Bjørn Lindeijer1-1/+1
2005-05-08Added new hair style by Frode Lindeijer.Bjørn Lindeijer1-1/+2
2005-04-14Reduced width of playerset image from 640 to 256.Bjørn Lindeijer1-1/+1
2005-03-25Moved datafiles in unified structure.Bjørn Lindeijer1-1/+1
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-0/+1
2005-02-10Fixed PlayerBox to cope with no hair as well, and fixed using Makefile.cvs aBjørn Lindeijer1-3/+7
bit, to generate the configure.
2005-01-17Converted all GUI images to PNGBjørn Lindeijer1-1/+1
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-2/+2
2005-01-16Removed datafile and configfile and any leftover old GUI drawing code.Bjørn Lindeijer1-1/+18
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-3/+3
used throughout application, cleaned up shop functions.
2005-01-11Implemented parent relationship for Window class and converted more ok dialogsBjørn Lindeijer1-1/+3
to the OkDialog class.
2005-01-08Some improvements to character creation and selection dialogs.Bjørn Lindeijer1-0/+63