[ogs-changes] dist/c++/ogs CClasses.h,1.1,1.2 Combat.h,1.2,1.3 Core.h,1.2,1.3 Creatures.h,1.1,1.2 Fe
Status: Alpha
Brought to you by:
elemings
Update of /cvsroot/ogs/dist/c++/ogs In directory sc8-pr-cvs1:/tmp/cvs-serv1939/c++/ogs Modified Files: CClasses.h Combat.h Core.h Creatures.h Feats.h Magic.h Skills.h Spells.h Support.h Log Message: See C++ ChangeLog file (Mar 24) for details. Index: CClasses.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/CClasses.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CClasses.h 7 Jan 2003 07:41:32 -0000 1.1 --- CClasses.h 25 Mar 2003 06:13:10 -0000 1.2 *************** *** 1,4 **** /* ! * CClasses.h -- declarations for universal cclasses * Copyright (C) 2002 Eric Lemings <ele...@us...> * --- 1,4 ---- /* ! * CClasses.h -- declarations for common cclasses * Copyright (C) 2002 Eric Lemings <ele...@us...> * *************** *** 21,34 **** */ ! #ifdef __cplusplus ! ! # ifndef OGS_CCLASSES_H ! # define OGS_CCLASSES_H ! ! # include <ogs/cclasses/Commoner.h> ! # include <ogs/cclasses/Fighter.h> ! # endif /* !defined OGS_CCLASSES_H */ ! #endif /* defined __cplusplus */ --- 21,39 ---- */ ! #ifndef OGS_CCLASSES_H ! # define OGS_CCLASSES_H ! # include <ogs/cclasses/Barbarian.h> ! # include <ogs/cclasses/Bard.h> ! # include <ogs/cclasses/Cleric.h> ! # include <ogs/cclasses/Druid.h> ! # include <ogs/cclasses/Fighter.h> ! # include <ogs/cclasses/Monk.h> ! # include <ogs/cclasses/Paladin.h> ! # include <ogs/cclasses/Ranger.h> ! # include <ogs/cclasses/Rogue.h> ! # include <ogs/cclasses/Sorcerer.h> ! # include <ogs/cclasses/Wizard.h> ! #endif /* !defined OGS_CCLASSES_H */ Index: Combat.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/Combat.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Combat.h 5 Feb 2003 06:01:27 -0000 1.2 --- Combat.h 25 Mar 2003 06:13:10 -0000 1.3 *************** *** 21,36 **** */ ! #ifdef __cplusplus ! ! # ifndef OGS_COMBAT_H ! # define OGS_COMBAT_H ! ! # include <ogs/combat/Action.h> ! # include <ogs/combat/Actions.h> ! # include <ogs/combat/Combatant.h> ! # include <ogs/combat/Encounter.h> ! # endif /* !defined OGS_COMBAT_H */ ! #endif /* defined __cplusplus */ --- 21,32 ---- */ ! #ifndef OGS_COMBAT_H ! # define OGS_COMBAT_H ! # include <ogs/combat/Action.h> ! # include <ogs/combat/Actions.h> ! # include <ogs/combat/Combatant.h> ! # include <ogs/combat/Encounter.h> ! #endif /* !defined OGS_COMBAT_H */ Index: Core.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/Core.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Core.h 5 Feb 2003 06:01:27 -0000 1.2 --- Core.h 25 Mar 2003 06:13:10 -0000 1.3 *************** *** 21,53 **** */ ! #ifdef __cplusplus ! ! # ifndef OGS_CORE_H ! # define OGS_CORE_H ! ! # include <ogs/core/Ability.h> ! # include <ogs/core/Abilities.h> ! # include <ogs/core/CClass.h> ! # include <ogs/core/Character.h> ! # include <ogs/core/Creature.h> ! # include <ogs/core/Defense.h> ! # include <ogs/core/Detail.h> ! # include <ogs/core/Details.h> ! # include <ogs/core/Die.h> ! # include <ogs/core/Entity.h> ! # include <ogs/core/Experience.h> ! # include <ogs/core/Feat.h> ! # include <ogs/core/Feature.h> ! # include <ogs/core/Item.h> ! # include <ogs/core/Modifier.h> ! # include <ogs/core/Modifiers.h> ! # include <ogs/core/Namespace.h> ! # include <ogs/core/Saves.h> ! # include <ogs/core/Size.h> ! # include <ogs/core/Skill.h> ! # include <ogs/core/Task.h> ! # endif /* !defined OGS_CORE_H */ ! #endif /* defined __cplusplus */ --- 21,49 ---- */ ! #ifndef OGS_CORE_H ! # define OGS_CORE_H ! # include <ogs/core/Ability.h> ! # include <ogs/core/Abilities.h> ! # include <ogs/core/CClass.h> ! # include <ogs/core/Character.h> ! # include <ogs/core/Creature.h> ! # include <ogs/core/Defense.h> ! # include <ogs/core/Detail.h> ! # include <ogs/core/Details.h> ! # include <ogs/core/Die.h> ! # include <ogs/core/Entity.h> ! # include <ogs/core/Experience.h> ! # include <ogs/core/Feat.h> ! # include <ogs/core/Feature.h> ! # include <ogs/core/Item.h> ! # include <ogs/core/Modifier.h> ! # include <ogs/core/Modifiers.h> ! # include <ogs/core/Namespace.h> ! # include <ogs/core/Saves.h> ! # include <ogs/core/Size.h> ! # include <ogs/core/Skill.h> ! # include <ogs/core/Task.h> ! #endif /* !defined OGS_CORE_H */ Index: Creatures.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/Creatures.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Creatures.h 7 Jan 2003 07:41:32 -0000 1.1 --- Creatures.h 25 Mar 2003 06:13:10 -0000 1.2 *************** *** 1,4 **** /* ! * Creatures.h -- declarations for universal creatures * Copyright (C) 2002 Eric Lemings <ele...@us...> * --- 1,4 ---- /* ! * Creatures.h -- declarations for common creatures * Copyright (C) 2002 Eric Lemings <ele...@us...> * *************** *** 21,34 **** */ ! #ifdef __cplusplus ! ! # ifndef OGS_CREATURES_H ! # define OGS_CREATURES_H ! ! # include <ogs/creatures/Human.h> ! # include <ogs/creatures/Humanoid.h> ! # endif /* !defined OGS_CREATURES_H */ ! #endif /* defined __cplusplus */ --- 21,29 ---- */ ! #ifndef OGS_CREATURES_H ! # define OGS_CREATURES_H ! # include <ogs/creatures/Humanoids.h> ! #endif /* !defined OGS_CREATURES_H */ Index: Feats.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/Feats.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Feats.h 7 Jan 2003 07:41:32 -0000 1.1 --- Feats.h 25 Mar 2003 06:13:10 -0000 1.2 *************** *** 1,4 **** /* ! * Feats.h -- declarations for universal feats * Copyright (C) 2002 Eric Lemings <ele...@us...> * --- 1,4 ---- /* ! * Feats.h -- declarations for common feats * Copyright (C) 2002 Eric Lemings <ele...@us...> * *************** *** 21,47 **** */ ! #ifdef __cplusplus ! ! # ifndef OGS_FEATS_H ! # define OGS_FEATS_H ! ! # include <ogs/feats/ArmorProficiency.h> ! # include <ogs/feats/ExoticWeapon.h> ! # include <ogs/feats/GreatFortitude.h> ! # include <ogs/feats/HeavyArmor.h> ! # include <ogs/feats/ImprovedInitiative.h> ! # include <ogs/feats/IronWill.h> ! # include <ogs/feats/LightArmor.h> ! # include <ogs/feats/LightningReflexes.h> ! # include <ogs/feats/MartialWeapon.h> ! # include <ogs/feats/MediumArmor.h> ! # include <ogs/feats/Namespace.h> ! # include <ogs/feats/ShieldProficiency.h> ! # include <ogs/feats/SimpleWeapon.h> ! # include <ogs/feats/Toughness.h> ! # include <ogs/feats/WeaponProficiency.h> ! # endif /* !defined OGS_FEATS_H */ ! #endif /* defined __cplusplus */ --- 21,41 ---- */ ! #ifndef OGS_FEATS_H ! # define OGS_FEATS_H ! # include <ogs/feats/Alertness.h> ! # include <ogs/feats/ArmorProficiency.h> ! # include <ogs/feats/BonusFeat.h> ! # include <ogs/feats/ExoticWeapon.h> ! # include <ogs/feats/GreatFortitude.h> ! # include <ogs/feats/ImprovedInitiative.h> ! # include <ogs/feats/IronWill.h> ! # include <ogs/feats/LightningReflexes.h> ! # include <ogs/feats/MartialWeapon.h> ! # include <ogs/feats/ShieldProficiency.h> ! # include <ogs/feats/SimpleWeapon.h> ! # include <ogs/feats/Toughness.h> ! # include <ogs/feats/WeaponProficiency.h> ! #endif /* !defined OGS_FEATS_H */ Index: Magic.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/Magic.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Magic.h 28 Feb 2003 11:11:25 -0000 1.4 --- Magic.h 25 Mar 2003 06:13:10 -0000 1.5 *************** *** 21,47 **** */ ! #ifdef __cplusplus ! ! # ifndef OGS_MAGIC_H ! # define OGS_MAGIC_H ! ! # include <ogs/magic/Ability.h> ! # include <ogs/magic/Abilities.h> ! # include <ogs/magic/AbsoluteRange.h> ! # include <ogs/magic/Component.h> ! # include <ogs/magic/Descriptors.h> ! # include <ogs/magic/ExperienceCost.h> ! # include <ogs/magic/Feats.h> ! # include <ogs/magic/LevelRange.h> ! # include <ogs/magic/Namespace.h> ! # include <ogs/magic/PhysicalComponent.h> ! # include <ogs/magic/Range.h> ! # include <ogs/magic/School.h> ! # include <ogs/magic/Spell.h> ! # include <ogs/magic/SpellList.h> ! # include <ogs/magic/Subschool.h> ! # endif /* !defined OGS_MAGIC_H */ ! #endif /* defined __cplusplus */ --- 21,43 ---- */ ! #ifndef OGS_MAGIC_H ! # define OGS_MAGIC_H ! # include <ogs/magic/Ability.h> ! # include <ogs/magic/Abilities.h> ! # include <ogs/magic/AbsoluteRange.h> ! # include <ogs/magic/Component.h> ! # include <ogs/magic/Descriptors.h> ! # include <ogs/magic/ExperienceCost.h> ! # include <ogs/magic/Feats.h> ! # include <ogs/magic/LevelRange.h> ! # include <ogs/magic/Namespace.h> ! # include <ogs/magic/PhysicalComponent.h> ! # include <ogs/magic/Range.h> ! # include <ogs/magic/School.h> ! # include <ogs/magic/Spell.h> ! # include <ogs/magic/SpellList.h> ! # include <ogs/magic/Subschool.h> ! #endif /* !defined OGS_MAGIC_H */ Index: Skills.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/Skills.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Skills.h 7 Jan 2003 07:41:32 -0000 1.1 --- Skills.h 25 Mar 2003 06:13:10 -0000 1.2 *************** *** 1,4 **** /* ! * Skills.h -- declarations for universal skills * Copyright (C) 2002 Eric Lemings <ele...@us...> * --- 1,4 ---- /* ! * Skills.h -- declarations for common skills * Copyright (C) 2002 Eric Lemings <ele...@us...> * *************** *** 21,34 **** */ ! #ifdef __cplusplus ! ! # ifndef OGS_SKILLS_H ! # define OGS_SKILLS_H ! ! # include <ogs/skills/Diplomacy.h> ! # include <ogs/skills/Swim.h> ! # endif /* !defined OGS_SKILLS_H */ ! #endif /* defined __cplusplus */ --- 21,54 ---- */ ! #ifndef OGS_SKILLS_H ! # define OGS_SKILLS_H ! //# include <ogs/skills/Appraise.h> ! //# include <ogs/skills/Bluff.h> ! //# include <ogs/skills/Climb.h> ! //# include <ogs/skills/Craft.h> ! # include <ogs/skills/Diplomacy.h> ! //# include <ogs/skills/DisableDevice.h> ! //# include <ogs/skills/Disguise.h> ! //# include <ogs/skills/EscapeArtist.h> ! //# include <ogs/skills/Forgery.h> ! //# include <ogs/skills/GatherInformation.h> ! //# include <ogs/skills/HandleAnimal.h> ! //# include <ogs/skills/Hide.h> ! //# include <ogs/skills/Intimidate.h> ! //# include <ogs/skills/Jump.h> ! //# include <ogs/skills/Knowledge.h> ! //# include <ogs/skills/Listen.h> ! //# include <ogs/skills/MoveSilently.h> ! //# include <ogs/skills/Namespace.h> ! //# include <ogs/skills/Profession.h> ! //# include <ogs/skills/Ride.h> ! //# include <ogs/skills/Search.h> ! //# include <ogs/skills/SenseMotive.h> ! //# include <ogs/skills/SpeakLanguage.h> ! //# include <ogs/skills/Spot.h> ! # include <ogs/skills/Swim.h> ! //# include <ogs/skills/Tumble.h> ! #endif /* !defined OGS_SKILLS_H */ Index: Spells.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/Spells.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Spells.h 7 Jan 2003 07:41:32 -0000 1.1 --- Spells.h 25 Mar 2003 06:13:10 -0000 1.2 *************** *** 21,41 **** */ ! #ifdef __cplusplus ! ! # ifndef OGS_SPELLS_H ! # define OGS_SPELLS_H ! ! # include <ogs/spells/Abjuration.h> ! # include <ogs/spells/Conjuration.h> ! # include <ogs/spells/Divination.h> ! # include <ogs/spells/Enchantment.h> ! # include <ogs/spells/Evocation.h> ! # include <ogs/spells/Illusion.h> ! # include <ogs/spells/Necromancy.h> ! # include <ogs/spells/Transmutation.h> ! # include <ogs/spells/Universal.h> ! # endif /* !defined OGS_SPELLS_H */ ! #endif /* defined __cplusplus */ --- 21,37 ---- */ ! #ifndef OGS_SPELLS_H ! # define OGS_SPELLS_H ! # include <ogs/spells/Abjuration.h> ! # include <ogs/spells/Conjurations.h> ! # include <ogs/spells/Divination.h> ! # include <ogs/spells/Enchantment.h> ! # include <ogs/spells/Evocation.h> ! # include <ogs/spells/Illusion.h> ! # include <ogs/spells/Necromancy.h> ! # include <ogs/spells/Transmutation.h> ! # include <ogs/spells/Universal.h> ! #endif /* !defined OGS_SPELLS_H */ Index: Support.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/Support.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Support.h 7 Jan 2003 07:41:32 -0000 1.1 --- Support.h 25 Mar 2003 06:13:10 -0000 1.2 *************** *** 21,36 **** */ ! #ifdef __cplusplus ! ! # ifndef OGS_SUPPORT_H ! # define OGS_SUPPORT_H ! ! # include <ogs/support/Class.h> ! # include <ogs/support/Event.h> ! # include <ogs/support/Object.h> ! # include <ogs/support/Observer.h> ! # endif /* !defined OGS_SUPPORT_H */ ! #endif /* defined __cplusplus */ --- 21,33 ---- */ ! #ifndef OGS_SUPPORT_H ! # define OGS_SUPPORT_H ! # include <ogs/support/Attachable.h> ! # include <ogs/support/Class.h> ! # include <ogs/support/Event.h> ! # include <ogs/support/Object.h> ! # include <ogs/support/Observer.h> ! #endif /* !defined OGS_SUPPORT_H */ |