Skip to content

Commit ce8a2c1

Browse files
committed
Switch initial preparation for new version (from 0.9.0 to 0.8.4).
1 parent cd98384 commit ce8a2c1

13 files changed

+30
-30
lines changed

.github/workflows/evilhack-cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ADD_CURSES: Y
4747
PDCURSES_TOP: ../../pdcurses
4848
TRAVIS_COMPILER: 1
49-
ZIP_NAME: evilhack-0.9.0.zip
49+
ZIP_NAME: evilhack-0.8.4.zip
5050
steps:
5151
- uses: actions/checkout@v3
5252
with:
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
type: 'zip'
6969
path: binary/
70-
filename: evilhack-0.9.0.zip
70+
filename: evilhack-0.8.4.zip
7171
- name: release
7272
uses: softprops/action-gh-release@v1
7373
if: startsWith(github.ref, 'refs/tags/')

doc/evilhack-changelog.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3316,10 +3316,10 @@ The following changes to date are:
33163316
- Switch status from beta to post release
33173317

33183318

3319-
### Version 0.9.0
3319+
### Version 0.8.4
33203320

33213321
- Latest merges from 'vanilla' NetHack 3.6.7 official release (as of August 28th, 2023)
3322-
- Initial preparation for new version (0.9.0)
3322+
- Initial preparation for new version (0.8.4)
33233323
- Fix: prevent the Amulet of Yendor from being teleported whilst in the
33243324
Sanctum
33253325
- Fix: prevent monsters that are carrying the Amulet of Yendor from
@@ -3387,5 +3387,5 @@ The following changes to date are:
33873387
- Re-add regular bracers, minor bug fixes from initial Druid commit
33883388
- Re-add encyclopedia and guidebook entries (bracers, existing roles)
33893389
- 'Deslog' the first wizard's tower level
3390-
- Lava gremlin exploding a forge
3390+
- Fix: Lava gremlin exploding a forge
33913391

include/patchlevel.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
/* NetHack 3.6.x */
77
#define VERSION_MAJOR 0
8-
#define VERSION_MINOR 9
8+
#define VERSION_MINOR 8
99
/*
1010
* PATCHLEVEL is updated for each release.
1111
*/
12-
#define PATCHLEVEL 0
12+
#define PATCHLEVEL 4
1313
/*
1414
* Incrementing EDITLEVEL can be used to force invalidation of old bones
1515
* and save files.
@@ -39,7 +39,7 @@
3939
* to individual level files matter; changes to general game state don't)
4040
* but the extra complexity to support that is not worth the effort.]
4141
*/
42-
/*#define VERSION_COMPATIBILITY 0x00090000L*/
42+
/*#define VERSION_COMPATIBILITY 0x00080400L*/
4343

4444
/****************************************************************************/
4545
/* Version 3.6.x */

install-to-chroot.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ COMPRESSBIN="/bin/gzip"
1818
NH_GIT="/home/build/EvilHack"
1919
NH_BRANCH="master"
2020
# HACKDIR from include/config.h; aka nethack subdir inside chroot
21-
NHSUBDIR="evilhack-0.9.0"
21+
NHSUBDIR="evilhack-0.8.4"
2222
# VAR_PLAYGROUND from include/unixconf.h
23-
NH_VAR_PLAYGROUND="/evilhack-0.9.0/var/"
23+
NH_VAR_PLAYGROUND="/evilhack-0.8.4/var/"
2424
# END OF CONFIG
2525
##############################################################################
2626

@@ -45,8 +45,8 @@ set -e
4545
umask 022
4646

4747
echo "Creating inprogress and extrainfo directories"
48-
mkdir -p "$NAO_CHROOT/dgldir/inprogress-evil090"
49-
chown "$USRGRP" "$NAO_CHROOT/dgldir/inprogress-evil090"
48+
mkdir -p "$NAO_CHROOT/dgldir/inprogress-evil084"
49+
chown "$USRGRP" "$NAO_CHROOT/dgldir/inprogress-evil084"
5050
mkdir -p "$NAO_CHROOT/dgldir/extrainfo-evil"
5151
chown "$USRGRP" "$NAO_CHROOT/dgldir/extrainfo-evil"
5252

sys/unix/hints/hardfought

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COMPILEREVISION?=1
1515
PREFIX=/opt/nethack/chroot
1616

1717
# this is the dir where NetHack is inside the chroot
18-
HACKDIR=/evilhack-0.9.0
18+
HACKDIR=/evilhack-0.8.4
1919
INSTDIR=$(PREFIX)$(HACKDIR)
2020
# DGL does not use the shell script launcher
2121
SHELLDIR=/tmp

sys/unix/sysconf

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ LLC_TURNS=3000
126126
# Only available if NetHack was compiled with DUMPLOG
127127
# Allows following placeholders:
128128
# %% literal '%'
129-
# %v version (eg. "0.8.3-0")
129+
# %v version (eg. "0.8.4-0")
130130
# %u game UID
131131
# %t game start time, UNIX timestamp format
132132
# %T current time, UNIX timestamp format

sys/winnt/.evilhackrc.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ OPTIONS=force_invmenu
8888

8989
#
9090
# If you want to get rid of "use #quit to quit..." use:
91-
OPTIONS=suppress_alert:0.9.0
91+
OPTIONS=suppress_alert:0.8.4
9292
#
9393
# Note: the rest_on_space in the next line may not be
9494
# appropriate for a beginning NetHack player, since

sys/winnt/Makefile.gcc

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ SKIP_NETHACKW=Y
139139
#==============================================================================
140140

141141
# The version of the game this Makefile was designed for
142-
NETHACK_VERSION="0.9.0"
142+
NETHACK_VERSION="0.8.4"
143143

144144
# A brief version for use in macros
145145
NHV1=$(subst .,,$(NETHACK_VERSION))

sys/winnt/Makefile.msc

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ DEBUGINFO = Y
9494
#
9595
# The version of the game this Makefile was designed for
9696
#NETHACK_VERSION="3.6.7"
97-
NETHACK_VERSION="0.9.0"
97+
NETHACK_VERSION="0.8.4"
9898

9999
# A brief version for use in macros
100100
NHV=$(NETHACK_VERSION:.=)

sys/winnt/console.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
//
1313

1414
VS_VERSION_INFO VERSIONINFO
15-
FILEVERSION 0,9,0,0
16-
PRODUCTVERSION 0,9,0,0
15+
FILEVERSION 0,8,4,0
16+
PRODUCTVERSION 0,8,4,0
1717
FILEFLAGSMASK 0x1fL
1818
#ifdef _DEBUG
1919
FILEFLAGS 0x9L
@@ -29,13 +29,13 @@ BEGIN
2929
BLOCK "040904b0"
3030
BEGIN
3131
VALUE "FileDescription", "EvilHack for Windows - TTY Interface\0"
32-
VALUE "FileVersion", "0.9.0\0"
32+
VALUE "FileVersion", "0.8.4\0"
3333
VALUE "InternalName", "EvilHack\0"
3434
VALUE "LegalCopyright", "Copyright (C) 2018 - 2024 by Keith Simpson - a NetHack 3.6.x variant, copyright (C) 1985 - 2024. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0"
3535
VALUE "OriginalFilename", "EvilHack.exe\0"
3636
VALUE "PrivateBuild", "050102\0"
3737
VALUE "ProductName", "EvilHack\0"
38-
VALUE "ProductVersion", "0.9.0\0"
38+
VALUE "ProductVersion", "0.8.4\0"
3939
END
4040
END
4141
BLOCK "VarFileInfo"

sys/winnt/sysconf.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ WIZARDS=*
2424
# Only available if NetHack was compiled with DUMPLOG
2525
# Allows following placeholders:
2626
# %% literal '%'
27-
# %v version (eg. "0.9.0-0")
27+
# %v version (eg. "0.8.4-0")
2828
# %u game UID
2929
# %t game start time, UNIX timestamp format
3030
# %T current time, UNIX timestamp format

win/win32/EvilHackW.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ END
320320
//
321321

322322
VS_VERSION_INFO VERSIONINFO
323-
FILEVERSION 0,9,0,0
324-
PRODUCTVERSION 0,9,0,0
323+
FILEVERSION 0,8,4,0
324+
PRODUCTVERSION 0,8,4,0
325325
FILEFLAGSMASK 0x1fL
326326
#ifdef _DEBUG
327327
FILEFLAGS 0x9L
@@ -337,13 +337,13 @@ BEGIN
337337
BLOCK "040904b0"
338338
BEGIN
339339
VALUE "FileDescription", "EvilHack for Windows - Graphical Interface"
340-
VALUE "FileVersion", "0.9.0"
340+
VALUE "FileVersion", "0.8.4"
341341
VALUE "InternalName", "EvilHackW"
342342
VALUE "LegalCopyright", "Copyright (C) 2018 - 2024 by Keith Simpson - a NetHack 3.6.x variant, copyright (C) 1985 - 2024. By Stichting Mathematisch Centrum and M. Stephenson. See license for details."
343343
VALUE "OriginalFilename", "EvilHackW.exe"
344344
VALUE "PrivateBuild", "140606"
345345
VALUE "ProductName", "EvilHack"
346-
VALUE "ProductVersion", "0.9.0"
346+
VALUE "ProductVersion", "0.8.4"
347347
END
348348
END
349349
BLOCK "VarFileInfo"

win/win32/evilhack.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ IDI_ICON1 ICON "nethack.ico"
6060
//
6161

6262
VS_VERSION_INFO VERSIONINFO
63-
FILEVERSION 0,9,0,0
64-
PRODUCTVERSION 0,9,0,0
63+
FILEVERSION 0,8,4,0
64+
PRODUCTVERSION 0,8,4,0
6565
FILEFLAGSMASK 0x1fL
6666
#ifdef _DEBUG
6767
FILEFLAGS 0x9L
@@ -77,12 +77,12 @@ BEGIN
7777
BLOCK "040904b0"
7878
BEGIN
7979
VALUE "FileDescription", "EvilHack for Windows - TTY Interface"
80-
VALUE "FileVersion", "0.9.0"
80+
VALUE "FileVersion", "0.8.4"
8181
VALUE "InternalName", "EvilHack"
8282
VALUE "LegalCopyright", "Copyright (C) 2018 - 2024 by Keith Simpson - a NetHack 3.6.x variant, copyright (C) 1985 - 2024. By Stichting Mathematisch Centrum and M. Stephenson. See license for details."
8383
VALUE "OriginalFilename", "EvilHack.exe"
8484
VALUE "ProductName", "EvilHack"
85-
VALUE "ProductVersion", "0.9.0"
85+
VALUE "ProductVersion", "0.8.4"
8686
END
8787
END
8888
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)