Files
nethack/win
PatR 126d1f6bb6 Qt character selection buglet
Testing for generic character name wasn't robust enough.  Looking
for whether "game" is a generic name would work when compared
with the list "game games" but falsely report 'no' for the list
"games game".  The first matching substring isn't followed by a
space and the routine wasn't checking for other matches in the
rest of the list.  Check again with a subset list starting after
the next space beyond the false hit; repeat as needed.
2020-11-15 18:19:53 -08:00
..
2020-11-15 13:22:45 +02:00
2020-11-15 18:19:53 -08:00
2020-10-04 14:04:56 -07:00
2020-08-20 16:56:50 -07:00