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
2023-05-15
General code cleanups
Thorbjørn Lindeijer
1
-9
/
+5
2022-08-19
Apply C++11 fixits
Thorbjørn Lindeijer
1
-5
/
+3
2022-08-19
Apply C++11 fixits
Thorbjørn Lindeijer
1
-9
/
+9
2013-09-13
Fixed walking resetting the dead action
Erik Schilling
1
-2
/
+2
2013-09-08
Renamed character.cpp to charactercomponent.cpp
Erik Schilling
1
-1
/
+1
2013-08-26
Moved AttributeInfo into a seperate file
Erik Schilling
1
-10
/
+10
2013-08-26
Allowed to push attributeinfos for the attribute recalculation
Erik Schilling
1
-66
/
+71
2013-08-26
Unshared the serialization of characters
Erik Schilling
1
-7
/
+0
2013-08-26
Removed skills
Erik Schilling
1
-1
/
+0
2013-08-26
Allow names instead of ids for attributes + cleanup
Erik Schilling
1
-17
/
+20
2013-08-26
[Abilities] Removed the old autoattack system
Erik Schilling
1
-3
/
+2
2013-05-02
Fixed a bunch of cppcheck warnings
Erik Schilling
1
-9
/
+6
2013-04-25
Simplified BeingComponent::updateDirection
Thorbjørn Lindeijer
1
-73
/
+6
2013-04-12
Fixed uninitialised variable warning in valgrind
Erik Schilling
1
-0
/
+1
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
[next]