summaryrefslogtreecommitdiff
path: root/src/player.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-2/+61
2009-02-18Merge commit 'aethyra/master'Bjørn Lindeijer1-24/+21
2009-02-17Fixed an error reported by m0t1k4 which caused a segmentation fault onIra Rice1-24/+21
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-3/+4
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-3/+4
2009-02-07Some more include cleanups.Ira Rice1-5/+2
2009-01-27Restore punching animation after weapon removalJared Adams1-0/+5
2009-01-24Tweaks to the speech bubbles so that being status (GM, mob, npc,Ira Rice1-2/+7
2009-01-24Use standard GUI font also for speech and namesBjørn Lindeijer1-6/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-09Added the ability to see your own name in game.Ira Rice1-11/+4
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-14/+6
2008-12-13* Use hair.xml to determine hair colours (#514)Fate1-17/+5
2008-12-13Moved gender and hair style back to BeingBjørn Lindeijer1-7/+3
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-0/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-6/+4
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-02Fixed a hair color problem that Soft reported that I apparently broke when I ...Ira Rice1-0/+1
2008-11-01* Use hair.xml to determine hair colours (#514)Fate1-17/+5
2008-10-27De-hardcoded the number of hair styles.Ira Rice1-1/+1
2008-10-23Cleaned up ColorDB code so that it loads with all other databases, as Ira Rice1-1/+0
2008-10-19Fixed a small error that I didn't notice before with de-hardcoding the Ira Rice1-0/+1
2008-10-15De-hardcoded colors in trunk. Now, all colors are loaded from Ira Rice1-22/+1
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-6/+5
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-0/+12
2008-09-07Added 6 colors for each of the hair styles. Since 10 is an odd number Ira Rice1-2/+8
2008-08-28Accepted Patch by Scraggy that moves text in such a way that no text overlapsBjørn Lindeijer1-29/+36
2008-08-13Added support for different colored fonts for different being typesLloyd Bryant1-3/+10
2008-07-22Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0David Athay1-2/+2
2008-07-18Import of client treeLloyd Bryant1-30/+37
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-4/+27
2008-04-17Added basic party support (no interface to create or quit yet)David Athay1-0/+5
2008-03-13Synchronized pathfinding algorithmns with those used by the server to avoid a...Philipp Sehmisch1-0/+5
2008-03-05Fixed guild creation.David Athay1-0/+45
2008-02-22 Handling gender with an enum everywhere.Philipp Sehmisch1-9/+2
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ...Bjørn Lindeijer1-5/+10
2008-02-18Merged revisions 3762-3772,3776-3782 via svnmerge from Bjørn Lindeijer1-41/+22
2007-12-23Particle images are now reference-counted properly. Avoided attempts to load ...Philipp Sehmisch1-2/+9
2007-12-10Simplified player subsprite handling by treating equipment, hairstyle and bas...Philipp Sehmisch1-35/+14
2007-11-21Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer...Bjørn Lindeijer1-39/+30
2007-11-20Merged revisions 3629-3630 via svnmerge from Bjørn Lindeijer1-50/+41
2007-11-04Applied recoloring to hair styles.Guillaume Melquiond1-1/+15
2007-11-03Fixed double load of hair graphics.Guillaume Melquiond1-31/+14
2007-10-18Removed player looks from generic beings. Prevented client termination on mis...Guillaume Melquiond1-36/+28
2007-10-01Added support for different hairstyles for male and female characters. Female...Philipp Sehmisch1-4/+18
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-1/+1
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-39/+11
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer1-7/+8