summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer1-0/+1
2009-03-26Remove redundancy, fix variable names and other code cleanupsBjørn Lindeijer1-6/+3
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-32/+90
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+2
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-3/+3
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-23/+508
2009-03-12Make use of the new available colorsMajin Sniper1-9/+10
2009-03-12Make use of the new available colorsMajin Sniper1-9/+10
2009-03-09Add an interface for eAthena's storage systemJared Adams1-2/+9
2009-03-08Add an interface for eAthena's storage systemJared Adams1-0/+7
2009-03-08Fix some NPC-related bugsJared Adams1-15/+25
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-1/+25
2009-03-05Got rid of Sint{8,16,32} and Uint32 for being IDBjørn Lindeijer1-1/+1
2009-03-06Got rid of Sint{8,16,32} and Uint32 for being IDBjørn Lindeijer1-1/+1
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-1/+25
2009-02-28Allow sending attack packets when not in rangeJared Adams1-4/+2
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+4
2009-02-20Removed the last of the image particle guichan fonts.Ira Rice1-2/+4
2009-02-20Added a pickup notification as particle effect. Also make a ui option to enab...Majin Sniper1-0/+12
2009-02-19Added a pickup notification as particle effect. Also make a ui option to enab...Majin Sniper1-0/+12
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-18Merge commit 'aethyra/master'Bjørn Lindeijer1-1/+0
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-17Fixed an error reported by m0t1k4 which caused a segmentation fault onIra Rice1-1/+0
2009-02-16Don't arbitrarily unset player target on NPC deletionBjørn Lindeijer1-5/+5
2009-02-16Don't arbitrarily unset player target on NPC deletionBjørn Lindeijer1-5/+5
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-2/+2
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-95/+56
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-1/+2
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-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-1/+2
2009-02-10Don't time out targets when attacking.Ira Rice1-1/+1
2009-02-10Simplified target drawing so that it actually uses the SimpleAnimationIra Rice1-94/+55
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-5/+5
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-2/+7
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-5/+5
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-19/+222
2009-02-07Some more include cleanups.Ira Rice1-2/+6
2009-02-04Moved mEquipment to the LocalPlayer class, since it's the only placeIra Rice1-0/+1
2009-01-24Tweaks to the speech bubbles so that being status (GM, mob, npc,Ira Rice1-0/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-09Removed an unneccessary functionIra Rice1-8/+0
2009-01-09Added the ability to save GM assert state to the client, as requested.Ira Rice1-1/+2
2009-01-09Added the ability to see your own name in game.Ira Rice1-0/+44
2009-01-04Code reformattingBjørn Lindeijer1-4/+1
2008-12-17Code reformattingBjørn Lindeijer1-5/+2
2008-12-09Only play status effect sound effects for localplayerFate1-0/+4