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
/
monster.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-15
General code cleanups
Thorbjørn Lindeijer
1
-7
/
+4
2022-08-19
Apply C++11 fixits
Thorbjørn Lindeijer
1
-1
/
+1
2013-09-08
Renamed character.cpp to charactercomponent.cpp
Erik Schilling
1
-1
/
+1
2013-08-26
Allowed to push attributeinfos for the attribute recalculation
Erik Schilling
1
-5
/
+5
2013-08-26
Made cooldowns of abilities scriptable
Erik Schilling
1
-1
/
+1
2013-08-26
Allow names instead of ids for attributes + cleanup
Erik Schilling
1
-2
/
+3
2013-08-26
Fixed setting name of monsters
Erik Schilling
1
-2
/
+2
2013-08-26
Added tick argument to the monster update callback
Erik Schilling
1
-0
/
+1
2013-08-26
Removed the hardcoded monster AI
Erik Schilling
1
-75
/
+1
2013-08-26
[Abilities] Added abilities to monsters
Erik Schilling
1
-0
/
+7
2013-08-26
[Abilities] Removed the old autoattack system
Erik Schilling
1
-250
/
+0
2013-04-27
Use nullptr instead of NULL everywhere
Erik Schilling
1
-1
/
+1
2013-04-12
Moved Actor into an Component
Erik Schilling
1
-45
/
+42
2013-04-11
Converted Being into a Component
Erik Schilling
1
-46
/
+54
2013-04-11
Converted the Character class into a component
Erik Schilling
1
-13
/
+15
2013-04-03
Moved the Monster class to a Component
Erik Schilling
1
-67
/
+69
2013-04-02
Moved fighting code into a component
Erik Schilling
1
-81
/
+36
2013-03-25
Changed NPC to an NpcComponent added to a Being
Thorbjørn Lindeijer
1
-0
/
+1
2013-03-25
Changed Item to a component of Actor
Thorbjørn Lindeijer
1
-5
/
+8
2013-02-21
Introduced Script::Context
Erik Schilling
1
-6
/
+3
2013-02-17
Monsters no longer load their script files
Erik Schilling
1
-22
/
+0
2013-02-04
Moved attribute (re)calculation to the scripts
Erik Schilling
1
-41
/
+0
2013-01-10
Small simplification in Monster::died
Thorbjørn Lindeijer
1
-4
/
+4
2013-01-09
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
1
-39
/
+44
2013-01-09
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
1
-2
/
+2
2013-01-08
Added Vulnerabilities for monsters
Erik Schilling
1
-1
/
+13
2013-01-08
Work on (Auto)Attack system.
Erik Schilling
1
-99
/
+71
2012-04-14
Introduced a Timeout class for counting down without counting
Thorbjørn Lindeijer
1
-12
/
+11
2012-04-04
Adding monster::on_damage callback
Stefan Beller
1
-0
/
+13
2012-04-04
Renamed Thing to Entity
Thorbjørn Lindeijer
1
-3
/
+3
2012-03-26
Some general cleanups and merged Being::perform() into update()
Thorbjørn Lindeijer
1
-83
/
+81
2012-03-13
Added script bind to set walkmask for beings
Erik Schilling
1
-0
/
+3
2012-03-05
Added possibility to make a being attack an other being
Erik Schilling
1
-9
/
+9
2012-03-03
Use callbacks for items, monsters and status effects
Thorbjørn Lindeijer
1
-14
/
+20
2012-03-02
Merged all the different Lua states into one
Thorbjørn Lindeijer
1
-27
/
+15
2012-02-02
Added a way to specify the min and max attributes values.
Yohann Ferreira
1
-3
/
+3
2012-01-02
Made all beings capable of having a gender
Erik Schilling
1
-0
/
+1
2011-11-01
Merge github.com:mana/manaserv
Yohann Ferreira
1
-1
/
+3
2011-10-23
Added function to determine the script engine by the file name extension
jurkan
1
-1
/
+3
2011-09-28
Started to fix the autoattack system.
Yohann Ferreira
1
-16
/
+9
2011-05-26
Allow monsters to drop multiple items
Stefan Dombrowski
1
-21
/
+11
2011-05-26
Fixing negative being positions
Stefan Dombrowski
1
-1
/
+4
2011-04-17
Added of precised some info I found very useful while debugging.
Yohann Ferreira
1
-3
/
+8
2011-04-17
Removed useless calls to updateDerivedAttributes().
Yohann Ferreira
1
-1
/
+0
2011-04-17
Removed an unecessary call to attribute recalculation for monsters.
Yohann Ferreira
1
-1
/
+0
2011-03-20
Renaming stuff to make the code more readable
Thorbjørn Lindeijer
1
-3
/
+3
2011-03-15
Eliminated one version of Being::performAttack
Thorbjørn Lindeijer
1
-2
/
+1
2011-03-12
Fixed monster flawed movements and client net messages flooding.
Yohann Ferreira
1
-2
/
+2
2011-03-11
Moved freeing of map position to Actor destructor
Thorbjørn Lindeijer
1
-10
/
+0
2011-01-30
Made the monsters' attributes compute fine again.
Yohann Ferreira
1
-4
/
+43
[next]