OSDN Git Service

[Fix] 武器を両手持ちしている時の修正がもらえないことを判定する関数なのに、戻り値がほぼ逆になっていたので修正(武器の重さペナルティはcalc_to_hit...
[hengbandforosx/hengbandosx.git] / src / player / player-status-flags.c
2020-11-13 iks[Fix] 武器を両手持ちしている時の修正がもらえないことを判定する関数なのに、戻り値がほぼ逆になっていたので...
2020-11-13 iks[Fix] 修行僧がどの武器でも命中ペナルティを得るようになっていたので修正。 / Fix that...
2020-11-04 deskullMerge remote-tracking branch 'remotes/OSX/For2.2.2...
2020-10-20 deskull[Refactor] #40514 player-status-flags.c/h 内の is_*(...
2020-10-15 deskull[Refactor] #40514 コメント追加. / Add comments.
2020-10-11 deskullMerge remote-tracking branch 'remotes/OSX/For2.2.2...
2020-10-06 deskull[Implement] #40514 has_magic_mastery() を実装. / Implement...
2020-10-04 deskullMerge remote-tracking branch 'remotes/origin/For3.0...
2020-09-13 deskull[Fix] #40662 INVULN_ARROW の判定と記述を修正. / Fix INVLUN_ARROW...
2020-09-13 deskull[Refactor] #40514 #40652 has_invlun_arrow() を BIT_FLAGS...
2020-09-11 HourierMerge branch 'For2.2.2-Refactoring' into For3.0.0-Monst...
2020-09-09 deskull[Refactor] #40514 player-status-flags.c/h から player...
2020-09-08 HourierMerge branch 'For2.2.2-Refactoring' into For3.0.0-Monst...
2020-09-06 deskull[Refactor] #40514 calc_vuln_lite_rate() を実装. / Implemen...
2020-09-06 deskull[Refactor] #40514 is_immune_dark()を実装. / Implement...
2020-09-06 deskull[Fix] #40514 is_vuln_lite()を修正. / Fix is_vuln_lite().
2020-09-06 deskull[Refactor] #40514 calc_vuln_cold_rate() を実装. / Implemen...
2020-09-06 deskull[Refactor] #40514 calc_vuln_fire_rate() を実装. / Implemen...
2020-09-06 deskull[Refactor] #40514 calc_vuln_elec_rate() を実装. / Implemen...
2020-09-06 deskull[Refactor] #40514 calc_vuln_acid_rate を実装. / Implement...
2020-09-06 deskull[Fix] #40514 player-status-flags.c の計算ミスを修正. / Fix...
2020-09-06 deskull[Refactor] #40514 is_vuln_lite()を実装. / Implement is_vul...
2020-09-06 deskull[Refactor] #40514 is_vuln_cold()を実装. / Implement is_vul...
2020-09-06 deskull[Refactor] #40514 is_vuln_fire()を実装. / Implement is_vul...
2020-09-06 deskull[Refactor] #40514 is_vuln_elec()を実装. / Implement is_vul...
2020-09-06 deskull[Refactor] #40514 is_vuln_acid()を実装. / Implement is_vul...
2020-09-06 deskull[Refactor] #40514 has_good_luck()を修正. / Fix has_good_lu...
2020-09-02 deskull[Refactor] #40514 is_shero()を各処理判定に適用. / Apply is_shero...
2020-09-02 deskull[Refactor] #40514 幾らかの has_*() 関数を is_*() に改名. / Rename...
2020-09-01 deskull[Refactor] #40514 has_warning() を BIT_FLAGS 返り値持ちに仕様変更...
2020-09-01 deskull[Refactor] #40514 has_lite() を BIT_FLAGS 返り値持ちに仕様変更...
2020-08-31 deskull[Fix] #40514 has_resist_elec() 内修正. / Fix has_resist_el...
2020-08-31 deskull[Fix] #40514 has_resist_acid() 内修正. / Fix has_resist_ac...
2020-08-31 deskull[Fix] #40514 ドラコニアンの耐性判定修正 / Fix resist judge of Draconian.
2020-08-31 deskull[Fix] #40514 has_see_inv() 内修正. / Fix has_see_inv().
2020-08-31 deskull[Fix] #40514 重複した赤外線視力pval修正を削除. / Removed duplicate...
2020-08-30 deskull[Refactor] #40514 has_slow_digest() を BIT_FLAGS 返り値持ちに仕...
2020-08-30 deskull[Refactor] #40514 has_resist_fear() を BIT_FLAGS 返り値持ちに仕...
2020-08-30 deskull[Refactor] #40662 RES_WATER をアイテムフラグに追加. / Add RES_WATE...
2020-08-30 deskull[Refactor] #40514 has_resist_water() を BIT_FLAGS 返り値持ちに...
2020-08-30 deskull[Refactor] #40514 has_resist_time() を BIT_FLAGS 返り値持ちに仕...
2020-08-30 deskull[Refactor] #40514 has_resist_neth() を BIT_FLAGS 返り値持ちに仕...
2020-08-30 deskull[Refactor] #40514 has_resist_blind() を BIT_FLAGS 返り値持ちに...
2020-08-30 deskull[Refactor] #40514 has_resist_nexus() を BIT_FLAGS 返り値持ちに...
2020-08-30 deskull[Refactor] #40514 has_resist_shard() を BIT_FLAGS 返り値持ちに...
2020-08-29 deskull[Refactor] #40514 has_resist_disen() を BIT_FLAGS 返り値持ちに...
2020-08-29 deskull[Refactor] #40514 has_resist_chaos() を BIT_FLAGS 返り値持ちに...
2020-08-29 deskull[Refactor] #40514 has_resist_dark() を BIT_FLAGS 返り値持ちに仕...
2020-08-29 deskull[Refactor] #40514 has_resist_lite() を BIT_FLAGS 返り値持ちに仕...
2020-08-29 deskull[Refactor] #40514 has_resist_sound() を BIT_FLAGS 返り値持ちに...
2020-08-29 deskull[Refactor] #40514 has_resist_conf() を BIT_FLAGS 返り値持ちに仕...
2020-08-29 deskull[Refactor] #40514 has_resist_pois() を BIT_FLAGS 返り値持ちに仕...
2020-08-29 deskull[Refactor] #40514 has_resist_cold() を BIT_FLAGS 返り値持ちに仕...
2020-08-28 deskull[Refactor] #40514 has_resist_fire() を BIT_FLAGS 返り値持ちに仕...
2020-08-28 deskull[Refactor] #40514 has_resist_elec() を BIT_FLAGS 返り値持ちに仕...
2020-08-28 deskull[Refactor] #40514 has_resist_acid() を BIT_FLAGS 返り値持ちに仕...
2020-08-28 deskull[Refactor] #40514 has_immune_cold() を BIT_FLAGS 返り値持ちに仕...
2020-08-28 deskull[Refactor] #40514 has_immune_fire() を BIT_FLAGS 返り値持ちに仕...
2020-08-28 deskull[Refactor] #40514 has_immune_elec() を BIT_FLAGS 返り値持ちに仕...
2020-08-28 deskull[Refactor] #40514 has_immune_acid() を BIT_FLAGS 返り値持ちに仕...
2020-08-27 deskull[Refactor] #40514 has_see_inv() を BIT_FLAGS 返り値持ちに仕様変更...
2020-08-27 deskull[Refactor] #40514 has_hold_exp() を BIT_FLAGS 返り値持ちに仕様変更...
2020-08-27 deskull[Refactor] #40514 has_regenerate() を BIT_FLAGS 返り値持ちに仕様...
2020-08-27 deskull[Fix] #40514 has_sustain_chr() のミス修正. / Fix has_sustain...
2020-08-27 deskull[Refactor] #40514 has_levitation() を BIT_FLAGS 返り値持ちに仕様...
2020-08-27 deskull[Refactor] #40514 has_levitation() の整理. / Refactor...
2020-08-27 deskull[Refactor] #40514 has_sustain_chr() を BIT_FLAGS 返り値持ちに仕...
2020-08-27 deskull[Refactor] #40514 has_sustain_con() を BIT_FLAGS 返り値持ちに仕...
2020-08-27 deskull[Refactor] #40514 has_sustain_dex() を BIT_FLAGS 返り値持ちに仕...
2020-08-27 deskull[Fix] #40514 has_sustain_int() 内置換ミス修正. / Fix replacing...
2020-08-27 deskull[Refactor] #40514 has_sustain_wis() を BIT_FLAGS 返り値持ちに仕...
2020-08-27 deskull[Refactor] #40514 has_sustain_int() を BIT_FLAGS 返り値持ちに仕...
2020-08-27 deskull[Refactor] #40514 has_see_nocto() を BIT_FLAGS 返り値持ちに仕様変...
2020-08-26 deskull[Refactor] #40514 has_impact() を BIT_FLAGS 返り値持ちに仕様変更...
2020-08-26 deskull[Refactor] #40514 has_sustain_str() を BIT_FLAGS 返り値持ちに仕...
2020-08-26 deskull[Refactor] #40514 has_sustain_str() の整理. / Refactor...
2020-08-26 deskull[Refactor] #40514 has_free_act() を BIT_FLAGS 返り値持ちに仕様変更...
2020-08-26 deskull[Refactor] #40514 has_free_act() の整理. / Refactor has_fr...
2020-08-26 deskull[Refactor] #40514 has_sh_cold() を BIT_FLAGS 返り値持ちに仕様変更...
2020-08-26 deskull[Refactor] #40514 has_sh_fire() を BIT_FLAGS 返り値持ちに仕様変更...
2020-08-25 deskull[Refactor] #40514 has_sh_elec() を BIT_FLAGS 返り値持ちに仕様変更...
2020-08-25 deskull[Refactor] have_flag() を has_flag() に改名. / Rename have_...
2020-08-25 deskull[Refactor] #40514 player-status-*.c/h の have_*() を...
2020-08-25 deskull[Refactor] #40514 #40652 have_heavy_spell() を BIT_FLAGS...
2020-08-24 deskull[Refactor] #40514 #40652 have_no_ac() を BIT_FLAGS 返り値持ち...
2020-08-24 deskull[Refactor] #40514 #40652 have_down_saving() を BIT_FLAGS...
2020-08-24 deskull[Refactor] #40514 #40652 have_easy2_weapon() を BIT_FLAG...
2020-08-24 deskull[Refactor] #40514 #40652 have_mighty_throw() を BIT_FLAG...
2020-08-24 deskull[Refactor] #40514 #40652 have_reflect() を BIT_FLAGS...
2020-08-24 deskull[Refactor] #40514 #40652 have_esp_telepathy() を BIT_FLA...
2020-08-23 deskull[Refactor] #40514 #40652 have_easy_spell() を BIT_FLAGS...
2020-08-23 deskull[Refactor] #40514 #40652 have_anti_tele() を BIT_FLAGS...
2020-08-23 deskull[Refactor] #40514 #40652 have_anti_magic() を BIT_FLAGS...
2020-08-23 deskull[Refactor] #40514 #40652 have_dec_mana() を BIT_FLAGS...
2020-08-23 deskull[Refactor] #40514 #40652 have_bless_blade() を BIT_FLAGS...
2020-08-23 deskull[Refactor] #40514 #40652 have_esp_unique() を BIT_FLAGS...
2020-08-23 deskull[Refactor] #40514 #40652 have_esp_nonliving() を BIT_FLA...
2020-08-23 deskull[Refactor] #40514 #40652 have_esp_good() を BIT_FLAGS...
2020-08-23 deskull[Refactor] #40514 #40652 have_esp_human() を BIT_FLAGS...
2020-08-23 deskull[Refactor] #40514 #40652 check_equipment_flags() で装備フラグ...
next