[ogs-changes] dist/c++ ChangeLog,1.20,1.21 configure.in,1.14,1.15
Status: Alpha
Brought to you by:
elemings
From: <ele...@us...> - 2003-05-02 19:07:01
|
Update of /cvsroot/ogs/dist/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv32451 Modified Files: ChangeLog configure.in Log Message: See C++ ChangeLog (May 2) for details. Index: ChangeLog =================================================================== RCS file: /cvsroot/ogs/dist/c++/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** ChangeLog 19 Apr 2003 18:37:40 -0000 1.20 --- ChangeLog 2 May 2003 19:06:28 -0000 1.21 *************** *** 1,3 **** --- 1,54 ---- + Fri May 2 18:35:41 UTC 2003 Eric Lemings <ele...@us...> + + * ogs/support/Object.*, ogs/support/Observer.h: Changed + notifyObservers() to const function. + + * configure.in, ogs/Core.h, ogs/core/Creature.*, + ogs/core/Makefile.am, ogs/core/Types.h: Added new types, + members, namespace, and header files for attacks and moves. + + * ogs/core/CClass.cpp, ogs/cclasses/*.h: Updated base attack + bonus function names. + * ogs/core/Details.h, ogs/core/details/Makefile.am: Added + subdual damage and visions. + * ogs/core/Die.*: Minor updates. + * ogs/core/Entity.cpp: Verify cur hp <= max hp. + * ogs/core/Experience.h: Moved base attack bonus functions to + Attack.h header. + * ogs/core/Modifier*: Minor updates. + + * ogs/combat/actions/*: Changed reference members to pointers. + Added "fighting defensively" flag. Other minor updates. + + * ogs/magic/AbsoluteRange.h, ogs/magic/LevelRange.h: Added + Distance type and virtual constructor. Inlined constructors. + * ogs/magic/Range.h: Added virtual constructor. + * ogs/magic/Component.h: Inlined constructor. Removed source file. + * ogs/magic/PhysicalComponent.h: Added Cost type. + * ogs/magic/School.h: Added virtual constructor. + * ogs/magic/Subschool.h: Added virtual constructor, getName() + function. Validate subschool in getSchool() function. + * ogs/magic/Spell.*: Changed metamagic feats, schools, ranges + into smart pointers. Changed virtual functions into data + members passed into constructors. + * ogs/magic/Types.h: Added smart pointer and polymorphic + container types. + + * ogs/cclasses/Makefile.am: Removed Commoner cclass. + + * ogs/creatures/*.h, ogs/creatures/humnaoids/Human.*, + ogs/creatures/undeads/*: Expanded constructors for moves and + attacks. + + * ogs/feats/Toughness.*: Finished implementing Toughness feat. + + * ogs/spells/*.h, ogs/spells/conjurations/CureWounds.*: Replaced + virtual functions with constructors. Fixed a couple of named + constructors in CureWounds. + + * test/Makefile.am, test/MagicTest.cpp: Added test driver for + magic system. + Sat Apr 19 18:32:35 UTC 2003 Eric Lemings <ele...@us...> Index: configure.in =================================================================== RCS file: /cvsroot/ogs/dist/c++/configure.in,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** configure.in 15 Apr 2003 16:58:28 -0000 1.14 --- configure.in 2 May 2003 19:06:28 -0000 1.15 *************** *** 110,113 **** --- 110,114 ---- ogs/core/Makefile ogs/core/details/Makefile + ogs/core/moves/Makefile ogs/combat/Makefile ogs/combat/actions/Makefile |