OSDN Git Service

hengband/hengband.git
3 years ago[Refactor] #41487 sound.cfg にデフォルトのデバイスタイプを追加した / Added default device type into...
Hourier [Sat, 6 Feb 2021 08:07:24 +0000 (17:07 +0900)]
[Refactor] #41487 sound.cfg にデフォルトのデバイスタイプを追加した / Added default device type into sound.cfg

3 years ago[Fix] #41487 SoundとMusicを間違えていたので修正 / Resolved the typo
Hourier [Sat, 6 Feb 2021 08:00:07 +0000 (17:00 +0900)]
[Fix] #41487 SoundとMusicを間違えていたので修正 / Resolved the typo

3 years ago[Implement] #41487 #41415と同様に、効果音設定もDEBUG用と通常用の読み分け処理を追加した / Added a branch in order...
Hourier [Sat, 6 Feb 2021 07:24:10 +0000 (16:24 +0900)]
[Implement] #41487 #41415と同様に、効果音設定もDEBUG用と通常用の読み分け処理を追加した / Added a branch in order to read sound config for debug as same as #41415

3 years agoMerge remote-tracking branch 'remotes/taotao/fix-help-display' into develop
deskull [Fri, 5 Feb 2021 13:57:55 +0000 (22:57 +0900)]
Merge remote-tracking branch 'remotes/taotao/fix-help-display' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-Refresh-TeleTown' into develop
deskull [Fri, 5 Feb 2021 13:01:45 +0000 (22:01 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-Refresh-TeleTown' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-calc-to-real-hit-value'...
deskull [Fri, 5 Feb 2021 12:56:52 +0000 (21:56 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-calc-to-real-hit-value' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/feature/report-score-libcurl' into develop
deskull [Fri, 5 Feb 2021 12:51:16 +0000 (21:51 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/report-score-libcurl' into develop

3 years ago[fix] #41475 防具の命中修正が反映されていない
Habu [Fri, 5 Feb 2021 12:30:51 +0000 (21:30 +0900)]
[fix] #41475 防具の命中修正が反映されていない

防具の命中修正を加算する部分で、「防具が鑑定されておらずかつ
本当の修正値を計算しない時はスキップする」という判定をする
条件式が誤っているため、加算するべき修正値が加算されていなかった。
ダメージ修正のほうは正しい条件式になっているので、
命中修正もそれに合わせる。

また、is_true_valueという変数名は「本当の修正値を計算する」という
意図であるが、真偽値の変数名としてTRUEがかぶっており
紛らわしいのでis_real_valueという名称に変更する。

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-Open-File-Dir' into develop
deskull [Fri, 5 Feb 2021 12:07:37 +0000 (21:07 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-Open-File-Dir' into develop

3 years agoMerge branch 'feature/english-correction' into develop
deskull [Fri, 5 Feb 2021 12:07:21 +0000 (21:07 +0900)]
Merge branch 'feature/english-correction' into develop

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-mspell-edits' into feature...
deskull [Fri, 5 Feb 2021 12:02:02 +0000 (21:02 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-mspell-edits' into feature/english-correction

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-_ptr-in-message' into featu...
deskull [Fri, 5 Feb 2021 11:57:14 +0000 (20:57 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-_ptr-in-message' into feature/english-correction

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-birth-edits' into feature...
deskull [Fri, 5 Feb 2021 11:53:41 +0000 (20:53 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-birth-edits' into feature/english-correction

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-Riding-Teleport' into develop
deskull [Fri, 5 Feb 2021 11:25:53 +0000 (20:25 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-Riding-Teleport' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Implement-Debug-Auto-Save' into...
deskull [Fri, 5 Feb 2021 11:11:28 +0000 (20:11 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Implement-Debug-Auto-Save' into develop

3 years ago[Fix] #41472 街移動の際に一瞬移動前の街が表示される
dis- [Fri, 5 Feb 2021 08:46:15 +0000 (17:46 +0900)]
[Fix] #41472 街移動の際に一瞬移動前の街が表示される

一部の再描写は連続行動中でなくてもfresh-afterで抑制される必要がある。
該当箇所の条件節を訂正。

3 years ago[Fix] #41430 乗馬がプレイヤーのテレポートを追尾する
dis- [Fri, 5 Feb 2021 08:12:40 +0000 (17:12 +0900)]
[Fix] #41430 乗馬がプレイヤーのテレポートを追尾する

条件節が反転しているため、乗馬以外がテレポートを追尾するべき処理で乗馬がテレポートを追尾していた。
副作用として、乗馬フラグを維持したまま乗馬と座標が別れる現象が起きていた。
この現象の最中に近接攻撃を受けるとき、敵対モンスターとプレイヤーが同座標に重なることがある。

該当の条件節を訂正した。

3 years agoSince it used as an adjective, replace "incredibly" with "incredible" in the English...
Eric Branlund [Thu, 4 Feb 2021 22:05:45 +0000 (14:05 -0800)]
Since it used as an adjective, replace "incredibly" with "incredible" in the English description of snipers and add a "the" to be more idiomatic.

3 years agoChange "have visisted" to "visit" in the English description for tourists to match...
Eric Branlund [Thu, 4 Feb 2021 21:58:58 +0000 (13:58 -0800)]
Change "have visisted" to "visit" in the English description for tourists to match the present tense generally used in the descriptions.

3 years agoTo be more idiomatic, reword English description of merfolk.
Eric Branlund [Thu, 4 Feb 2021 21:55:12 +0000 (13:55 -0800)]
To be more idiomatic, reword English description of merfolk.

3 years agoMake Balrog plural to match "are resistant".
Eric Branlund [Thu, 4 Feb 2021 21:50:16 +0000 (13:50 -0800)]
Make Balrog plural to match "are resistant".

3 years agoSince its used as an adverb, replace "much slower" with "much more slowly" in the...
Eric Branlund [Thu, 4 Feb 2021 21:45:27 +0000 (13:45 -0800)]
Since its used as an adverb, replace "much slower" with "much more slowly" in the English description of Amberites.

3 years agoInserted space between word and parenthesis in an English message.
Eric Branlund [Thu, 4 Feb 2021 21:31:06 +0000 (13:31 -0800)]
Inserted space between word and parenthesis in an English message.

3 years agoIn English birth option header, "affect" rather than "effect" is appropriate. Rearra...
Eric Branlund [Thu, 4 Feb 2021 21:26:43 +0000 (13:26 -0800)]
In English birth option header, "affect" rather than "effect" is appropriate.  Rearrange parentheses for clarity and drop "s" after "(*)".  Match capitalization to what's current in cmd-io/cmd-gameoption.c.

3 years agoTo be more idiomatic, reworded short English description of the Hissatsu realm.
Eric Branlund [Thu, 4 Feb 2021 21:17:22 +0000 (13:17 -0800)]
To be more idiomatic, reworded short English description of the Hissatsu realm.

3 years agoFix instance where search/replace left item_selection_ptr-> in English message.
Eric Branlund [Thu, 4 Feb 2021 19:17:34 +0000 (11:17 -0800)]
Fix instance where search/replace left item_selection_ptr-> in English message.

3 years agoMake "demon slayer member" plural for subject/verb agreement.
Eric Branlund [Thu, 4 Feb 2021 18:06:17 +0000 (10:06 -0800)]
Make "demon slayer member" plural for subject/verb agreement.

3 years agoFor clarity, reworded English message for the giant eagles' grab and drop maneuver.
Eric Branlund [Thu, 4 Feb 2021 11:26:13 +0000 (03:26 -0800)]
For clarity, reworded English message for the giant eagles' grab and drop maneuver.

3 years agoReword English message for giant eagle teleport self effect: original had subject...
Eric Branlund [Thu, 4 Feb 2021 11:11:55 +0000 (03:11 -0800)]
Reword English message for giant eagle teleport self effect: original had subject/verb agreement issue.

3 years agoReplaced "a" with "an" since it precedes "acid".
Eric Branlund [Thu, 4 Feb 2021 09:12:16 +0000 (01:12 -0800)]
Replaced "a" with "an" since it precedes "acid".

3 years agoMerge branch 'feature/chargeman-jural-illusion' into develop
deskull [Thu, 4 Feb 2021 15:33:42 +0000 (00:33 +0900)]
Merge branch 'feature/chargeman-jural-illusion' into develop

3 years ago[Fix] #41356 地上でチャージマンがレベル1以上のモンスターに対してジュラル星人への誤認を行わない不具合を直す。 / Fixed a bug that...
deskull [Thu, 4 Feb 2021 15:32:56 +0000 (00:32 +0900)]
[Fix] #41356 地上でチャージマンがレベル1以上のモンスターに対してジュラル星人への誤認を行わない不具合を直す。 / Fixed a bug that Chargeman would not misidentify a level 1 or higher monster as an Alien Jural on the ground.

 * base_levelでなくdun_levelを条件式に加えるべきだった。

3 years ago[Implement] 一週間以上前のデバッグログの自動削除
dis- [Thu, 4 Feb 2021 15:04:58 +0000 (00:04 +0900)]
[Implement] 一週間以上前のデバッグログの自動削除

それなりにログファイルの容量があるので、一定期間で古いものを削除するようにした。

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-mind-edits' into feature...
deskull [Thu, 4 Feb 2021 14:07:39 +0000 (23:07 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-mind-edits' into feature/english-correction

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-market-edits' into feature...
deskull [Thu, 4 Feb 2021 14:00:49 +0000 (23:00 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-market-edits' into feature/english-correction

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-lore-edits' into feature...
deskull [Thu, 4 Feb 2021 13:58:16 +0000 (22:58 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-lore-edits' into feature/english-correction

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-knowledge-edits' into featu...
deskull [Thu, 4 Feb 2021 13:55:23 +0000 (22:55 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-knowledge-edits' into feature/english-correction

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-monster-floor-edits' into...
deskull [Thu, 4 Feb 2021 13:50:28 +0000 (22:50 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-monster-floor-edits' into feature/english-correction

3 years agoMerge branch 'feature/english-correction' into develop
deskull [Thu, 4 Feb 2021 13:46:57 +0000 (22:46 +0900)]
Merge branch 'feature/english-correction' into develop

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-io-edits' into feature...
deskull [Thu, 4 Feb 2021 13:33:06 +0000 (22:33 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-io-edits' into feature/english-correction

3 years agoMerge branch 'feature/maze-secret-door-in-wall' into develop
deskull [Thu, 4 Feb 2021 12:32:31 +0000 (21:32 +0900)]
Merge branch 'feature/maze-secret-door-in-wall' into develop

3 years ago[Fix] #41396 迷宮の隠しドア生成率を0%にする。 / Labyrinth hidden door generation rate to 0%
deskull [Thu, 4 Feb 2021 12:29:39 +0000 (21:29 +0900)]
[Fix] #41396 迷宮の隠しドア生成率を0%にする。 / Labyrinth hidden door generation rate to 0%

 * 隠しドアがあっても大したゲーム性にならないし、縦横奇数にできないダンジョンシステムを直すのも難しい。
 * よって外壁に不自然な隠しドアが埋め込まれるを防ぐ方を重視で。

3 years ago[Fix] #41362 ファイル→開くの挙動が以前と異なる
dis- [Thu, 4 Feb 2021 09:12:44 +0000 (18:12 +0900)]
[Fix] #41362 ファイル→開くの挙動が以前と異なる

同名exeのファイルオープンダイアログの履歴が共有されている。
複数のバージョンの変愚蛮怒を同居させているとき、この履歴は別々に管理するべきである。
INIファイルに最後に開いたsavefileの場所を記録させることで解決する。

3 years agoTo be more idiomatic, drop "was" from English message for death of dragon centipedes.
Eric Branlund [Wed, 3 Feb 2021 22:02:50 +0000 (14:02 -0800)]
To be more idiomatic, drop "was" from English message for death of dragon centipedes.

3 years agoTo be more idiomatic, reworded the English message for Rolento's death.
Eric Branlund [Wed, 3 Feb 2021 21:59:17 +0000 (13:59 -0800)]
To be more idiomatic, reworded the English message for Rolento's death.

3 years agoSince it will always precede an adjective that starts with a consonant, use "a" rathe...
Eric Branlund [Wed, 3 Feb 2021 21:35:14 +0000 (13:35 -0800)]
Since it will always precede an adjective that starts with a consonant, use "a" rather than "an" in an English message.

3 years agoFor clarity, reworded English description of the ninjas' NYUSIN ability.
Eric Branlund [Wed, 3 Feb 2021 20:14:58 +0000 (12:14 -0800)]
For clarity, reworded English description of the ninjas' NYUSIN ability.

3 years agoReworded English message for no items available to tap for a magic eater.
Eric Branlund [Wed, 3 Feb 2021 20:08:29 +0000 (12:08 -0800)]
Reworded English message for no items available to tap for a magic eater.

3 years agoReworded the English message for failure of the mirror tunnel ability.
Eric Branlund [Wed, 3 Feb 2021 20:02:54 +0000 (12:02 -0800)]
Reworded the English message for failure of the mirror tunnel ability.

3 years agoTo be more idiomatic, add "at" after "glare" in an English message.
Eric Branlund [Wed, 3 Feb 2021 19:58:43 +0000 (11:58 -0800)]
To be more idiomatic, add "at" after "glare" in an English message.

3 years agoFor clarity, change tense from past perfect to present perfect for English message...
Eric Branlund [Wed, 3 Feb 2021 19:56:36 +0000 (11:56 -0800)]
For clarity, change tense from past perfect to present perfect for English message about the onset of the mirror shards ability.

3 years agoReworded English message for a monk's successful MA_SLOW attack.
Eric Branlund [Wed, 3 Feb 2021 19:52:00 +0000 (11:52 -0800)]
Reworded English message for a monk's successful MA_SLOW attack.

3 years agoTo be more idiomatic, add hyphen in English message.
Eric Branlund [Wed, 3 Feb 2021 19:44:28 +0000 (11:44 -0800)]
To be more idiomatic, add hyphen in English message.

3 years agoReworded English description for the sniper's SP_DOUBLE ability.
Eric Branlund [Wed, 3 Feb 2021 19:39:16 +0000 (11:39 -0800)]
Reworded English description for the sniper's SP_DOUBLE ability.

3 years agoReworded English description of the sniper's SP_PIERCE ability.
Eric Branlund [Wed, 3 Feb 2021 19:37:43 +0000 (11:37 -0800)]
Reworded English description of the sniper's SP_PIERCE ability.

3 years agoFor clarity, reword English description of the SP_RUSH sniper ability.
Eric Branlund [Wed, 3 Feb 2021 19:28:03 +0000 (11:28 -0800)]
For clarity, reword English description of the SP_RUSH sniper ability.

3 years agoReworded English description for sniper's exploding arrow ability.
Eric Branlund [Wed, 3 Feb 2021 19:14:05 +0000 (11:14 -0800)]
Reworded English description for sniper's exploding arrow ability.

3 years agoCorrect English typo ("damege" -> "damage").
Eric Branlund [Wed, 3 Feb 2021 19:12:39 +0000 (11:12 -0800)]
Correct English typo ("damege" -> "damage").

3 years agoFor clarity, changed English label for sniper's glowing arrow ability to "Flash Arrow...
Eric Branlund [Wed, 3 Feb 2021 19:10:37 +0000 (11:10 -0800)]
For clarity, changed English label for sniper's glowing arrow ability to "Flash Arrow".  Reworded the description as well.

3 years agoCorrect English: "shot an allow able" -> "shoot an arrow able".
Eric Branlund [Wed, 3 Feb 2021 19:05:59 +0000 (11:05 -0800)]
Correct English: "shot an allow able" -> "shoot an arrow able".

3 years agoCorrect English typo.
Eric Branlund [Wed, 3 Feb 2021 19:02:49 +0000 (11:02 -0800)]
Correct English typo.

3 years agoMerge branch 'feature/music-debug-files' into develop
deskull [Wed, 3 Feb 2021 17:03:20 +0000 (02:03 +0900)]
Merge branch 'feature/music-debug-files' into develop

3 years ago[Implement] #41415 music_debug.cfg の優先読み込み機能追加と music フォルダ内の .gitignore 追加. /
deskull [Wed, 3 Feb 2021 16:47:29 +0000 (01:47 +0900)]
[Implement] #41415 music_debug.cfg の優先読み込み機能追加と music フォルダ内の .gitignore 追加. /
Added priority loading function for music_debug.cfg and added .gitignore in music folder.

3 years agoMerge remote-tracking branch 'remotes/origin/feature/windows-release-package-build...
deskull [Wed, 3 Feb 2021 16:06:12 +0000 (01:06 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/windows-release-package-build-script' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-Psy-Spear' into develop
deskull [Wed, 3 Feb 2021 15:59:34 +0000 (00:59 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-Psy-Spear' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-Term-Fresh' into develop
deskull [Wed, 3 Feb 2021 15:51:09 +0000 (00:51 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-Term-Fresh' into develop

3 years ago[fix] #41436 光の剣のダメージがまた0になっている
Habu [Wed, 3 Feb 2021 12:36:44 +0000 (21:36 +0900)]
[fix] #41436 光の剣のダメージがまた0になっている

リファクタリングの成果をマージした時に、
7d20eb7d0c5fbc5360df0e477bde5ca348134f2e
で行った修正が戻ってしまった模様。
再度同じ修正を行う。

3 years ago[update] HTTPのリダイレクトに対応
Habu [Wed, 3 Feb 2021 11:34:52 +0000 (20:34 +0900)]
[update] HTTPのリダイレクトに対応

スコア送信時に送信先URLがリダイレクトされた場合でも、
リダイレクト先にスコアを送信できるようにlibcurlのオプションを設定する。
これによりスコアサーバが移転した場合でも、
旧スコアサーバにリダイレクトを設定することにより、
旧バージョンでもスコア送信が可能になる。

3 years agoFor clarity, reworded English prompt for selecting the cards to keep in poker.
Eric Branlund [Wed, 3 Feb 2021 05:38:37 +0000 (21:38 -0800)]
For clarity, reworded English prompt for selecting the cards to keep in poker.

3 years agoProvided an English version of the dice slots payout table.
Eric Branlund [Wed, 3 Feb 2021 05:33:19 +0000 (21:33 -0800)]
Provided an English version of the dice slots payout table.

3 years agoAdd "apiece" to English message to clarify that the quoted price is per charge.
Eric Branlund [Wed, 3 Feb 2021 05:15:55 +0000 (21:15 -0800)]
Add "apiece" to English message to clarify that the quoted price is per charge.

3 years agoChanged English wording for header of the monster list selected by matching a substring.
Eric Branlund [Wed, 3 Feb 2021 04:10:17 +0000 (20:10 -0800)]
Changed English wording for header of the monster list selected by matching a substring.

3 years agoFor clarity, reworded the English message printed in response to selecting an already...
Eric Branlund [Wed, 3 Feb 2021 01:53:29 +0000 (17:53 -0800)]
For clarity, reworded the English message printed in response to selecting an already displayed weapon.

3 years agoCapitalize "Klein" to match ordinary usage for "Klein bottle".
Eric Branlund [Wed, 3 Feb 2021 01:45:59 +0000 (17:45 -0800)]
Capitalize "Klein" to match ordinary usage for "Klein bottle".

3 years agoFor clarity, change preposition for English message about lacking spare material...
Eric Branlund [Wed, 3 Feb 2021 01:44:12 +0000 (17:44 -0800)]
For clarity, change preposition for English message about lacking spare material for a repair.

3 years ago[update] libcurl 用の Visual Studio プロジェクトプロパティ更新
Habu [Tue, 2 Feb 2021 13:53:11 +0000 (22:53 +0900)]
[update] libcurl 用の Visual Studio プロジェクトプロパティ更新

libcurl を使用したコードをビルドできるようにするために、
Visual Studio のプロジェクトのプロパティを更新。

3 years ago[add] Visual Studio 用の libcurl 関連ファイル
Habu [Tue, 2 Feb 2021 13:48:47 +0000 (22:48 +0900)]
[add] Visual Studio 用の libcurl 関連ファイル

Visual Studio で libcurl を使用したコードをビルドするためのファイルを追加:

 - libcurl のインクルードファイル
 - Release/Debug それぞれのスタティックリンクライブラリ

3 years ago[impliment] libcurl を使用してスコアを送信する
Habu [Tue, 2 Feb 2021 13:48:42 +0000 (22:48 +0900)]
[impliment] libcurl を使用してスコアを送信する

これまで自前でソケット通信APIを通してHTTP通信を行い、
HTTP POSTによりスコア送信を行っていたが、
HTTPSでのスコア送信ができないという問題があった。

HTTPSに対応するため、スコア送信部を libcurl を利用して
HTTP POSTを行うように書き換えた。

3 years ago[add] configure に libcurl の検出を追加
Habu [Tue, 2 Feb 2021 13:47:24 +0000 (22:47 +0900)]
[add] configure に libcurl の検出を追加

libcurl を使用したスコア送信機能を実装するため、
configure に libcurl を使用してビルドするのに
必要なファイルの検出を追加する。

3 years ago[Fix] 不要なincludeの削除
dis- [Tue, 2 Feb 2021 09:57:14 +0000 (18:57 +0900)]
[Fix] 不要なincludeの削除

デバッグ中の作業が一部混入した。削除。

3 years ago[Fix] #41426 fresh-afterオフ時のターゲットの挙動がおかしい
dis- [Tue, 2 Feb 2021 09:47:11 +0000 (18:47 +0900)]
[Fix] #41426 fresh-afterオフ時のターゲットの挙動がおかしい

\e\e\et1*のように、マクロの最後の入力を*にしたときターゲット取得の挙動が変化する。
本来はprojectableな対象のみを+などでハイライトするはずが、あらゆる対象を追ってしまうようになっていた。
この現象がfresh-afterオフのときのみ発生することから原因箇所を特定した。
fix_monster_listをfresh-afterの範囲外に出すことでバグ発生を回避できる。
いずれ根本的に対処した方が良い。

3 years agoMerge pull request #41416 (taotao/hengband/fix-x11_term_key into develop).
deskull [Mon, 1 Feb 2021 22:39:58 +0000 (07:39 +0900)]
Merge pull request #41416 (taotao/hengband/fix-x11_term_key into develop).

3 years agoTo be more idiomatic, drop "the" and simply use "stop time".
Eric Branlund [Mon, 1 Feb 2021 18:33:42 +0000 (10:33 -0800)]
To be more idiomatic, drop "the" and simply use "stop time".

3 years agoMade "whistle" plural to match the other entries that aren't collective nouns.
Eric Branlund [Mon, 1 Feb 2021 18:16:41 +0000 (10:16 -0800)]
Made "whistle" plural to match the other entries that aren't collective nouns.

3 years agoSince "junk" is a collective noun, don't add "s" for plural.
Eric Branlund [Mon, 1 Feb 2021 18:15:45 +0000 (10:15 -0800)]
Since "junk" is a collective noun, don't add "s" for plural.

3 years agoCorrected English spelling for plural of "box".
Eric Branlund [Mon, 1 Feb 2021 18:14:28 +0000 (10:14 -0800)]
Corrected English spelling for plural of "box".

3 years agoCorrected English spelling mistakes ("address").
Eric Branlund [Mon, 1 Feb 2021 16:31:16 +0000 (08:31 -0800)]
Corrected English spelling mistakes ("address").

3 years ago[Fix] X11版でマクロで物を買うとアイテムウィンドウが更新されないのを修正
taotao54321 [Mon, 1 Feb 2021 14:49:14 +0000 (23:49 +0900)]
[Fix] X11版でマクロで物を買うとアイテムウィンドウが更新されないのを修正

fresh_after が off のときに発生していた。
X11 版は入力キューの扱いが元々正しくなくて、それが macro_running() の判定にも影響していた。
入力キューの扱いを Windows 版に合わせることで解決。
同時に、長い日本語を入力した際に化ける現象も解決したはず。

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-3.0.0.4-lost-spelling-corre...
deskull [Mon, 1 Feb 2021 14:13:25 +0000 (23:13 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-3.0.0.4-lost-spelling-correction' into feature/english-correction

3 years ago[implement] Windows版バイナリパッケージを生成するスクリプト
Habu [Mon, 1 Feb 2021 11:54:07 +0000 (20:54 +0900)]
[implement] Windows版バイナリパッケージを生成するスクリプト

Windows版のバイナリパッケージを準備するのを容易にするため、ビルドから
パッケージ生成までを自動的に行うPowerShellスクリプトを作成した。
リポジトリのトップディレクトリで Build-Windows-Release-Package.ps1 を
実行すると、リリースバージョンを聞かれ、入力したバージョンを付加した
Windows版バイナリパッケージが日本語版・英語版ともにトップディレクトリに生成される。

生成されるパッケージ名:
 * Hengband-{Version}-jp.zip
 * Hengband-{Version}-en.zip

将来的には、Hengband.exe に --version オプションを付けて実行すると
バージョンを出力するようにし、自動的にパッケージに付与するバージョン名を
決定する機能なども考えたい。
また、GitHubに移行後はGitHub Actionsで自動的にバイナリパッケージを
生成・アップロードするWorkflowを作るとさらにリリース作業が楽になると思われる。

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-floor-edits' into feature...
deskull [Mon, 1 Feb 2021 13:54:09 +0000 (22:54 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-floor-edits' into feature/english-correction

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-effect-edits' into feature...
deskull [Mon, 1 Feb 2021 13:16:14 +0000 (22:16 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-effect-edits' into feature/english-correction

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-game-option-edits' into...
deskull [Mon, 1 Feb 2021 13:13:58 +0000 (22:13 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-game-option-edits' into feature/english-correction

3 years agoMerge remote-tracking branch 'remotes/hengbandosx/english-inventory-edits' into featu...
deskull [Mon, 1 Feb 2021 13:07:28 +0000 (22:07 +0900)]
Merge remote-tracking branch 'remotes/hengbandosx/english-inventory-edits' into feature/english-correction

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-Auto-More' into develop
deskull [Mon, 1 Feb 2021 12:46:15 +0000 (21:46 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-Auto-More' into develop

3 years ago[Fix] #41412 Auto-Moreオフの時のESCの挙動が以前と異なる
dis- [Mon, 1 Feb 2021 11:05:01 +0000 (20:05 +0900)]
[Fix] #41412 Auto-Moreオフの時のESCの挙動が以前と異なる

5a1faa0419cab1398e312323d41bc9912e07a74dの修正で、Auto-Moreオフのときの挙動が正常でなかった。
従来の挙動を調査し、ESCで全メッセージを流すように修正。
また、メッセージウィンドウがある場合一画面ずつ流す処理も正常動作するよう修正した。

3 years ago[Fix] #41382 delay=0のとき魔法が描写される
dis- [Mon, 1 Feb 2021 09:12:07 +0000 (18:12 +0900)]
[Fix] #41382 delay=0のとき魔法が描写される

#41382の修正と同様に魔法の描写もdelay=0のときは行わないように統一した。
ほぼ同一ロジックの処理が複数存在するため、いずれ整理することが望ましい。

3 years ago[Fix] #41403 マクロ以外の連続行動にFresh-Afterを適用
dis- [Mon, 1 Feb 2021 08:47:27 +0000 (17:47 +0900)]
[Fix] #41403 マクロ以外の連続行動にFresh-Afterを適用

39984e016dabe4287f65f671bab3fbff350d6a3eの変更を他の連続行動に適用した。
shift+移動のrunning、トラベルコマンドの移動、Rest、釣り、コマンド繰り返しが該当する。
z-term.cにプレイヤーの情報を持ち込んでしまっているため将来的には分離するべき。

3 years agoFor readability, use active voice for English message displayed when a teleport curse...
Eric Branlund [Mon, 1 Feb 2021 08:10:35 +0000 (00:10 -0800)]
For readability, use active voice for English message displayed when a teleport curse triggers.

3 years agoChanged "an" to "a" since it precedes "dragon".
Eric Branlund [Mon, 1 Feb 2021 08:06:14 +0000 (00:06 -0800)]
Changed "an" to "a" since it precedes "dragon".