summaryrefslogtreecommitdiff
path: root/src/being.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Adds missile-particle attribute to items and monster attacksChuck Miller1-0/+5
2010-02-09Made the Beings' logic be able to handle any tile height/width.Bertram1-4/+4
2010-02-07Nicer way of indicating that we're waiting on the serverThorbjørn Lindeijer1-2/+2
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-02-07Renamed TakedDamage to DamageTakenThorbjørn Lindeijer1-3/+3
2010-02-01Small cleanups.Bertram1-2/+2
2010-02-01Reduced CPU consumption by setting speed per ticks value only once.Bertram1-1/+2
2010-01-31Unify eAthena and manaserv support in to one build.Daniel Bradshaw1-12/+11
2010-01-28Added virtual destructors, some implicit casts, and a couple of type changes.Daniel Bradshaw1-2/+2
2010-01-27Added mutators/accessors to being.h and smal cleanups.Bertram1-39/+93
2010-01-25Simplify Being position a bitJared Adams1-5/+7
2010-01-24Remove some more _SUPPORT ifdefsJared Adams1-1/+1
2010-01-21No point in differentiating between int and Uint16Thorbjørn Lindeijer1-1/+1
2010-01-15Fixes drawing sprite in the playerbox widget.Chuck Miller1-0/+8
2010-01-12Standardize header orderJared Adams1-8/+8
2010-01-10Show monster inflicted damage.Andrei Karas1-0/+7
2009-12-16Stored the cached config value which says if non-crucial particle effects are...Philipp Sehmisch1-1/+0
2009-10-24REplace instances of TMW with ManaJared Adams1-3/+3
2009-10-15Speed code unification part 3: Made the client handle the speed in tiles per ...Bertram1-4/+16
2009-10-04Do some refactoring of Being codeJared Adams1-15/+1
2009-09-17Partially (but mainly) resolved Mantis #753 by making monsters, NPC, and Floo...Bertram1-4/+41
2009-08-13Clean up Being and it's derivativesJared Adams1-78/+26
2009-08-01Remove some unused movement methodsChuck Miller1-15/+0
2009-07-27Makes mX and mY in the being class privateChuck Miller1-1/+16
2009-07-01Remove complex path finding for players. Add a simple path finding algorithm ...Roderic Morris1-2/+6
2009-06-23Made so monster particle effects show up on eAChuck Miller1-4/+0
2009-06-08Merge being direction handling codeJared Adams1-6/+0
2009-06-08Remove some unused variablesJared Adams1-2/+0
2009-06-08Remove duplicate code from BeingJared Adams1-4/+0
2009-05-29Some movement fixes for TMWServ build.Chuck Miller1-5/+8
2009-05-11Unduplicated the mapping to string representationBjørn Lindeijer1-2/+1
2009-05-10Color player names more appropriatelyJared Adams1-1/+1
2009-05-05Moved code for hiding / showing player names from Player::logic() to a the co...Chuck Miller1-1/+4
2009-05-03Moved mIsGM from Being to Player and made isGM() constBjørn Lindeijer1-6/+0
2009-03-27Fixed some positioning issuesBjørn Lindeijer1-31/+16
2009-03-27Fixed position of dots on minimapBjørn Lindeijer1-14/+5
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer1-1/+1
2009-03-26Remove redundancy, fix variable names and other code cleanupsBjørn Lindeijer1-5/+0
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-36/+40
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-4/+2
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-13/+129
2009-03-12Make use of the new available colorsMajin Sniper1-1/+1
2009-03-12Make use of the new available colorsMajin Sniper1-1/+1
2009-03-12Removed some unneeded stub code.Ira Rice1-22/+3
2009-03-12Made hair load again (commit e2d60401eaf55abe9e2251854f3174ffe0f4ad9eIra Rice1-2/+2
2009-03-12Move emote sprite loading into EmoteDBJared Adams1-10/+0
2009-03-12Move emote sprite loading into EmoteDBJared Adams1-9/+1
2009-03-11Fix segfault when being count reaches 0 too oftenJared Adams1-1/+4
2009-03-11Remove some duplication in hair loading codeJared Adams1-2/+6
2009-03-11Fix segfault when being count reaches 0 too oftenJared Adams1-1/+4