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.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-12
Removed CharacterData member from CharacterComponent
Thorbjørn Lindeijer
1
-3
/
+2
2013-04-12
Moved Actor into an Component
Erik Schilling
1
-11
/
+8
2013-04-11
Converted Being into a Component
Erik Schilling
1
-47
/
+43
2013-04-11
Converted the Character class into a component
Erik Schilling
1
-165
/
+153
2013-04-02
Fixed multiple warnings and errors that blocked c++0x
Erik Schilling
1
-1
/
+2
2013-04-02
Moved fighting code into a component
Erik Schilling
1
-22
/
+33
2013-03-25
Changed NPC to an NpcComponent added to a Being
Thorbjørn Lindeijer
1
-0
/
+4
2013-02-21
Introduced Script::Context
Erik Schilling
1
-7
/
+4
2013-02-04
Moved attribute (re)calculation to the scripts
Erik Schilling
1
-76
/
+13
2013-01-09
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
1
-9
/
+1
2013-01-09
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
1
-2
/
+2
2013-01-08
Work on (Auto)Attack system.
Erik Schilling
1
-53
/
+41
2013-01-08
Rename AutoAttack to Attack
Erik Schilling
1
-9
/
+9
2012-08-05
Fixed recalculation of base attributes
Erik Schilling
1
-7
/
+7
2012-08-03
Made the character not colliding with monsters.
Erik Schilling
1
-1
/
+1
2012-07-17
Added lua binds for issuing request of quest variable + bind for trying to re...
Erik Schilling
1
-1
/
+0
2012-07-08
Added bind for setting login callback
Erik Schilling
1
-0
/
+6
2012-05-25
Fixed handling of skills
Erik Schilling
1
-4
/
+1
2012-04-18
Removed not needed trigger for specialupdate when INT attribute changed.
Erik Schilling
1
-4
/
+0
2012-04-04
Enhanced special support
Erik Schilling
1
-72
/
+131
2012-03-26
Some general cleanups and merged Being::perform() into update()
Thorbjørn Lindeijer
1
-7
/
+9
2012-03-13
Added script bind to set walkmask for beings
Erik Schilling
1
-0
/
+3
2012-03-11
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
1
-0
/
+26
2012-03-10
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
1
-1
/
+7
2012-03-05
Added possibility to make a being attack an other being
Erik Schilling
1
-5
/
+9
2012-03-02
Converted functions called by LuaScript to callbacks
Thorbjørn Lindeijer
1
-3
/
+3
2012-03-02
Use callbacks for handling character death and respawn
Thorbjørn Lindeijer
1
-4
/
+22
2012-03-02
Merged all the different Lua states into one
Thorbjørn Lindeijer
1
-5
/
+5
2012-02-02
Added a way to specify the min and max attributes values.
Yohann Ferreira
1
-3
/
+3
2012-01-10
Made the game server execute the chr_respawn_accept script even
Yohann Ferreira
1
-14
/
+28
2012-01-02
Made all beings capable of having a gender
Erik Schilling
1
-16
/
+0
2011-11-07
Merged three global script states into one
Thorbjørn Lindeijer
1
-1
/
+2
2011-11-01
Merge github.com:mana/manaserv
Yohann Ferreira
1
-3
/
+5
2011-10-22
Officially added the being gender to the protocol.
Yohann Ferreira
1
-1
/
+16
2011-09-28
Started to fix the autoattack system.
Yohann Ferreira
1
-1
/
+3
2011-09-28
Officially added the being gender to the protocol.
Yohann Ferreira
1
-1
/
+14
2011-09-28
Small random code format cleanups, and documentation fixes.
Yohann Ferreira
1
-1
/
+1
2011-07-27
Small random code format cleanups, and documentation fixes.
Yohann Ferreira
1
-1
/
+1
2011-06-24
Fixed autoattacks basic handling.
Yohann Ferreira
1
-12
/
+34
2011-03-20
Renaming stuff to make the code more readable
Thorbjørn Lindeijer
1
-3
/
+3
2011-03-11
Moved freeing of map position to Actor destructor
Thorbjørn Lindeijer
1
-12
/
+0
2011-01-06
Get rid of the server tick magic number.
Yohann Ferreira
1
-2
/
+2
2011-01-03
Change Actor::mActionTime to mMoveTime member to reflect more its actual use.
Yohann Ferreira
1
-2
/
+4
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-19
/
+19
2010-11-13
Readd the calculation of base attributes at character's login.
Yohann Ferreira
1
-0
/
+3
2010-11-04
Fully shift being scope attributes into being.
Freeyorp
1
-47
/
+27
2010-11-04
[PATCH 1/3] Alter the way attribute dependencies are updated.
Yohann Ferreira
1
-32
/
+50
2010-11-03
Renamed write{Byte,Short,Long} to writeInt{8,16,32}
Thorbjørn Lindeijer
1
-15
/
+15
2010-10-17
Dehardcode the tileWidth and height, except for the speed conversion.
Yohann Ferreira
1
-1
/
+4
2010-10-17
Fix hp regeneration units.
Freeyorp
1
-2
/
+2
[next]