OSDN Git Service

hengbandforosx/hengbandosx.git
3 years ago[Fix] 矢の軌跡に残像が残る
dis- [Sun, 31 Jan 2021 03:35:31 +0000 (12:35 +0900)]
[Fix] 矢の軌跡に残像が残る

39984e016dabe4287f65f671bab3fbff350d6a3eにて過剰に処理をカットしていたのが原因。
矢の軌跡はfresh-afterの有無ではなくdelayの値で描写有無を決めるべき。
不要な条件節をカットした。

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-Dungeon-Quest-BGM' into...
deskull [Sun, 31 Jan 2021 02:00:57 +0000 (11:00 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-Dungeon-Quest-BGM' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-Calc-To-Hit' into develop
deskull [Sun, 31 Jan 2021 01:47:39 +0000 (10:47 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-Calc-To-Hit' into develop

3 years ago[Refactor] #41383 Doxygenコメントを追加 / Added Doxygen comment to sound-of-music.c
Hourier [Sat, 30 Jan 2021 15:00:45 +0000 (00:00 +0900)]
[Refactor] #41383 Doxygenコメントを追加 / Added Doxygen comment to sound-of-music.c

3 years ago[Fix] #41383 個別にフロアクエスト用BGMを設定せず、Basic BGM (クエスト)のみを設定した場合、通常ダンジョン用のBGMしか流れない不具合を解消した...
Hourier [Sat, 30 Jan 2021 14:59:36 +0000 (23:59 +0900)]
[Fix] #41383 個別にフロアクエスト用BGMを設定せず、Basic BGM (クエスト)のみを設定した場合、通常ダンジョン用のBGMしか流れない不具合を解消した / Resolved the issue that only BGM for normal dungeon was played when only Basic BGM (quest) was set without setting BGM for floor quest individually

3 years ago[refactor] 右手/左手に関する関数名を変更
Habu [Sat, 30 Jan 2021 08:11:41 +0000 (17:11 +0900)]
[refactor] 右手/左手に関する関数名を変更

左利き設定を考慮し、関数名のright_handをmain_hand、left_handをsub_handとする。
また、has_right_hand_weaponはその関数名と裏腹に素手攻撃が可能でもTRUEとなり
現実に即していないので、can_attack_with_main_hand と挙動通りの名称にする。

3 years ago[delete] 未使用ファイルを削除
Habu [Sat, 30 Jan 2021 07:20:14 +0000 (16:20 +0900)]
[delete] 未使用ファイルを削除

src/player/selfinfo.c に INVEN_RARM の定義が残っていたが、
別の場所に移動した後の残骸なので削除する。
また、これに関連して src/mutation/mutation.c も使用されていないので合わせて削除する。

3 years ago[Refactor] 名称の変更 RARM/LARM/HANDS -> MAIN_HAND/SUB_HAND/ARMS
dis- [Sat, 30 Jan 2021 05:33:35 +0000 (14:33 +0900)]
[Refactor] 名称の変更 RARM/LARM/HANDS -> MAIN_HAND/SUB_HAND/ARMS
RIGHT/LEFT -> MAIN_RING/SUB_RING
get_default_hand -> main_attack_hand

3 years ago[Fix] 素手ボーナスが二重に適用されている
dis- [Sat, 30 Jan 2021 04:55:44 +0000 (13:55 +0900)]
[Fix] 素手ボーナスが二重に適用されている
重複分の削除と該当箇所の条件を整理。

3 years ago[Refactor] 無駄な空白、改行の削除、includeのソート
dis- [Sat, 30 Jan 2021 02:16:48 +0000 (11:16 +0900)]
[Refactor] 無駄な空白、改行の削除、includeのソート
直近変更のあったコードに対してコード整形ツールを使用して整理した。

3 years agoMerge branch 'feature/Fix-Calc-Slaying' into develop
dis- [Sat, 30 Jan 2021 01:05:04 +0000 (10:05 +0900)]
Merge branch 'feature/Fix-Calc-Slaying' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-Seen-Msg' into develop
deskull [Sat, 30 Jan 2021 00:46:20 +0000 (09:46 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-Seen-Msg' into develop

3 years agoMerge branch 'feature/english-release' into develop
deskull [Sat, 30 Jan 2021 00:33:43 +0000 (09:33 +0900)]
Merge branch 'feature/english-release' into develop

3 years agoInclude English version of alpha version title for splash screen.
Eric Branlund [Wed, 27 Jan 2021 00:09:20 +0000 (16:09 -0800)]
Include English version of alpha version title for splash screen.

(cherry picked from commit 898e9aaeda2073e039e3690c200e6384210d4261)

3 years ago[fix] マージによりコンパイルエラーが発生
Habu [Fri, 29 Jan 2021 15:35:21 +0000 (00:35 +0900)]
[fix] マージによりコンパイルエラーが発生

c9ad62aea1854ec46e8e7c33ca01e80f47210fbc のマージにより
リファクタリング前の変数使用によるコンパイルエラーが発生している。
リファクタリングに合わせた変数に修正する。

3 years agoMerge branch 'feature/apply-martial-arts-to-h' into feature/Fix-Calc-Slaying
deskull [Fri, 29 Jan 2021 15:15:36 +0000 (00:15 +0900)]
Merge branch 'feature/apply-martial-arts-to-h' into feature/Fix-Calc-Slaying

3 years ago[Fix] #41190 マーシャルアーツの技能値が命中率に反映されない不具合修正 / 
deskull [Fri, 29 Jan 2021 15:11:57 +0000 (00:11 +0900)]
[Fix] #41190 マーシャルアーツの技能値が命中率に反映されない不具合修正 / 
Fixed a bug that martial arts skill was not reflected in the hit rate.

3 years ago[Implement] #41358 English-Release ビルドをプロジェクトファイルに追加. / Add Englise-Release build...
deskull [Fri, 29 Jan 2021 13:56:29 +0000 (22:56 +0900)]
[Implement] #41358 English-Release ビルドをプロジェクトファイルに追加. / Add Englise-Release build in vcxproj file.

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Expand-File-Read-Buffer' into...
deskull [Fri, 29 Jan 2021 13:41:19 +0000 (22:41 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Expand-File-Read-Buffer' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-sweep_hiding_candidate'...
deskull [Fri, 29 Jan 2021 13:28:28 +0000 (22:28 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-sweep_hiding_candidate' into develop

3 years agoMerge branch 'feature/fix-ring-slaying-bonus' into feature/Fix-Calc-Slaying
deskull [Fri, 29 Jan 2021 13:14:26 +0000 (22:14 +0900)]
Merge branch 'feature/fix-ring-slaying-bonus' into feature/Fix-Calc-Slaying

3 years agoMerge pull request #41337 (taotao/hengband/feature/RefreshMonList into develop).
deskull [Fri, 29 Jan 2021 12:56:09 +0000 (21:56 +0900)]
Merge pull request #41337 (taotao/hengband/feature/RefreshMonList into develop).

3 years agoMerge remote-tracking branch 'remotes/origin/feature-Fix-Home-Stack' into develop
deskull [Fri, 29 Jan 2021 12:41:13 +0000 (21:41 +0900)]
Merge remote-tracking branch 'remotes/origin/feature-Fix-Home-Stack' into develop

3 years agoMerge branch 'feature/Fix-Auto-More' into develop
deskull [Fri, 29 Jan 2021 12:30:00 +0000 (21:30 +0900)]
Merge branch 'feature/Fix-Auto-More' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-BGM-Switch' into develop
deskull [Fri, 29 Jan 2021 11:44:42 +0000 (20:44 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-BGM-Switch' into develop

3 years agoMerge pull request #41351 (taotao/hengband/fix-dungeon_quest_bgm into develop).
deskull [Fri, 29 Jan 2021 11:38:46 +0000 (20:38 +0900)]
Merge pull request #41351 (taotao/hengband/fix-dungeon_quest_bgm into develop).

3 years ago[Fix] #41360 我が家にアイテムを100個以上スタックする時に99個で打ち止めになる不具合を修正 / Resolved the issue that 99...
Hourier [Fri, 29 Jan 2021 11:38:24 +0000 (20:38 +0900)]
[Fix] #41360 我が家にアイテムを100個以上スタックする時に99個で打ち止めになる不具合を修正 / Resolved the issue that 99 items was last order when stacking 100 or more items

3 years ago[Fix] #41361 auto-moreオプションが効いていない場合がある
dis- [Fri, 29 Jan 2021 09:36:09 +0000 (18:36 +0900)]
[Fix] #41361 auto-moreオプションが効いていない場合がある
該当の処理部を整理し挙動を修正した。

3 years ago[Refactor] 列挙値の接頭詞を統一、右手/左手を列挙値に変更
dis- [Fri, 29 Jan 2021 03:53:34 +0000 (12:53 +0900)]
[Refactor] 列挙値の接頭詞を統一、右手/左手を列挙値に変更

3 years ago[Fix] 殺戮修正の計算がおかしい
dis- [Fri, 29 Jan 2021 03:07:45 +0000 (12:07 +0900)]
[Fix] 殺戮修正の計算がおかしい
とてもbuggyなのでナイーブに列挙した。いずれRefactorしたい。

3 years ago[Fix] #41359 ハウンドの挙動が以前と異なる
dis- [Thu, 28 Jan 2021 13:13:55 +0000 (22:13 +0900)]
[Fix] #41359 ハウンドの挙動が以前と異なる
該当箇所の条件式を以前のものと等価に修正した

3 years ago[Implement] #41338 長いマクロを使えるようにする
dis- [Thu, 28 Jan 2021 08:36:26 +0000 (17:36 +0900)]
[Implement] #41338 長いマクロを使えるようにする
ファイルから文字列を取得するバッファサイズを拡張し、長文マクロに対応した。

3 years ago[Fix] #41264 WIP,calc_to_damage()再整理中.
deskull [Wed, 27 Jan 2021 22:16:32 +0000 (07:16 +0900)]
[Fix] #41264 WIP,calc_to_damage()再整理中.

3 years ago[Fix] #41182 光源範囲外のモンスターにテレポアウェイしたときのメッセージ修正
dis- [Wed, 27 Jan 2021 14:15:10 +0000 (23:15 +0900)]
[Fix] #41182 光源範囲外のモンスターにテレポアウェイしたときのメッセージ修正
単にプレイヤーから視認可能か判断するべきところで射線判定が使用されていた。
該当箇所を視認可能フラグに変更。

3 years ago[Fix] #41340 修行僧が軽装で加速しない不具合を修正. / Fixed monks wouldn't accelerate in light arming.
deskull [Wed, 27 Jan 2021 12:39:18 +0000 (21:39 +0900)]
[Fix] #41340 修行僧が軽装で加速しない不具合を修正. / Fixed monks wouldn't accelerate in light arming.

3 years ago[Fix] #41351 BGMが切り替わらない問題を修正 (WIP、根本的には inside_quest の更新処理を見直すべき) / Resolved the...
Hourier [Wed, 27 Jan 2021 10:34:43 +0000 (19:34 +0900)]
[Fix] #41351 BGMが切り替わらない問題を修正 (WIP、根本的には inside_quest の更新処理を見直すべき) / Resolved the issue that BGM wasn't switched

3 years agoMerge branch 'feature/fix-calc-status' into develop
Hourier [Wed, 27 Jan 2021 11:14:55 +0000 (20:14 +0900)]
Merge branch 'feature/fix-calc-status' into develop

3 years ago[Fix] ダンジョン内クエストBGMに切り替わらない問題を修正
taotao54321 [Wed, 27 Jan 2021 09:53:55 +0000 (18:53 +0900)]
[Fix] ダンジョン内クエストBGMに切り替わらない問題を修正

https://osdn.net/projects/hengband/ticket/41134

3 years agoMerge branch 'feature/Fix-Fresh-After' into develop
Hourier [Wed, 27 Jan 2021 09:56:22 +0000 (18:56 +0900)]
Merge branch 'feature/Fix-Fresh-After' into develop

3 years ago[Fix] GF_STAR_HEALの処理でclone monsterが実行される
dis- [Wed, 27 Jan 2021 08:41:15 +0000 (17:41 +0900)]
[Fix] GF_STAR_HEALの処理でclone monsterが実行される
該当のswitchの処理を修正

3 years ago[Fix] #41342 忍者の盾なし隠密加算が全職に入っていた不具合を修正. / Fix Ninja's stealth bonus added to all...
deskull [Tue, 26 Jan 2021 23:23:09 +0000 (08:23 +0900)]
[Fix] #41342 忍者の盾なし隠密加算が全職に入っていた不具合を修正. / Fix Ninja's stealth bonus added to all classes.

 * if文で一度忍者かどうかを囲わないといけなかった。

3 years ago[Fix] fresh-afterコマンドの修正
dis- [Tue, 26 Jan 2021 10:35:29 +0000 (19:35 +0900)]
[Fix] fresh-afterコマンドの修正
コマンド自動繰り返しにのみ効いていたfresh-afterをマクロ全般に拡張した。

3 years agoMerge branch 'feature/Fix-Class-Table' into develop
Hourier [Tue, 26 Jan 2021 14:36:43 +0000 (23:36 +0900)]
Merge branch 'feature/Fix-Class-Table' into develop

3 years agoMerge branch 'feature/Fix-Stealth-Pval-Description' into develop
dis- [Tue, 26 Jan 2021 14:17:48 +0000 (23:17 +0900)]
Merge branch 'feature/Fix-Stealth-Pval-Description' into develop

3 years agoMerge branch 'feature/Fix-Potion-Shatter' into develop
dis- [Tue, 26 Jan 2021 14:12:55 +0000 (23:12 +0900)]
Merge branch 'feature/Fix-Potion-Shatter' into develop

3 years agoMerge branch 'feature/bounty-endless-loop' into develop
dis- [Tue, 26 Jan 2021 14:01:51 +0000 (23:01 +0900)]
Merge branch 'feature/bounty-endless-loop' into develop

3 years ago[Fix] 攻撃回数の上限がおかしい
dis- [Tue, 26 Jan 2021 13:49:05 +0000 (22:49 +0900)]
[Fix] 攻撃回数の上限がおかしい
職業テーブルの値に誤りがあったため、修正。

3 years ago[Fix] #41316 賞金首生成時に判明したget_mon_num_prep(), get_mon_num()のバグ修正 / Fix get_mon_num_prep...
deskull [Tue, 26 Jan 2021 13:36:09 +0000 (22:36 +0900)]
[Fix] #41316 賞金首生成時に判明したget_mon_num_prep(), get_mon_num()のバグ修正 / Fix get_mon_num_prep(), get_mon_num() found by process bounty selection.

 * get_mon_num_prep()時、条件を通った後ダンジョンごとのMONSTER_DIV修正でprop値が0になる部分を最低1保証.
 * 最低階層処理をget_mon_num()に回したことに伴う、prep値とtotal値の食い違いを修正.

3 years ago[Fix] #41316 get_mon_num() の最小生成階範囲処理ミスを修正. / Fix min level range of get_mon_num().
deskull [Tue, 26 Jan 2021 12:40:19 +0000 (21:40 +0900)]
[Fix] #41316 get_mon_num() の最小生成階範囲処理ミスを修正. / Fix min level range of get_mon_num().

3 years ago[Fix] #41341 攻撃回数と隠密が両方加算される装備品の表記が狂っていたのを修正した / Resolved the issue that the notation...
Hourier [Tue, 26 Jan 2021 12:39:38 +0000 (21:39 +0900)]
[Fix] #41341 攻撃回数と隠密が両方加算される装備品の表記が狂っていたのを修正した / Resolved the issue that the notation of equipment that adds both the number of attacks and stealth was incorrect

3 years ago[Fix] #41316 モンスター生成候補デバッグメッセージ追加. / Added monster generation candidate debug message.
deskull [Tue, 26 Jan 2021 12:22:07 +0000 (21:22 +0900)]
[Fix] #41316 モンスター生成候補デバッグメッセージ追加. / Added monster generation candidate debug message.

3 years ago[Fix] #41316 get_mon_num() に最小生成階範囲追加. / Add min level range to get_mon_num().
deskull [Mon, 25 Jan 2021 22:43:37 +0000 (07:43 +0900)]
[Fix] #41316 get_mon_num() に最小生成階範囲追加. / Add min level range to get_mon_num().

 * 将来の拡張と、whileループでget_mon_num()の内容繰り返すのは問題と判断したため.

3 years ago[Fix] #41335 薬が壁に当たっても割れない不具合を修正した / Resolved the issue that a potion wasn't shattere...
Hourier [Mon, 25 Jan 2021 14:59:23 +0000 (23:59 +0900)]
[Fix] #41335 薬が壁に当たっても割れない不具合を修正した / Resolved the issue that a potion wasn't shattered when it attacks to wall

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-Spell-Info-Garbled' into...
deskull [Mon, 25 Jan 2021 14:09:26 +0000 (23:09 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-Spell-Info-Garbled' into develop

3 years ago[Feature] モンスターリスト自動更新
taotao54321 [Mon, 25 Jan 2021 11:53:43 +0000 (20:53 +0900)]
[Feature] モンスターリスト自動更新

勝手版と同じ仕様、のはず。

3 years ago[Fix] #41334 Linux版で魔法一覧を表示した時に文字化け
Habu [Mon, 25 Jan 2021 10:04:07 +0000 (19:04 +0900)]
[Fix] #41334 Linux版で魔法一覧を表示した時に文字化け

例によって.hファイルはUTF-8→EUCの変換の対象になっていないのが原因。
defineマクロによる定数ではなくconcptrの変数宣言に置き換え、
変数定義はcmd-spell.cで行うようにする。

3 years agoMerge branch 'release/3.0.0Alpha3' into develop
Hourier [Sun, 24 Jan 2021 23:56:18 +0000 (08:56 +0900)]
Merge branch 'release/3.0.0Alpha3' into develop

3 years ago[Version] 3.0.0Alpha3
deskull [Sun, 24 Jan 2021 22:20:10 +0000 (07:20 +0900)]
[Version] 3.0.0Alpha3
 * #41330 反感フラグ処理が逆になっている

3 years agoMerge remote-tracking branch 'remotes/origin/hotfix/Fix-Aggravation' into develop
deskull [Sun, 24 Jan 2021 22:03:17 +0000 (07:03 +0900)]
Merge remote-tracking branch 'remotes/origin/hotfix/Fix-Aggravation' into develop

3 years ago[Fix] 反感フラグが反転している
dis- [Sun, 24 Jan 2021 16:18:52 +0000 (01:18 +0900)]
[Fix] 反感フラグが反転している
該当の条件節を修正。

3 years agoMerge branch 'develop'
Hourier [Sun, 24 Jan 2021 12:41:27 +0000 (21:41 +0900)]
Merge branch 'develop'

3 years agoMerge branch 'release/3.0.0Alpha2' into develop
deskull [Sun, 24 Jan 2021 12:08:03 +0000 (21:08 +0900)]
Merge branch 'release/3.0.0Alpha2' into develop

3 years ago[Version] #41230 #41230 3.0.0Alpha2 セーブデータの互換を取るために以下の改変
deskull [Sun, 24 Jan 2021 11:38:23 +0000 (20:38 +0900)]
[Version] #41230 #41230 3.0.0Alpha2 セーブデータの互換を取るために以下の改変
 * object_type->xtra2の保存サイズを16bitに
 * object_type->name1の保存サイズを16bitに

3 years agoMerge branch 'feature/fix-sound-include' into develop
deskull [Sun, 24 Jan 2021 11:37:04 +0000 (20:37 +0900)]
Merge branch 'feature/fix-sound-include' into develop

3 years ago[Fix] #41324 sound()関数の参照先なし警告修正./ Fix clang (12.0.0) compiler error from recent...
deskull [Sun, 24 Jan 2021 11:34:16 +0000 (20:34 +0900)]
[Fix] #41324 sound()関数の参照先なし警告修正./ Fix clang (12.0.0) compiler error from recent change: implicit declaration for sound().

3 years agoMerge branch 'feature/fix-ninja-freeaction' into develop
deskull [Sun, 24 Jan 2021 10:48:00 +0000 (19:48 +0900)]
Merge branch 'feature/fix-ninja-freeaction' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/Feature/Fix-Brief-Monster' into develop
deskull [Sun, 24 Jan 2021 10:47:47 +0000 (19:47 +0900)]
Merge remote-tracking branch 'remotes/origin/Feature/Fix-Brief-Monster' into develop

3 years ago[Fix] #41174 忍者が盾装備時に表示上も正しく麻痺知らずを失うよう修正. /
deskull [Sun, 24 Jan 2021 10:43:48 +0000 (19:43 +0900)]
[Fix] #41174 忍者が盾装備時に表示上も正しく麻痺知らずを失うよう修正. /
Fixed Ninja to lose free-action correctly on display when equipped with a shield.

3 years ago[Fix] #41325 モンスターの名前やACが見切れる事象全般を修正した / Resolved tthe issue that various info in...
Hourier [Sun, 24 Jan 2021 10:42:45 +0000 (19:42 +0900)]
[Fix] #41325 モンスターの名前やACが見切れる事象全般を修正した / Resolved tthe issue that various info in brief-monsters-spoiler was cut off in the middle

3 years ago[Fix] #41325 簡易スポイラーのVisual Info欄が見切れないように修正した / Resolved the issue that the Visual...
Hourier [Sun, 24 Jan 2021 10:20:56 +0000 (19:20 +0900)]
[Fix] #41325 簡易スポイラーのVisual Info欄が見切れないように修正した / Resolved the issue that the Visual Info in brief-monsters-spoiler was cut off in the middle

3 years agoMerge branch 'Feature/Version-Expression' into develop
deskull [Sun, 24 Jan 2021 08:10:01 +0000 (17:10 +0900)]
Merge branch 'Feature/Version-Expression' into develop

3 years ago[Feature] #41179 テキスト出力上のバージョン表記は全てput_version()に統一。 /
deskull [Sun, 24 Jan 2021 08:09:23 +0000 (17:09 +0900)]
[Feature] #41179 テキスト出力上のバージョン表記は全てput_version()に統一。 /
All version notations on the output are unified to put_version ().

3 years agoMerge commit 'remotes/origin/feature/Fix-BufferOverRun-spoil_out' into Feature/Versio...
deskull [Sun, 24 Jan 2021 06:59:32 +0000 (15:59 +0900)]
Merge commit 'remotes/origin/feature/Fix-BufferOverRun-spoil_out' into Feature/Version-Expression

3 years agoMerge remote-tracking branch 'remotes/origin/Feature/Fix-Sorcerer-Icky-Wield' into...
deskull [Sun, 24 Jan 2021 04:21:52 +0000 (13:21 +0900)]
Merge remote-tracking branch 'remotes/origin/Feature/Fix-Sorcerer-Icky-Wield' into develop

3 years ago[Fix] #41320 スペルマスターとプリーストで素手が相応しくない武器として扱われる不具合を修正 / Resolved the issue that bare...
Hourier [Sun, 24 Jan 2021 04:16:28 +0000 (13:16 +0900)]
[Fix] #41320 スペルマスターとプリーストで素手が相応しくない武器として扱われる不具合を修正 / Resolved the issue that bare hands are treated as icky weapon when player's class is sorcerer or priest

3 years agoMerge remote-tracking branch 'remotes/origin/Feature/Refactor-Drain-Staff-Wand' into...
deskull [Sun, 24 Jan 2021 04:16:18 +0000 (13:16 +0900)]
Merge remote-tracking branch 'remotes/origin/Feature/Refactor-Drain-Staff-Wand' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/Feature/Refactor-Artifacts' into develop
deskull [Sun, 24 Jan 2021 04:12:56 +0000 (13:12 +0900)]
Merge remote-tracking branch 'remotes/origin/Feature/Refactor-Artifacts' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/Feature/Refactor-Monsters-3.0.0Alpha2...
deskull [Sun, 24 Jan 2021 04:06:04 +0000 (13:06 +0900)]
Merge remote-tracking branch 'remotes/origin/Feature/Refactor-Monsters-3.0.0Alpha2' into develop

3 years agoMerge remote-tracking branch 'remotes/origin/Feature/Fix-English-Bugs' into develop
deskull [Sun, 24 Jan 2021 02:09:42 +0000 (11:09 +0900)]
Merge remote-tracking branch 'remotes/origin/Feature/Fix-English-Bugs' into develop

3 years ago[Refactor] #41073 『エスカリボルグ』のパラメータを調整した / Adjusted the parameters of Excaliborg
Hourier [Thu, 21 Jan 2021 11:08:00 +0000 (20:08 +0900)]
[Refactor] #41073 『エスカリボルグ』のパラメータを調整した / Adjusted the parameters of Excaliborg

3 years ago[Refactor] #41073 運命のオーブで英語の説明文が表示されていたのを修正した / Resolved the issue an English descrip...
Hourier [Tue, 19 Jan 2021 12:30:28 +0000 (21:30 +0900)]
[Refactor] #41073 運命のオーブで英語の説明文が表示されていたのを修正した / Resolved the issue an English description was displayed in the Orb of Fate

3 years ago[Fix] #41073 『ドン・キホーテのヘヴィ・ランス』で電撃免疫が耐性になっていたのを修正 / Resolved the issue that the heavy...
Hourier [Sun, 17 Jan 2021 08:01:39 +0000 (17:01 +0900)]
[Fix] #41073 『ドン・キホーテのヘヴィ・ランス』で電撃免疫が耐性になっていたのを修正 / Resolved the issue that the heavy lance of Don Quixote has RES_ELEC instead of IM_ELEC

3 years ago[Fix] #41042 万色ワイアームがグレート万色ワイアームに進化しない事象を修正した / Resolved the issue that Wyrm of Many...
Hourier [Sun, 24 Jan 2021 00:10:57 +0000 (09:10 +0900)]
[Fix] #41042 万色ワイアームがグレート万色ワイアームに進化しない事象を修正した / Resolved the issue that Wyrm of Many Colours didn't evolve to Great Wyrm of Many Colours

3 years agoMerge remote-tracking branch 'remotes/origin/feature/Fix-BufferOverRun-spoil_out...
deskull [Sat, 23 Jan 2021 15:40:27 +0000 (00:40 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Fix-BufferOverRun-spoil_out' into develop

3 years ago[Refactor] #41042 モンスターフラグの微調整 (内容変更なし) / Adjusted the monster flags (contents wasn...
Hourier [Sat, 23 Jan 2021 14:07:03 +0000 (23:07 +0900)]
[Refactor] #41042 モンスターフラグの微調整 (内容変更なし) / Adjusted the monster flags (contents wasn't changed)

3 years ago[Refactor] #41042 新規zのパラメータ調整 / Adjusted the parameters of new comers of 'z'
Hourier [Sat, 23 Jan 2021 13:29:34 +0000 (22:29 +0900)]
[Refactor] #41042 新規zのパラメータ調整 / Adjusted the parameters of new comers of 'z'

3 years ago[WIP] [Refacor] #41042 泡と龍虫が分裂した時に効果音を出すようにした (注:後処理が不足している) / Added sound effect...
Hourier [Sat, 23 Jan 2021 03:44:54 +0000 (12:44 +0900)]
[WIP] [Refacor] #41042 泡と龍虫が分裂した時に効果音を出すようにした (注:後処理が不足している) / Added sound effect when auqa illusion and dragon centipedes (Note: Insufficient post-process of summoning)

3 years ago[Refactor] #41042 クリスタル・キューブのHP調整 / Adjusted HP of Crystal cube
Hourier [Fri, 22 Jan 2021 13:33:39 +0000 (22:33 +0900)]
[Refactor] #41042 クリスタル・キューブのHP調整 / Adjusted HP of Crystal cube

3 years ago[Refactor] #41042 古代万色DのHPを修正 / Changed Ancient multi-hued dragon's HP
Hourier [Fri, 22 Jan 2021 13:12:28 +0000 (22:12 +0900)]
[Refactor] #41042 古代万色DのHPを修正 / Changed Ancient multi-hued dragon's HP

3 years ago[Implement] #41042 『ダーネヴィール』と『アルドゥイン』に打撃を追加した。その他微調整いくつか / Added blows to Durnehviir...
Hourier [Fri, 22 Jan 2021 09:24:07 +0000 (18:24 +0900)]
[Implement] #41042 『ダーネヴィール』と『アルドゥイン』に打撃を追加した。その他微調整いくつか / Added blows to Durnehviir and Alduin, and changed some monsters' parameters

3 years ago[Implement] #41042 ミミックnestに登場していなかったミミック達を追加した / Added mimics for mimic nest that...
Hourier [Fri, 22 Jan 2021 09:10:06 +0000 (18:10 +0900)]
[Implement] #41042 ミミックnestに登場していなかったミミック達を追加した / Added mimics for mimic nest that doesn't appear

3 years ago[Refactor] #41052 Reshaped rooms-pit-nest.c automatically
Hourier [Fri, 22 Jan 2021 09:04:48 +0000 (18:04 +0900)]
[Refactor] #41052 Reshaped rooms-pit-nest.c automatically

3 years ago[Refactor] #41052 Reshaped rooms-pit-nest.c
Hourier [Fri, 22 Jan 2021 09:04:38 +0000 (18:04 +0900)]
[Refactor] #41052 Reshaped rooms-pit-nest.c

3 years ago[Refactor] #41042 r_infoのフォーマット調整、内容は変更せず / Adjusted the format of r_info.txt, not...
Hourier [Thu, 21 Jan 2021 13:22:29 +0000 (22:22 +0900)]
[Refactor] #41042 r_infoのフォーマット調整、内容は変更せず / Adjusted the format of r_info.txt, not changed any parameter

3 years ago[Refactor] #41268 DROP_GREATフラグを持つモンスター情報からDROP_GOODフラグを削除した / Deleted DROP_GOOD...
Hourier [Thu, 21 Jan 2021 12:27:44 +0000 (21:27 +0900)]
[Refactor] #41268 DROP_GREATフラグを持つモンスター情報からDROP_GOODフラグを削除した / Deleted DROP_GOOD flag from monsters that has DROP_GREAT flag

3 years ago[Implement] #41042 技術系モンスターのセリフを追加・修正した / Added/changed dialogs of technical monsters
Hourier [Thu, 21 Jan 2021 12:08:48 +0000 (21:08 +0900)]
[Implement] #41042 技術系モンスターのセリフを追加・修正した / Added/changed dialogs of technical monsters

3 years ago[Implement] #41042 スティーブンのセリフを英訳した / Added English dialog for Steven
Hourier [Thu, 21 Jan 2021 10:55:49 +0000 (19:55 +0900)]
[Implement] #41042 スティーブンのセリフを英訳した / Added English dialog for Steven

3 years ago[Fix] #41042 スティーブンが召喚するモンスターが誤っていたので差し替え / Changed S_KIN monster of Steven from...
Hourier [Thu, 21 Jan 2021 10:55:06 +0000 (19:55 +0900)]
[Fix] #41042 スティーブンが召喚するモンスターが誤っていたので差し替え / Changed S_KIN monster of Steven from Edge to Eye phorn

3 years ago[Fix] #41042 ユニコーンのフレーバーテキストを日本語だけ表示するように修正 / Resolved the issue that the flavor...
Hourier [Wed, 20 Jan 2021 10:25:45 +0000 (19:25 +0900)]
[Fix] #41042 ユニコーンのフレーバーテキストを日本語だけ表示するように修正 / Resolved the issue that the flavor text of Unicorn displays in both Japanese and English

3 years ago[Fix] #41042 DROP_GREATを持ち、かつDROP_GOODを持たないモンスターにDROP_GOODを追加した / Added DROP_GOOD...
Hourier [Tue, 19 Jan 2021 12:25:07 +0000 (21:25 +0900)]
[Fix] #41042 DROP_GREATを持ち、かつDROP_GOODを持たないモンスターにDROP_GOODを追加した / Added DROP_GOOD flag to monsters that doesn't have it but has DROP_GREAT