OSDN Git Service

deeangband/Deeangband-new.git
10 years agoAdd race data.
Deskull [Fri, 6 Jun 2014 11:11:52 +0000 (20:11 +0900)]
Add race data.

10 years agoRemove old constructor of Creature class.
Deskull [Fri, 6 Jun 2014 10:55:19 +0000 (19:55 +0900)]
Remove old constructor of Creature class.

10 years agoChange argument of a constructor of Creature class.
Deskull [Fri, 6 Jun 2014 10:37:24 +0000 (19:37 +0900)]
Change argument of a constructor of Creature class.

10 years agoImplement Camp::WipeData().
Deskull [Thu, 5 Jun 2014 13:24:44 +0000 (22:24 +0900)]
Implement Camp::WipeData().

10 years agoImplement Quest::WipeData(), Race::WipeData().
Deskull [Thu, 5 Jun 2014 13:13:32 +0000 (22:13 +0900)]
Implement Quest::WipeData(), Race::WipeData().

10 years agoImplement StartingClass::WipeData().
Deskull [Thu, 5 Jun 2014 12:51:38 +0000 (21:51 +0900)]
Implement StartingClass::WipeData().

10 years agoFix unused argument of CreatureTemplate constructor.
Deskull [Thu, 5 Jun 2014 12:46:04 +0000 (21:46 +0900)]
Fix unused argument of CreatureTemplate constructor.

10 years agoImplement CreatureTemplate::WipeData().
Deskull [Thu, 5 Jun 2014 12:28:40 +0000 (21:28 +0900)]
Implement CreatureTemplate::WipeData().

10 years agoRemove unused constructors.
Deskull [Thu, 5 Jun 2014 11:45:48 +0000 (20:45 +0900)]
Remove unused constructors.

10 years agoFix Floor::GenerateTrap().
Deskull [Thu, 5 Jun 2014 11:35:23 +0000 (20:35 +0900)]
Fix Floor::GenerateTrap().

10 years agoImplement Coordinates::operator=.
Deskull [Thu, 5 Jun 2014 11:15:55 +0000 (20:15 +0900)]
Implement Coordinates::operator=.

10 years agoFix argument of Floor::GenerateTrap().
Deskull [Thu, 5 Jun 2014 10:34:29 +0000 (19:34 +0900)]
Fix argument of Floor::GenerateTrap().

10 years agoImplement WipeData() to FixedFloor and Building class.
Deskull [Thu, 5 Jun 2014 10:27:06 +0000 (19:27 +0900)]
Implement WipeData() to FixedFloor and Building class.

10 years agoRemove unused constructors of Floor class.
Deskull [Thu, 5 Jun 2014 10:11:41 +0000 (19:11 +0900)]
Remove unused constructors of Floor class.

10 years agoRemove unused constructor of Skill class.
Deskull [Thu, 5 Jun 2014 09:58:53 +0000 (18:58 +0900)]
Remove unused constructor of Skill class.

10 years agoImplement Stair::WipeData().
Deskull [Thu, 5 Jun 2014 09:53:56 +0000 (18:53 +0900)]
Implement Stair::WipeData().

10 years agoFix constructor of Trap class.
Deskull [Thu, 5 Jun 2014 09:47:36 +0000 (18:47 +0900)]
Fix constructor of Trap class.

10 years agoImplement Species::WipeData().
Deskull [Thu, 5 Jun 2014 09:41:01 +0000 (18:41 +0900)]
Implement Species::WipeData().

10 years agoAdd authorityTags to Species class.
Deskull [Thu, 5 Jun 2014 09:33:50 +0000 (18:33 +0900)]
Add authorityTags to Species class.

10 years agoRemove unused functions in Authority class.
Deskull [Thu, 5 Jun 2014 09:25:02 +0000 (18:25 +0900)]
Remove unused functions in Authority class.

10 years agoRemove virtual attribute from GameInstance:WipeData().
Deskull [Thu, 5 Jun 2014 09:21:29 +0000 (18:21 +0900)]
Remove virtual attribute from GameInstance:WipeData().

10 years agoRename all of SetDammyData() to WipeData().
Deskull [Thu, 5 Jun 2014 09:12:36 +0000 (18:12 +0900)]
Rename all of SetDammyData() to WipeData().

10 years agoAdd Floor:dungeonTag().
Deskull [Thu, 5 Jun 2014 09:08:22 +0000 (18:08 +0900)]
Add Floor:dungeonTag().

10 years agoDefine Floor::SetDammyData().
Deskull [Tue, 3 Jun 2014 14:58:14 +0000 (23:58 +0900)]
Define Floor::SetDammyData().

10 years agoDefine Floor::Floor(std::map<TAG, boost::shared_ptr<Dungeon>>::iterator dungeonIt...
Deskull [Tue, 3 Jun 2014 14:53:47 +0000 (23:53 +0900)]
Define Floor::Floor(std::map<TAG, boost::shared_ptr<Dungeon>>::iterator dungeonIt, DEPTH depth).

10 years agoDungeon::SetDammyData().
Deskull [Tue, 3 Jun 2014 14:46:58 +0000 (23:46 +0900)]
Dungeon::SetDammyData().

10 years agoTrap class becomes subclass of GameInstance.
Deskull [Mon, 2 Jun 2014 14:10:49 +0000 (23:10 +0900)]
Trap class becomes subclass of GameInstance.

10 years agoFloor, Creature and Item classes become subclass of GameInstance.
Deskull [Mon, 2 Jun 2014 14:08:27 +0000 (23:08 +0900)]
Floor, Creature and Item classes become subclass of GameInstance.

10 years agoAdd GameInstanceClass.
Deskull [Mon, 2 Jun 2014 13:57:51 +0000 (22:57 +0900)]
Add GameInstanceClass.

10 years agoAdd Trap::Trap(TrapBase *trapBasePtr).
Deskull [Mon, 2 Jun 2014 13:53:12 +0000 (22:53 +0900)]
Add Trap::Trap(TrapBase *trapBasePtr).

10 years agoAdd TrapBaseTag to Trap class.
Deskull [Mon, 2 Jun 2014 13:32:56 +0000 (22:32 +0900)]
Add TrapBaseTag to Trap class.

10 years agoDefine Trap:SetDammyData().
Deskull [Mon, 2 Jun 2014 12:49:18 +0000 (21:49 +0900)]
Define Trap:SetDammyData().

10 years agoAdd validGenerated to GameElement class.
Deskull [Mon, 2 Jun 2014 11:56:12 +0000 (20:56 +0900)]
Add validGenerated to GameElement class.

10 years agoFix no argument constructor of Trap class.
Deskull [Mon, 2 Jun 2014 11:45:00 +0000 (20:45 +0900)]
Fix no argument constructor of Trap class.

10 years agoFix no argument constructor of TrapBase class.
Deskull [Mon, 2 Jun 2014 11:41:13 +0000 (20:41 +0900)]
Fix no argument constructor of TrapBase class.

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.