summaryrefslogtreecommitdiff
path: root/src/beingmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-6/+74
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-7/+14
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
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-20Fix range for NPCs to not include the warp classJared Adams1-1/+1
2009-01-20Allow more monster typesJared Adams1-1/+1
2009-01-20Allow more NPCsJared Adams1-3/+3
2008-12-08Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer1-3/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-3/+0
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-10-31Merged revisions 4071,4093,4100,4363 via svnmerge from Bjørn Lindeijer1-0/+22
2008-10-25attack range fixes, highlight monsters in range (by Chuck Miller)Roderic Morris1-25/+14
2008-10-24fixes for targetting (by Chuck Miller)Roderic Morris1-2/+4
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-6/+9
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-8/+9
2008-09-15Commented out getBeingByPixel because it really isn't used, nor is there Ira Rice1-2/+2
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer1-2/+1
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-0/+15
2008-04-22Fixed a bug, thanks GCC 4.3!Bjørn Lindeijer1-1/+1
2008-04-15Fixed clicking near player.David Athay1-0/+1
2008-04-11 Players now need toDavid Athay1-0/+21
2008-03-23Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from Bjørn Lindeijer1-0/+27
2007-12-30Added a key for targeting the nearest player character based on patches by Tr...Philipp Sehmisch1-0/+27
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-0/+2
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+1
2007-10-18Removed guess of being type from class number. Factored handler for new beings.Guillaume Melquiond1-9/+18
2007-07-23Converted NPC code to new server.Guillaume Melquiond1-12/+0
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-10/+14
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer1-5/+8
2006-12-01Monster sound effect patchPhilipp Sehmisch1-3/+2
2006-11-02Network layer refactoring.Björn Steinbrink1-3/+3
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-2/+27
2006-09-02Applied patch by Bernard Lidicky, adding targetting nearest monster with eitherBjørn Lindeijer1-0/+25
2006-09-02Switched to short IDs for beings.Guillaume Melquiond1-2/+2
2006-08-29Updated NEWS file and made getAll return a reference instead of a pointer.Bjørn Lindeijer1-2/+2
2006-08-27Removed Being::mFrame field.Guillaume Melquiond1-2/+2
2006-08-27Changed to pixel-based coordinates for beings.Guillaume Melquiond1-2/+2
2006-08-26Got rid of the default MessageOut constructor, since all messages should haveBjørn Lindeijer1-2/+1
2006-08-26Made the Network class a purely static interface, as there is only one instance.Guillaume Melquiond1-6/+1
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli1-3/+3
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-3/+4
2006-03-08Added a 'dtor' helper functor to delete objects in arrays and containers usin...Björn Steinbrink1-5/+3
2006-02-25Added a logic method to the being manager.Björn Steinbrink1-0/+20
2006-02-23A bunch of mostly cosmetic cleanups.Björn Steinbrink1-4/+3
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+143