v-l-m / vlm

Virtual loup de mer (aka Vlm) is an opensource sailing simulation
http://v-l-m.org
GNU Affero General Public License v3.0
26 stars 10 forks source link

wp rankings on vlm2 are incorrect #1132

Open farangfrog opened 1 year ago

farangfrog commented 1 year ago

wp rankings on vlm2 are incorrect. On a standard race, race time to a wp seems to be incorrectly calculated from the starting time of each boat, and not from the time of opening of the line.

cf. correct ranking on vlm1 : https://v-l-m.org/races.php?idraces=20220904&type=WP2

and incorrect ranking on vlm2 in attached screenshot

image
farangfrog commented 1 year ago

cf. MP de sbs sur La Taverne : ca se passe dans races.class.php

"Mettre un if pour utiliser ce QueryWP pour les courses normales et remplacer WC.userdeptime par la date d'ouverture de la course. Vu le code, l'objet "this" appelant doit avoir les infos de la course dont on calcule les rankings. Donc son type pour savoir si c'est un permanente, et la date d'ouverture de la ligne."