summaryrefslogtreecommitdiff
path: root/src/beingmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-08-29Move handling of autocomplete and input history into TextFieldJared Adams1-15/+46
2010-08-27Changing findBeingByName so that it searches case insensitiveStefan Dombrowski1-1/+1
2010-04-22Fix keyboard target selection to allow player targetingNo Name1-5/+7
2010-03-12Fix some issues with Being deletionJared Adams1-0/+3
2010-03-04Show gender near player names.Andrei Karas1-0/+13
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-28Added virtual destructors, some implicit casts, and a couple of type changes.Daniel Bradshaw1-1/+1
2010-01-27Added mutators/accessors to being.h and smal cleanups.Bertram1-5/+6
2010-01-24Remove some more _SUPPORT ifdefsJared Adams1-3/+5
2010-01-18Unified BeingManager::findNearestLivingBeing for eAthena and manaservThorbjørn Lindeijer1-54/+9
2010-01-08Small refactoring in chat auto completingAndrei Karas1-22/+7
2010-01-07Chat auto completingAndrei Karas1-0/+35
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-4/+0
2009-10-24REplace instances of TMW with ManaJared Adams1-6/+6
2009-07-27Makes mX and mY in the being class privateChuck Miller1-9/+4
2009-05-05Remove extra check on player targetJared Adams1-4/+0
2009-04-09Made BeingManager methods const where appropriateBjørn Lindeijer1-18/+24
2009-04-01Some cleanupJared Adams1-4/+1
2009-03-28Remove #ifdefs related to Being creationJared Adams1-26/+7
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-5/+2
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-2/+1
2009-03-27Fixed some positioning issuesBjørn Lindeijer1-4/+5
2009-03-27Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+1
2009-03-25A host of code style fixesBjørn Lindeijer1-1/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-23/+31
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-1/+1
2009-03-22Fixed map name saving in the engine class. Somehow, the const getsIra Rice1-3/+3
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-6/+74
2009-03-15Fix some mem leaksJared Adams1-0/+5
2009-03-10Fix some mem leaksJared Adams1-5/+0
2009-03-10Fix some mem leaksJared Adams1-0/+5
2009-03-10Fix some mem leaksJared Adams1-0/+5
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-11/+4
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-11/+4
2009-03-05Got rid of Sint{8,16,32} and Uint32 for being IDBjørn Lindeijer1-8/+8
2009-03-06Got rid of Sint{8,16,32} and Uint32 for being IDBjørn Lindeijer1-8/+8
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-4/+4
2009-02-26Forgot to extend the player or NPC specifying fields as well.Ira Rice1-1/+1
2009-02-26Extended job numbers based on what's actually used for Ragnarok'sIra Rice1-3/+3
2009-02-25Fix NPC handling to not need a handle on the NPCIra Rice1-0/+10
2009-02-25Fix NPC handling to not need a handle on the NPCJared Adams1-10/+11
2009-02-25Fix some problems with deleting NPCs earlyJared Adams1-1/+10
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-7/+14
2009-02-07Some more include cleanups.Ira Rice1-2/+0
2009-01-26Bit of code cleanup for the last commit (moved default width and heightIra Rice1-3/+3
2009-01-26Fixed offset of right-click hitboxes and made NPCs without spritesIra Rice1-3/+7
2009-01-25Fixed offset of right-click hitboxes and made NPCs without sprites clickable.Philipp Sehmisch1-9/+10