summaryrefslogtreecommitdiff
path: root/src/game-server/monstermanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-02-21Moved the functions which translate strings into enumerations from the XML li...Philipp Sehmisch1-1/+23
2008-02-20Implemented different monster attacks read from monsters.xmlPhilipp Sehmisch1-0/+43
2008-02-13Implemented monster mutation.Philipp Sehmisch1-1/+11
2008-02-12Movement speed in monsters.xml is now interpreted as pixels per second instea...Philipp Sehmisch1-3/+3
2008-02-11Implemented getting size and speed from monster.xmlPhilipp Sehmisch1-2/+18
2008-02-07arts of monster behavior are now read from monsters.xml.Philipp Sehmisch1-3/+19
2008-02-06Exp reward for killing monsters is now read from monster database.Philipp Sehmisch1-0/+11
2008-02-06obeying "80 characters per row" coding style rule.Philipp Sehmisch1-10/+21
2008-02-06Monster base attributes are now read from monsters.xml.Philipp Sehmisch1-0/+28
2007-09-27Ported monster database.Eugenio Favalli1-1/+1
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-3/+2
2007-08-31Implemented "reload" remote command.Guillaume Melquiond1-9/+29
2007-07-08Added monster drops.Guillaume Melquiond1-0/+128