shavitush / bhoptimer

A bunnyhop timer plugin for Counter-Strike: Source, Counter-Strike: Global Offensive and Team Fortress 2.
https://timer.shav.it
GNU General Public License v3.0
228 stars 93 forks source link

Wip sqlite rankings support & GetWeightedPoints deprecation #1182

Closed rtldg closed 1 year ago

rtldg commented 1 year ago

The sqlite rankings support depends on https://github.com/alliedmodders/sourcemod/pull/1886 For Mysql >= 8.0 & Mariadb >= 10.2, GetWeightedPoints won't be needed anymore. The queries should be double-checked

rtldg commented 1 year ago

The Sourcemod PR got merged, although I didn't pester them further to get it merged into 1.11. Replacing the dbi.sqlite.ext.dll/dbi.sqlite.ext.so file with the one from the 1.12 releases would probably work though. I need to add a query to check if POW works to this PR & then double-check everything.

rtldg commented 1 year ago

I think it works