OSDN Git Service

[Refactor] #37353 term_screen マクロを util.h へ移動.
[hengband/hengband.git] / src / floor.h
2019-05-11 deskull[Refactor] #38844 ゲームシステム進行フラグを world_type 構造体へ移動.
2019-05-07 deskull[Refactor] #38993 mon_fight を floor_type の monster_nois...
2019-05-01 deskull[Refactor] #37353 grid_type 構造体を grid.h に移動.
2019-04-30 deskull[Refactor] #38993 m_cnt, m_max を floor_type 構造体に取り込み.
2019-04-30 deskull[Refactor] #38993 o_cnt, o_max を floor_type 構造体に取り込み.
2019-04-26 deskull[Refactor] #37353 saved_floors を floor.c/h へ移動。
2019-04-25 deskull[Refactor] #37353 f_info と feature_type 構造体を feature...
2019-04-24 deskull[Refactor] #37353 floor.c を作成して floor_type 型整理。
2019-04-18 deskull[Refactor] #37353 grid.c(旧cave.c) にあったマップの処理 を view...
2019-04-15 deskull[Refactor] #37353 ダンジョンに関するマクロ定義を floor.h に移動。
2019-04-10 deskull[Refactor] #37353 複数のフロアに関するマクロを floor.h へ移動。
2019-04-10 deskull[Refactor] #37353 複数の is_bound* マクロを floor.h へ移動。
2019-01-17 Deskull[Refactor] #37353 count_all_hostile_monsters() を floor...
2019-01-15 Deskull[Refactor] #37353 CFM_* 定義を新規ファイル floor.h へ移動。 / Move...