3 months ago 67dd8486c5 Markus Uhlin
v1.4.7 (tags/1.4.7)
3 months ago 27370b9024 Markus Uhlin
Print the file path to the admin list
3 months ago d96009fda3 Markus Uhlin
Array bounds checking
3 months ago 36cebc78ff Markus Uhlin
Increased the dir/file permissions
3 months ago 2f8fba4a91 Markus Uhlin
Changed error descriptions
3 months ago 83803023f3 Markus Uhlin
Moved back calls
3 months ago 9a571c87ff Markus Uhlin
Read the conf
3 months ago e3e6cb553e Markus Uhlin
Cleared settings
3 months ago 5651557cad Markus Uhlin
Only verify that path isn't null
3 months ago 9e5e76f2b5 Markus Uhlin
Updated the changelog
3 months ago 2ffe47dbae Markus Uhlin
Fixed potentially uninitialized vars
3 months ago fc4866383d Markus Uhlin
3 months ago 12553d9e80 Markus Uhlin
NULL -> nullptr
3 months ago ceb02ee09d Markus Uhlin
Allow the space character
3 months ago 43db235de9 Markus Uhlin
Usage of strcmp()
3 months ago ecd937337d Markus Uhlin
Save levels of indentation
3 months ago 6d526bff1a Markus Uhlin
Check the settings on installation
3 months ago aeac3de654 Markus Uhlin
Added is_numeric()
3 months ago a80e33d2da Markus Uhlin
Fixed warnings found by Coverity
3 months ago 7cca2fca71 Markus Uhlin
More usage of emplace_back()
3 months ago 99b1fa9686 Markus Uhlin
Usage of emplace_back()
3 months ago dbe87ff772 Markus Uhlin
GetPlayersFormula: fixed possible out-of-bounds array access (found by PVS-Studio)
3 months ago d0d2e11aaa Markus Uhlin
3 months ago 979c06f1ef Markus Uhlin
Updated the revision history
3 months ago 73c9f4bdbc Markus Uhlin
Fixed null pointer dereference in UpdateRank() -- found by PVS-Studio