index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
game-server
/
being.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-12
Moved Actor into an Component
Erik Schilling
1
-52
/
+31
2013-04-11
Converted Being into a Component
Erik Schilling
1
-99
/
+146
2013-04-11
Converted the Character class into a component
Erik Schilling
1
-0
/
+2
2013-04-03
Moved the Monster class to a Component
Erik Schilling
1
-0
/
+7
2013-04-02
Moved fighting code into a component
Erik Schilling
1
-156
/
+15
2013-03-25
Changed NPC to an NpcComponent added to a Being
Thorbjørn Lindeijer
1
-0
/
+2
2013-02-21
Introduced Script::Context
Erik Schilling
1
-4
/
+2
2013-02-04
Moved attribute (re)calculation to the scripts
Erik Schilling
1
-45
/
+39
2013-02-01
Added emote support.
Yohann Ferreira
1
-1
/
+10
2013-01-29
Silenced some eclipse warnings
Erik Schilling
1
-0
/
+1
2013-01-09
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
1
-17
/
+10
2013-01-09
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
1
-10
/
+10
2013-01-08
Work on (Auto)Attack system.
Erik Schilling
1
-16
/
+70
2013-01-08
Rename AutoAttack to Attack
Erik Schilling
1
-1
/
+1
2012-08-05
Correct updating the old position of beings.
Stefan Beller
1
-4
/
+4
2012-04-14
Introduced a Timeout class for counting down without counting
Thorbjørn Lindeijer
1
-45
/
+4
2012-04-04
Renamed Thing to Entity
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-26
Some general cleanups and merged Being::perform() into update()
Thorbjørn Lindeijer
1
-3
/
+5
2012-03-16
Fixed remaining compiler warnings
Thorbjørn Lindeijer
1
-1
/
+1
2012-02-28
Fixed bug with erasing the last status effect
Thorbjørn Lindeijer
1
-3
/
+9
2012-02-27
Prevent calculating movement of being further if it does not move
Erik Schilling
1
-0
/
+4
2012-02-02
Added a way to specify the min and max attributes values.
Yohann Ferreira
1
-2
/
+2
2012-01-02
Made all beings capable of having a gender
Erik Schilling
1
-0
/
+5
2011-10-19
Removed inappropriate assignment to mOld in Being::findPath
Thorbjørn Lindeijer
1
-5
/
+7
2011-06-24
Fixed autoattacks basic handling.
Yohann Ferreira
1
-0
/
+4
2011-04-17
Added of precised some info I found very useful while debugging.
Yohann Ferreira
1
-5
/
+20
2011-04-17
Removed useless calls to updateDerivedAttributes().
Yohann Ferreira
1
-1
/
+0
2011-04-17
Fix beings raw speed calculation when obtaining the TPS speed.
Yohann Ferreira
1
-1
/
+6
2011-04-15
Fixed crash on first map update
Thorbjørn Lindeijer
1
-0
/
+12
2011-03-20
Renaming stuff to make the code more readable
Thorbjørn Lindeijer
1
-3
/
+3
2011-03-20
Moved defines.h and manaserv_protocol.h into 'common'
Thorbjørn Lindeijer
1
-1
/
+1
2011-03-15
Eliminated one version of Being::performAttack
Thorbjørn Lindeijer
1
-11
/
+11
2011-01-30
Revert "Fixed the money handling."
Jared Adams
1
-5
/
+0
2011-01-31
Fixed the money handling.
Yohann Ferreira
1
-0
/
+5
2011-01-22
Made the being direction be updated only at the end of the movement.
Yohann Ferreira
1
-3
/
+3
2011-01-11
Made the servers report their protocol version.
Yohann Ferreira
1
-2
/
+2
2011-01-09
Fix being direction discrepancies by syncing the BeingDirection.
Yohann Ferreira
1
-6
/
+94
2011-01-09
Removed the superfluous point struct.
Yohann Ferreira
1
-2
/
+3
2011-01-06
Get rid of the server tick magic number.
Yohann Ferreira
1
-4
/
+4
2011-01-03
Change Actor::mActionTime to mMoveTime member to reflect more its actual use.
Yohann Ferreira
1
-8
/
+8
2011-01-03
Cleaned up and document a bit more the speed conversion functions.
Yohann Ferreira
1
-1
/
+2
2010-12-29
Moved parts needing to be in sync with the client in protocol.h.
Yohann Ferreira
1
-4
/
+4
2010-12-08
Fix many compiler warnings.
Freeyorp
1
-1
/
+1
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-11
/
+11
2010-11-04
Fully shift being scope attributes into being.
Freeyorp
1
-4
/
+66
2010-10-17
Dehardcode the tileWidth and height, except for the speed conversion.
Yohann Ferreira
1
-14
/
+23
2010-10-17
Get rid of some unneeded direct calls to setBase for attributes.
Freeyorp
1
-8
/
+5
2010-09-15
Reordered the manaserv.xml.example file and made related code cleanups.
Yohann Ferreira
1
-7
/
+18
2010-08-29
Merge branch 'testing'
Freeyorp
1
-100
/
+141
2010-08-07
Renamed modifiedAttribute to updateDerivedAttributes
Thorbjørn Lindeijer
1
-6
/
+6
[next]