OSDN Git Service

hengbandforosx/hengbandosx.git
3 years ago[Refactor] get_player_flags()を整理
dis- [Wed, 3 Mar 2021 13:34:47 +0000 (22:34 +0900)]
[Refactor] get_player_flags()を整理

get_player_flags()に装備由来でしかフラグが立たないものを実装した。
加えてplayer_flags_brand_*()を実装し、TR_BRAND_*に対応させた。
この修正を使用してtim_player_flags()からTR_BRAND_*例外処理を排除した。

3 years agoMerge pull request #390 from dis-/feature/Refactor-racial-switcher
dis- [Wed, 3 Mar 2021 12:10:41 +0000 (21:10 +0900)]
Merge pull request #390 from dis-/feature/Refactor-racial-switcher

[Refactor] BIT演算マクロへの置換を進める。racial-switcher.c

3 years agoMerge pull request #394 from dis-/feature/Refactor-player-status-flags
dis- [Wed, 3 Mar 2021 12:10:23 +0000 (21:10 +0900)]
Merge pull request #394 from dis-/feature/Refactor-player-status-flags

[Refactor] BIT演算処理を整理する player-status-flags.c #393

3 years agoMerge pull request #391 from iks3/feature-lore-colored-monster-blows
iks [Wed, 3 Mar 2021 11:58:50 +0000 (20:58 +0900)]
Merge pull request #391 from iks3/feature-lore-colored-monster-blows

[Feature] モンスターの思い出で打撃を手段や効果で色分けする

3 years agoMerge pull request #386 from iks3/fix-redraw-player-info-in-store
iks [Wed, 3 Mar 2021 10:58:07 +0000 (19:58 +0900)]
Merge pull request #386 from iks3/fix-redraw-player-info-in-store

[Fix] 店や家でサブウィンドウのキャラ情報が更新されない #259

3 years ago[Refactor] BIT演算処理を整理する player-status-flags.c #393
dis- [Wed, 3 Mar 2021 09:13:20 +0000 (18:13 +0900)]
[Refactor] BIT演算処理を整理する player-status-flags.c #393

player-status-flags.c内でinventory_slot_typeからflag_causeへの変換を都度行なっていた。
変換処理を行う関数を用意して処理を置換する。
現時点ではinventory_slot_typeとflag_causeの並びが同じなので一括変換もできそうだが、一対一対応を保証しておく方が将来の面倒がなさそうなのでナイーブに列挙しておく。

3 years agoMerge pull request #380 from dis-/feature/Refactor-flag_cause
dis- [Wed, 3 Mar 2021 08:34:21 +0000 (17:34 +0900)]
Merge pull request #380 from dis-/feature/Refactor-flag_cause

[Refactor] flag_cause列挙子の修正 #287

3 years ago[Refactor] diplay_monster_attacks以下を実態に合わせて改名、doxygen追加
iks [Wed, 3 Mar 2021 06:21:56 +0000 (15:21 +0900)]
[Refactor] diplay_monster_attacks以下を実態に合わせて改名、doxygen追加

~~_blowsと~~_blows_jp/enは、実体が1回の打撃ついてなのでblowに変更。
~~_attacksはつまるところ_blowsなので変更。
ヘッダの不要な宣言を削除。

3 years ago[Feature] モンスターの思い出で、直接攻撃を手段と効果によって色分けする #182
iks [Wed, 3 Mar 2021 05:54:34 +0000 (14:54 +0900)]
[Feature] モンスターの思い出で、直接攻撃を手段と効果によって色分けする #182

手段は、朦朧あり、切傷あり、接触なし、その他で色分け。
効果は、ブレス・呪文の色を参考に色分け。

3 years ago[Refactor] BIT演算マクロへの置換を進める。racial-switcher.c
dis- [Wed, 3 Mar 2021 03:43:47 +0000 (12:43 +0900)]
[Refactor] BIT演算マクロへの置換を進める。racial-switcher.c

可読性向上のため、BIT演算マクロを使用する。
動作変更は行わない。

3 years agoMerge pull request #389 from dis-/feature/Fix-class-ability-info
dis- [Wed, 3 Mar 2021 03:28:57 +0000 (12:28 +0900)]
Merge pull request #389 from dis-/feature/Fix-class-ability-info

[Fix] 自己分析メッセージ中のコスト表示不一致 #388

3 years ago[Fix] 自己分析メッセージ中のコスト表示不一致 #388
dis- [Wed, 3 Mar 2021 02:35:37 +0000 (11:35 +0900)]
[Fix] 自己分析メッセージ中のコスト表示不一致 #388

魔獣使いの生物支配の真の消費MPが(level+3)/4であることを確認し、自己分析で表示されるメッセージを修正した。
加えて他の職業能力のメッセージも確認と修正を行なった。
・消費なしの表記がブレていた。(消費なし)で統一。
・MPのないクラスの表記を(X HP)で統一。
・魔道具術師の強力発動の説明を追加。
・鍛冶師の目利きの説明を追加。

3 years agoMerge pull request #385 from dis-/feature/Refactor-Bit-Macros
dis- [Tue, 2 Mar 2021 23:52:48 +0000 (08:52 +0900)]
Merge pull request #385 from dis-/feature/Refactor-Bit-Macros

[Refactor] BIT演算マクロへの置換を進める。mutation-info.c

3 years ago[Fix] 店や家でサブウィンドウのキャラ情報が更新されない #259
iks [Tue, 2 Mar 2021 17:54:32 +0000 (02:54 +0900)]
[Fix] 店や家でサブウィンドウのキャラ情報が更新されない #259

インベントリアイテム増加時にキャラ情報の更新フラグを立てる。
購入時にmsg_formatが更新フラグを投げ捨てるのでその前にhundle_stuff()を配置。
売却時にmsg_formatが更新フラグを投げ捨てるので最後にフラグを立て直す。
装備を外すときに更新フラグを立てる。

3 years agoMerge pull request #361 from iks3/fix-uncontinuous-music
iks [Tue, 2 Mar 2021 14:24:14 +0000 (23:24 +0900)]
Merge pull request #361 from iks3/fix-uncontinuous-music

[Fix] 同じBGMタイプのエリアに移動するとBGMが鳴りなおす #264

3 years ago[Refactor] BIT演算マクロへの置換を進める。mutation-info.c
dis- [Tue, 2 Mar 2021 13:33:25 +0000 (22:33 +0900)]
[Refactor] BIT演算マクロへの置換を進める。mutation-info.c

可読性向上のため、BIT演算マクロを使用する。
動作変更は行わない。

3 years ago[Fix] 同じBGMタイプのエリアに移動するとBGMが鳴りなおす #264
iks [Tue, 2 Mar 2021 12:05:41 +0000 (21:05 +0900)]
[Fix] 同じBGMタイプのエリアに移動するとBGMが鳴りなおす #264

Musicに対応しているWindows版のみ対応。
現在のBGMタイプを覚えて判別する。

3 years agoMerge pull request #384 from habu1010/feature/improve-release-package-build-script
Habu [Tue, 2 Mar 2021 11:43:55 +0000 (20:43 +0900)]
Merge pull request #384 from habu1010/feature/improve-release-package-build-script

Feature/improve release package build script

3 years ago[update] readmeのmarkdown形式ファイルへの変更に対応
Habu [Tue, 2 Mar 2021 11:09:32 +0000 (20:09 +0900)]
[update] readmeのmarkdown形式ファイルへの変更に対応

readmeファイルがtxt形式からmarkdown形式に変更されたので、
リリースパッケージに含めるファイルも追従する。

3 years ago[fix] 一部の解凍ツールで lib/ 以下が消える #382
Habu [Tue, 2 Mar 2021 11:07:09 +0000 (20:07 +0900)]
[fix] 一部の解凍ツールで lib/ 以下が消える #382

作成されるZIPファイルがアーカイバによっては解凍できないという報告があり、
フォルダ内にファイルが一つも存在しない(フォルダは対象外)場合に
展開できないようだったので、該当する場所にdelete.meファイルを設置し、
パッケージ作成時にdelete.meは残すようにする。

3 years agoMerge pull request #383 from sikabane-works/feature/genocyber-flavor
Deskull [Tue, 2 Mar 2021 11:01:52 +0000 (20:01 +0900)]
Merge pull request #383 from sikabane-works/feature/genocyber-flavor

[Fix] ジェノサイバーの思い出表現がおかしかったのを修正

3 years ago[Fix] ジェノサイバーの思い出表現がおかしかったのを修正. / Fix Genocyber's flavor.
deskull [Tue, 2 Mar 2021 10:35:34 +0000 (19:35 +0900)]
[Fix] ジェノサイバーの思い出表現がおかしかったのを修正. / Fix Genocyber's flavor.

3 years agoMerge pull request #381 from backwardsEric/english-monster-misc-2
Deskull [Tue, 2 Mar 2021 10:18:53 +0000 (19:18 +0900)]
Merge pull request #381 from backwardsEric/english-monster-misc-2

English: edit descriptions for some of the new 3.0.0 monsters

3 years ago[Fix] 無双型による効果がFLAG_CAUSE_BATTLE_FORMになっていない
dis- [Tue, 2 Mar 2021 08:39:52 +0000 (17:39 +0900)]
[Fix] 無双型による効果がFLAG_CAUSE_BATTLE_FORMになっていない

該当の箇所を修正。

3 years agoMerge pull request #377 from iks3/feature-merfork-abilities
iks [Tue, 2 Mar 2021 05:00:31 +0000 (14:00 +0900)]
Merge pull request #377 from iks3/feature-merfork-abilities

[Feature] マーフォークの初期武器及び武器熟練度

3 years agoReword the English descriptions for Spirit horse and Spirit cow to be less confusing.
Eric Branlund [Tue, 2 Mar 2021 04:36:04 +0000 (20:36 -0800)]
Reword the English descriptions for Spirit horse and Spirit cow to be less confusing.

3 years agoIn the English description of Raphael the Raven, replace "the" with "its" for clarity...
Eric Branlund [Tue, 2 Mar 2021 04:18:26 +0000 (20:18 -0800)]
In the English description of Raphael the Raven, replace "the" with "its" for clarity when referring to "head".

3 years agoUse "well-behaved" rather than "with good behavior" for a more idiomatic English...
Eric Branlund [Tue, 2 Mar 2021 04:14:04 +0000 (20:14 -0800)]
Use "well-behaved" rather than "with good behavior" for a more idiomatic English description of the ravens from Nintendo's Mario games.

3 years agoRephrase the English description of King Boo so it flows better.
Eric Branlund [Tue, 2 Mar 2021 04:08:30 +0000 (20:08 -0800)]
Rephrase the English description of King Boo so it flows better.

3 years ago[Refactor] flag_cause列挙子の修正 #287
dis- [Tue, 2 Mar 2021 03:43:45 +0000 (12:43 +0900)]
[Refactor] flag_cause列挙子の修正 #287

flag_cause列挙子はBIT_FLAGS演算で使用することを前提としていたが、各処理でBIT_FLAGSへの変換を要求していたので処理漏れが発生する原因となっていた。
あらかじめBIT_FLAGSとして定義しておくとこでこれを改善する。
合わせて、インクリメント処理をしていたplayer-status-resist.c内部の処理を修正する。

3 years agoFor the English description of the "The Pair of Soft Leather ...", use "these" rather...
Eric Branlund [Tue, 2 Mar 2021 03:47:34 +0000 (19:47 -0800)]
For the English description of the "The Pair of Soft Leather ...", use "these" rather than "the" and "power" rather than "ability" to be more idiomatic.

3 years agoIn the English description for the dragon centipede, use "dragon insect" rather than...
Eric Branlund [Tue, 2 Mar 2021 03:44:35 +0000 (19:44 -0800)]
In the English description for the dragon centipede, use "dragon insect" rather than "giant creature" to be more concrete and replace "outrages" with "protrusions" (the latter is the word Google Translate uses in its translation of the Japanese).

3 years agoFor clarity, change the English description of the dragon worm to interpolate between...
Eric Branlund [Tue, 2 Mar 2021 03:36:27 +0000 (19:36 -0800)]
For clarity, change the English description of the dragon worm to interpolate between the original translation and what's mentioned about dragon worms at https://theearthdefenseforce.fandom.com/wiki/Dragon_Centipede .

3 years agoMerge pull request #379 from dis-/feature/Refactor-Bit-Macors
dis- [Tue, 2 Mar 2021 03:30:06 +0000 (12:30 +0900)]
Merge pull request #379 from dis-/feature/Refactor-Bit-Macors

[Refactor] BIT演算マクロへの置換を進める。monster-info-spoiler.c

3 years agoMerge pull request #362 from dis-/feature/Refactor-Player-Status-Flags
dis- [Tue, 2 Mar 2021 03:29:56 +0000 (12:29 +0900)]
Merge pull request #362 from dis-/feature/Refactor-Player-Status-Flags

[Refactor] tim_player_flags()の整理

3 years agoSlightly rephrase the second part of the English description of the dragon insect...
Eric Branlund [Tue, 2 Mar 2021 03:16:27 +0000 (19:16 -0800)]
Slightly rephrase the second part of the English description of the dragon insect for consistency in the verb tense and use "forms" rather than "corresponds".

3 years ago[Refactor] BIT演算マクロへの置換を進める。monster-info-spoiler.c
dis- [Tue, 2 Mar 2021 03:13:56 +0000 (12:13 +0900)]
[Refactor] BIT演算マクロへの置換を進める。monster-info-spoiler.c

可読性向上のため、BIT演算マクロを使用する。
動作変更は行わない。

3 years ago[Refactor] tim_player_flags()の整理
dis- [Sun, 28 Feb 2021 08:40:25 +0000 (17:40 +0900)]
[Refactor] tim_player_flags()の整理

has_*()とtr_flagの対応を取るget_player_flags()を定義し、それを使ってtim_player_flags()を整理した。
今後、同様にtr_flagとの対応を取る必要のある処理に流用する。

3 years agoMerge pull request #375 from dis-/feature/Refactor-Bit-Macros
dis- [Tue, 2 Mar 2021 01:02:47 +0000 (10:02 +0900)]
Merge pull request #375 from dis-/feature/Refactor-Bit-Macros

[Refactor] BIT演算マクロへの置換を進める。display-player-stat-info.c

3 years agoMerge pull request #378 from sikabane-works/feature/fix-Dethanc
Deskull [Mon, 1 Mar 2021 15:06:18 +0000 (00:06 +0900)]
Merge pull request #378 from sikabane-works/feature/fix-Dethanc

[Fix] ★デサンクの発動を酸から電撃のボールと耐性に修正

3 years ago[Refactor] BIT演算マクロへの置換を進める。display-player-stat-info.c
dis- [Mon, 1 Mar 2021 14:55:54 +0000 (23:55 +0900)]
[Refactor] BIT演算マクロへの置換を進める。display-player-stat-info.c

可読性向上のため、BIT演算マクロを使用する。
動作変更は行わない。

3 years ago[Refactor] clang-format整形を行う display-player-stat-info.c
dis- [Mon, 1 Mar 2021 14:55:41 +0000 (23:55 +0900)]
[Refactor] clang-format整形を行う display-player-stat-info.c

可読性向上のため、clang-format整形を行う。
動作変更は行わない。

3 years ago[Fix] ★デサンクの発動を酸から電撃のボールと耐性に修正. / Fix activation of Dethanc to not acid but elec...
deskull [Mon, 1 Mar 2021 14:38:15 +0000 (23:38 +0900)]
[Fix] ★デサンクの発動を酸から電撃のボールと耐性に修正. / Fix activation of Dethanc to not acid but elec ball and getting resistance.

3 years ago[Feature] マーフォークの初期武器及び武器熟練度
iks [Mon, 1 Mar 2021 14:26:08 +0000 (23:26 +0900)]
[Feature] マーフォークの初期武器及び武器熟練度

ゲーム開始時に武器がトライデントになる(セクシー除く)
トライデントと三叉槍の熟練度が達人になる
上記はスペルマスターを除く

3 years agoMerge pull request #376 from iks3/fix-sexy-sorcerer-whip
iks [Mon, 1 Mar 2021 14:17:48 +0000 (23:17 +0900)]
Merge pull request #376 from iks3/fix-sexy-sorcerer-whip

[Fix] セクシースペルマスターの初期武器

3 years ago[Fix] セクシースペルマスターの初期武器
iks [Mon, 1 Mar 2021 14:13:20 +0000 (23:13 +0900)]
[Fix] セクシースペルマスターの初期武器

魔術師の杖に加えてムチも配備されていたためおかしくなっていた。
スペマスの場合はムチの配備と熟練度はなし。

3 years agoMerge pull request #370 from iks3/feature-armor-artifacts-a10
iks [Mon, 1 Mar 2021 11:32:47 +0000 (20:32 +0900)]
Merge pull request #370 from iks3/feature-armor-artifacts-a10

[Feature]α10に向けたアーティファクトの調整

3 years agoMerge pull request #373 from dis-/feature/Update-Bit-Macro
dis- [Mon, 1 Mar 2021 10:57:14 +0000 (19:57 +0900)]
Merge pull request #373 from dis-/feature/Update-Bit-Macro

[Refactor] BIT演算マクロへの置換を進める。mutation-investor-remover.c後半。

3 years agoMerge pull request #372 from backwardsEric/english-skyrim-uniques
Deskull [Mon, 1 Mar 2021 10:35:34 +0000 (19:35 +0900)]
Merge pull request #372 from backwardsEric/english-skyrim-uniques

English: edit descriptions for the uniques from Skyrim

3 years ago[Feature] アーティファクト武器、弓、アミュ、指輪の調整 #369
iks [Sun, 28 Feb 2021 14:48:02 +0000 (23:48 +0900)]
[Feature] アーティファクト武器、弓、アミュ、指輪の調整 #369

3 years ago[Refactor] BIT演算マクロへの置換を進める。mutation-investor-remover.c後半。
dis- [Mon, 1 Mar 2021 04:35:46 +0000 (13:35 +0900)]
[Refactor] BIT演算マクロへの置換を進める。mutation-investor-remover.c後半。

可読性向上のため、BIT演算マクロを使用する。
動作変更は行わない。

3 years agoTo be more idiomatic, slightly reword the second sentence in the English description...
Eric Branlund [Mon, 1 Mar 2021 03:05:22 +0000 (19:05 -0800)]
To be more idiomatic, slightly reword the second sentence in the English description for Mirmulnir.

3 years agoTo be more idiomatic, rephrase the second sentence in the English description for...
Eric Branlund [Mon, 1 Mar 2021 02:55:57 +0000 (18:55 -0800)]
To be more idiomatic, rephrase the second sentence in the English description for Sahloknir.

3 years agoTry to edit the English description of Odahviing for clarity.
Eric Branlund [Mon, 1 Mar 2021 02:45:05 +0000 (18:45 -0800)]
Try to edit the English description of Odahviing for clarity.

3 years agoChange a couple of words in the English description of Paarthurnax to be a bit more...
Eric Branlund [Mon, 1 Mar 2021 02:11:49 +0000 (18:11 -0800)]
Change a couple of words in the English description of Paarthurnax to be a bit more idiomatic.

3 years agoIn the English description for Durnehviir, subsistute "its" for "his" to match the...
Eric Branlund [Mon, 1 Mar 2021 02:07:23 +0000 (18:07 -0800)]
In the English description for Durnehviir, subsistute "its" for "his" to match the other pronouns.

3 years agoRephrase the English description for Alduin - interpolating between what was there...
Eric Branlund [Mon, 1 Mar 2021 01:57:52 +0000 (17:57 -0800)]
Rephrase the English description for Alduin - interpolating between what was there and the description at https://elderscrolls.fandom.com/wiki/Alduin .

3 years agoFor clarity and to get the whitespace right, change the second sentence in the Englis...
Eric Branlund [Mon, 1 Mar 2021 01:39:10 +0000 (17:39 -0800)]
For clarity and to get the whitespace right, change the second sentence in the English description of the followers of Miraak.

3 years agoRephrase the English description for Miraak to be a bit more fluent.
Eric Branlund [Mon, 1 Mar 2021 01:35:09 +0000 (17:35 -0800)]
Rephrase the English description for Miraak to be a bit more fluent.

3 years agoSlightly reword the English description for Harkon to make the fist sentence complete...
Eric Branlund [Mon, 1 Mar 2021 01:30:48 +0000 (17:30 -0800)]
Slightly reword the English description for Harkon to make the fist sentence complete and replace "genus" with "family".

3 years agoMerge pull request #368 from dis-/feature/Refactor-Bit-Macros
dis- [Mon, 1 Mar 2021 00:02:49 +0000 (09:02 +0900)]
Merge pull request #368 from dis-/feature/Refactor-Bit-Macros

[Refactor] BIT演算マクロへの置換を進める。mutation-investor-remover.c

3 years agoMerge pull request #359 from dis-/feature/Fix-Glyph-Notation
dis- [Mon, 1 Mar 2021 00:01:51 +0000 (09:01 +0900)]
Merge pull request #359 from dis-/feature/Fix-Glyph-Notation

[Fix] 「回避の彫像」「守りのルーン」の表記ブレの統一 #357

3 years agoMerge pull request #365 from backwardsEric/english-mystic-edits
Deskull [Sun, 28 Feb 2021 15:06:04 +0000 (00:06 +0900)]
Merge pull request #365 from backwardsEric/english-mystic-edits

English: edit descriptions for elementary, high, and acting master mystic

3 years ago[Feature] アーティファクト防具の調整 #369 (Discuss #279)
iks [Sun, 28 Feb 2021 14:34:16 +0000 (23:34 +0900)]
[Feature] アーティファクト防具の調整 #369 (Discuss #279)

3 years agoMerge pull request #366 from sikabane-works/release/3.0.0Alpha9
Deskull [Sun, 28 Feb 2021 12:02:57 +0000 (21:02 +0900)]
Merge pull request #366 from sikabane-works/release/3.0.0Alpha9

[Version] 3.0.0Alpha9

3 years ago[Refactor] BIT演算マクロへの置換を進める。mutation-investor-remover.c
dis- [Sun, 28 Feb 2021 11:42:15 +0000 (20:42 +0900)]
[Refactor] BIT演算マクロへの置換を進める。mutation-investor-remover.c

可読性向上のため、BIT演算マクロを使用する。
動作変更は行わない。

3 years ago[Version] 3.0.0Alpha9
deskull [Sun, 28 Feb 2021 09:48:54 +0000 (18:48 +0900)]
[Version] 3.0.0Alpha9

3 years agoTry to improve the English description for the high mystic.
Eric Branlund [Sun, 28 Feb 2021 09:19:54 +0000 (01:19 -0800)]
Try to improve the English description for the high mystic.

3 years agoTry to improve the English description for the acting master mystic.
Eric Branlund [Sun, 28 Feb 2021 07:29:19 +0000 (23:29 -0800)]
Try to improve the English description for the acting master mystic.

3 years agoTry to improve the English description for elementary mystic with a bit of rephrasing.
Eric Branlund [Sun, 28 Feb 2021 06:12:06 +0000 (22:12 -0800)]
Try to improve the English description for elementary mystic with a bit of rephrasing.

3 years agoMerge pull request #364 from hengband/sikabane-works-patch-2
Deskull [Sun, 28 Feb 2021 09:09:14 +0000 (18:09 +0900)]
Merge pull request #364 from hengband/sikabane-works-patch-2

Update readme.md

3 years agoMerge branch 'develop' into sikabane-works-patch-2
Deskull [Sun, 28 Feb 2021 09:07:24 +0000 (18:07 +0900)]
Merge branch 'develop' into sikabane-works-patch-2

3 years agoMerge pull request #363 from hengband/sikabane-works-patch-1
Deskull [Sun, 28 Feb 2021 09:06:37 +0000 (18:06 +0900)]
Merge pull request #363 from hengband/sikabane-works-patch-1

#120の注意喚起を追記

3 years agoUpdate readme.md
Deskull [Sun, 28 Feb 2021 08:59:36 +0000 (17:59 +0900)]
Update readme.md

旧Mac版リンク先が消えていたので削除。

3 years ago#120の注意喚起を追記
Deskull [Sun, 28 Feb 2021 08:56:57 +0000 (17:56 +0900)]
#120の注意喚起を追記

とりあえず注意点を追加しました。英語版との内容齟齬などは後々どうにか調整したいので、このままマージさせて解決とさせてもらいたいと思います。

3 years agoMerge pull request #358 from sikabane-works/feature/change-redmage-reward
Deskull [Sun, 28 Feb 2021 08:11:16 +0000 (17:11 +0900)]
Merge pull request #358 from sikabane-works/feature/change-redmage-reward

[Feature] 赤魔導師の古い城報酬をサンブレードに変更.

3 years ago[Feature] t_lite.txt中の古い城報酬も修正.
deskull [Sun, 28 Feb 2021 07:07:53 +0000 (16:07 +0900)]
[Feature] t_lite.txt中の古い城報酬も修正.

3 years ago[Fix] 「回避の彫像」「守りのルーン」の表記ブレの統一 #357
dis- [Sun, 28 Feb 2021 04:35:36 +0000 (13:35 +0900)]
[Fix] 「回避の彫像」「守りのルーン」の表記ブレの統一 #357

"Glyph"表記と"Rune"表記が混在しているが、これを"Rune"表記に統一する。
ゲーム中の説明、ソースコード中の表記等から"Glyph"表記を一掃した。
動作は変更しない。

3 years ago[Feature] 赤魔導師の古い城報酬をサンブレードに変更.
deskull [Sun, 28 Feb 2021 03:58:23 +0000 (12:58 +0900)]
[Feature] 赤魔導師の古い城報酬をサンブレードに変更.

3 years agoMerge pull request #355 from habu1010/feature/fix-character-icky
Habu [Sun, 28 Feb 2021 03:29:08 +0000 (12:29 +0900)]
Merge pull request #355 from habu1010/feature/fix-character-icky

[fix] character_icky の型変更による不具合

3 years ago[fix] character_icky の型変更による不具合
Habu [Sat, 27 Feb 2021 21:32:34 +0000 (06:32 +0900)]
[fix] character_icky の型変更による不具合

真のbool型導入により、character_ickyがTRUEかFALSEの値のみしか
取らなくなったが、実際は整数型として使用されていたため、
描画周りに不具合が発生するようになった。
character_ikcyを元と同様のbyte型に定義しなおし、変数名を
実情に合わせてcharacter_icky_depthに変更する。

3 years agoMerge pull request #352 from iks3/feature-tweak-artifacts-a9
iks [Sat, 27 Feb 2021 16:32:03 +0000 (01:32 +0900)]
Merge pull request #352 from iks3/feature-tweak-artifacts-a9

アーティファクト装備の能力等を調整 (α9)

3 years agoMerge pull request #341 from iks3/fix-eagle-cloning-and-summoning-kin
iks [Sat, 27 Feb 2021 15:38:45 +0000 (00:38 +0900)]
Merge pull request #341 from iks3/fix-eagle-cloning-and-summoning-kin

[Fix] 大鷲系モンスターの挙動がおかしい

3 years ago[Feature] アーティファクトの能力とレア度を調整 #351
iks [Sat, 27 Feb 2021 15:30:33 +0000 (00:30 +0900)]
[Feature] アーティファクトの能力とレア度を調整 #351

- アーティファクト武器

3 years agoMerge pull request #307 from habu1010/feature/introduce-formal-bool
Habu [Sat, 27 Feb 2021 15:12:29 +0000 (00:12 +0900)]
Merge pull request #307 from habu1010/feature/introduce-formal-bool

[refactor] 正式なbool型の導入

3 years ago[Feature] 新規アーティファクトの能力を古い城の報酬向きに調整。 #351
iks [Sat, 27 Feb 2021 14:38:29 +0000 (23:38 +0900)]
[Feature] 新規アーティファクトの能力を古い城の報酬向きに調整。 #351

- ドン・キホーテのヘヴィ・ランス
- バスタード・ソード『サンブレード』

3 years agoMerge pull request #350 from habu1010/feature/issue-template-for-bug-report
Habu [Sat, 27 Feb 2021 14:27:38 +0000 (23:27 +0900)]
Merge pull request #350 from habu1010/feature/issue-template-for-bug-report

[feature] Create issue templates

3 years ago[feature] Create issue templates
Habu [Sat, 27 Feb 2021 14:05:35 +0000 (23:05 +0900)]
[feature] Create issue templates

バグ報告用のIssueテンプレートを作成

3 years agoMerge pull request #334 from iks3/fix-autosave-utf8-bom
iks [Sat, 27 Feb 2021 13:49:27 +0000 (22:49 +0900)]
Merge pull request #334 from iks3/fix-autosave-utf8-bom

[Fix] 設定ファイルがBOM付で保存される #333

3 years agoMerge pull request #344 from habu1010/feature/mon-desc-name-wrap
Habu [Sat, 27 Feb 2021 13:34:12 +0000 (22:34 +0900)]
Merge pull request #344 from habu1010/feature/mon-desc-name-wrap

[feature] mon-desc.txt の折返し表示

3 years agoMerge pull request #345 from dis-/feature/Fix-RedMage-Description
dis- [Sat, 27 Feb 2021 13:29:27 +0000 (22:29 +0900)]
Merge pull request #345 from dis-/feature/Fix-RedMage-Description

[Fix] 赤魔道師の説明を修正

3 years ago[Fix] 赤魔道師の説明を修正
dis- [Sat, 27 Feb 2021 13:14:10 +0000 (22:14 +0900)]
[Fix] 赤魔道師の説明を修正

全ての下級魔法を使用できるように変更したので、職業説明をそれに合わせて修正する。

3 years ago[feature] mon-desc.txt の折返し表示
Habu [Sat, 27 Feb 2021 13:08:57 +0000 (22:08 +0900)]
[feature] mon-desc.txt の折返し表示

現状のスポイラー自動生成機能で出力される mon-desc.txt は
名前の欄のカラム幅が非常に長く見づらくなっている。
名前の欄のカラム幅を狭くして、1行に表示できないものは
折返し表示して見やすくする。
1行に表示できるのはとりあえず全角で20文字までとする。
英語版については単語の途中で折り返されることがあるが、
もし必要であれば別途対応とする。

3 years agoMerge pull request #340 from backwardsEric/japanese-readme-backticks
Deskull [Sat, 27 Feb 2021 12:51:25 +0000 (21:51 +0900)]
Merge pull request #340 from backwardsEric/japanese-readme-backticks

Japanese readme: format Unix shell commands with backticks

3 years agoMerge pull request #343 from iks3/fix-nature-blizzard
iks [Sat, 27 Feb 2021 12:43:35 +0000 (21:43 +0900)]
Merge pull request #343 from iks3/fix-nature-blizzard

[Fix] 自然領域のブリザードのコストを調整

3 years ago[Fix] 自然領域のブリザードのコストを調整 #338 / Cost of blizzard spell in nature realm.
iks [Sat, 27 Feb 2021 12:31:21 +0000 (21:31 +0900)]
[Fix] 自然領域のブリザードのコストを調整 #338 / Cost of blizzard spell in nature realm.

3 years agoMerge pull request #336 from iks3/feature-red-mage-spells
iks [Sat, 27 Feb 2021 12:30:09 +0000 (21:30 +0900)]
Merge pull request #336 from iks3/feature-red-mage-spells

[Feature]赤魔導士の一部呪文を開放、秘術の調整

3 years agoMerge pull request #317 from iks3/feature-cancel-recall-exit
iks [Sat, 27 Feb 2021 12:09:08 +0000 (21:09 +0900)]
Merge pull request #317 from iks3/feature-cancel-recall-exit

[Feature] 帰還できるダンジョンがないのに帰還してしまう #284

3 years agoMerge pull request #339 from dis-/feature/Fix-collect_monsters
dis- [Sat, 27 Feb 2021 11:54:13 +0000 (20:54 +0900)]
Merge pull request #339 from dis-/feature/Fix-collect_monsters

[Fix] '%'キーの画面表示の設定項目が減っている #335

3 years ago[Fix] '%'キーの画面表示の設定項目が減っている #335
dis- [Sat, 27 Feb 2021 11:05:37 +0000 (20:05 +0900)]
[Fix] '%'キーの画面表示の設定項目が減っている #335

該当箇所を修正。