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
2853120387
XRogue: convert to ANSI-style function declarations.
2016-03-02 21:13:26 -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
283506baf9
xrogue: restrict changes to the save file location.
...
When using the -n option, disallow changing file_name or whoami via
options or dialogs.
2015-05-02 07:31:14 -04:00
John "Elwin" Edwards
dec970210b
xrogue: add missing includes.
...
This prevents some warnings.
2015-04-21 10:34:01 -04:00
John "Elwin" Edwards
034d8d6484
Import XRogue 8.0 from the Roguelike Restoration Project (r1490)
2015-04-21 08:55:20 -04:00