rogue-pphs.git
11 years agoSufficiently interested monsters will now accept gifts.
Joe Wreschnig [Sat, 6 Apr 2013 12:18:04 +0000 (14:18 +0200)]
Sufficiently interested monsters will now accept gifts.

11 years agoUse ^ rather than & so the player can't be generated 'too boring' for any monster...
Joe Wreschnig [Sat, 6 Apr 2013 08:53:18 +0000 (10:53 +0200)]
Use ^ rather than & so the player can't be generated 'too boring' for any monster to care about.

11 years agoMonsters now have an orientation which can be inclined to like or dislike the player...
Joe Wreschnig [Fri, 5 Apr 2013 16:56:51 +0000 (18:56 +0200)]
Monsters now have an orientation which can be inclined to like or dislike the player, as well as a level of romantic interest in the player. Flirting rolls can raise or lower this level.

11 years agoAdd gift, embrace commands. Implement flirting with nothing.
Joe Wreschnig [Fri, 5 Apr 2013 13:51:57 +0000 (15:51 +0200)]
Add gift, embrace commands. Implement flirting with nothing.

11 years agoIgnore Emacs temporary files.
Joe Wreschnig [Fri, 5 Apr 2013 09:13:47 +0000 (11:13 +0200)]
Ignore Emacs temporary files.

11 years agoAdd f)lirt command. All it does right now is shoot a tilde.
Joe Wreschnig [Fri, 5 Apr 2013 09:12:57 +0000 (11:12 +0200)]
Add f)lirt command. All it does right now is shoot a tilde.

11 years agoSleep after refreshing the window, animations are too fast for modern terminals.
Joe Wreschnig [Fri, 5 Apr 2013 09:12:17 +0000 (11:12 +0200)]
Sleep after refreshing the window, animations are too fast for modern terminals.

11 years agoTerminals have changed a bit since 1981.
Joe Wreschnig [Thu, 4 Apr 2013 11:16:23 +0000 (13:16 +0200)]
Terminals have changed a bit since 1981.

11 years agoabort declaration is not just implicit but incompatibly implicit, so make it explicit.
Joe Wreschnig [Thu, 4 Apr 2013 10:53:27 +0000 (12:53 +0200)]
abort declaration is not just implicit but incompatibly implicit, so make it explicit.

11 years agoexecl must terminate with null pointer, not 0.
Joe Wreschnig [Thu, 4 Apr 2013 10:50:20 +0000 (12:50 +0200)]
execl must terminate with null pointer, not 0.

11 years agoFix integer-size bug in score file parsing / printing.
Joe Wreschnig [Thu, 4 Apr 2013 10:38:17 +0000 (12:38 +0200)]
Fix integer-size bug in score file parsing / printing.

11 years agoPrevent crash due to buffer overflow detection (and on some platforms probably actual...
Joe Wreschnig [Thu, 4 Apr 2013 10:11:27 +0000 (12:11 +0200)]
Prevent crash due to buffer overflow detection (and on some platforms probably actual buffer overflow).

11 years ago-O3 for a program from 1981 is ridiculous.
Joe Wreschnig [Thu, 4 Apr 2013 10:10:39 +0000 (12:10 +0200)]
-O3 for a program from 1981 is ridiculous.

11 years agoIgnore object files and resulting binary.
Joe Wreschnig [Thu, 4 Apr 2013 10:09:34 +0000 (12:09 +0200)]
Ignore object files and resulting binary.

11 years agoRogue 3.6 reconstruction from http://rogue.rogueforge.net/rogue36/.
Joe Wreschnig [Thu, 4 Apr 2013 10:00:26 +0000 (12:00 +0200)]
Rogue 3.6 reconstruction from rogue.rogueforge.net/rogue36/.