[ogs-changes] dist/c++/ogs Core.h,1.3,1.4 Magic.h,1.5,1.6 Makefile.am,1.9,1.10 Skills.h,1.2,1.3 Doxy
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-04-13 05:28:49
|
Update of /cvsroot/ogs/dist/c++/ogs In directory sc8-pr-cvs1:/tmp/cvs-serv9867 Modified Files: Core.h Magic.h Makefile.am Skills.h Removed Files: Doxyfile.in Log Message: See C++ ChangeLog (Apr 13) for details. Index: Core.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/Core.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Core.h 25 Mar 2003 06:13:10 -0000 1.3 --- Core.h 13 Apr 2003 05:28:46 -0000 1.4 *************** *** 40,48 **** # 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 */ --- 40,47 ---- # include <ogs/core/Modifier.h> # include <ogs/core/Modifiers.h> # include <ogs/core/Saves.h> # include <ogs/core/Size.h> # include <ogs/core/Skill.h> ! # include <ogs/core/Types.h> #endif /* !defined OGS_CORE_H */ Index: Magic.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/Magic.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Magic.h 25 Mar 2003 06:13:10 -0000 1.5 --- Magic.h 13 Apr 2003 05:28:46 -0000 1.6 *************** *** 32,36 **** # 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> --- 32,35 ---- Index: Makefile.am =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile.am 4 Apr 2003 20:22:41 -0000 1.9 --- Makefile.am 13 Apr 2003 05:28:46 -0000 1.10 *************** *** 33,38 **** spells - EXTRA_DIST = Doxyfile.in - pkgincludedir = $(includedir)/ogs --- 33,36 ---- *************** *** 81,96 **** skills/libogs-skills.la \ spells/libogs-spells.la - - docdir = $(top_builddir)/doc - - if HAVE_DOXYGEN - doc: Doxyfile - rm -rf $(docdir)/html $(docdir)/latex - $(DOXYGEN) - else - doc: - @echo "Doxygen (www.doxygen.org) is required to build documantation." - endif - - .PHONY: doc --- 79,81 ---- Index: Skills.h =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/Skills.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Skills.h 25 Mar 2003 06:13:10 -0000 1.2 --- Skills.h 13 Apr 2003 05:28:46 -0000 1.3 *************** *** 41,45 **** //# 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> --- 41,44 ---- --- Doxyfile.in DELETED --- |