OSDN Git Service

hengbandforosx/hengbandosx.git
2021-08-20 Eric BranlundMerge branch 'develop' into macos-develop
2021-08-20 HabuMerge pull request #1374 from habu1010/feature/refactor...
2021-08-20 Habu[Refactor] TRフラグ変数の配列型を型エイリアス化
2021-08-20 HourierMerge pull request #1369 from Hourier/feature/Remove...
2021-08-20 shimiteiMerge pull request #1375 from shimitei/feature/fix_1340
2021-08-20 shimitei[Fix] 引数のxyが逆だった
2021-08-19 Eric BranlundMerge branch 'develop' into macos-develop
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'VAULT_IDX'
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'ESSENCE_IDX'
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'ROOM_IDX'
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'REALM_IDX'
2021-08-19 Hourier[Refactor] #1366 Removed type aliases 'BACT_IDX' and...
2021-08-19 Hourier[Fix] #1366 Resolved compilation erros
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'PET_COMMAND_IDX'
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'QUEST_TYPE' and...
2021-08-19 Hourier[Refactor] #1366 Reshaped process_monster_attack_hungry()
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'FEED'
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'ACTIVATION_IDX'
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'ACTION_IDX'
2021-08-19 Hourier[Refactor] #1366 Removed definition MIMIC_FLAGS
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'MIMIC_RACE_IDX'
2021-08-19 Hourier[Refactor] #1366 Added todo comment to type alias ...
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'TOWN_IDX'
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'SEX_IDX'
2021-08-19 Hourier[Refactor] #1366 各プリミティブ型のエイリアスを統一した / Unified type...
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'u32b' and replaced...
2021-08-19 Hourier[Refactor] #1366 Removed type alias 's32b' and replaced...
2021-08-19 Hourier[Refactor] #1366 Removed type alias 'u16b' and replaced...
2021-08-19 Hourier[Refactor] #1366 Removed type alias 's16b' and replaced...
2021-08-19 Hourier[Refactor] #1366 今時stdint.h のない環境もないので左記ヘッダの存在をコンパイル成功の...
2021-08-19 Hourier[Refactor] #1366 Added the check of OS environment
2021-08-19 DeskullMerge pull request #1345 from sikabane-works/feature...
2021-08-19 Hourier[Refactor] #1366 Renamed type alias 'huge' to 'ulong'
2021-08-18 DeskullMerge pull request #1365 from sikabane-works/feature...
2021-08-18 Deskull[Fix] 未使用定義 "CFM_LONG_STAIRS" 改名
2021-08-18 Eric BranlundMerge branch 'develop' into macos-develop
2021-08-18 DeskullMerge pull request #1363 from backwardsEric/Pakuman...
2021-08-18 Eric BranlundMerge branch 'develop' into macos-develop
2021-08-18 Eric BranlundEdit the English description of Pakuman for clarity...
2021-08-18 DeskullMerge pull request #1344 from sikabane-works/feature...
2021-08-18 shimiteiMerge pull request #1340 from shimitei/feature/#1339_mu...
2021-08-17 Deskull[Refactor] autopick内の関数コメントをDoxygen向けに整形.
2021-08-16 Eric BranlundMerge branch 'develop' into macos-develop
2021-08-16 DeskullMerge pull request #1362 from backwardsEric/Nezumi...
2021-08-16 DeskullMerge pull request #1360 from backwardsEric/RBE_HUNGRY...
2021-08-16 DeskullMerge pull request #1359 from backwardsEric/monster...
2021-08-16 DeskullMerge pull request #1364 from backwardsEric/enchant...
2021-08-15 Eric BranlundChange whitespace and capitalization in English armor...
2021-08-15 Eric BranlundEdit the English description of Nezumi-Kozou: primaril...
2021-08-14 Eric BranlundmacOS: use an uninstall-local rule rather than a distc...
2021-08-14 Eric BranlundChange English description for HUNGRY blows to avoid...
2021-08-14 Eric BranlundMerge branch 'develop' into macos-develop
2021-08-14 Eric BranlundFix some verbs in English death messages. Resolves...
2021-08-14 HabuMerge pull request #1357 from daradarach/feature/famine
2021-08-14 daradarachテストプレイで、PY_FOOD_ALERTを下回ったタイミングで空腹になることを確認したため、空腹警告で一旦止...
2021-08-14 daradarach複数回登場する"target_ptr->food - monap_ptr->damage"を一時変数に投入。
2021-08-14 Eric BranlundMerge branch 'develop' into macos-develop
2021-08-14 daradarachフェミンの空腹進行について、殴りから触れるように変更。空腹進行値を8d60→1500d1に変更。ただし空腹
2021-08-14 daradarach空腹進行殴りを追加し、第三の乗り手『フェミン』のEAT_FOODを空腹進行に変更
2021-08-14 HabuMerge pull request #1353 from habu1010/feature/bit...
2021-08-14 Habu[Refactor] ビットフラグ操作マクロ群を関数に変更
2021-08-14 HabuMerge pull request #1351 from habu1010/feature/fix...
2021-08-14 Deskull[Fix] 不足しているキャストに追加対応.
2021-08-14 Deskull[Refactor] player_race_type の RACE_* 表記が冗長になったので削除.
2021-08-14 Deskull[Refactor] player_race_type を enum から enum class に置換...
2021-08-14 Habu[Fix] 武器祝福で簡易鑑定状態がリセットされない
2021-08-13 Eric BranlundMerge branch 'develop' into macos-develop
2021-08-13 DeskullMerge pull request #1341 from sikabane-works/feature...
2021-08-13 DeskullMerge pull request #1342 from sikabane-works/feature...
2021-08-13 Deskull[Refactor] さらに整形.
2021-08-13 Deskullcheck_random_quest_auto_failure()修正
2021-08-13 HourierMerge pull request #1323 from backwardsEric/functional...
2021-08-13 Deskull[Add] cfm_type にDoxygenコメントに置換し、確認調整.
2021-08-13 Deskull[Fix] check_random_quest_auto_failure()関数によりpattern_tel...
2021-08-13 Deskull[Implement] パターン終着点ワープデバッグ用にウィザードモードコマンドに"pattern telep...
2021-08-13 Deskull[Refactor] execute_recall()中の鉄獄帰還時ランクエ失敗処理の分岐をリファクタリング.
2021-08-13 Deskull[Fix] ヨグ=ソトートの落とし子の日本語版の通常monspeakが死に際になっていたのを修正.
2021-08-12 Slimebreath6078Merge pull request #1337 from Slimebreath6078/feature...
2021-08-12 Slimebreath6078[Fix]pvalが1だとショボすぎるので7に増加
2021-08-12 Eric BranlundMerge branch 'develop' into macos-develop
2021-08-12 shimitei[Fix] プレイヤーが感知不能な場面の効果音を制限する
2021-08-12 HabuMerge pull request #1338 from habu1010/feature/fix...
2021-08-12 HabuMerge pull request #1322 from backwardsEric/monster...
2021-08-12 Habu[Fix] HPが再計算された時に体力ランクを不明にする
2021-08-11 Slimebreath6078[Fix]ネズミ小僧の黒装束に隠密増加フラグを追加
2021-08-10 Eric BranlundMerge branch 'develop' into macos-develop
2021-08-10 DeskullMerge pull request #1334 from sikabane-works/release...
2021-08-10 Deskull[Release] 3.0.0Alpha35
2021-08-09 Eric BranlundMerge branch 'develop' into macos-develop
2021-08-09 DeskullMerge pull request #1330 from hengband/release/3.0...
2021-08-09 Deskull[Release] 3.0.0Alpha34
2021-08-09 DeskullMerge pull request #1326 from sikabane-works/feature...
2021-08-09 Slimebreath6078Merge pull request #1329 from Slimebreath6078/feature...
2021-08-09 Slimebreath6078[Bug fix and Refactor]Monster's run & rename func
2021-08-09 Deskull[Implement] 処理テストやソースコード改善のためさらに以下の修正を追加.
2021-08-09 Deskull[Add] 血の呪いと太古の怨念の能力値減少が無限になる不具合を修正.
2021-08-08 Eric BranlundInclude functional in more places since they use std...
2021-08-08 Eric BranlundAlways include io/files-util.h in monster/monster-damag...
2021-08-08 Eric BranlundMerge branch 'develop' into macos-develop
2021-08-08 DeskullMerge pull request #1320 from sikabane-works/release...
next