summaryrefslogtreecommitdiff
path: root/src/game-server/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-19Removed inappropriate assignment to mOld in Being::findPathThorbjørn Lindeijer1-5/+7
2011-06-24Fixed autoattacks basic handling.Yohann Ferreira1-0/+4
2011-04-17Added of precised some info I found very useful while debugging.Yohann Ferreira1-5/+20
2011-04-17Removed useless calls to updateDerivedAttributes().Yohann Ferreira1-1/+0
2011-04-17Fix beings raw speed calculation when obtaining the TPS speed.Yohann Ferreira1-1/+6
2011-04-15Fixed crash on first map updateThorbjørn Lindeijer1-0/+12
2011-03-20Renaming stuff to make the code more readableThorbjørn Lindeijer1-3/+3
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-1/+1
2011-03-15Eliminated one version of Being::performAttackThorbjørn Lindeijer1-11/+11
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