Hold files served by osdn.net's web server for the hengbandforosx project.
Revision | 2fbc79a7e85abbb5aedbfd2b5f6d5a239bd284b4 (tree) |
---|---|
Zeit | 2020-03-29 13:06:17 |
Autor | Eric Branlund <ebranlund@fast...> |
Commiter | Eric Branlund |
Updated for 2.2.1.7d release.
@@ -11,6 +11,48 @@ | ||
11 | 11 | <P><A HREF="index.html.en">Binaries</A> | <A HREF="HengbandEnglishScreenshot.html.en">English screen shot</A> | <A HREF="HengbandJapaneseScreenshot.html.en">Japanese screen shot</A> | <A HREF="HengbandFeedback.html.en">Feedback</A> | <A HREF="HengbandSourceCode.html.en">Source code</A> | Changes |
12 | 12 | <H1>Changes</H1> |
13 | 13 | <OL> |
14 | + <LI>March 28, 2020. 2.2.1.7d includes the following changes: | |
15 | + <UL> | |
16 | + <LI>Fixed regression: changing the font or tile set during character | |
17 | + generation in the Mac OS X front end would cause a crash. | |
18 | + <LI>For <A HREF="https://osdn.net/projects/hengbandforosx/ticket/40204">ticket 40204</A>, | |
19 | + configured terminals other than the main one in the Mac OS X | |
20 | + front end as non-floating panels so they have narrower title bars. | |
21 | + Has the side effect that those terminals will automatically hide | |
22 | + when one switches to another application. | |
23 | + <LI>For <A HREF="https://osdn.net/projects/hengbandforosx/ticket/40203">ticket 40203</A>, | |
24 | + added the dimensions, in rows and columns, to the title bar for | |
25 | + each terminal window shown in the Mac OS X front end. | |
26 | + <LI>For <A HREF="https://osdn.net/projects/hengbandforosx/ticket/40060">ticket 40060</A>, | |
27 | + changed the kanji for the File menu's "New" entry in the Japanese | |
28 | + version of the Mac OS X front end. | |
29 | + <LI>For <A HREF="https://osdn.net/projects/hengbandforosx/ticket/40202">ticket 40202</A>, | |
30 | + changed so the prompt to select new or open on the splash screen | |
31 | + for the Mac OS X front end always has the same position relative | |
32 | + to the rest of the splash screen text regardless of the dimensions | |
33 | + of the window. | |
34 | + <LI>For <A HREF="https://osdn.net/projects/hengbandforosx/ticket/39940">ticket 39940</A>, | |
35 | + changed English diary entries to consistently use simple past | |
36 | + tense. Also omitted the subject in the diary entries when it was | |
37 | + "you". Made some changes in the entries to be more idiomatic. | |
38 | + <LI>For the Mac OS X front end, brought over changes from Angband | |
39 | + to improve the drawing speed. | |
40 | + <LI>For the Mac OS X front end, modified so user changes to a | |
41 | + window's width are in increments of the width of a column and | |
42 | + user changes to a window's height are in increments of the height | |
43 | + of a row. | |
44 | + <LI>For the Mac OS X front end, changed to round down when | |
45 | + calculating the number of columns for a given size so a font change | |
46 | + can leave blank space at the end of a row rather than a partially | |
47 | + obscured character. | |
48 | + <LI>Changed readme_eng.txt to bring it up to date. | |
49 | + <LI>Changed some English game messages to fix a typo on the first | |
50 | + birth screen and improve some the notifications about the player's | |
51 | + aura damaging monsters. | |
52 | + <LI>For the Japanese version of the Mac OS X front end, changed the | |
53 | + copyright string to match the line crediting Mr. Hoge from | |
54 | + news_j.txt. | |
55 | + </UL> | |
14 | 56 | <LI>February 24, 2020. 2.2.1.7c includes the following changes: |
15 | 57 | <UL> |
16 | 58 | <LI>The new version now requires 10.8 or later since the application |
@@ -12,7 +12,7 @@ | ||
12 | 12 | <H1>Source Code</H1> |
13 | 13 | <P>If you want to compile the code yourself or examine the changes I |
14 | 14 | made, you can either get one of the packaged source code archives, |
15 | - <A HREF="https://osdn.net/projects/hengbandforosx/downloads/72419/hengband-2.2.1.7c.tar.gz/">hengband-2.2.1.7c.tar.gz</A> is the latest, from | |
15 | + <A HREF="https://osdn.net/projects/hengbandforosx/downloads/72653/hengband-2.2.1.7d.tar.gz/">hengband-2.2.1.7d.tar.gz</A> is the latest, from | |
16 | 16 | <A HREF="https://osdn.net/projects/hengbandforosx/releases/">https://osdn.net/projbects/hengbandforosx/releases/</A> |
17 | 17 | or the clone the git repository, git://git.osdn.net/gitroot/hengbandforosx/hengbandosx.git . |
18 | 18 | <P>If you cloned the git repository and want to compile the code, you'll |
@@ -11,13 +11,13 @@ | ||
11 | 11 | <P>Binaries | <A HREF="HengbandEnglishScreenshot.html.en">English screen shot</A> | <A HREF="HengbandJapaneseScreenshot.html.en">Japanese screen shot</A> | <A HREF="HengbandFeedback.html.en">Feedback</A> | <A HREF="HengbandSourceCode.html.en">Source code</A> | <A HREF="HengbandChangeLog.html.en">Changes</A> |
12 | 12 | <H1>Binaries</H1> |
13 | 13 | <UL> |
14 | - <LI><A HREF="https://osdn.net/projects/hengbandforosx/downloads/72419/Hengband-2.2.1.7c-English.dmg/">English version; 2.2.1.7c</A> | |
15 | - <LI><A HREF="https://osdn.net/projects/hengbandforosx/downloads/72419/Hengband-2.2.1.7c-Japanese.dmg/">Japanese version; 2.2.1.7c</A> | |
14 | + <LI><A HREF="https://osdn.net/projects/hengbandforosx/downloads/72653/Hengband-2.2.1.7d-English.dmg/">English version; 2.2.1.7d</A> | |
15 | + <LI><A HREF="https://osdn.net/projects/hengbandforosx/downloads/72653/Hengband-2.2.1.7d-Japanese.dmg/">Japanese version; 2.2.1.7d</A> | |
16 | 16 | </UL> |
17 | 17 | <P>I have put together a version of the rogue-like game, |
18 | 18 | <A HREF="https://hengband.osdn.jp/en/">Hengband</A>, for computers |
19 | 19 | running Mac OS X 10.8 or later. To use the English version, download |
20 | - <A HREF="https://osdn.net/projects/hengbandforosx/downloads/72419/Hengband-2.2.1.7c-English.dmg/">Hengband-2.2.1.7c-English.dmg</A>, | |
20 | + <A HREF="https://osdn.net/projects/hengbandforosx/downloads/72653/Hengband-2.2.1.7d-English.dmg/">Hengband-2.2.1.7d-English.dmg</A>, | |
21 | 21 | double click on the downloaded file to open the disk image, and then |
22 | 22 | drag the hengband application to where you want to store it. Double |
23 | 23 | clicking on the application will run it. Since the application has not |
@@ -36,7 +36,7 @@ | ||
36 | 36 | administrator to apply the exception to the security settings. |
37 | 37 | </OL> |
38 | 38 | <P>A Japanese version is also available. The installation instructions |
39 | - are essentially the same, but you'll need to download <A HREF="https://osdn.net/projects/hengbandforosx/downloads/72419/Hengband-2.2.1.7c-Japanese.dmg/">Hengband-2.2.1.7c-Japanese.dmg</A>. | |
39 | + are essentially the same, but you'll need to download <A HREF="https://osdn.net/projects/hengbandforosx/downloads/72653/Hengband-2.2.1.7d-Japanese.dmg/">Hengband-2.2.1.7d-Japanese.dmg</A>. | |
40 | 40 | <P>Both versions correspond to version 2.2.1.7 of Hengband with changes |
41 | 41 | to support the Mac OS X interface, a change for how rivers are added |
42 | 42 | in dungeons which nominally do not allow any of the river types, |