index
:
Meway/verse
master
Advanced game client for tmwAthena and Evol2 servers. Fork of ManaPlus.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resources
/
db
/
statdb.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-24
Switch source code headers to ManaVerse & update copyrights to 2025
Fedja Beader
1
-3
/
+3
2025-03-01
Report missing/unknown attr fields in clientdata stats.xml
Fedja Beader
1
-4
/
+8
2025-02-26
StatDB: deduplicate loadBasicStats(...) and loadStats(...)
Fedja Beader
1
-47
/
+15
2025-02-26
Remove stray continue, loop has no code outside of conditional branches.
Fedja Beader
1
-1
/
+1
2025-02-25
Rename AttributesEnum::find to ::contains to match its meaning
Fedja Beader
1
-2
/
+2
2024-02-09
Update copyright headers up to 2023
Jesusalva Jesusalva
1
-1
/
+2
2019-01-01
Update copyright year.
Andrei Karas
1
-1
/
+1
2018-11-27
Remove extra ; from different code.
Andrei Karas
1
-5
/
+5
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-07-14
Replace std::vector into macro STD_VECTOR.
Andrei Karas
1
-7
/
+7
2017-06-07
Remove static in anonimouse namespaces.
Andrei Karas
1
-3
/
+3
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-1
/
+1
2017-03-24
Add support for tinyxml2 for reading / writing xml files.
Andrei Karas
1
-3
/
+3
2017-02-28
Rename UseResMan into UseVirtFs.
Andrei Karas
1
-1
/
+1
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-08-25
Fix stats page removing while switching servers.
Andrei Karas
1
-0
/
+1
2016-08-04
Add support for attr attributes in stats.xml
Andrei Karas
1
-17
/
+42
2016-07-26
Add support for loading stats pages from stats.xml
Andrei Karas
1
-4
/
+12
2016-07-25
Allow load stats for different pages from stats.xml
Andrei Karas
1
-7
/
+19
2016-07-25
Add into player attributes prefix PLAYER_.
Andrei Karas
1
-6
/
+6
2016-07-05
Clean statdb on unload.
Andrei Karas
1
-0
/
+2
2016-06-30
Remove exta includes from some files.
Andrei Karas
1
-3
/
+0
2016-06-30
Move extended stats from status window into stats.xml too.
Andrei Karas
1
-4
/
+49
2016-06-30
Dont add basic stats into item attributes.
Andrei Karas
1
-21
/
+7
2016-06-30
Allow read basic attributes from stats.xml
Andrei Karas
1
-5
/
+28
2016-06-30
Remove basic attributes usage from generalhandler and move to statuswindow an...
Andrei Karas
1
-12
/
+36
2016-06-30
Rename ItemDb::Stat into BasicStat.
Andrei Karas
1
-8
/
+8
2016-06-30
Move basic skill definition fro net into statdb.
Andrei Karas
1
-4
/
+19
2016-06-30
Add statdb. Move to statdb server related stats list.
Andrei Karas
1
-0
/
+97