OSDN Git Service

[Refactor] #2403 Separated give_cursed() from apply_magic()
[hengbandforosx/hengbandosx.git] / src /
2022-03-13 Hourier[Refactor] #2403 Separated give_cursed() from apply_magic()
2022-03-13 Hourier[Refactor] #2403 Separated give_ego_index() from apply_...
2022-03-13 Hourier[Refactor] #2403 WeaponEnchanter::apply_magic() にあった剣...
2022-03-13 Hourier[Refactor] #2403 Defined SwordEnchanter class
2022-03-13 HourierMerge pull request #2408 from Hourier/Change-Factory...
2022-03-13 HourierMerge pull request #2411 from Hourier/Divide-ArmorEnchanter
2022-03-12 Hourier[Refactor] #2405 Doxygenコメントを現状に合わせて変更した
2022-03-12 Hourier[Refactor] #2405 Moved give_high_ego_index() from Armor...
2022-03-12 Hourier[Refactor] #2405 Separated sval_enchant() from apply_ma...
2022-03-12 Hourier[Refactor] #2405 Separated SoftArmorEnchanter from...
2022-03-12 Hourier[Refactor] #2405 Separated HardArmorEnchanter from...
2022-03-12 Hourier[Refactor] #2405 Separated DragonArmorEnchanter from...
2022-03-12 Hourier[Refactor] #2405 Removed unnecessary header from apply...
2022-03-12 Hourier[Refactor] #2407 ファクトリクラスにおいてshared_ptr を返している箇所をunique...
2022-03-12 火炎の飛竜Merge pull request #2410 from Slimebreath6078/feature...
2022-03-12 DeskullMerge pull request #2399 from sikabane-works/feature...
2022-03-12 Slimebreath6078[Refactor] セーブデータのバージョンを18に
2022-03-12 Slimebreath6078[Refactor] 思い出フラグにドロップフラグを追加
2022-03-12 Slimebreath6078[Fix] migrate_old_resistance_flags() のバージョン数字違いを訂正
2022-03-12 Slimebreath6078[Refactor] display_monster_drop_golds() の条件変数をまとめた
2022-03-12 Slimebreath6078[Refactor] トークン定義を合わせる
2022-03-12 Slimebreath6078[Refactor] 死体の対象モンスターをランダム選択する際のフラグチェックをunordered_map式にした
2022-03-12 Slimebreath6078[Refactor] 定数と条件式を機械的置き換え
2022-03-12 Slimebreath6078[Refactor] モンスターフラグ(ドロップ)を再定義
2022-03-12 Deskull[Fix] #include / enum class 不足部を修正。
2022-03-12 HourierMerge pull request #2394 from Hourier/Divide-Quaff...
2022-03-12 火炎の飛竜Merge pull request #2409 from Slimebreath6078/feature...
2022-03-11 Slimebreath6078[Refactor] project()からスーパーレイを SpellsMirrorMaster クラスへ移植
2022-03-11 Slimebreath6078[Refactor] project()からシーカーレイ、及びnext_mirror()をクラスへ移植
2022-03-11 dis-Merge pull request #2400 from dis-/feature/Fix-Asc2Text...
2022-03-11 dis-[Feature] text_to_asciiの引数にバッファ長を追加
2022-03-11 dis-[Fix] ascii_to_textのバッファオーバーランを修正
2022-03-11 Hourier[Refactor] #1642 Removed unnecessary headers from quaff...
2022-03-11 Hourier[Refactor] #1642 Separated new_life() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated speed() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated blindness() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated poison() from influence()
2022-03-11 Hourier[Refactor] #1642 Removed variable ident
2022-03-11 Hourier[Refactor] #1642 Separated death() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated resistance() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated tsuyoshi() and neo_tsuyoshi...
2022-03-11 Hourier[Refactor] #1642 Separated ruination() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated experience() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated star_enlightenment() from...
2022-03-11 Hourier[Refactor] #1642 Separated enlightenment() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated lose_memories() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated augmentation() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated polymorph() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated sleep() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated salt_water() from influence()
2022-03-11 Hourier[Refactor] #1642 Separated can_influence() from execute()
2022-03-11 Hourier[Refactor] #1642 Separated change_virtue_as_quaff(...
2022-03-11 Hourier[Refactor] #1642 Separated moisten() from execute()
2022-03-11 Hourier[Refactor] #1642 Separated influence() from QuaffExecut...
2022-03-11 Hourier[Refactor] #1642 Moved booze() and detonation() from...
2022-03-11 Hourier[Refactor] #1642 Separated copy_object() from execute()
2022-03-11 Hourier[Refactor] #1642 Defined QuaffEffects class
2022-03-11 Hourier[Refactor] #1642 Renamed check_can_quaff() to can_quaff()
2022-03-11 Hourier[Refactor] #1642 Renamed q_ptr to o_ptr
2022-03-11 Hourier[Refactor] #1642 Reshaped ObjectQuaffEntity
2022-03-11 Hourier[Refactor] #1642 Moved quaff-execution.* from object...
2022-03-11 火炎の飛竜Merge pull request #2392 from Slimebreath6078/feature...
2022-03-11 Deskull[Fix] process_blow_effect()内のdefault抜け修正。
2022-03-11 Slimebreath6078[Refactor] max_q_idx 変数を削除
2022-03-11 Slimebreath6078[Refactor] セーブデータを max_q_idx 廃止に合わせる
2022-03-11 Slimebreath6078[Refactor] セーブデータ、misc.txt 関連以外を max_q_idx に依存しないようにした
2022-03-11 Slimebreath6078[Refactor] クエストの初期化を max_q_idx に依存しないようにした
2022-03-10 火炎の飛竜Merge pull request #2397 from Slimebreath6078/feature...
2022-03-10 Slimebreath6078[Fix] #2395 異常なカメレオンが生成されるバグを修正
2022-03-10 Deskull[Refactor] be_type を enum class BlowEffectType 化。
2022-03-10 火炎の飛竜Merge pull request #2390 from Slimebreath6078/hotfix...
2022-03-09 DeskullMerge pull request #2389 from sikabane-works/feature...
2022-03-09 Slimebreath6078[Release] 3.0.0Alpha56(Hotfix)
2022-03-09 Slimebreath6078[Fix] ランダムクエスト50Fが読み込まれないバグを修正
2022-03-09 Deskull[Refactor] save_type を enum class SaveType に置換。
2022-03-08 HourierMerge pull request #2383 from Hourier/Make-Spell-Mirror...
2022-03-08 Hourier[Refactor] #2355 飛竜氏のコメントに従い、ビット演算をset_bits()、reset_bit...
2022-03-07 Hourier[Refactor] #2355 Added Doxygen comments
2022-03-07 Hourier[Refactor] #2355 Moved seal_of_mirror() from mind-mirro...
2022-03-07 Hourier[Refactor] #2355 Moved mirror_concentration() from...
2022-03-07 Hourier[Refactor] #2355 Moved place_mirror() from mind-mirror...
2022-03-07 Hourier[Refactor] #2355 Moved mirror_tunnel() from mind-mirror...
2022-03-07 Hourier[Refactor] #2355 Moved remove_mirror() remove_all_mirro...
2022-03-07 Hourier[Refactor] #2355 spells-mirror-cpp/h を作成した
2022-03-07 HabuMerge pull request #2382 from habu1010/feature/refactor...
2022-03-07 Habu[Refactor] alloc_horde() をさらにリファクタリング
2022-03-06 Habu[Refactor] 必要以上のMonsterRaceIdのキャストとMonsterRaceId::PLAYE...
2022-03-06 HourierMerge pull request #2375 from Hourier/Remove-Ask-Capital
2022-03-06 HabuMerge pull request #2381 from habu1010/feature/refactor...
2022-03-06 Hourier[Refactor] #2353 小文字しか入力範囲のないコマンドで大文字を入力した際の確認機能、及び大文字か...
2022-03-06 Habu[Refactor] do_cmd_knowledge_monsters() のコード整理
2022-03-06 HabuMerge pull request #2378 from habu1010/feature/refactor...
2022-03-06 HabuMerge pull request #2379 from habu1010/feature/fix...
2022-03-06 Habu[Fix] gcc-wrap を .cpp 以外の拡張子にも対応する
2022-03-06 Habu[Refactor] 賞金首関連のコードの整理
2022-03-06 HabuMerge pull request #2377 from habu1010/feature/refactor...
2022-03-06 Habu[Refactor] calc_monrace_power() を MonsterRace のメンバ関数にする
2022-03-05 HourierMerge pull request #2354 from Hourier/Change-ProcessRes...
2022-03-05 HabuMerge pull request #2374 from habu1010/feature/fix...
2022-03-05 Habu[Fix] モンスターが暗黒免疫を学習しない
next