OSDN Git Service

hengbandforosx/hengbandosx.git
2021-08-31 HabuMerge pull request #1438 from habu1010/feature/refactor...
2021-08-29 Habu[Refactor] ItemTester の clone() メンバ関数をCRTPで共通化
2021-08-28 火炎の飛竜Merge pull request #1407 from Slimebreath6078/feature...
2021-08-28 HabuMerge pull request #1430 from habu1010/feature/fix...
2021-08-28 Habu[Fix] サブウィンドウでアイテムの絞り込み対象を表示
2021-08-28 Habu[Feature] ItemTesterオブジェクトを複製するメソッド
2021-08-28 Slimebreath6078デストラクタはpublicに
2021-08-28 HabuMerge pull request #1427 from habu1010/feature/fix...
2021-08-28 Habu[Fix] #1426 サブウィンドウのアイテム欄の記号が表示されない
2021-08-28 HourierMerge pull request #1425 from Hourier/feature/Refactor...
2021-08-28 Hourier[Refactor] Reshaped report_score()
2021-08-28 Hourier[Refactor] Changed return type of report_score() from...
2021-08-27 HabuMerge pull request #1422 from habu1010/feature/destroy...
2021-08-27 Slimebreath6078[Refactor]can_destroy()のintをboolに変更
2021-08-27 Slimebreath6078[Refactor]参照を使ってinventory-damage()から関数ポインタをなくす
2021-08-27 Habu[Refactor] ItemTesterクラスを細分化
2021-08-27 Habu[Refactor] player_type::tval_ammo を tval_type 型にする
2021-08-27 Slimebreath6078[Refactor]メンバ関数をconstにすると共にset_destroy()は適切ではないためcan_de...
2021-08-27 Slimebreath6078[Refactor]コンストラクタ及びデストラクタをprotected にする
2021-08-27 Slimebreath6078[Refactor]player_ptr* を削除
2021-08-27 Slimebreath6078[Refactor]set_****_destroy()が同じ動きなのでクラス化
2021-08-26 Habu[Refactor] グローバル関数ポインタ item_tester_hook を廃止し ItemTester...
2021-08-26 HabuMerge pull request #1412 from habu1010/feature/remove...
2021-08-26 Habu[Refactor] 不要になった player_type 引数を削除
2021-08-24 Habu[Refactor] item_tester_hook に渡す関数の object_type 引数に...
2021-08-24 Habu[Refactor] オブジェクト判定関数から不要なplayer_type引数を削除
2021-08-24 HabuMerge pull request #1406 from habu1010/feature/enum...
2021-08-22 Habu[Refactor] 既存の列挙型から整数値のstatic_castをenum2iに置換
2021-08-22 Habu[Feature] #1404 列挙型の値を基底型の整数値に変換する関数
2021-08-22 DeskullMerge pull request #1402 from sikabane-works/release...
2021-08-22 Deskull[Release] 3.0.0Alpha36
2021-08-22 HourierMerge pull request #1399 from Hourier/feature/Refactor...
2021-08-22 Hourier[Refactor] #1395 Removed r_xtra2
2021-08-22 Hourier[Refactor] #1395 Renamed r_xtra1 to r_can_evolve and...
2021-08-21 火炎の飛竜Merge pull request #1391 from Slimebreath6078/feature...
2021-08-21 Slimebreath6078[Feature]エゴ矢の倍率を参考に、弱点の場合小数切り捨てで更に1.5倍になるように
2021-08-21 HabuMerge pull request #1388 from habu1010/feature/fix...
2021-08-21 Habu[Refactor] 2軒目以降のブラックマーケットを生成しないようにするコードを削除
2021-08-21 Habu[Fix] ブラックマーケットが複数生成されないようにするコードが機能していない
2021-08-21 DeskullMerge pull request #1386 from sikabane-works/feature...
2021-08-21 HabuMerge pull request #1385 from habu1010/feature/refactor...
2021-08-21 deskull[Fix] Switch-Default 抜け警告修正.
2021-08-21 deskull[Refactor] mind_kind_type を enum class 化して各型を矯正.
2021-08-21 Habu[Refactor] feature_flag_type の enum class 化
2021-08-21 HourierMerge pull request #1380 from Hourier/feature/Unite...
2021-08-20 HourierMerge branch 'develop' into feature/Unite-Command-Throw
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-20 Hourier[Refactor] #1370 Moved throw-util.cpp/h to throw-execut...
2021-08-20 Hourier[Refactor] #1370 Reshaped cmd-throw.cpp
2021-08-20 Hourier[Refactor] #1370 Reshaped throw-util.cpp
2021-08-20 Hourier[Refactor] #1370 Removed unused headers in cmd-throw.cpp
2021-08-20 Hourier[Refactor] #1370 Made parameters private in ObjectThrow...
2021-08-20 Hourier[Refactor] #1370 Renamed it_type to ObjectThrowEntity
2021-08-20 Hourier[Refactor] #1370 Moved drop_thrown_item() from cmd...
2021-08-20 Hourier[Refactor] #1370 Moved process_boomerang_back() from...
2021-08-20 Hourier[Refactor] #1370 Moved check_boomerang_throw() from...
2021-08-19 Hourier[Refactor] #1370 Moved display_potion_throw() from...
2021-08-19 Hourier[Refactor] #1370 Moved display_figurine_throw() from...
2021-08-19 Hourier[Refactor] #1370 Moved exe_throw() from cmd-throw.cpp...
2021-08-19 Hourier[Refactor] #1370 Moved set_racial_chance() from cmd...
2021-08-19 Hourier[Refactor] #1370 Moved set_class_specific_throw_params...
2021-08-19 Hourier[Refactor] #1370 Moved reflect_inventory_by_throw(...
2021-08-19 Hourier[Refactor] #1370 Moved calc_throw_grid() from cmd-throw...
2021-08-19 Hourier[Refactor] #1370 Moved calc_throw_range() from cmd...
2021-08-19 Hourier[Refactor] #1370 Moved check_can_throw() from cmd-throw...
2021-08-19 Hourier[Refactor] #1370 Replaced initialize_it_type() to it_ty...
2021-08-19 Hourier[Refactor] #1370 Defined constructor in it_type
2021-08-19 Hourier[Refactor] #1370 Made cmd-throw class
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" 改名
next