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
/
character.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-12
Removed CharacterData member from CharacterComponent
Thorbjørn Lindeijer
1
-5
/
+0
2013-04-12
Moved Actor into an Component
Erik Schilling
1
-17
/
+17
2013-04-11
Converted Being into a Component
Erik Schilling
1
-20
/
+20
2013-04-11
Converted the Character class into a component
Erik Schilling
1
-69
/
+310
2013-04-02
Moved fighting code into a component
Erik Schilling
1
-2
/
+2
2013-03-25
Changed NPC to an NpcComponent added to a Being
Thorbjørn Lindeijer
1
-7
/
+0
2013-03-25
Changed SpawnArea and TriggerArea to components of Entity
Thorbjørn Lindeijer
1
-0
/
+1
2013-02-04
Moved attribute (re)calculation to the scripts
Erik Schilling
1
-5
/
+5
2013-01-09
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
1
-0
/
+2
2013-01-09
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
1
-6
/
+6
2013-01-08
Work on (Auto)Attack system.
Erik Schilling
1
-0
/
+6
2012-07-08
Added bind for setting login callback
Erik Schilling
1
-0
/
+6
2012-04-14
Introduced a Timeout class for counting down without counting
Thorbjørn Lindeijer
1
-2
/
+4
2012-04-04
Enhanced special support
Erik Schilling
1
-14
/
+49
2012-03-26
Some general cleanups and merged Being::perform() into update()
Thorbjørn Lindeijer
1
-8
/
+5
2012-03-13
Added script bind to set walkmask for beings
Erik Schilling
1
-7
/
+0
2012-03-11
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
1
-2
/
+23
2012-03-10
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
1
-0
/
+9
2012-03-02
Use callbacks for handling character death and respawn
Thorbjørn Lindeijer
1
-1
/
+11
2012-01-10
Made the game server execute the chr_respawn_accept script even
Yohann Ferreira
1
-0
/
+10
2012-01-02
Made all beings capable of having a gender
Erik Schilling
1
-8
/
+0
2011-09-28
Officially added the being gender to the protocol.
Yohann Ferreira
1
-4
/
+3
2011-03-20
Moved defines.h and manaserv_protocol.h into 'common'
Thorbjørn Lindeijer
1
-2
/
+2
2011-03-11
Moved freeing of map position to Actor destructor
Thorbjørn Lindeijer
1
-2
/
+0
2011-03-11
Split path finding out of the Map class
Thorbjørn Lindeijer
1
-2
/
+2
2010-12-29
protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.
Yohann Ferreira
1
-1
/
+1
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-0
/
+467