]> granicus.if.org Git - nethack/log
nethack
9 years agoCatch regex matching errors to avoid crashing.
Sean Hunt [Fri, 3 Apr 2015 20:25:17 +0000 (16:25 -0400)]
Catch regex matching errors to avoid crashing.

9 years agoUse extern.h for regexes.
Sean Hunt [Fri, 3 Apr 2015 19:08:29 +0000 (15:08 -0400)]
Use extern.h for regexes.

I was planning to do this anyway, but it created an include loop that
was breaking it on Windows.

9 years agoImplement a new system-based matching harness.
Sean Hunt [Fri, 3 Apr 2015 18:07:53 +0000 (14:07 -0400)]
Implement a new system-based matching harness.

The intent is to look for platform-specific facilities for regex
matching, to provide portable MENUCOLORS configuration files.

This is a prototype implementation being committed to see if Windows can
use the POSIX regex implementation provided with the C++11 standard
library. If this works, I will write a harness for POSIX regexes and for
pmatch(), and those can be linked in by platforms as appropriate.

pmatch() should be used only as a very last resort, because it breaks
compatibility between platforms.

9 years agoDocument wallification changes.
Sean Hunt [Fri, 10 Apr 2015 23:11:47 +0000 (19:11 -0400)]
Document wallification changes.

9 years agotribute post-merge smoothing
nhmall [Sun, 12 Apr 2015 14:31:26 +0000 (10:31 -0400)]
tribute post-merge smoothing
 Changes to be committed:
modified:   src/mon.c
modified:   win/share/objects.txt

9 years agoMerge branch 'master' into nhmall-booktribute
nhmall [Sun, 12 Apr 2015 14:02:17 +0000 (10:02 -0400)]
Merge branch 'master' into nhmall-booktribute

Conflicts:
doc/fixes35.0
include/extern.h
src/mkobj.c
src/mon.c
src/objnam.c
win/share/objects.txt

9 years agoMerge branch 'master' of https://rodney.nethack.org:20040/git/NHsource
nhmall [Sun, 12 Apr 2015 12:58:16 +0000 (08:58 -0400)]
Merge branch 'master' of https://rodney.nethack.org:20040/git/NHsource

9 years agoMore Guidebook
nhmall [Sun, 12 Apr 2015 12:57:41 +0000 (08:57 -0400)]
More Guidebook
 Changes to be committed:
modified:   doc/Guidebook.mn
modified:   doc/Guidebook.tex

9 years agorevised menu searching
PatR [Sun, 12 Apr 2015 08:48:01 +0000 (01:48 -0700)]
revised menu searching

Convert search in tty menus from pmatch to case-insensitive pmatchi;
convert search in X11 menus from substring strstri to wildcard pmatchi.

tty bug:  if the menu is full screen, the search prompt and subsequent
user input clobbers the menu header.

9 years agoMerge branch 'master' of https://rodney.nethack.org:20040/git/NHsource
nhmall [Sun, 12 Apr 2015 04:34:06 +0000 (00:34 -0400)]
Merge branch 'master' of https://rodney.nethack.org:20040/git/NHsource

9 years agowindows team update
nhmall [Sun, 12 Apr 2015 04:33:30 +0000 (00:33 -0400)]
windows team update

9 years agonew pmatch variations
PatR [Sun, 12 Apr 2015 02:39:59 +0000 (19:39 -0700)]
new pmatch variations

Add pmatchi() to perform case-insensitive wildcard matching, and
pmatchz() which is also case-insensitive and ignores spaces, dashes,
and underscores like the type of matching done during wish parsing.
At the moment, neither is being used, although DEBUGFILES handling
uses pmatch and needs to be taught to distinguish between case-
sensitive and case-insensitive filenames so will eventually use
pmatchi when appropriate.

9 years agocolor of mithril armor
PatR [Sun, 12 Apr 2015 01:51:03 +0000 (18:51 -0700)]
color of mithril armor

From a bug report two years ago, mithril armor should have color
HI_SILVER rather than HI_METAL.  Tolkien describes mithril as "like
silver which never tarnishes".  (The bug report had a more precise
quote, and a github URL for a patch which I've ignored.)  The Amulet
of Yendor has material set to MITHRIL but I haven't changed its color.
All amulets are HI_METAL, so if any modification is needed for it,
change the material rather than the color.

Mithril-coats are displayed as cyan both before and after this patch,
so it's hard to tell whether any change actually happened.

9 years agoFiles correction
nhmall [Sun, 12 Apr 2015 01:07:02 +0000 (21:07 -0400)]
Files correction

9 years agotext file error corrections
nhmall [Sun, 12 Apr 2015 01:02:11 +0000 (21:02 -0400)]
text file error corrections
 Changes to be committed:
modified:   DEVEL/code_features.txt
modified:   Files
modified:   dat/history

On 4/11/2015 6:45 PM, Dion Nicolaas wrote:
> Errors in text files:
> - DEVEL/code_features.txt, line 10: 'alterting' should be 'alerting'

fixed

> - dat/history: Is it intentional that I'm no longer mentioned as
> maintaining the Windows port? I am for 3.4, but not for 3.6.

fixed

> - Files: The Files file is incomplete. Notably, the new files in dat/
> are missing (bogusmon.txt, engrave.txt, epitaph.txt),

fixed

> the DEVEL directory, doc/Guidebook.*

> - Some files in Files have the wrong case: NetHack.sln,
> NetHackW.vcxproj. I know it doesn't matter on windows but it looks wrong.

fixed

9 years agoAllow disabling savefile UID checking in sysconf
Pasi Kallinen [Sat, 11 Apr 2015 18:07:57 +0000 (21:07 +0300)]
Allow disabling savefile UID checking in sysconf

9 years agoFix comment typo
Pasi Kallinen [Sat, 11 Apr 2015 17:45:37 +0000 (20:45 +0300)]
Fix comment typo

9 years agoobj_nexto_xy lint
PatR [Sat, 11 Apr 2015 01:31:11 +0000 (18:31 -0700)]
obj_nexto_xy lint

9 years agorestore accidentally consumed tmp_config
Derek S. Ray [Fri, 10 Apr 2015 22:18:05 +0000 (18:18 -0400)]
restore accidentally consumed tmp_config

9 years agoturn off annoying warnings in Visual Studio
Derek S. Ray [Fri, 10 Apr 2015 21:14:41 +0000 (17:14 -0400)]
turn off annoying warnings in Visual Studio

9 years agolock MENU_COLOR_REGEX away since it isn't Win32 yet
Derek S. Ray [Fri, 10 Apr 2015 21:08:31 +0000 (17:08 -0400)]
lock MENU_COLOR_REGEX away since it isn't Win32 yet

9 years agoMerge branch 'master' into derek-farming
Derek S. Ray [Fri, 10 Apr 2015 20:56:30 +0000 (16:56 -0400)]
Merge branch 'master' into derek-farming

Reverse merge before final reintegration.

* master: (40 commits)
  Fix magic mapped dark room symbols
  Disclose extinct species alongside genocided ones
  ...

Conflicts:
doc/fixes35.0
src/do.c
src/files.c
src/invent.c
src/objnam.c
sys/share/pcmain.c

9 years agoFix magic mapped dark room symbols
Pasi Kallinen [Fri, 10 Apr 2015 19:43:13 +0000 (22:43 +0300)]
Fix magic mapped dark room symbols

9 years agoDisclose extinct species alongside genocided ones
Pasi Kallinen [Fri, 10 Apr 2015 18:59:45 +0000 (21:59 +0300)]
Disclose extinct species alongside genocided ones

9 years agoFix warnings, unused and shadowed variables
Pasi Kallinen [Fri, 10 Apr 2015 17:55:24 +0000 (20:55 +0300)]
Fix warnings, unused and shadowed variables

9 years agoCast time_t into unsigned long
Pasi Kallinen [Fri, 10 Apr 2015 16:47:17 +0000 (19:47 +0300)]
Cast time_t into unsigned long

9 years agoUpdate precompiled lex and yacc files
Pasi Kallinen [Fri, 10 Apr 2015 16:45:04 +0000 (19:45 +0300)]
Update precompiled lex and yacc files

9 years agoFix attribution of sortloot patch
Pasi Kallinen [Fri, 10 Apr 2015 16:20:31 +0000 (19:20 +0300)]
Fix attribution of sortloot patch

9 years agoMerge branch 'master' into nhmall-booktribute
nhmall [Fri, 10 Apr 2015 16:15:14 +0000 (12:15 -0400)]
Merge branch 'master' into nhmall-booktribute

9 years agoMinor special level and compiler tweakage
Pasi Kallinen [Fri, 10 Apr 2015 13:47:29 +0000 (16:47 +0300)]
Minor special level and compiler tweakage

Fix allowed map characters.
Make some predefined MAPs blend in better with randomly
generated parts.

9 years agoFix Sanctum phasing bug.
Sean Hunt [Fri, 10 Apr 2015 13:09:02 +0000 (09:09 -0400)]
Fix Sanctum phasing bug.

9 years agoRestore the insect legs on Baalzebub's level.
Sean Hunt [Thu, 9 Apr 2015 17:50:11 +0000 (13:50 -0400)]
Restore the insect legs on Baalzebub's level.

9 years agorevisit variable arguments in new lev_comp
PatR [Fri, 10 Apr 2015 08:39:55 +0000 (01:39 -0700)]
revisit variable arguments in new lev_comp

The previous USE_OLDARGS worked with gcc on Intel, but was inherently
unsafe.  This method is completely safe, just obnoxiously intrusive.
It you disliked debugpline*(), you're bound to hate this....

9 years agoMake WALLIFIED_MAZE into a level flag.
Sean Hunt [Thu, 9 Apr 2015 17:26:43 +0000 (13:26 -0400)]
Make WALLIFIED_MAZE into a level flag.

It should now be randomly disabled for a 3rd of Gehennom, to make things
a tad more interesting there. It's also disabled in Baalzebub's lair,
to make things a little more interesting.

Still don't know why the beetle is disappearing.

9 years agoAdd sortloot -patch
Pasi Kallinen [Thu, 9 Apr 2015 14:53:40 +0000 (17:53 +0300)]
Add sortloot -patch

Adds the "sortloot" compound option, with possible values
of "none", "loot", or "full".  It controls the sorting of
item pickup lists for inventory and looting.

9 years agosupport pre-ansi varargs in new lev_comp
PatR [Thu, 9 Apr 2015 10:09:00 +0000 (03:09 -0700)]
support pre-ansi varargs in new lev_comp

Remove the requirement for <stdarg.h> that was introduced to lev_comp.
USE_STDARG still works.  USE_OLDARGS required hackery but has been
tested and actually works, although I wouldn't trust it on platforms
where 'long' and 'char *' aren't the same size.  USE_VARARGS didn't
require any hackery--aside from the conversion to core's pline code--
but has not been tested:  <varargs.h> supplied with OSX won't compile,
with an #error directive that basically says "switch to <stdarg.h>".

I changed several printf formats of %i and %li to %d and %ld because
I'm not sure how widespread the 'i' variant was back in days of yore.
[TODO:  avoid use of snprintf since pre-ANSI systems won't have it.]

9 years agoAdd 2 new Medusa variants
Pasi Kallinen [Wed, 8 Apr 2015 17:38:32 +0000 (20:38 +0300)]
Add 2 new Medusa variants

9 years agoAdd 10 new bigroom variants
Pasi Kallinen [Wed, 8 Apr 2015 15:31:32 +0000 (18:31 +0300)]
Add 10 new bigroom variants

9 years agoMerge branch 'master' of https://rodney.nethack.org:20040/git/NHsource
keni [Wed, 8 Apr 2015 14:32:11 +0000 (10:32 -0400)]
Merge branch 'master' of https://rodney.nethack.org:20040/git/NHsource

9 years agonhsub docs and fixes
keni [Wed, 8 Apr 2015 14:31:49 +0000 (10:31 -0400)]
nhsub docs and fixes

9 years agoDo not clean tribute file on Unix.
Sean Hunt [Wed, 8 Apr 2015 00:44:54 +0000 (20:44 -0400)]
Do not clean tribute file on Unix.

9 years agoRenumber other.txt tiles
Pasi Kallinen [Tue, 7 Apr 2015 18:34:57 +0000 (21:34 +0300)]
Renumber other.txt tiles

9 years agoClive Crous' Dark Room patch
Pasi Kallinen [Tue, 7 Apr 2015 17:12:53 +0000 (20:12 +0300)]
Clive Crous' Dark Room patch

This patch adds a new glyph that represents dark parts of room,
splitting the dual functionality of the "unexplored/dark area" glyph.

9 years agoAdd quotes for Eric and Moving Pictures.
Sean Hunt [Tue, 7 Apr 2015 16:47:43 +0000 (12:47 -0400)]
Add quotes for Eric and Moving Pictures.

9 years agoIndicator glyph for good target positions
Pasi Kallinen [Tue, 7 Apr 2015 15:18:49 +0000 (18:18 +0300)]
Indicator glyph for good target positions

Add a new glyph, S_goodpos, to indicate valid locations
instead of reusing the camera flash beam glyph.

9 years agotty fix for bad curs positioning (-1,n)
PatR [Tue, 7 Apr 2015 08:23:16 +0000 (01:23 -0700)]
tty fix for bad curs positioning (-1,n)

DEBUGFILES set to "wintty.c" reported a bad cursor positioning attempt
at the end of the RIP tombstone, and when set to "questpgr.c wintty.c"
reported a whole bunch right at the start of the game when enumerating
all the quest messages for the chosen role.  Both were triggered by
this x==0 call to tty_curs() near the end of process_text_window().
    if (i == cw->maxrow) {
        if(cw->type == NHW_TEXT){
            tty_curs(BASE_WINDOW, 0, (int)ttyDisplay->cury+1);
            cl_eos();
        }
    ...
The x value is always decremented in tty_curs, so passing in 0 yields
a bad value of -1.  The bad call returns without doing anything, and
when DEBUG is disabled, it does so silently.

No fixes entry; it was caused by a post-3.4.3 fix for something else.

9 years agoattempt to fix Makefile issue with tribute
nhmall [Tue, 7 Apr 2015 03:16:14 +0000 (23:16 -0400)]
attempt to fix Makefile issue with tribute

9 years agoMerge branch 'nhmall-booktribute' of https://rodney.nethack.org:20040/git/NHsource...
nhmall [Tue, 7 Apr 2015 02:41:00 +0000 (22:41 -0400)]
Merge branch 'nhmall-booktribute' of https://rodney.nethack.org:20040/git/NHsource into nhmall-booktribute

9 years agofunction definitition to match prototype const
nhmall [Tue, 7 Apr 2015 02:38:01 +0000 (22:38 -0400)]
function definitition to match prototype const

9 years agoAdding quotes for The Light fantastic
karnov [Tue, 7 Apr 2015 01:46:51 +0000 (21:46 -0400)]
Adding quotes for The Light fantastic

9 years agoReformat and passage for The Truth
karnov [Mon, 6 Apr 2015 23:03:02 +0000 (19:03 -0400)]
Reformat and passage for The Truth

9 years agonhsub: handle some more cases
keni [Mon, 6 Apr 2015 21:48:48 +0000 (17:48 -0400)]
nhsub: handle some more cases

9 years agoMerge branch 'master' into nhmall-booktribute
nhmall [Mon, 6 Apr 2015 21:47:11 +0000 (17:47 -0400)]
Merge branch 'master' into nhmall-booktribute

9 years agoMerge branch 'master' of https://rodney.nethack.org:20040/git/NHsource
nhmall [Mon, 6 Apr 2015 20:18:44 +0000 (16:18 -0400)]
Merge branch 'master' of https://rodney.nethack.org:20040/git/NHsource

9 years agonhclose
nhmall [Mon, 6 Apr 2015 14:12:10 +0000 (10:12 -0400)]
nhclose
 Changes to be committed:
modified:   include/extern.h
modified:   src/bones.c
modified:   src/do.c
modified:   src/files.c
modified:   src/music.c
modified:   src/restore.c
modified:   src/save.c
modified:   sys/share/pcmain.c
modified:   sys/share/pcsys.c
modified:   sys/share/pcunix.c

In order to get level file locking correctly again post 3.4.3
with the newer compilers for windows, I had to funnel close()
calls to an intercepting routine.

I had two choices:

1. Surround every close() in at least 9 source files with messy:
#ifdef WIN32
nhclose(fd);
#else
close(fd);
#endif

OR

2. Replace every close() with nhclose() and
   deal with the special code in the nhclose()
   version for windows, while just calling
   close() for other platforms (in files.c).

   It is also possible, although not done in this commit,
   to
#define nhclose(fd) close(fd)
   in a header file for non-windows, rather than funnel
   though a real nhclose() function in files.c.

9 years agoMerge branch 'master' of https://rodney.nethack.org:20040/git/NHsource
keni [Mon, 6 Apr 2015 12:11:17 +0000 (08:11 -0400)]
Merge branch 'master' of https://rodney.nethack.org:20040/git/NHsource

9 years agoQuick band-aid to prevent PRNG prediction
Pasi Kallinen [Mon, 6 Apr 2015 06:30:34 +0000 (09:30 +0300)]
Quick band-aid to prevent PRNG prediction

This is originally Derek's change from Spork, but sniping it
so we can mark this done for now, and can move on with the
nextversion.

Better solution is to use something like the ISAAC PRNG, which
cannot be predicted.

9 years agofire effects should burn green slime globs, too
Derek S. Ray [Mon, 6 Apr 2015 01:56:15 +0000 (21:56 -0400)]
fire effects should burn green slime globs, too

On floor, in inventory, whatever. This probably needs to be extended to
support a much wider group of objects, but this will do to start.

9 years agoMerge branch 'master' of https://rodney.nethack.org:20040/git/NHsource
keni [Mon, 6 Apr 2015 00:57:28 +0000 (20:57 -0400)]
Merge branch 'master' of https://rodney.nethack.org:20040/git/NHsource

9 years agoseveral fixes for farming changes
Derek S. Ray [Sun, 5 Apr 2015 22:04:22 +0000 (18:04 -0400)]
several fixes for farming changes

* don't let player wish for multiple globs
* use newsym() to clean up merged globs on floor
* food effects should match original corpse effects
* tidy up remaining crash when merging in place

9 years agoMerge branch 'master' of https://rodney.nethack.org:20040/git/NHsource
nhmall [Sun, 5 Apr 2015 13:34:00 +0000 (09:34 -0400)]
Merge branch 'master' of https://rodney.nethack.org:20040/git/NHsource

9 years agoAdd missing protos
Pasi Kallinen [Sun, 5 Apr 2015 13:29:34 +0000 (16:29 +0300)]
Add missing protos

9 years agoa warning bout lc_error
nhmall [Sun, 5 Apr 2015 13:26:01 +0000 (09:26 -0400)]
a warning bout lc_error

lev_comp.l(310) : warning C4013: 'lc_error' undefined; assuming extern returning int

9 years agoAdd S_poisoncloud to Guidebooks
Pasi Kallinen [Sun, 5 Apr 2015 12:15:49 +0000 (15:15 +0300)]
Add S_poisoncloud to Guidebooks

9 years agoShow stinking cloud valid positions
Pasi Kallinen [Sun, 5 Apr 2015 10:47:59 +0000 (13:47 +0300)]
Show stinking cloud valid positions

9 years agoMake all elementals breathless
Pasi Kallinen [Sun, 5 Apr 2015 09:47:27 +0000 (12:47 +0300)]
Make all elementals breathless

It makes no sense that air, fire and water elementals
would choke in stinking cloud.

9 years agoAdd poison cloud glyph, fumaroles to fire plane.
Pasi Kallinen [Sun, 5 Apr 2015 09:17:57 +0000 (12:17 +0300)]
Add poison cloud glyph, fumaroles to fire plane.

When a gas cloud that deals damage is created, it uses
a poison cloud glyph instead of the cloud glyph.
(A bright green '#', or a bright-green recolor of the
cloud tile)

The plane of fire has random "stinking clouds", or
fumaroles, centered on lava pools.

Also make poison cloud glyph override lava, pool and
moat glyphs.

9 years ago Changes to be committed:
nhmall [Sun, 5 Apr 2015 04:20:42 +0000 (00:20 -0400)]
 Changes to be committed:
modified:   src/shknam.c
modified:   src/trap.c
modified:   src/zap.c

While polymorph was clearing the name because poly_obj
actually creates a brand new obj and copies field values
over, water_damage does not so the name persisted on
the blank spellbook. In this case, that isn't really
appropriate. Clear the name.

Ensure that cancellation has no effect on these
ordinary books.

Make the second-hand bookstore an option for holding
the book tribute item too.

9 years agoupdate passage count on title line for The Colour of Magic
nhmall [Sun, 5 Apr 2015 04:08:34 +0000 (00:08 -0400)]
update passage count on title line for The Colour of Magic

9 years agoPassages for The Colour of Magic
karnov [Sun, 5 Apr 2015 02:29:39 +0000 (22:29 -0400)]
Passages for The Colour of Magic

9 years agocorrect something spotted in email diff
nhmall [Sun, 5 Apr 2015 01:38:43 +0000 (21:38 -0400)]
correct something spotted in email diff

9 years agoupdate book tribute
nhmall [Sun, 5 Apr 2015 01:20:34 +0000 (21:20 -0400)]
update book tribute
 Changes to be committed:
modified:   doc/fixes35.0
modified:   include/extern.h
modified:   src/do_name.c
modified:   src/objnam.c

This pretty much completes the code portion of the book tribute.
- The book will appear in the rare books shop.
- When you read the book, a random passage is drawn for a
  tribute file (suggested by Mike).
- The book cannot be renamed because it already has a
  name (observed/suggested by Sean).

The data file (dat/tribute) has a few test passages, but needs to be
filled out. Sean and Mike Stephenson have indicated that
possibly they may be able to help contribute to that. Ideally,
there should be at least one passage from each of the books.

9 years agonhsub bug fixes
keni [Sat, 4 Apr 2015 19:43:58 +0000 (15:43 -0400)]
nhsub bug fixes

9 years agoMerge branch 'master' into nhmall-booktribute
nhmall [Sat, 4 Apr 2015 12:31:14 +0000 (08:31 -0400)]
Merge branch 'master' into nhmall-booktribute

9 years agoMerge branch 'nhmall-booktribute' of https://rodney.nethack.org:20040/git/NHsource...
nhmall [Sat, 4 Apr 2015 12:22:05 +0000 (08:22 -0400)]
Merge branch 'nhmall-booktribute' of https://rodney.nethack.org:20040/git/NHsource into nhmall-booktribute

9 years agoAdd some quotes.
Sean Hunt [Sat, 4 Apr 2015 04:39:24 +0000 (00:39 -0400)]
Add some quotes.

Please correct the formatting if need be.

9 years agoFix the Unix build.
Sean Hunt [Sat, 4 Apr 2015 04:39:11 +0000 (00:39 -0400)]
Fix the Unix build.

9 years agoclean up handling, roll everything into merged()
Derek S. Ray [Fri, 3 Apr 2015 17:03:55 +0000 (13:03 -0400)]
clean up handling, roll everything into merged()

it should be possible to wish for globs now; also hero's
inventory, containers, ground, monster inventories will all
honor the globbiness.

basically, any way you bring two globs together (adjacent on floor,
same inventory, same bag) should cause them to merge, combining
weight and nutrition as appropriate.

20 seems low-ish on nutrition for a pudding (kelp fronds are 30!)
at first glance but this is easy enough to fix later; don't really
want players to be able to stock up on food _this_ way and accidentally
obsolete all the other food-generation methods.

9 years agoFix GCC warnings caused by new lev_comp
Pasi Kallinen [Fri, 3 Apr 2015 14:40:54 +0000 (17:40 +0300)]
Fix GCC warnings caused by new lev_comp

9 years agoPrevent segfaults, makemon can return null
Pasi Kallinen [Fri, 3 Apr 2015 11:46:28 +0000 (14:46 +0300)]
Prevent segfaults, makemon can return null

9 years agoSuggest only accessible positions for polearms and jumping
Pasi Kallinen [Fri, 3 Apr 2015 09:29:58 +0000 (12:29 +0300)]
Suggest only accessible positions for polearms and jumping

9 years agoSilence warnings
Pasi Kallinen [Fri, 3 Apr 2015 05:33:14 +0000 (08:33 +0300)]
Silence warnings

9 years agomissed a conflict
nhmall [Thu, 2 Apr 2015 23:24:10 +0000 (19:24 -0400)]
missed a conflict

9 years agoMerge branch 'master' into nhmall-booktribute
nhmall [Thu, 2 Apr 2015 23:19:50 +0000 (19:19 -0400)]
Merge branch 'master' into nhmall-booktribute

Conflicts:
include/context.h

9 years agofix whiny compiler
Derek S. Ray [Thu, 2 Apr 2015 21:14:48 +0000 (17:14 -0400)]
fix whiny compiler

9 years agoUpdate Guidebook with menucolor docs
Pasi Kallinen [Thu, 2 Apr 2015 16:18:31 +0000 (19:18 +0300)]
Update Guidebook with menucolor docs

9 years agoAdd menucolors
Pasi Kallinen [Tue, 17 Mar 2015 20:50:11 +0000 (22:50 +0200)]
Add menucolors

-Add a boolean option menucolors to toggle menu color
-Add MENUCOLOR -config file option

TODO:
-Better support for win32
-Support more windowports
-Update Guidebook
-Allow changing menucolor lines in-game

9 years agoSeparate splev stack pops
Pasi Kallinen [Thu, 2 Apr 2015 13:08:09 +0000 (16:08 +0300)]
Separate splev stack pops

9 years agoSilence GCC warnings
Pasi Kallinen [Thu, 2 Apr 2015 11:04:31 +0000 (14:04 +0300)]
Silence GCC warnings

9 years agoRecord in xlogfile if any bones were loaded
Pasi Kallinen [Thu, 2 Apr 2015 10:06:45 +0000 (13:06 +0300)]
Record in xlogfile if any bones were loaded

9 years agosome lint cleanup
PatR [Thu, 2 Apr 2015 00:29:26 +0000 (17:29 -0700)]
some lint cleanup

Mostly local variables using the same name as other things.

9 years agoMerge branch 'master' into derek-farming
Derek S. Ray [Wed, 1 Apr 2015 21:40:25 +0000 (17:40 -0400)]
Merge branch 'master' into derek-farming

* master: (160 commits)
  Add doors correctly
  bug fixes for nhsub
  Generate oracle monsters after subroom
  Generate minetown guards after subrooms
  ...

Conflicts:
src/do.c
src/files.c
src/hack.c
src/mon.c
src/vision.c

9 years agoMerge branch 'master' of https://rodney.nethack.org:20040/git/NHsource into paxed...
Pasi Kallinen [Wed, 1 Apr 2015 20:03:04 +0000 (23:03 +0300)]
Merge branch 'master' of https://rodney.nethack.org:20040/git/NHsource into paxed-new_lev_comp

9 years agoAdd doors correctly
Pasi Kallinen [Wed, 1 Apr 2015 19:01:20 +0000 (22:01 +0300)]
Add doors correctly

9 years agoMerge branch 'master' of https://rodney.nethack.org:20040/git/NHsource
keni [Wed, 1 Apr 2015 18:41:11 +0000 (14:41 -0400)]
Merge branch 'master' of https://rodney.nethack.org:20040/git/NHsource

9 years agobug fixes for nhsub
keni [Wed, 1 Apr 2015 18:40:48 +0000 (14:40 -0400)]
bug fixes for nhsub

9 years agoGenerate oracle monsters after subroom
Pasi Kallinen [Wed, 1 Apr 2015 16:02:52 +0000 (19:02 +0300)]
Generate oracle monsters after subroom

9 years agoGenerate minetown guards after subrooms
Pasi Kallinen [Wed, 1 Apr 2015 16:00:56 +0000 (19:00 +0300)]
Generate minetown guards after subrooms

9 years agoFix mazes not getting stocked
Pasi Kallinen [Wed, 1 Apr 2015 15:30:35 +0000 (18:30 +0300)]
Fix mazes not getting stocked

9 years agoRemove unused code
Pasi Kallinen [Wed, 1 Apr 2015 15:24:15 +0000 (18:24 +0300)]
Remove unused code