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
/
monster.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved Actor into an Component
Erik Schilling
2013-04-12
1
-45
/
+42
*
Converted Being into a Component
Erik Schilling
2013-04-11
1
-46
/
+54
*
Converted the Character class into a component
Erik Schilling
2013-04-11
1
-13
/
+15
*
Moved the Monster class to a Component
Erik Schilling
2013-04-03
1
-67
/
+69
*
Moved fighting code into a component
Erik Schilling
2013-04-02
1
-81
/
+36
*
Changed NPC to an NpcComponent added to a Being
Thorbjørn Lindeijer
2013-03-25
1
-0
/
+1
*
Changed Item to a component of Actor
Thorbjørn Lindeijer
2013-03-25
1
-5
/
+8
*
Introduced Script::Context
Erik Schilling
2013-02-21
1
-6
/
+3
*
Monsters no longer load their script files
Erik Schilling
2013-02-17
1
-22
/
+0
*
Moved attribute (re)calculation to the scripts
Erik Schilling
2013-02-04
1
-41
/
+0
*
Small simplification in Monster::died
Thorbjørn Lindeijer
2013-01-10
1
-4
/
+4
*
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
2013-01-09
1
-39
/
+44
*
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
2013-01-09
1
-2
/
+2
*
Added Vulnerabilities for monsters
Erik Schilling
2013-01-08
1
-1
/
+13
*
Work on (Auto)Attack system.
Erik Schilling
2013-01-08
1
-99
/
+71
*
Introduced a Timeout class for counting down without counting
Thorbjørn Lindeijer
2012-04-14
1
-12
/
+11
*
Adding monster::on_damage callback
Stefan Beller
2012-04-04
1
-0
/
+13
*
Renamed Thing to Entity
Thorbjørn Lindeijer
2012-04-04
1
-3
/
+3
*
Some general cleanups and merged Being::perform() into update()
Thorbjørn Lindeijer
2012-03-26
1
-83
/
+81
*
Added script bind to set walkmask for beings
Erik Schilling
2012-03-13
1
-0
/
+3
*
Added possibility to make a being attack an other being
Erik Schilling
2012-03-05
1
-9
/
+9
*
Use callbacks for items, monsters and status effects
Thorbjørn Lindeijer
2012-03-03
1
-14
/
+20
*
Merged all the different Lua states into one
Thorbjørn Lindeijer
2012-03-02
1
-27
/
+15
*
Added a way to specify the min and max attributes values.
Yohann Ferreira
2012-02-02
1
-3
/
+3
*
Made all beings capable of having a gender
Erik Schilling
2012-01-02
1
-0
/
+1
*
Merge github.com:mana/manaserv
Yohann Ferreira
2011-11-01
1
-1
/
+3
|
\
|
*
Added function to determine the script engine by the file name extension
jurkan
2011-10-23
1
-1
/
+3
*
|
Started to fix the autoattack system.
Yohann Ferreira
2011-09-28
1
-16
/
+9
|
/
*
Allow monsters to drop multiple items
Stefan Dombrowski
2011-05-26
1
-21
/
+11
*
Fixing negative being positions
Stefan Dombrowski
2011-05-26
1
-1
/
+4
*
Added of precised some info I found very useful while debugging.
Yohann Ferreira
2011-04-17
1
-3
/
+8
*
Removed useless calls to updateDerivedAttributes().
Yohann Ferreira
2011-04-17
1
-1
/
+0
*
Removed an unecessary call to attribute recalculation for monsters.
Yohann Ferreira
2011-04-17
1
-1
/
+0
*
Renaming stuff to make the code more readable
Thorbjørn Lindeijer
2011-03-20
1
-3
/
+3
*
Eliminated one version of Being::performAttack
Thorbjørn Lindeijer
2011-03-15
1
-2
/
+1
*
Fixed monster flawed movements and client net messages flooding.
Yohann Ferreira
2011-03-12
1
-2
/
+2
*
Moved freeing of map position to Actor destructor
Thorbjørn Lindeijer
2011-03-11
1
-10
/
+0
*
Made the monsters' attributes compute fine again.
Yohann Ferreira
2011-01-30
1
-4
/
+43
*
Fix being direction discrepancies by syncing the BeingDirection.
Yohann Ferreira
2011-01-09
1
-5
/
+5
*
Cleaned up and document a bit more the speed conversion functions.
Yohann Ferreira
2011-01-03
1
-1
/
+1
*
Moved parts needing to be in sync with the client in protocol.h.
Yohann Ferreira
2010-12-29
1
-1
/
+1
*
Renamed .hpp files into .h for consistency.
Yohann Ferreira
2010-11-14
1
-12
/
+12
*
Some random code cleanups.
Yohann Ferreira
2010-11-02
1
-42
/
+62
*
Prevented a crash in the monster loading code.
Yohann Ferreira
2010-11-01
1
-1
/
+5
*
Dehardcode the tileWidth and height, except for the speed conversion.
Yohann Ferreira
2010-10-17
1
-11
/
+22
*
Reordered the manaserv.xml.example file and made related code cleanups.
Yohann Ferreira
2010-09-15
1
-1
/
+1
*
Merge branch 'testing'
Freeyorp
2010-08-29
1
-36
/
+63
|
\
|
*
New attribute system and major changes to many low-level areas.
Freeyorp
2010-07-10
1
-36
/
+63
*
|
Some coding style tweaks
Thorbjørn Lindeijer
2010-08-22
1
-13
/
+3
|
/
*
Fixed the up down monster attack direction and comment trivial fixes.
Philipp Sehmisch
2010-06-22
1
-3
/
+3
[next]