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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-26
Allow names instead of ids for attributes + cleanup
Erik Schilling
1
-2
/
+2
2013-08-26
[Abilities] Removed the old autoattack system
Erik Schilling
1
-1
/
+2
2013-08-26
[Abilities] Added a add_hit_taken bind
Erik Schilling
1
-0
/
+33
2013-04-12
Moved Actor into an Component
Erik Schilling
1
-1
/
+1
2013-04-11
Converted Being into a Component
Erik Schilling
1
-28
/
+31
2013-04-11
Converted the Character class into a component
Erik Schilling
1
-2
/
+9
2013-04-03
Moved the Monster class to a Component
Erik Schilling
1
-1
/
+12
2013-04-02
Moved fighting code into a component
Erik Schilling
1
-79
/
+7
2013-02-04
Moved attribute (re)calculation to the scripts
Erik Schilling
1
-1
/
+13
2013-02-01
Added emote support.
Yohann Ferreira
1
-0
/
+14
2013-01-09
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
1
-4
/
+6
2013-01-09
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
1
-13
/
+13
2013-01-08
Work on (Auto)Attack system.
Erik Schilling
1
-9
/
+33
2013-01-08
Rename AutoAttack to Attack
Erik Schilling
1
-2
/
+2
2012-04-14
Introduced a Timeout class for counting down without counting
Thorbjørn Lindeijer
1
-30
/
+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
-6
/
+1
2012-01-02
Made all beings capable of having a gender
Erik Schilling
1
-0
/
+8
2011-06-17
Changed the attack message to send the attack id.
Yohann Ferreira
1
-3
/
+4
2011-04-15
Fixed crash on first map update
Thorbjørn Lindeijer
1
-0
/
+4
2011-03-15
Eliminated one version of Being::performAttack
Thorbjørn Lindeijer
1
-1
/
+0
2011-01-09
Fix being direction discrepancies by syncing the BeingDirection.
Yohann Ferreira
1
-3
/
+10
2010-12-29
Moved parts needing to be in sync with the client in protocol.h.
Yohann Ferreira
1
-44
/
+3
2010-12-08
Fix many compiler warnings.
Freeyorp
1
-2
/
+3
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-0
/
+373