John "Elwin" Edwards
35bea2ba0d
Use uniform return types for functions related to options.
...
Functions for printing options now return void. Functions for setting
options now return int. Argument types still vary, though converting
all the option pointers to void* would be possible.
2016-03-06 14:45:18 -05:00
John "Elwin" Edwards
f38b2223c8
Advanced Rogue 5: convert to ANSI function declarations.
...
This still leaves over a thousand lines of warning messages, mostly
related to the return types of daemons and fuses.
2016-02-07 14:39:21 -05:00
John "Elwin" Edwards
e3620a3781
Advanced Rogue family: fix the "score" option.
...
Changing the score file (when permitted) now works again, closing the
old score file and opening the new one.
2015-05-20 08:42:17 -04:00
John "Elwin" Edwards
6b4b35ba1e
arogue5: fix backspace key.
2013-08-28 08:37:56 -07:00
John "Elwin" Edwards
f0527564ea
arogue5: add missing header files.
2012-08-11 17:19:03 +00:00
John "Elwin" Edwards
5ce56875ec
arogue5: close security holes.
...
Prevent whoami (player name), file_name, and score_file from being
changed if the systemwide save location is being used.
2012-08-11 16:27:20 +00:00
John "Elwin" Edwards
14fad3b319
Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490)
2012-08-09 22:58:48 +00:00