OSDN Git Service

deeangband/Deeangband-new.git
2014-03-12 DeskullFix Initialization in GameWorld class.
2014-03-12 DeskullAdd SetDammyData() to GameElement and Feature class.
2014-03-11 DeskullImplement drawing floor in GameSurfaceSDL class.
2014-03-11 DeskullAdd backColor to Feature class.
2014-03-11 DeskullImplement GameSurfaceSDL::ViewFloor().
2014-03-11 DeskullFix construction in Floor and Square class.
2014-03-11 DeskullAdd GetCurrentHP() and GetMaxHP() to Square class.
2014-03-11 DeskullFix constructor of Square class.
2014-03-11 DeskullFix construction of Floor class.
2014-03-11 DeskullFix member in Floor class.
2014-03-10 DeskullRefactor GameSurfaceSDL class.
2014-03-10 DeskullFix GameSurfaceSDL::Redraw().
2014-03-09 DeskullImplement Floor drawing function to GameSurface class.
2014-03-09 DeskullImplement GameSurfaceSDL::ViewFloor().
2014-03-09 DeskullFix Square and Floor class.
2014-03-09 DeskullAdd Get functions to Feature class.
2014-03-09 DeskullAdd Get functions to Species class.
2014-03-09 DeskullImplement constructor in Species class.
2014-03-09 DeskullRefactor Creature class.
2014-03-09 DeskullAdd new constructor to Creature class.
2014-03-09 DeskullAdd feed point to Creature class.
2014-03-09 DeskullAdd GetDivineLevel() to Creature class.
2014-03-08 DeskullFix Soul and Level feature in Creature class.
2014-03-08 DeskullAdd LostSoul() to Creature class.
2014-03-08 DeskullAdd GainSoul() to Creature class.
2014-03-08 DeskullImplement Level displaying to GameSurfaceSDL class.
2014-03-08 DeskullAdd GetLevel() to Creature class.
2014-03-08 DeskullAdd soulLevel to Creature class.
2014-03-08 DeskullFix GetNorMaxHP() in Creature class.
2014-03-08 DeskullAdd calcHPTable() to Creature class.
2014-03-08 DeskullRefactor functions in Dice class.
2014-03-08 DeskullAdd hpTable to Creature class.
2014-03-07 DeskullAdd displaying Height, Weight and BodySize to GameSurfa...
2014-03-07 DeskullAdd GetSize to Creature class.
2014-03-07 DeskullAdd height and weight to Creature class.
2014-03-07 DeskullRename MapLength and Weight to MAP_LENGTH and WEIGHT.
2014-03-07 DeskullRenam Tag type to TAG.
2014-03-07 DeskullFix type of members in GameSaving class.
2014-03-07 DeskullChange saving data in Item class from int to SavingTabl...
2014-03-07 DeskullFix functions in Creature class to camel case.
2014-03-07 DeskullMove armor, evasion and volition in SavingTable class...
2014-03-07 DeskullAdd operator+= to SavingTable class.
2014-03-06 DeskullAdd Get*() and Set() to SavingTable class.
2014-03-06 DeskullChange SavingTable Structure to Class.
2014-03-06 DeskullSavingTable Structure was separated from Creature files...
2014-03-06 DeskullAdd baseDamage Dice to Item class(and refactoring).
2014-03-06 DeskullAdd disciplinePlus to Karma class.
2014-03-06 DeskullFix statusTable in CreatureTemplate class.
2014-03-06 DeskullAdd operator+ and operator+= to BaseStatusClass.
2014-03-06 DeskullAdd Doxygen comment to BaseStatusTable class.
2014-03-06 DeskullChange status in BaseStatusTable to private member.
2014-03-06 DeskullAdd Get() to BaseStatusTable class.
2014-03-05 DeskullImplement description of discipline rank to GameSurface...
2014-03-05 DeskullAdd Set() to BaseStatusTable class.
2014-03-05 DeskullAdd constructor and destructor to BaseStatusTable class.
2014-03-05 DeskullChange StatusTable structure to BaseStatusTable class.
2014-03-05 DeskullAdd operator+ and operator+= to Coordinates class.
2014-03-05 DeskullAdd constructor and destructor to Coordinates class.
2014-03-05 DeskullDelete worldX and worldY from 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 EQUIP_SLOT.
2014-03-04 DeskullDefine enum of KARMA_TYPE.
2014-03-04 DeskullDefine enum of DISCPLINE_TYPE.
2014-03-04 DeskullAdd Doxygen comment to GameWorld class.
2014-03-04 DeskullReactor enum name, PlayExitCode to PLAY_EXIT_CODE,...
2014-03-04 DeskullAdd Discipline class.
2014-03-04 DeskullChange map::insert to map::emplace in GameWorld class.
2014-03-03 DeskullFix rand0, rand1 and saving in Dice class by mt19937.
2014-03-03 DeskullImplement Dice::Initialize().
2014-03-03 DeskullImplementing test of std::mt19937.
2014-03-03 DeskullAdd mt19337 engine to Dice class.
2014-03-03 DeskullImplement Dice::saving().
2014-03-03 DeskullRefactor of Square class.
2014-03-03 DeskullAdd hit point to Square class.
2014-03-03 DeskullAdd savings to Creature class.
2014-03-03 DeskullAdd SavingTable structure.
2014-03-03 DeskullAdd ZoneType enum.
2014-03-02 DeskullAdd Doxygen comment to Effect class.
2014-03-02 DeskullAdd constructor and destructor to Stair class.
2014-03-02 DeskullAdd Doxygen Comment to Effect class.
2014-03-02 DeskullAdd Doxygen comment to race (from Wiki)
2014-03-02 DeskullAdd Quest class.
2014-03-02 DeskullAdd constructor and destructor to GameCampaign class.
2014-03-02 DeskullAdd Doxygen comment to Deeangband.cpp.
2014-03-02 DeskullFix misc error of Doxygen comments.
2014-03-02 DeskullAdd Doxygen comment of D'angband main page.
2014-03-02 DeskullAdd Doxygen comment to Starting Class class.
2014-03-02 DeskullAdd Doxygen comment to GameCampaign mainly.
2014-03-02 DeskullAdd getStatusAdj() to CreatureTemplate class.
2014-03-02 DeskullAdd Doxygen Comment to Dungeon class.
2014-03-02 DeskullAdd Doxygen comment to several classes.
2014-03-02 DeskullAdd Doxygen comment to constructor of several constructors.
2014-03-01 DeskullAdd StartingClass class.
2014-03-01 DeskullAdd Race class.
2014-03-01 DeskullAdd constructor and destructor to Door class and vector...
next