OSDN Git Service

ゲーム時間経過処理を実装中 / Implementing game time processing.
[deeangband/Deeangband-new.git] / Deeangband / Discipline.h
2014-06-06 DeskullFix serialization of Discipline class.
2014-05-14 DeskullFix warnings of Doxygen.
2014-05-06 DeskullAdd version number to some classes.
2014-04-20 DeskullFix serialization.
2014-04-20 DeskullImplement serialization from GameWorld class.
2014-04-20 DeskullImplementing serialize() for GameWorld class.
2014-04-08 Deskull[BUGGY] Setting namespace.
2014-03-30 DeskullFix namespace.
2014-03-30 DeskullFix namespace of string.
2014-03-29 DeskullFix Doxygen warnings.
2014-03-28 DeskullAdd name and GetName to Discipline class.
2014-03-28 DeskullAdd serialize() to Discipline class.
2014-03-05 DeskullAdd operator+ and operator+= to Coordinates class.
2014-03-05 DeskullAdd operator+ and operator+= to Discipline class.
2014-03-05 DeskullAdd SetPoint() and PlusPoint() to Discipline class.
2014-03-05 DeskullAdd GetRank() to Discipline class.
2014-03-04 DeskullRefactor Status to BASE_STATUS type.
2014-03-04 DeskullImplement Get in Discipline class.
2014-03-04 DeskullAdd currentDiscipline member to Creature class.
2014-03-04 DeskullDefine enum of DISCPLINE_TYPE.
2014-03-04 DeskullAdd Discipline class.