[ogs-changes] dist/c++ ChangeLog,1.18,1.19
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-04-18 01:41:33
|
Update of /cvsroot/ogs/dist/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv25962/c++ Modified Files: ChangeLog Log Message: See C++ ChangeLog (Apr 17) for details. Index: ChangeLog =================================================================== RCS file: /cvsroot/ogs/dist/c++/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** ChangeLog 15 Apr 2003 16:58:28 -0000 1.18 --- ChangeLog 18 Apr 2003 01:40:59 -0000 1.19 *************** *** 1,3 **** --- 1,47 ---- + Thu Apr 17 18:10:12 UTC 2003 Eric Lemings <ele...@us...> + + * ogs/support/Class.h, ogs/support/Object.*: Doc fixes. Inline + Object::getClass() function. (It has to go in Class.h: putting + it in Object.h causes a recursive include dependency.) + + * ogs/core/Abilities.*: Doc fixes. + * ogs/core/Ability.h: Doc fixes. Add missing getType() fucntion. + + * ogs/core/Types.h: Add ItemPtr type. + * ogs/core/BodyPart.*, ogs/core/Saves.h, ogs/core/Skill.*, + ogs/core/details/*.h: Doc fixes. + + * ogs/core/Creature.cpp: Add setPoints() function. + + * ogs/core/Creature.*: Add removeSkill() function. Access hit + dice like other member objects. + + * ogs/core/Entity.h: Add getDefense() function. + + * ogs/core/Experience.h: Removed get*AttackLevel() functions. + Don't need them right now. Don't know if they'll ever be + needed. + + * ogs/core/Item.cpp: Add setWorth() function. + + * ogs/cclasses/Monk.h: Implemented a couple of monk-specific + functions. + + * ogs/cclasses/*.h, ogs/magic/Ability.*, ogs/magic/Types.h: + Move SpellCounts type to new magic type defnitions header. + + * ogs/magic/MetamagicFeat.h: Add getCost() function. + * ogs/magic/AbsoluteRange.h, ogs/magic/ExperienceCost.h: + Doc fixes. + * ogs/magic/abilities/*.h: Fix includes. Add constructors. + + * ogs/items/Ring.h, ogs/items/rings/*.h: Doc fixes. Added + constructors. + + * ogs/spells/Namespace.h, ogs/spells/conjurations/CureWounds.*: + Doc fixes. Added parameter to switch behavior to Inflict + Wounds spell. Define named constructors. + Tue Apr 15 03:46:35 UTC 2003 Eric Lemings <ele...@us...> |