OSDN Git Service

[Refactor] #37353 マジックナンバー修正(A_MAX) / Fix magic number (A_MAX).
[hengband/hengband.git] / src / realm-hex.c
2019-01-11 Deskull[Refactor] #37353 マジックナンバー修正(A_MAX) / Fix magic number...
2019-01-08 Deskull[Refactor] #37353 コメント整理。 / Refactor comments.
2019-01-05 Deskull[Refactor] #37353 型の置換。 / Type replacement.
2019-01-05 Deskull[Refactor] #37353 コメント整理。 / Refactor comments.
2019-01-04 Deskull[Refactor] #38836 GAME_TEXT 型定義。 / Typedef GAME_TEXT.
2018-12-30 Deskull[Refactor] #37353 project_hack() を project_all_los...
2018-12-12 Deskull[Refactor] #37353 コメント整理 / Refactor comments.
2018-12-12 Deskull[Refactor] #37353 メッセージ整理と型の置換 / Refactor messages...
2018-11-21 Deskull[Refactor] #37353 コメント整理 / Refactor comments.
2018-11-19 Deskull[Refactor] #37353 アイテム呪い処理を object-curse.c/h へ分離。
2018-11-11 Deskull[Refactor] #37287 #37353 TERM_POSITION を TERM_LEN に改名。
2018-11-06 Deskull[Refactor] #37287 #37353 型の置換。 / Type replacement.
2018-11-06 Deskull[Refactor] #37287 #37353 型の置換。 / Type replacement.
2018-11-04 Deskull[Refactor] #37287 #37353 型の置換。 / Type replacement.
2018-09-26 Deskull[Refactor] #37353 cure_critical_wounds() と greater_heal...
2018-09-26 Deskull[Refactor] #37353 致命傷の治癒の効果をcure_critical_wounds()にまとめる。
2018-09-26 Deskull[Fix] #37353 Typo. (wound -> wounds).
2018-09-26 Deskull[Refactor] #37353 重傷の治癒の効果をcure_serious_wounds()にまとめる。
2018-09-25 Deskull#37353 軽傷の治癒の効果をcure_light_wounds()にまとめる。
2018-09-24 Deskull[Refactor] #37353 アイテム条件処理を object-hook.c/h へ分離。
2018-09-15 Deskull[Refactor] #37353 realm-hex~cmd-spell間整理。 / Refactor...
2018-09-12 Deskull[Refactor] #37353 hex.cをrealm-hex.cに改名。