summaryrefslogtreecommitdiff
path: root/src/game-server/attributemanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Do not make all attributes persistentErik Schilling1-0/+2
2013-08-26Moved AttributeInfo into a seperate fileErik Schilling1-3/+4
2013-08-26Allowed to push attributeinfos for the attribute recalculationErik Schilling1-25/+15
2013-08-26Allow multiple scopes (character and monster)Erik Schilling1-4/+10
2013-08-26Allow names instead of ids for attributes + cleanupErik Schilling1-50/+76
2013-08-26Warn when defining an attribute without a scopeErik Schilling1-3/+3
2013-04-29Single xml solutionPrzemysław Grzywacz1-58/+45
2013-02-04Random cleanup of attribute codeErik Schilling1-13/+21
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-3/+3
2012-07-31Make Attributes modifiable by client again.Stefan Beller1-1/+2
2012-02-02Added a way to specify the min and max attributes values.Yohann Ferreira1-15/+23
2011-09-28Started to fix the autoattack system.Yohann Ferreira1-1/+4
2011-03-24Rely more on the functionality in XML::DocumentThorbjørn Lindeijer1-10/+2
2011-03-20Introduced ModifierLocation structThorbjørn Lindeijer1-12/+10
2011-03-20Introduced some functions for reading the attributes fileThorbjørn Lindeijer1-148/+153
2011-03-20Renaming stuff to make the code more readableThorbjørn Lindeijer1-5/+5
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-1/+1
2011-03-20Some renamings to try to make things more readableThorbjørn Lindeijer1-28/+28
2011-03-20General cleanups and code style fixesThorbjørn Lindeijer1-5/+7
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-4/+7
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-4/+4
2010-10-22Made the servers check for positive id in xml db loading.Yohann Ferreira1-26/+38
2010-09-22Centralized the servers' exit values.Yohann Ferreira1-2/+2
2010-09-08Centralized stringToBool conversion.Yohann Ferreira1-17/+22
2010-08-30Change primary and secondary tags in attributes.xml from stats and stat to at...Freeyorp1-2/+2
2010-08-02Changed the stat file name to attributes.xml.Yohann Ferreira1-2/+4
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-0/+232