OSDN Git Service

deeangband/Deeangband-new.git
10 years agoDelete a constructor in GameElement class.
Deskull [Mon, 2 Jun 2014 11:33:28 +0000 (20:33 +0900)]
Delete a constructor in GameElement class.

10 years agoRemove ID and TAG in GameElement class.
Deskull [Mon, 2 Jun 2014 11:12:21 +0000 (20:12 +0900)]
Remove ID and TAG in GameElement class.

10 years agoAdd GameElement:GetDescription().
Deskull [Mon, 2 Jun 2014 11:01:21 +0000 (20:01 +0900)]
Add GameElement:GetDescription().

10 years agoChange pureStatusPlus and halfStatusPlus of Race class to type BaseStatusTable class.
Deskull [Sun, 1 Jun 2014 14:58:16 +0000 (23:58 +0900)]
Change pureStatusPlus and halfStatusPlus of Race class to type BaseStatusTable class.

10 years agoFix serialization of Race class.
Deskull [Sun, 1 Jun 2014 14:52:56 +0000 (23:52 +0900)]
Fix serialization of Race class.

10 years agoFix error processes of Race serialization.
Deskull [Sun, 1 Jun 2014 14:48:12 +0000 (23:48 +0900)]
Fix error processes of Race serialization.

10 years agoAdd GameWorld:xmlLoadRace().
Deskull [Sun, 1 Jun 2014 14:44:12 +0000 (23:44 +0900)]
Add GameWorld:xmlLoadRace().

10 years agoAdd Race.xml.
Deskull [Sun, 1 Jun 2014 14:38:00 +0000 (23:38 +0900)]
Add Race.xml.

10 years agoAdd GameWorld:raceList().
Deskull [Sun, 1 Jun 2014 14:30:52 +0000 (23:30 +0900)]
Add GameWorld:raceList().

10 years agoFix serialization list of CreatureTrait.
Deskull [Sun, 1 Jun 2014 13:28:20 +0000 (22:28 +0900)]
Fix serialization list of CreatureTrait.

10 years agoAdd FirstRace and SecondRace to Creature class.
Deskull [Sun, 1 Jun 2014 01:15:52 +0000 (10:15 +0900)]
Add FirstRace and SecondRace to Creature class.

10 years agoAdd FirstRace and SecondRace to Species class.
Deskull [Sun, 1 Jun 2014 01:08:37 +0000 (10:08 +0900)]
Add FirstRace and SecondRace to Species class.

10 years agoAdd not declared or defined comments.
Deskull [Sun, 1 Jun 2014 00:45:54 +0000 (09:45 +0900)]
Add not declared or defined comments.

10 years agoFix key position.
Deskull [Sat, 31 May 2014 12:04:28 +0000 (21:04 +0900)]
Fix key position.

10 years agoImplement creature drawing on floor.
Deskull [Sat, 31 May 2014 11:41:44 +0000 (20:41 +0900)]
Implement creature drawing on floor.

10 years agoAdd GameWorld:GetCreatureList() on implementing creature view on drawing Floor.
Deskull [Sat, 31 May 2014 11:01:56 +0000 (20:01 +0900)]
Add GameWorld:GetCreatureList() on implementing creature view on drawing Floor.

10 years agoAdd Comments about Creature class.
Deskull [Sat, 31 May 2014 10:39:51 +0000 (19:39 +0900)]
Add Comments about Creature class.

10 years agoAdd speciesTag and appearanceSpeciesTag.
Deskull [Sat, 31 May 2014 10:22:53 +0000 (19:22 +0900)]
Add speciesTag and appearanceSpeciesTag.

10 years agoFix dungeon data and serialization.
Deskull [Sat, 31 May 2014 09:08:53 +0000 (18:08 +0900)]
Fix dungeon data and serialization.

10 years agoAdd serialize version to some classes.
Deskull [Sat, 31 May 2014 08:42:23 +0000 (17:42 +0900)]
Add serialize version to some classes.

10 years agoAdd Serialize version of some classes.
Deskull [Sat, 31 May 2014 08:31:28 +0000 (17:31 +0900)]
Add Serialize version of some classes.

10 years agoFix Serialization of BaseStatus.
Deskull [Sat, 31 May 2014 08:20:41 +0000 (17:20 +0900)]
Fix Serialization of BaseStatus.

10 years agoAdd CreatureTemplate:name.
Deskull [Sat, 31 May 2014 08:10:46 +0000 (17:10 +0900)]
Add CreatureTemplate:name.

10 years agoAdd assertion in XMLLoad*.
Deskull [Sat, 31 May 2014 04:52:53 +0000 (13:52 +0900)]
Add assertion in XMLLoad*.

10 years agoFix directory setting of project file.
Deskull [Sat, 31 May 2014 04:32:38 +0000 (13:32 +0900)]
Fix directory setting of project file.

10 years agoAdd assertion.
Deskull [Thu, 29 May 2014 05:49:44 +0000 (14:49 +0900)]
Add assertion.

10 years agoRemove Dungeon:GenerateFloor().
Deskull [Thu, 29 May 2014 00:56:10 +0000 (09:56 +0900)]
Remove Dungeon:GenerateFloor().

10 years agoFix Doxygen configuration.
Deskull [Tue, 27 May 2014 14:58:07 +0000 (23:58 +0900)]
Fix Doxygen configuration.

10 years agoImplement Floor:GetMaxDepth() and Floor:GetMinDepth().
Deskull [Tue, 27 May 2014 14:55:14 +0000 (23:55 +0900)]
Implement Floor:GetMaxDepth() and Floor:GetMinDepth().

10 years agoFix project setting.
Deskull [Tue, 27 May 2014 14:35:49 +0000 (23:35 +0900)]
Fix project setting.
Add Floor:generated.

10 years agoFix Stair:serialize().
Deskull [Wed, 21 May 2014 13:15:29 +0000 (22:15 +0900)]
Fix Stair:serialize().

10 years agoFix Feature::serialize().
Deskull [Wed, 21 May 2014 12:02:20 +0000 (21:02 +0900)]
Fix Feature::serialize().

10 years agoFix FixedArtifact:serialize().
Deskull [Wed, 21 May 2014 11:56:17 +0000 (20:56 +0900)]
Fix FixedArtifact:serialize().

10 years agoFix Item:serialize().
Deskull [Tue, 20 May 2014 12:25:50 +0000 (21:25 +0900)]
Fix Item:serialize().

10 years agoRemove duplicated member from Species class.
Deskull [Tue, 20 May 2014 12:20:18 +0000 (21:20 +0900)]
Remove duplicated member from Species class.

10 years agoFix Species.xml to new format.
Deskull [Mon, 19 May 2014 14:43:19 +0000 (23:43 +0900)]
Fix Species.xml to new format.

10 years ago[BUGGY]
Deskull [Mon, 19 May 2014 14:41:21 +0000 (23:41 +0900)]
[BUGGY]
Fix serialization of Species class.

10 years ago[BUGGY]
Deskull [Mon, 19 May 2014 14:31:27 +0000 (23:31 +0900)]
[BUGGY]
Add creation numbers and dead numbers to Spcies class.
Fix function call error.

10 years agoAdd lists of creature, traps, and door to Floor class.
Deskull [Mon, 19 May 2014 14:14:33 +0000 (23:14 +0900)]
Add lists of creature, traps, and door to Floor class.

10 years agoImplement Dungeon:GetBaseSize().
Deskull [Mon, 19 May 2014 14:10:18 +0000 (23:10 +0900)]
Implement Dungeon:GetBaseSize().

10 years agoImplement reference from dungeon data on generating floor.
Deskull [Sun, 18 May 2014 11:53:15 +0000 (20:53 +0900)]
Implement reference from dungeon data on generating floor.

10 years agoAdd FeatureTag to Dungeon class.
Deskull [Sun, 18 May 2014 11:42:58 +0000 (20:42 +0900)]
Add FeatureTag to Dungeon class.

10 years agoChange Dungeon::GetOuterWallFeatureID() to Dungeon::GetOuterWallFeatureTag(), Dungeon...
Deskull [Sun, 18 May 2014 11:38:40 +0000 (20:38 +0900)]
Change Dungeon::GetOuterWallFeatureID() to Dungeon::GetOuterWallFeatureTag(), Dungeon::GetInnerWallFeatureID() to Dungeon::GetInnerWallFeatureTag().

10 years agoReimplement constructor of Floor class.
Deskull [Sun, 18 May 2014 11:30:43 +0000 (20:30 +0900)]
Reimplement constructor of Floor class.

10 years agoAdd Square::SetFeatureTag().
Deskull [Sun, 18 May 2014 11:23:15 +0000 (20:23 +0900)]
Add Square::SetFeatureTag().

10 years agoFix error of naming rule in Square class.
Deskull [Sun, 18 May 2014 11:15:31 +0000 (20:15 +0900)]
Fix error of naming rule in Square class.

10 years agoFix output of field symbols in GameSurfaceSDL:drawFloor().
Deskull [Sun, 18 May 2014 11:10:44 +0000 (20:10 +0900)]
Fix output of field symbols in GameSurfaceSDL:drawFloor().

10 years agoOmit old XML files.
Deskull [Sun, 18 May 2014 11:00:33 +0000 (20:00 +0900)]
Omit old XML files.
Change Feature::symbol from char type to string type.

10 years agoAdd XML element to Feature class.
Deskull [Sun, 18 May 2014 00:26:59 +0000 (09:26 +0900)]
Add XML element to Feature class.

10 years agoAdd feature data.
Deskull [Sat, 17 May 2014 23:44:16 +0000 (08:44 +0900)]
Add feature data.

10 years agoImplement other separating functions from GameWorld:XMLLoad().
Deskull [Sat, 17 May 2014 07:16:08 +0000 (16:16 +0900)]
Implement other separating functions from GameWorld:XMLLoad().

10 years agoImplement some separated functions from GameWorld:XMLLoad().
Deskull [Sat, 17 May 2014 07:04:51 +0000 (16:04 +0900)]
Implement some separated functions from GameWorld:XMLLoad().

10 years agoFix careless change of GameWorld::serialize().
Deskull [Sat, 17 May 2014 06:55:31 +0000 (15:55 +0900)]
Fix careless change of GameWorld::serialize().

10 years ago[BUGGY]Change saved information from Trap to TrapBase.
Deskull [Sat, 17 May 2014 06:48:23 +0000 (15:48 +0900)]
[BUGGY]Change saved information from Trap to TrapBase.

10 years agoAdd Doxygen comments.
Deskull [Sat, 17 May 2014 06:34:43 +0000 (15:34 +0900)]
Add Doxygen comments.

10 years agoGame:xmlSave*() functions return bool type.
Deskull [Sat, 17 May 2014 06:17:27 +0000 (15:17 +0900)]
Game:xmlSave*() functions return bool type.

10 years agoFix implementation of XML save.
Deskull [Sat, 17 May 2014 06:08:00 +0000 (15:08 +0900)]
Fix implementation of XML save.

10 years agoImplements others separated XML data files.
Deskull [Sat, 17 May 2014 05:59:08 +0000 (14:59 +0900)]
Implements others separated XML data files.

10 years agoImplement some separated XML data files.
Deskull [Sat, 17 May 2014 05:37:01 +0000 (14:37 +0900)]
Implement some separated XML data files.

10 years agoAdd Feature.xml.
Deskull [Sat, 17 May 2014 03:49:04 +0000 (12:49 +0900)]
Add Feature.xml.

10 years agoAdd pregenerated World.xml.
Deskull [Fri, 16 May 2014 14:58:05 +0000 (23:58 +0900)]
Add pregenerated World.xml.
Fix compile error by private member.

10 years agoAdd Doxygen comment to Karma class.
Deskull [Fri, 16 May 2014 14:51:40 +0000 (23:51 +0900)]
Add Doxygen comment to Karma class.

10 years agoRemove duplicates members between super class and sub classes.
Deskull [Fri, 16 May 2014 14:44:47 +0000 (23:44 +0900)]
Remove duplicates members between super class and sub classes.

10 years agoAdd Doxygen comment to Creature Trait class.
Deskull [Fri, 16 May 2014 14:41:53 +0000 (23:41 +0900)]
Add Doxygen comment to Creature Trait class.

10 years agoAdd Doxygen comment to Dice class.
Deskull [Fri, 16 May 2014 14:35:45 +0000 (23:35 +0900)]
Add Doxygen comment to Dice class.

10 years agoAdd Doxygen comment for FixedFloor class.
Deskull [Fri, 16 May 2014 14:27:18 +0000 (23:27 +0900)]
Add Doxygen comment for FixedFloor class.

10 years agoAdd Doxygen comment to Camp class.
Deskull [Fri, 16 May 2014 14:12:24 +0000 (23:12 +0900)]
Add Doxygen comment to Camp class.
Remove duplicated Camp:name member with GameElement class.

10 years agoAdd list members to Floor class.
Deskull [Fri, 16 May 2014 14:02:52 +0000 (23:02 +0900)]
Add list members to Floor class.

10 years agoAdd Doxygen comments to Floor class.
Deskull [Fri, 16 May 2014 13:57:48 +0000 (22:57 +0900)]
Add Doxygen comments to Floor class.

10 years agoAdd Doxygen comment to Coordinates Class.
Deskull [Fri, 16 May 2014 13:06:36 +0000 (22:06 +0900)]
Add Doxygen comment to Coordinates Class.

10 years agoAdd Floor::SetSize().
Deskull [Thu, 15 May 2014 14:59:31 +0000 (23:59 +0900)]
Add Floor::SetSize().

10 years agoFix Floor:serialize().
Deskull [Thu, 15 May 2014 14:53:31 +0000 (23:53 +0900)]
Fix Floor:serialize().

10 years agoAdd new constructor to Floor class.
Deskull [Thu, 15 May 2014 14:50:44 +0000 (23:50 +0900)]
Add new constructor to Floor class.

10 years agoAdd comment to Dungeon class.
Deskull [Thu, 15 May 2014 14:44:44 +0000 (23:44 +0900)]
Add comment to Dungeon class.

10 years agoAdd comment to ItemEgo class.
Deskull [Thu, 15 May 2014 14:38:19 +0000 (23:38 +0900)]
Add comment to ItemEgo class.
Remove name of ItemEgo class for duplication with GameElement class.

10 years agoAdd Comments to ItemBase Class.
Deskull [Thu, 15 May 2014 13:50:59 +0000 (22:50 +0900)]
Add Comments to ItemBase Class.
Remove ItemBase::name for duplication with GameElement class.

10 years agoAdd Doxygen comment to Door class.
Deskull [Wed, 14 May 2014 14:58:28 +0000 (23:58 +0900)]
Add Doxygen comment to Door class.

10 years agoAdd Door::status.
Deskull [Wed, 14 May 2014 14:54:15 +0000 (23:54 +0900)]
Add Door::status.

10 years agoAdd Floor:GenerateTrap().
Deskull [Wed, 14 May 2014 14:49:37 +0000 (23:49 +0900)]
Add Floor:GenerateTrap().

10 years agoAdd member to serialize() of TrapBase and Trap classes.
Deskull [Wed, 14 May 2014 14:43:10 +0000 (23:43 +0900)]
Add member to serialize() of TrapBase and Trap classes.

10 years agoAdd some members to TrapBase and Trap classes.
Deskull [Wed, 14 May 2014 14:33:35 +0000 (23:33 +0900)]
Add some members to TrapBase and Trap classes.

10 years agoAdd members and comment about them to TrapBase class.
Deskull [Wed, 14 May 2014 11:55:19 +0000 (20:55 +0900)]
Add members and comment about them to TrapBase class.

10 years agoRemove duplicated GetName() of TrapBase class.
Deskull [Wed, 14 May 2014 11:45:37 +0000 (20:45 +0900)]
Remove duplicated GetName() of TrapBase class.

10 years agoFix warnings of Doxygen.
Deskull [Wed, 14 May 2014 11:38:31 +0000 (20:38 +0900)]
Fix warnings of Doxygen.

10 years agoFix position of @todo.
Deskull [Wed, 14 May 2014 11:24:36 +0000 (20:24 +0900)]
Fix position of @todo.

10 years agoRemove duplicated GetName() of ItemTrait class.
Deskull [Wed, 14 May 2014 11:01:33 +0000 (20:01 +0900)]
Remove duplicated GetName() of ItemTrait class.

10 years agoFix Doxygen warnings.
Deskull [Sun, 11 May 2014 14:51:31 +0000 (23:51 +0900)]
Fix Doxygen warnings.

10 years agoFix Doxygen Warning.
Deskull [Sun, 11 May 2014 14:44:50 +0000 (23:44 +0900)]
Fix Doxygen Warning.

10 years agoDefine ThrowItem() and ReadItem() to Creature class.
Deskull [Sun, 11 May 2014 14:31:04 +0000 (23:31 +0900)]
Define ThrowItem() and ReadItem() to Creature class.

10 years agoDefine Creature::EatItem()/Creature::QuaffItem()/Creature::ActivateItem().
Deskull [Sun, 11 May 2014 14:25:11 +0000 (23:25 +0900)]
Define Creature::EatItem()/Creature::QuaffItem()/Creature::ActivateItem().

10 years agoDefine Creature::DropItem().
Deskull [Sun, 11 May 2014 14:17:55 +0000 (23:17 +0900)]
Define Creature::DropItem().

10 years agoDefine Creature:GetItem().
Deskull [Sun, 11 May 2014 14:12:09 +0000 (23:12 +0900)]
Define Creature:GetItem().

10 years agoAdd Creature::Melee().
Deskull [Sun, 11 May 2014 12:56:50 +0000 (21:56 +0900)]
Add Creature::Melee().

10 years agoImplement GAME_COMMAND_[DIRECTION] to GameSurfaceSDL::DoGameCommand().
Deskull [Fri, 9 May 2014 14:47:53 +0000 (23:47 +0900)]
Implement GAME_COMMAND_[DIRECTION] to GameSurfaceSDL::DoGameCommand().

10 years agoImplement Creature::Walk().
Deskull [Fri, 9 May 2014 14:36:53 +0000 (23:36 +0900)]
Implement Creature::Walk().

10 years agoReimplement DirectionVector to Direction class.
Deskull [Fri, 9 May 2014 14:33:51 +0000 (23:33 +0900)]
Reimplement DirectionVector to Direction class.

10 years agoAdd Direction class.
Deskull [Fri, 9 May 2014 14:22:51 +0000 (23:22 +0900)]
Add Direction class.

10 years agoDefine GameEngine::directionVector.
Deskull [Fri, 9 May 2014 14:10:27 +0000 (23:10 +0900)]
Define GameEngine::directionVector.

10 years agoAdd Creature::Walk().
Deskull [Wed, 7 May 2014 14:56:53 +0000 (23:56 +0900)]
Add Creature::Walk().

10 years agoAdd playerPtr to GameWorld class.
Deskull [Wed, 7 May 2014 14:51:08 +0000 (23:51 +0900)]
Add playerPtr to GameWorld class.