John "Elwin" Edwards
fb870fdb4e
xrogue: don't segfault when backstabbing while empty-handed.
...
The code for backstabbing checked the weapon's properties without
making sure it was not NULL.
2015-05-05 12:12:20 -04:00
John "Elwin" Edwards
85a0b26fa3
xrogue: compile out wizard mode by default.
2015-05-05 12:07:12 -04:00
John "Elwin" Edwards
9c0cafd74d
xrogue: record the result of each game in a logfile.
2015-05-05 11:24:02 -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
e35502804b
xrogue: initial support for the -n option.
...
The scorefile location is also configurable now.
2015-04-22 16:03:00 -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
02cec53f85
xrogue: fix definition of struct delayed_action.
...
Arrays of struct delayed_action were declared before the definition.
Also, daemon.c and state.c defined it differently. The state.c
definition, in which d_arg is a union, is now used everywhere.
This is the least bad option, but fuses and daemons are still a
disheartening morass that undoubtedly shelters more bugs.
2015-04-21 10:11:02 -04:00
John "Elwin" Edwards
034d8d6484
Import XRogue 8.0 from the Roguelike Restoration Project (r1490)
2015-04-21 08:55:20 -04:00