OSDN Git Service

deeangband/Deeangband-new.git
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.

10 years agoAdd new commands to GameEngine::DoGameCommand().
Deskull [Wed, 7 May 2014 14:43:55 +0000 (23:43 +0900)]
Add new commands to GameEngine::DoGameCommand().

10 years agoAdd member to GAME_COMMAND enum.
Deskull [Wed, 7 May 2014 14:39:27 +0000 (23:39 +0900)]
Add member to GAME_COMMAND enum.

10 years agoRemove name from FixedFloor for already implemented by GameElement class.
Deskull [Tue, 6 May 2014 14:57:56 +0000 (23:57 +0900)]
Remove name from FixedFloor for already implemented by GameElement class.

10 years agoAdd description member to GameElement class.
Deskull [Tue, 6 May 2014 14:54:46 +0000 (23:54 +0900)]
Add description member to GameElement class.

10 years agoAdd finalQuest TAG to GameCampaign class.
Deskull [Tue, 6 May 2014 14:51:54 +0000 (23:51 +0900)]
Add finalQuest TAG to GameCampaign class.

10 years agoImplementing GameCampaign class.
Deskull [Tue, 6 May 2014 14:49:12 +0000 (23:49 +0900)]
Implementing GameCampaign class.

10 years agoAdd members to GameCampaign class.
Deskull [Tue, 6 May 2014 14:44:14 +0000 (23:44 +0900)]
Add members to GameCampaign class.

10 years agoFix members and functions of GameElement and Dungeon class.
Deskull [Tue, 6 May 2014 14:32:21 +0000 (23:32 +0900)]
Fix members and functions of GameElement and Dungeon class.

10 years agoAdd Deeangband::GenerateFloor().
Deskull [Tue, 6 May 2014 14:23:33 +0000 (23:23 +0900)]
Add Deeangband::GenerateFloor().

10 years agoFix version for serialization.
Deskull [Tue, 6 May 2014 14:11:12 +0000 (23:11 +0900)]
Fix version for serialization.

10 years agoFixedFloor class becomes a subclass of Floor class.
Deskull [Tue, 6 May 2014 14:03:58 +0000 (23:03 +0900)]
FixedFloor class becomes a subclass of Floor class.

10 years agoAdd version number to some classes.
Deskull [Tue, 6 May 2014 13:43:51 +0000 (22:43 +0900)]
Add version number to some classes.

10 years agoFix member and serialization of GameElement class.
Deskull [Mon, 5 May 2014 14:58:02 +0000 (23:58 +0900)]
Fix member and serialization of GameElement class.

10 years agoFix constructors.
Deskull [Mon, 5 May 2014 14:49:07 +0000 (23:49 +0900)]
Fix constructors.

10 years agoImplement constructor of Dungeon class.
Deskull [Mon, 5 May 2014 14:40:34 +0000 (23:40 +0900)]
Implement constructor of Dungeon class.

10 years agoAdd Dungeon::baseSize.
Deskull [Mon, 5 May 2014 14:39:42 +0000 (23:39 +0900)]
Add Dungeon::baseSize.

10 years agoAdd name member and version number for Serialization to Dungeon class.
Deskull [Thu, 1 May 2014 14:55:35 +0000 (23:55 +0900)]
Add name member and version number for Serialization to Dungeon class.

10 years agoAdd CreatureTemplate::HasSkill().
Deskull [Thu, 1 May 2014 14:48:47 +0000 (23:48 +0900)]
Add CreatureTemplate::HasSkill().

10 years agoAdd GameWorld::WipeCreature().
Deskull [Tue, 29 Apr 2014 14:56:11 +0000 (23:56 +0900)]
Add GameWorld::WipeCreature().

10 years agoAdd test code of drawing side creature status.
Deskull [Tue, 22 Apr 2014 14:49:26 +0000 (23:49 +0900)]
Add test code of drawing side creature status.

10 years agoImplement drawSideCreatureStatus() and updateSideCreatureStatus in GameSurfaceSDL...
Deskull [Tue, 22 Apr 2014 14:43:08 +0000 (23:43 +0900)]
Implement drawSideCreatureStatus() and updateSideCreatureStatus in GameSurfaceSDL class.

10 years agoAdd GameSurfaceSDL::updateCreatureStatus().
Deskull [Tue, 22 Apr 2014 14:37:28 +0000 (23:37 +0900)]
Add GameSurfaceSDL::updateCreatureStatus().

10 years agoAdd GameSurfaceSDL::updateSideCreatureStatus().
Deskull [Tue, 22 Apr 2014 14:27:41 +0000 (23:27 +0900)]
Add GameSurfaceSDL::updateSideCreatureStatus().

10 years agoAdd GameSurfaceSDL::drawSideCreatureStatus().
Deskull [Tue, 22 Apr 2014 14:20:13 +0000 (23:20 +0900)]
Add GameSurfaceSDL::drawSideCreatureStatus().

10 years agoAdd GameSurface::SetSideStatusCreature().
Deskull [Tue, 22 Apr 2014 14:10:15 +0000 (23:10 +0900)]
Add GameSurface::SetSideStatusCreature().

10 years agoImplement GameSurfaceSDL::Message().
Deskull [Tue, 22 Apr 2014 13:48:06 +0000 (22:48 +0900)]
Implement GameSurfaceSDL::Message().

10 years agoImplement parts of Message function in GameSurfaceSDL class.
Deskull [Mon, 21 Apr 2014 14:32:20 +0000 (23:32 +0900)]
Implement parts of Message function in GameSurfaceSDL class.

10 years agoImplement parts of Message function in GameSurfaceSDL class.
Deskull [Mon, 21 Apr 2014 11:57:26 +0000 (20:57 +0900)]
Implement parts of Message function in GameSurfaceSDL class.

10 years agoAdd Doxygen comments to member of GameSurfaceSDL.
Deskull [Mon, 21 Apr 2014 11:43:55 +0000 (20:43 +0900)]
Add Doxygen comments to member of GameSurfaceSDL.

10 years agoMove GameSurfaceSDL::windowSurface to private member.
Deskull [Mon, 21 Apr 2014 11:35:55 +0000 (20:35 +0900)]
Move GameSurfaceSDL::windowSurface to private member.

10 years agoAdd GameSurface::Message().
Deskull [Mon, 21 Apr 2014 11:28:45 +0000 (20:28 +0900)]
Add GameSurface::Message().

10 years agoAdd discipline elements to CreatureTemplate class.
Deskull [Mon, 21 Apr 2014 10:58:31 +0000 (19:58 +0900)]
Add discipline elements to CreatureTemplate class.

10 years agoSet serialization version of BaseStatusTable and Building classes.
Deskull [Mon, 21 Apr 2014 10:46:25 +0000 (19:46 +0900)]
Set serialization version of BaseStatusTable and Building classes.

10 years agoSet serialization version of Authority and FixedArtifact class.
Deskull [Mon, 21 Apr 2014 10:36:31 +0000 (19:36 +0900)]
Set serialization version of Authority and FixedArtifact class.

10 years agoAdd XMLSave/Load key to GameSurfaceSDL.
Deskull [Mon, 21 Apr 2014 10:14:37 +0000 (19:14 +0900)]
Add XMLSave/Load key to GameSurfaceSDL.

10 years agoAdd new command, GAME_COMMAND_DEBUG_XML_SAVE, GAME_COMMAND_DEBUG_XML_LOAD.
Deskull [Mon, 21 Apr 2014 10:06:15 +0000 (19:06 +0900)]
Add new command, GAME_COMMAND_DEBUG_XML_SAVE, GAME_COMMAND_DEBUG_XML_LOAD.

10 years agoAdd default view setting in constructor of GameWorld.
Deskull [Mon, 21 Apr 2014 09:56:49 +0000 (18:56 +0900)]
Add default view setting in constructor of GameWorld.

10 years agoChange All Color structure to Color class.
Deskull [Sun, 20 Apr 2014 10:55:16 +0000 (19:55 +0900)]
Change All Color structure to Color class.

10 years agoFix serialization.
Deskull [Sun, 20 Apr 2014 10:45:02 +0000 (19:45 +0900)]
Fix serialization.

10 years agoFix serialization.
Deskull [Sun, 20 Apr 2014 10:38:47 +0000 (19:38 +0900)]
Fix serialization.

10 years agoFix serialization.
Deskull [Sun, 20 Apr 2014 10:33:55 +0000 (19:33 +0900)]
Fix serialization.

10 years agoImplement serialization from GameWorld class.
Deskull [Sun, 20 Apr 2014 10:27:15 +0000 (19:27 +0900)]
Implement serialization from GameWorld class.

10 years agoFix serialization of GameWorld class.
Deskull [Sun, 20 Apr 2014 09:45:46 +0000 (18:45 +0900)]
Fix serialization of GameWorld class.

10 years agoAdd serialize elements to GameWorld class.
Deskull [Sun, 20 Apr 2014 09:41:15 +0000 (18:41 +0900)]
Add serialize elements to GameWorld class.

10 years agoImplementing serialize() for GameWorld class.
Deskull [Sun, 20 Apr 2014 09:30:27 +0000 (18:30 +0900)]
Implementing serialize() for GameWorld class.

10 years agoFix serialize().
Deskull [Sun, 20 Apr 2014 08:26:25 +0000 (17:26 +0900)]
Fix serialize().

10 years agoChange serialization() in some classes.
Deskull [Sun, 20 Apr 2014 08:13:41 +0000 (17:13 +0900)]
Change serialization() in some classes.

10 years agoFix comment out statement.
Deskull [Fri, 18 Apr 2014 14:43:25 +0000 (23:43 +0900)]
Fix comment out statement.

10 years agoAdd new constructor to GameSurfaceSDL class.
Deskull [Fri, 18 Apr 2014 14:37:22 +0000 (23:37 +0900)]
Add new constructor to GameSurfaceSDL class.

10 years agoAdd gameWorld to GameSurface class.
Deskull [Fri, 18 Apr 2014 14:21:17 +0000 (23:21 +0900)]
Add gameWorld to GameSurface class.

10 years agoAdd version info to some classes.
Deskull [Thu, 17 Apr 2014 14:57:04 +0000 (23:57 +0900)]
Add version info to some classes.

10 years agoFix header files.
Deskull [Sun, 13 Apr 2014 12:10:10 +0000 (21:10 +0900)]
Fix header files.

10 years agoFix warning in _tWinMain().
Deskull [Sun, 13 Apr 2014 11:28:37 +0000 (20:28 +0900)]
Fix warning in _tWinMain().

10 years agoFix namespace.
Deskull [Sun, 13 Apr 2014 11:12:29 +0000 (20:12 +0900)]
Fix namespace.

10 years ago[BUGGY] Move some members and functions from GameWorld class to GameEngine class.
Deskull [Sat, 12 Apr 2014 15:44:49 +0000 (00:44 +0900)]
[BUGGY] Move some members and functions from GameWorld class to GameEngine class.

10 years ago[BUGGY] Add GameEngine class.
Deskull [Sat, 12 Apr 2014 15:26:05 +0000 (00:26 +0900)]
[BUGGY] Add GameEngine class.