summaryrefslogtreecommitdiff
path: root/src/resources/db/statdb.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-5/+5
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-7/+7
2017-06-07Remove static in anonimouse namespaces.Andrei Karas1-3/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-3/+3
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-25Fix stats page removing while switching servers.Andrei Karas1-0/+1
2016-08-04Add support for attr attributes in stats.xmlAndrei Karas1-17/+42
2016-07-26Add support for loading stats pages from stats.xmlAndrei Karas1-4/+12
2016-07-25Allow load stats for different pages from stats.xmlAndrei Karas1-7/+19
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-6/+6
2016-07-05Clean statdb on unload.Andrei Karas1-0/+2
2016-06-30Remove exta includes from some files.Andrei Karas1-3/+0
2016-06-30Move extended stats from status window into stats.xml too.s20160630Andrei Karas1-4/+49
2016-06-30Dont add basic stats into item attributes.Andrei Karas1-21/+7
2016-06-30Allow read basic attributes from stats.xmlAndrei Karas1-5/+28
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow an...Andrei Karas1-12/+36
2016-06-30Rename ItemDb::Stat into BasicStat.Andrei Karas1-8/+8
2016-06-30Move basic skill definition fro net into statdb.Andrei Karas1-4/+19
2016-06-30Add statdb. Move to statdb server related stats list.Andrei Karas1-0/+97