index
:
manaserv.git
abilities
Unnamed repository; edit this file 'description' to name the repository.
Erik Schilling
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
game-server
/
character.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Abilities] Moved the ability code into a own component
Erik Schilling
2013-05-08
1
-152
/
+12
*
[Abilities] Made the rechargespeed depending on attributes
Erik Schilling
2013-05-08
1
-15
/
+18
*
[Abilities] Only send status for actually changed abilities
Erik Schilling
2013-05-08
1
-14
/
+16
*
[Abilities] Added network message for removed ability
Erik Schilling
2013-05-08
1
-1
/
+3
*
[Abilities] Renamed set to category
Erik Schilling
2013-05-08
1
-1
/
+1
*
[Abilities] Renamed specials to abilities
Erik Schilling
2013-05-08
1
-74
/
+75
*
Use nullptr instead of NULL everywhere
Erik Schilling
2013-04-27
1
-4
/
+4
*
Removed CharacterData member from CharacterComponent
Thorbjørn Lindeijer
2013-04-12
1
-3
/
+2
*
Moved Actor into an Component
Erik Schilling
2013-04-12
1
-11
/
+8
*
Converted Being into a Component
Erik Schilling
2013-04-11
1
-47
/
+43
*
Converted the Character class into a component
Erik Schilling
2013-04-11
1
-165
/
+153
*
Fixed multiple warnings and errors that blocked c++0x
Erik Schilling
2013-04-02
1
-1
/
+2
*
Moved fighting code into a component
Erik Schilling
2013-04-02
1
-22
/
+33
*
Changed NPC to an NpcComponent added to a Being
Thorbjørn Lindeijer
2013-03-25
1
-0
/
+4
*
Introduced Script::Context
Erik Schilling
2013-02-21
1
-7
/
+4
*
Moved attribute (re)calculation to the scripts
Erik Schilling
2013-02-04
1
-76
/
+13
*
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
2013-01-09
1
-9
/
+1
*
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
2013-01-09
1
-2
/
+2
*
Work on (Auto)Attack system.
Erik Schilling
2013-01-08
1
-53
/
+41
*
Rename AutoAttack to Attack
Erik Schilling
2013-01-08
1
-9
/
+9
*
Fixed recalculation of base attributes
Erik Schilling
2012-08-05
1
-7
/
+7
*
Made the character not colliding with monsters.
Erik Schilling
2012-08-03
1
-1
/
+1
*
Added lua binds for issuing request of quest variable + bind for trying to re...
Erik Schilling
2012-07-17
1
-1
/
+0
*
Added bind for setting login callback
Erik Schilling
2012-07-08
1
-0
/
+6
*
Fixed handling of skills
Erik Schilling
2012-05-25
1
-4
/
+1
*
Removed not needed trigger for specialupdate when INT attribute changed.
Erik Schilling
2012-04-18
1
-4
/
+0
*
Enhanced special support
Erik Schilling
2012-04-04
1
-72
/
+131
*
Some general cleanups and merged Being::perform() into update()
Thorbjørn Lindeijer
2012-03-26
1
-7
/
+9
*
Added script bind to set walkmask for beings
Erik Schilling
2012-03-13
1
-0
/
+3
*
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
2012-03-11
1
-0
/
+26
*
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
2012-03-10
1
-1
/
+7
*
Added possibility to make a being attack an other being
Erik Schilling
2012-03-05
1
-5
/
+9
*
Converted functions called by LuaScript to callbacks
Thorbjørn Lindeijer
2012-03-02
1
-3
/
+3
*
Use callbacks for handling character death and respawn
Thorbjørn Lindeijer
2012-03-02
1
-4
/
+22
*
Merged all the different Lua states into one
Thorbjørn Lindeijer
2012-03-02
1
-5
/
+5
*
Added a way to specify the min and max attributes values.
Yohann Ferreira
2012-02-02
1
-3
/
+3
*
Made the game server execute the chr_respawn_accept script even
Yohann Ferreira
2012-01-10
1
-14
/
+28
*
Made all beings capable of having a gender
Erik Schilling
2012-01-02
1
-16
/
+0
*
Merged three global script states into one
Thorbjørn Lindeijer
2011-11-07
1
-1
/
+2
*
Merge github.com:mana/manaserv
Yohann Ferreira
2011-11-01
1
-3
/
+5
|
\
|
*
Officially added the being gender to the protocol.
Yohann Ferreira
2011-10-22
1
-1
/
+16
|
*
Small random code format cleanups, and documentation fixes.
Yohann Ferreira
2011-09-28
1
-1
/
+1
*
|
Started to fix the autoattack system.
Yohann Ferreira
2011-09-28
1
-1
/
+3
*
|
Officially added the being gender to the protocol.
Yohann Ferreira
2011-09-28
1
-1
/
+14
*
|
Small random code format cleanups, and documentation fixes.
Yohann Ferreira
2011-07-27
1
-1
/
+1
|
/
*
Fixed autoattacks basic handling.
Yohann Ferreira
2011-06-24
1
-12
/
+34
*
Renaming stuff to make the code more readable
Thorbjørn Lindeijer
2011-03-20
1
-3
/
+3
*
Moved freeing of map position to Actor destructor
Thorbjørn Lindeijer
2011-03-11
1
-12
/
+0
*
Get rid of the server tick magic number.
Yohann Ferreira
2011-01-06
1
-2
/
+2
*
Change Actor::mActionTime to mMoveTime member to reflect more its actual use.
Yohann Ferreira
2011-01-03
1
-2
/
+4
[next]