summaryrefslogtreecommitdiff
path: root/src/game-server/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-01-30Revert "Fixed the money handling."Jared Adams1-5/+0
2011-01-31Fixed the money handling.Yohann Ferreira1-0/+5
2011-01-22Made the being direction be updated only at the end of the movement.Yohann Ferreira1-3/+3
2011-01-11Made the servers report their protocol version.Yohann Ferreira1-2/+2
2011-01-09Fix being direction discrepancies by syncing the BeingDirection.Yohann Ferreira1-6/+94
2011-01-09Removed the superfluous point struct.Yohann Ferreira1-2/+3
2011-01-06Get rid of the server tick magic number.Yohann Ferreira1-4/+4
2011-01-03Change Actor::mActionTime to mMoveTime member to reflect more its actual use.Yohann Ferreira1-8/+8
2011-01-03Cleaned up and document a bit more the speed conversion functions.Yohann Ferreira1-1/+2
2010-12-29Moved parts needing to be in sync with the client in protocol.h.Yohann Ferreira1-4/+4
2010-12-08Fix many compiler warnings.Freeyorp1-1/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-11/+11
2010-11-04Fully shift being scope attributes into being.Freeyorp1-4/+66
2010-10-17Dehardcode the tileWidth and height, except for the speed conversion.Yohann Ferreira1-14/+23
2010-10-17Get rid of some unneeded direct calls to setBase for attributes.Freeyorp1-8/+5
2010-09-15Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira1-7/+18
2010-08-29Merge branch 'testing'Freeyorp1-100/+141
2010-08-07Renamed modifiedAttribute to updateDerivedAttributesThorbjørn Lindeijer1-6/+6
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-100/+141
2010-05-29Made disabling of HP regeneration during combat configurablePhilipp Sehmisch1-1/+2
2010-05-21Fixes based on cppcheck errors report.Yohann Ferreira1-0/+1
2010-03-30Fix sitting and standingChuck Miller1-5/+6
2010-02-25Added script bindings for healing characters and other beings.Philipp Sehmisch1-0/+15
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-28Nerfed HP regeneration by disabling it while in combat.Philipp Sehmisch1-7/+11
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-12-06Fixed crash when an invalid status effect is requestedThorbjørn Lindeijer1-8/+15
2009-12-06Made the Being timer accessors constThorbjørn Lindeijer1-9/+7
2009-12-05(refactoring) Replaced various differen tick counting constructs in the being...Philipp Sehmisch1-4/+45
2009-10-15Speed code unification part 1: Made the server accept speed values in tiles p...Bertram1-0/+12
2009-10-09Mostly synced the client and server code for path finding.Bertram1-4/+4
2009-10-04Fixes infinite loopChuck Miller1-0/+1
2009-09-23added script functions for monster attacksPhilipp Sehmisch1-5/+6
2009-08-19Performance improvement of range calculation (suggested by Octalot)Philipp Sehmisch1-4/+4
2009-08-19Removed attack shape from items. Added distance check on attacks (values stil...Philipp Sehmisch1-7/+11
2009-07-18Change status effects to prevent duplicationJared Adams1-11/+32
2009-07-17Adds scripted status effectsChuck Miller1-0/+38
2009-07-03Makes Skills non hard codedChuck Miller1-1/+1
2009-07-01Remove complex path finding for players. Add a simple path finding algorithm ...Roderic Morris1-1/+10
2009-05-19Added time between attacks. Added target for monster.David Athay1-3/+4
2009-05-18Added target combatDavid Athay1-127/+12
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-3/+3
2009-04-26Merged MovingObject into the Being classBjørn Lindeijer1-32/+118
2009-03-19Implemented the possibility to have maps with or without PvP combat.Philipp Sehmisch1-0/+5
2008-11-26Converted some DOS newlines to UNIXBjørn Lindeijer1-61/+61
2008-11-22Refuse to spawn dead monstersBjørn Lindeijer1-1/+0
2008-11-20Added rectangular attack zones which are faster and simpler than cone-shaped ...Philipp Sehmisch1-4/+62
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-04Added updating party member health.David Athay1-0/+1
2008-10-29Some code formatting cleanup and unduplicated conversion from direction toBjørn Lindeijer1-30/+14