Files
nethack/src
PatR 7e87abb66f wizard mode buglet: simultaneous Lev+Fly timeout
Noticed while working on Qt status highlighting:  if levitation
and flying timed out at the same time, first Lev timeout called
float_down() which reported
 You have stopped levitating and are now flying.
and then Fly timeout left stale "Fly" on the status line due to
an optimization which got subverted.  ('was_flying' flag was
False due to Fly being blocked by Lev; that's correct behavior,
but the flag is effectively a cached value that becomes stale
when the Lev timeout code executes.)

The bug was wizard mode only because #wizintrinsic is the only
way to get timed flying.
2020-11-24 10:43:12 -08:00
..
2018-11-11 10:29:52 -05:00
2020-06-07 08:49:27 -04:00
2020-11-13 20:27:17 +02:00
2020-11-13 20:27:17 +02:00
2020-11-21 17:37:01 -08:00
2020-11-19 01:57:13 -08:00
2020-11-13 20:27:17 +02:00
2020-11-21 17:37:01 -08:00
2020-11-13 20:27:17 +02:00
2020-10-10 16:41:09 -04:00
2020-10-18 20:28:32 +03:00
2020-11-16 18:08:02 -08:00
2020-11-15 19:32:21 +02:00
2020-11-13 20:27:17 +02:00
2020-11-21 17:37:01 -08:00
2020-11-13 14:11:54 -08:00
2020-11-21 17:37:01 -08:00
2020-10-19 13:21:07 -07:00
2020-11-13 14:11:54 -08:00
2020-08-01 19:17:56 -07:00
2020-11-13 20:27:17 +02:00
2020-10-10 16:28:17 -04:00
2020-10-23 19:47:10 +03:00
2020-11-13 14:11:54 -08:00
2020-11-13 20:27:17 +02:00
2020-11-13 20:27:17 +02:00
2020-11-18 11:16:21 -08:00
2020-11-18 11:16:21 -08:00
2020-04-06 13:34:07 +03:00
2020-11-15 13:51:47 +02:00
2020-11-07 02:32:50 -08:00
2020-10-01 16:41:56 -07:00
2020-11-21 03:46:53 -08:00
2020-11-17 18:00:43 +02:00
2020-11-15 19:32:21 +02:00
2020-10-04 14:46:32 -04:00
2020-07-10 01:37:46 -07:00
2020-11-13 20:27:17 +02:00
2020-07-05 08:50:13 -04:00
2020-11-21 17:37:01 -08:00
2020-11-19 01:57:13 -08:00
2020-10-20 19:37:51 -04:00
2020-10-10 16:28:17 -04:00
2020-11-21 17:37:01 -08:00
2020-11-15 19:32:21 +02:00
2020-11-21 17:37:01 -08:00
2020-11-21 17:37:01 -08:00
2020-10-04 14:46:32 -04:00
2020-10-04 14:46:31 -04:00
2020-11-13 20:27:17 +02:00
2020-10-07 09:23:41 -04:00
2020-11-17 18:00:43 +02:00