summaryrefslogtreecommitdiff
path: root/src/game-server/monstermanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-10-26Added optional optimal level mechanic which reduces exp gain of certain sourc...Philipp Sehmisch1-0/+1
2009-10-15Speed code unification part 1: Made the server accept speed values in tiles p...Bertram1-7/+5
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-1/+0
2009-09-23added script functions for monster attacksPhilipp Sehmisch1-0/+1
2009-09-17Added the possibility to define a monster script for a whole monster class in...Philipp Sehmisch1-0/+6
2009-08-20Removed remnants of attack zones. Monsters AI now works properly again.Philipp Sehmisch1-7/+1
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-1/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-09-27Implemented getting the attack zone of weapons from the item database and imp...Philipp Sehmisch1-2/+7
2008-08-13Don't ignore monster with ID 0, since our maggot uses that.Bjørn Lindeijer1-2/+2
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