* fix: all languages added to installer
* fix: all languages added to installer and Admin
* fix: max crop/resources reset to level 1 value temporarily
This happened when level 1 granary / warehouse was built because of
a missing + sign in a formula.
#374
* chore: some more badges and thanks to JetBrains :)
* chore: one more badge :P
* chore: cleanup
* fix: Multihunter should have access to villages info
* fix: troops duplicate for certain tribes via raid lists
* fix: no need for WW Building Plan to start building a WW
#337
* fix: natar WW villages created without units
#392
* fix: sendunits.txt file could not be opened from Admin
* fix: WW villages created via Admin do not have any units
#392
* fix: WW building plans must be in player's village to start building WW
#337
Some installations seem to support localhost:port for 1st parameter of
mysqli_connect(), others will only support the official parameters with
port towards the end. This fix tries them both - first the official one,
then the localhost:port one.
Also, there were a lot of mysqli_connect()'s inside Admin mods. These
now also use the central Database class.