norman | 3 May 2004 22:57
Picon

cel/plugins/behaviourlayer/python blpython.h,1.7,1.8

Update of /cvsroot/cel/cel/plugins/behaviourlayer/python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30617

Modified Files:
	blpython.h 
Log Message:
fixed a few wrong declarations in eiScript

Index: blpython.h
===================================================================
RCS file: /cvsroot/cel/cel/plugins/behaviourlayer/python/blpython.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- blpython.h	18 Feb 2004 09:47:45 -0000	1.7
+++ blpython.h	3 May 2004 20:57:23 -0000	1.8
 <at>  <at>  -91,9 +91,11  <at>  <at> 
       { return false; }
     bool Call(const char *name, void **ret, const char *fmt, ...)
       { return false; }
+    bool Call(const char *name, csRef<iString> &ref, const char *fmt, ...)
+      { return false; }
     bool Call(const char *name, csRef<iScriptObject> &ref, const char *fmt, ...)
       { return false; }
-    csPtr<iScriptObject> NewObject(const char *type, const char *fmt, ...) const
+    csRef<iScriptObject> NewObject(const char *type, const char *fmt, ...) 
       { return 0; }
     bool Store(const char *name, int data)
       { return false; }
 <at>  <at>  -101,7 +103,7  <at>  <at> 
(Continue reading)

sunshine | 5 May 2004 12:35
Picon

cel/docs/texinfo Jamfile,NONE,1.1

Update of /cvsroot/cel/cel/docs/texinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8888/docs/texinfo

Added Files:
	Jamfile 
Log Message:
Eric Sunshine made the following changes:

-*- Upgraded all the Autoconf and Jam utility files from the master
    sources in the Crystal Space repository. The local copies were
    extremely outdated.

-*- Updated configure.ac to take advantage of new utility macros in order
    to simplify and unify.

-*- Updated Jamfiles throughout the project to take advantage of new and
    improved facilities provided by the updated Jam utility files. In
    particular, Swig generation, documentation generation and
    installation, and header installation saw significant changes.

-*- Added targets for converting the manual to HTML and Info formats.
    (Previously, there was no mechanism at all for dealing with the
    Texinfo sources.)

-*- Enabled msvcgen support. New targets are msvc6gen, msvc7gen, and
    msvcgen (which generates all versions). In the future, there will also
    be "freeze" targets for copying the generated project files from the
    build directory to the source directory. Presently, you must perform
    the copy by hand.

(Continue reading)

sunshine | 5 May 2004 12:36
Picon

cel/scripts blcelc.py,1.53,1.54 blcel.py,1.10,NONE

Update of /cvsroot/cel/cel/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8888/scripts

Modified Files:
	blcelc.py 
Removed Files:
	blcel.py 
Log Message:
Eric Sunshine made the following changes:

-*- Upgraded all the Autoconf and Jam utility files from the master
    sources in the Crystal Space repository. The local copies were
    extremely outdated.

-*- Updated configure.ac to take advantage of new utility macros in order
    to simplify and unify.

-*- Updated Jamfiles throughout the project to take advantage of new and
    improved facilities provided by the updated Jam utility files. In
    particular, Swig generation, documentation generation and
    installation, and header installation saw significant changes.

-*- Added targets for converting the manual to HTML and Info formats.
    (Previously, there was no mechanism at all for dealing with the
    Texinfo sources.)

-*- Enabled msvcgen support. New targets are msvc6gen, msvc7gen, and
    msvcgen (which generates all versions). In the future, there will also
    be "freeze" targets for copying the generated project files from the
    build directory to the source directory. Presently, you must perform
(Continue reading)

sunshine | 5 May 2004 12:36
Picon

cel/libs/celtool Jamfile,1.2,1.3

Update of /cvsroot/cel/cel/libs/celtool
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8888/libs/celtool

Modified Files:
	Jamfile 
Log Message:
Eric Sunshine made the following changes:

-*- Upgraded all the Autoconf and Jam utility files from the master
    sources in the Crystal Space repository. The local copies were
    extremely outdated.

-*- Updated configure.ac to take advantage of new utility macros in order
    to simplify and unify.

-*- Updated Jamfiles throughout the project to take advantage of new and
    improved facilities provided by the updated Jam utility files. In
    particular, Swig generation, documentation generation and
    installation, and header installation saw significant changes.

-*- Added targets for converting the manual to HTML and Info formats.
    (Previously, there was no mechanism at all for dealing with the
    Texinfo sources.)

-*- Enabled msvcgen support. New targets are msvc6gen, msvc7gen, and
    msvcgen (which generates all versions). In the future, there will also
    be "freeze" targets for copying the generated project files from the
    build directory to the source directory. Presently, you must perform
    the copy by hand.

(Continue reading)

sunshine | 5 May 2004 12:36
Picon

cel/docs/doxygen Jamfile,1.2,1.3

Update of /cvsroot/cel/cel/docs/doxygen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8888/docs/doxygen

Modified Files:
	Jamfile 
Log Message:
Eric Sunshine made the following changes:

-*- Upgraded all the Autoconf and Jam utility files from the master
    sources in the Crystal Space repository. The local copies were
    extremely outdated.

-*- Updated configure.ac to take advantage of new utility macros in order
    to simplify and unify.

-*- Updated Jamfiles throughout the project to take advantage of new and
    improved facilities provided by the updated Jam utility files. In
    particular, Swig generation, documentation generation and
    installation, and header installation saw significant changes.

-*- Added targets for converting the manual to HTML and Info formats.
    (Previously, there was no mechanism at all for dealing with the
    Texinfo sources.)

-*- Enabled msvcgen support. New targets are msvc6gen, msvc7gen, and
    msvcgen (which generates all versions). In the future, there will also
    be "freeze" targets for copying the generated project files from the
    build directory to the source directory. Presently, you must perform
    the copy by hand.

(Continue reading)

sunshine | 5 May 2004 12:36
Picon

cel/docs todo.txt,NONE,1.1 Jamfile,1.2,1.3 history.txt,1.405,1.406

Update of /cvsroot/cel/cel/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8888/docs

Modified Files:
	Jamfile history.txt 
Added Files:
	todo.txt 
Log Message:
Eric Sunshine made the following changes:

-*- Upgraded all the Autoconf and Jam utility files from the master
    sources in the Crystal Space repository. The local copies were
    extremely outdated.

-*- Updated configure.ac to take advantage of new utility macros in order
    to simplify and unify.

-*- Updated Jamfiles throughout the project to take advantage of new and
    improved facilities provided by the updated Jam utility files. In
    particular, Swig generation, documentation generation and
    installation, and header installation saw significant changes.

-*- Added targets for converting the manual to HTML and Info formats.
    (Previously, there was no mechanism at all for dealing with the
    Texinfo sources.)

-*- Enabled msvcgen support. New targets are msvc6gen, msvc7gen, and
    msvcgen (which generates all versions). In the future, there will also
    be "freeze" targets for copying the generated project files from the
    build directory to the source directory. Presently, you must perform
(Continue reading)

sunshine | 5 May 2004 12:36
Picon

cel/include Jamfile,1.2,1.3

Update of /cvsroot/cel/cel/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8888/include

Modified Files:
	Jamfile 
Log Message:
Eric Sunshine made the following changes:

-*- Upgraded all the Autoconf and Jam utility files from the master
    sources in the Crystal Space repository. The local copies were
    extremely outdated.

-*- Updated configure.ac to take advantage of new utility macros in order
    to simplify and unify.

-*- Updated Jamfiles throughout the project to take advantage of new and
    improved facilities provided by the updated Jam utility files. In
    particular, Swig generation, documentation generation and
    installation, and header installation saw significant changes.

-*- Added targets for converting the manual to HTML and Info formats.
    (Previously, there was no mechanism at all for dealing with the
    Texinfo sources.)

-*- Enabled msvcgen support. New targets are msvc6gen, msvc7gen, and
    msvcgen (which generates all versions). In the future, there will also
    be "freeze" targets for copying the generated project files from the
    build directory to the source directory. Presently, you must perform
    the copy by hand.

(Continue reading)

sunshine | 5 May 2004 12:36
Picon

cel/apps/bootstrap Jamfile,1.3,1.4

Update of /cvsroot/cel/cel/apps/bootstrap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8888/apps/bootstrap

Modified Files:
	Jamfile 
Log Message:
Eric Sunshine made the following changes:

-*- Upgraded all the Autoconf and Jam utility files from the master
    sources in the Crystal Space repository. The local copies were
    extremely outdated.

-*- Updated configure.ac to take advantage of new utility macros in order
    to simplify and unify.

-*- Updated Jamfiles throughout the project to take advantage of new and
    improved facilities provided by the updated Jam utility files. In
    particular, Swig generation, documentation generation and
    installation, and header installation saw significant changes.

-*- Added targets for converting the manual to HTML and Info formats.
    (Previously, there was no mechanism at all for dealing with the
    Texinfo sources.)

-*- Enabled msvcgen support. New targets are msvc6gen, msvc7gen, and
    msvcgen (which generates all versions). In the future, there will also
    be "freeze" targets for copying the generated project files from the
    build directory to the source directory. Presently, you must perform
    the copy by hand.

(Continue reading)

sunshine | 5 May 2004 12:36
Picon

cel Jamfile,1.17,1.18 README,1.10,1.11 autogen.sh,1.4,1.5 configure,1.30,1.31 configure.ac,1.25,1.26 vfs.cfg,1.3,1.4 Makefile.in,1.7,NONE cel.dsw,1.9,NONE cel.sln,1.4,NONE todo.txt,1.13,NONE

Update of /cvsroot/cel/cel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8888

Modified Files:
	Jamfile README autogen.sh configure configure.ac vfs.cfg 
Removed Files:
	Makefile.in cel.dsw cel.sln todo.txt 
Log Message:
Eric Sunshine made the following changes:

-*- Upgraded all the Autoconf and Jam utility files from the master
    sources in the Crystal Space repository. The local copies were
    extremely outdated.

-*- Updated configure.ac to take advantage of new utility macros in order
    to simplify and unify.

-*- Updated Jamfiles throughout the project to take advantage of new and
    improved facilities provided by the updated Jam utility files. In
    particular, Swig generation, documentation generation and
    installation, and header installation saw significant changes.

-*- Added targets for converting the manual to HTML and Info formats.
    (Previously, there was no mechanism at all for dealing with the
    Texinfo sources.)

-*- Enabled msvcgen support. New targets are msvc6gen, msvc7gen, and
    msvcgen (which generates all versions). In the future, there will also
    be "freeze" targets for copying the generated project files from the
    build directory to the source directory. Presently, you must perform
(Continue reading)

sunshine | 5 May 2004 12:36
Picon

cel/plugins/behaviourlayer/python Jamfile,1.5,1.6 blcel.cpp,1.62,1.63 blpython_wrap.doc,1.1,NONE

Update of /cvsroot/cel/cel/plugins/behaviourlayer/python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8888/plugins/behaviourlayer/python

Modified Files:
	Jamfile blcel.cpp 
Removed Files:
	blpython_wrap.doc 
Log Message:
Eric Sunshine made the following changes:

-*- Upgraded all the Autoconf and Jam utility files from the master
    sources in the Crystal Space repository. The local copies were
    extremely outdated.

-*- Updated configure.ac to take advantage of new utility macros in order
    to simplify and unify.

-*- Updated Jamfiles throughout the project to take advantage of new and
    improved facilities provided by the updated Jam utility files. In
    particular, Swig generation, documentation generation and
    installation, and header installation saw significant changes.

-*- Added targets for converting the manual to HTML and Info formats.
    (Previously, there was no mechanism at all for dealing with the
    Texinfo sources.)

-*- Enabled msvcgen support. New targets are msvc6gen, msvc7gen, and
    msvcgen (which generates all versions). In the future, there will also
    be "freeze" targets for copying the generated project files from the
    build directory to the source directory. Presently, you must perform
(Continue reading)


Gmane