summaryrefslogtreecommitdiff
path: root/src/player.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-05-05Fix clearing of NPC spritesJared Adams1-0/+4
2009-05-05Moved code for hiding / showing player names from Player::logic() to a the co...Chuck Miller1-12/+19
2009-05-05Fixed hidding showing player namesChuck Miller1-1/+14
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1
2009-05-03Moved mIsGM from Being to Player and made isGM() constBjørn Lindeijer1-3/+5
2009-04-02Removed duplicated code in LocalPlayerBjørn Lindeijer1-8/+0
2009-03-28Clean up eAthena party handling a bit moreJared Adams1-2/+2
2009-03-27Fixed some positioning issuesBjørn Lindeijer1-9/+5
2009-03-27Fixed position of dots on minimapBjørn Lindeijer1-4/+9
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer1-0/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-4/+33
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-1/+1
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-2/+61
2009-03-12Fixed an incorrect palette reference, as well as a break that wasIra Rice1-1/+1
2009-03-12Make use of the new available colorsMajin Sniper1-4/+9
2009-03-12Make use of the new available colorsMajin Sniper1-4/+9
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+24
2009-03-02Cut down on constant streaming of attacks. Attacks from players now onlyIra Rice1-1/+1
2009-03-02Added particle attacks back on to the players. However, instead of beingIra Rice1-0/+24
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