summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-04-01Fix a bug for TMWServ compilationJared Adams1-2/+4
2009-04-01Make eAthena's inventory handlerJared Adams1-23/+17
2009-04-01Build eAthena's PlayerHandlerJared Adams1-53/+13
2009-03-31Implement a few more handlers for eAthenaJared Adams1-8/+13
2009-03-30Merge item types to remove more #ifdefsJared Adams1-2/+2
2009-03-29Fix up eAthena party handling some moreJared Adams1-3/+11
2009-03-28Clean up eAthena party handling a bit moreJared Adams1-5/+9
2009-03-27Moved the inventory and storage offset handling into netcodeBjørn Lindeijer1-14/+12
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-1/+0
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-28/+14
2009-03-27Fixed some positioning issuesBjørn Lindeijer1-4/+1
2009-03-27Simplified and fixed initialization of login dataBjørn Lindeijer1-2/+2
2009-03-27Fixed position of dots on minimapBjørn Lindeijer1-2/+8
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