John "Elwin" Edwards
6c3cd116ff
Fix many compiler warnings.
...
There should only be two changes in behavior:
arogue7/fight.c, arogue7/fight.c: a to-hit bonus is now correctly
applied to characters who are not monks instead of monks who are not
empty-handed.
urogue/fight.c: fixed an interaction with the "debug" macro that could
cause the wrong message to be displayed.
2021-04-14 18:55:33 -04:00
John "Elwin" Edwards
7d459d7d36
Fix an assortment of compiler warnings.
...
A few potential bugs were removed in the process. Much code cleanup
remains to be done.
2019-11-22 21:18:27 -05:00
John "Elwin" Edwards
7fac45d848
UltraRogue: fix changing the score option.
...
Changing the score file now works again, if use_savedir is not set. If
it is, an error message is shown.
2017-12-29 17:38:08 -05:00
John "Elwin" Edwards
a489fa501e
UltraRogue: fix options menu.
...
When displaying options, get_restr() did not position the cursor
correctly, resulting in values being duplicated.
2017-11-26 11:34:45 -05:00
John "Elwin" Edwards
fc0b18d304
UltraRogue: restrict changing name and save file.
...
When the -n option is in use, player name and save file location cannot
be changed. The score file is also restricted.
2017-02-12 20:16:57 -05:00
John "Elwin" Edwards
11c74c273d
Import UltraRogue from the Roguelike Restoration Project (r1490)
2017-01-31 19:56:04 -05:00