OSDN Git Service

deeangband/Deeangband-new.git
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...
2014-03-01 DeskullAdd constructor and destructor to ItemTrait class.
2014-03-01 DeskullApply make_shared<> for construction of shared_ptr.
2014-02-28 DeskullAdd boost libraries.
2014-02-28 DeskullAdd constructor and destructor to Trap class.
2014-02-28 DeskullChange Lists in GameWorld class.
2014-02-28 DeskullAdd constructor and destructor to ItemBase and ItemEgo...
2014-02-28 DeskullAdd constructor and destructor to TrapBase class.
2014-02-28 DeskullAdd constructor and destructor to Karma class.
2014-02-28 DeskullAdd constructor and destructor to Species class.
2014-02-28 DeskullAdd constructor and destructor to Skill class.
2014-02-28 DeskullChange type of Creature, Item and Floor lists in GameWo...
2014-02-28 DeskullChange type of Lists in GameWorld.
2014-02-27 DeskullChange type floorList in GameWorld to map<ID, shared_pt...
2014-02-27 DeskullFix Constructor of Floor class.
2014-02-27 DeskullChange type squares in Floor class to std::vector<std...
2014-02-27 DeskullAdd constructor and destructor to Item class.
2014-02-27 DeskullFix destructor of super classes.
2014-02-27 DeskullFirst commit from old SVN repository.