Joakim Tufvegren
2b097d670a
Fix overflows in WPM calculations ( #13128 )
...
* Fix overflow in WPM calculations.
First, the "fresh" WPM calculation could end up being up to 12000 (with
default `WPM_ESTIMATED_WORD_SIZE`) if keys were pressed more or less
simultaneously. This value has now been clamped down to 255, in effect
clamping WPM to its max value of 255.
Second, with `WPM_ALLOW_COUNT_REGRESSION` enabled, it was possible to
regress the WPM below 0 (i.e. to 255) by just repeatedly pressing
backspace.
* Fix WPM being limited to 235 due to float/int logic.
2021-08-04 07:40:08 +10:00
..
2021-03-25 22:30:42 +11:00
2021-07-24 19:56:45 +01:00
2021-05-29 14:38:50 -07:00
2021-05-29 14:38:50 -07:00
2021-01-29 20:13:56 -08:00
2021-07-20 09:16:17 -07:00
2021-05-29 14:38:50 -07:00
2021-05-29 14:38:50 -07:00
2021-05-29 14:38:50 -07:00
2021-04-03 08:27:46 -07:00
2021-06-23 19:45:05 +10:00
2020-11-28 12:02:18 -08:00
2020-12-28 04:36:32 +11:00
2021-05-29 14:38:50 -07:00
2020-11-16 14:16:42 +11:00
2020-12-26 15:53:12 +11:00
2019-08-30 15:01:52 -07:00
2020-12-26 15:53:12 +11:00
2021-02-07 23:16:15 +00:00
2021-02-07 23:16:15 +00:00
2020-08-29 14:30:02 -07:00
2021-01-16 08:42:30 +11:00
2021-02-07 23:16:47 +00:00
2021-02-07 23:16:15 +00:00
2021-05-29 14:38:50 -07:00
2020-07-04 15:01:25 +00:00
2019-09-03 08:34:31 -07:00
2021-05-10 15:37:36 -07:00
2019-08-30 15:01:52 -07:00
2019-11-04 22:59:13 -08:00
2021-05-29 14:38:50 -07:00
2021-05-29 14:38:50 -07:00
2020-08-29 14:30:02 -07:00
2020-11-28 12:02:18 -08:00
2019-08-30 15:01:52 -07:00
2021-05-29 14:38:50 -07:00
2021-07-24 19:56:45 +01:00
2020-12-26 15:53:12 +11:00
2021-05-29 14:38:50 -07:00
2021-05-29 14:38:50 -07:00
2021-06-09 05:06:55 +10:00
2021-05-29 14:38:50 -07:00
2020-03-06 22:29:01 -08:00
2020-12-26 15:53:12 +11:00
2020-12-28 04:36:32 +11:00
2021-02-07 23:16:15 +00:00
2021-02-06 16:56:13 +00:00
2021-05-29 14:38:50 -07:00
2021-05-29 14:38:50 -07:00
2021-05-29 14:38:50 -07:00
2021-03-25 23:11:16 +11:00
2021-02-07 13:56:08 +00:00
2021-02-05 13:27:24 +00:00
2021-02-03 17:25:05 -08:00
2021-06-19 19:14:19 -07:00
2021-05-29 14:38:50 -07:00
2021-07-24 19:56:45 +01:00
2021-05-29 14:38:50 -07:00
2021-05-29 14:38:50 -07:00
2021-06-09 05:06:55 +10:00
2021-05-29 14:38:50 -07:00
2020-12-26 15:53:12 +11:00
2020-12-16 14:24:42 +11:00
2020-12-06 17:10:58 +11:00
2020-05-09 01:56:16 -07:00
2019-08-30 15:01:52 -07:00
2021-07-24 19:56:45 +01:00
2021-07-24 19:56:45 +01:00
2021-02-07 23:16:15 +00:00
2021-03-24 19:38:35 +00:00
2021-03-12 18:03:44 +11:00
2021-03-12 18:03:44 +11:00
2021-02-07 23:16:15 +00:00
2019-08-30 15:01:52 -07:00
2020-12-26 15:53:12 +11:00
2019-08-30 15:01:52 -07:00
2020-12-26 15:53:12 +11:00
2021-03-15 12:19:01 +11:00
2021-03-15 12:19:01 +11:00
2020-12-11 13:45:24 +11:00
2021-08-04 07:40:08 +10:00
2021-05-29 14:38:50 -07:00