summaryrefslogtreecommitdiff
path: root/src/monster.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-3/+4
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-10Adds missile-particle attribute to items and monster attacksChuck Miller1-1/+5
2010-02-09Made the Beings' logic be able to handle any tile height/width.Bertram1-1/+1
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-02-01Small cleanups.Bertram1-1/+1
2010-01-31Unify eAthena and manaserv support in to one build.Daniel Bradshaw1-3/+3
2010-01-28Added virtual destructors, some implicit casts, and a couple of type changes.Daniel Bradshaw1-1/+1
2010-01-24Remove some more _SUPPORT ifdefsJared Adams1-2/+2
2009-12-16Stored the cached config value which says if non-crucial particle effects are...Philipp Sehmisch1-2/+2
2009-10-04Do some refactoring of Being codeJared Adams1-2/+0
2009-09-17Partially (but mainly) resolved Mantis #753 by making monsters, NPC, and Floo...Bertram1-0/+2
2009-08-13Clean up Being and it's derivativesJared Adams1-44/+18
2009-06-24Fix the attack particles to use sprite directions not being directionsChuck Miller1-5/+5
2009-06-23Made so monster particle effects show up on eAChuck Miller1-18/+0
2009-04-15Some PopupMenu cleanups/fixes and additions.Tametomo1-12/+9
2009-03-28Remove #ifdefs related to Being creationJared Adams1-4/+0
2009-03-27Fixed some positioning issuesBjørn Lindeijer1-8/+5
2009-03-27Fixed position of dots on minimapBjørn Lindeijer1-4/+5
2009-03-26Remove redundancy, fix variable names and other code cleanupsBjørn Lindeijer1-5/+3
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-7/+10
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-5/+29
2009-03-12Make use of the new available colorsMajin Sniper1-2/+5
2009-03-10Extended hit type handlingsniper1-4/+4
2009-03-06Got rid of Sint{8,16,32} and Uint32 for being IDBjørn Lindeijer1-1/+1
2009-02-17Merge branch 'aethyra/master'Bjørn Lindeijer1-5/+1
2009-02-16Moved target unsetting on NPCs and monsters to the being class. This isIra Rice1-5/+1
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-1/+1
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-1/+1
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-2/+1
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-20/+50
2009-02-07Some more include cleanups.Ira Rice1-2/+1
2009-01-24Tweaks to the speech bubbles so that being status (GM, mob, npc,Ira Rice1-0/+2
2009-01-24Code reformattingBjørn Lindeijer1-1/+1
2009-01-24Use standard GUI font also for speech and namesBjørn Lindeijer1-4/+1
2009-01-24Code reformattingBjørn Lindeijer1-14/+7
2009-01-24Use standard GUI font also for speech and namesBjørn Lindeijer1-3/+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
2008-12-13Mantis #406 by jaxad0127David Athay1-6/+26
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-2/+7
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
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-14Early addition of a particle effect disabling option. Would like to Ira Rice1-7/+9
2008-10-13Added mob particle attack effects to mobs. Inspired by the TMW patch in Ira Rice1-0/+21