bhoptimer/addons/sourcemod/scripting/include
shavit 547f90ef62 Added automatic database migrations and revamped overall database structure.
Now I can push database migrations without making the plugin's users do the querying on their own.

List of migrations:
* **Converted all SteamIDs in the database from SteamID3 to Steam Account ID format. The difference is simply stripping of the [U:1: prefix and ] suffix. This change speeds up the queries and reduces the database's size by a lot.**
* Removal of `workshop/` paths from all map names in the database.
* Added index to `lastlogin` to speedup the filtering I added to rankings with `shavit_rankings_llrecalc`.
* Removed `country` from database. It was completely unnecessary.
* Converted IP addresses from plaintext to a single 4 bytes integer.
* Converted `date` of records from a string to integer.
2019-05-12 07:57:04 +03:00
..
bhopstats.inc Typos 2018-04-28 17:19:13 +01:00
dhooks.inc Restructured files. 2017-10-24 01:05:09 +03:00
rtler.inc Restructured files. 2017-10-24 01:05:09 +03:00
shavit.inc Added automatic database migrations and revamped overall database structure. 2019-05-12 07:57:04 +03:00
SteamWorks.inc update steamworks inc 2018-10-12 19:31:52 -04:00