crystal | 2 Feb 2011 09:51
Picon

SF.net SVN: cel:[4192] cel/trunk/README

Revision: 4192
          http://cel.svn.sourceforge.net/cel/?rev=4192&view=rev
Author:   crystal-manage
Date:     2011-02-02 08:51:21 +0000 (Wed, 02 Feb 2011)

Log Message:
-----------
Link directly to CEL 'homepage'

Modified Paths:
--------------
    cel/trunk/README

Modified: cel/trunk/README
===================================================================
--- cel/trunk/README	2011-01-25 05:14:59 UTC (rev 4191)
+++ cel/trunk/README	2011-02-02 08:51:21 UTC (rev 4192)
 <at>  <at>  -1,5 +1,5  <at>  <at> 
 This is the Crystal Entity Layer (CEL).
-http://cel.crystalspace3d.org/
+http://cel.crystalspace3d.org/main/CEL

 For Unix, MSYS/Mingw, or Cygwin:

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
(Continue reading)

res2002 | 2 Feb 2011 09:55
Picon

SF.net SVN: cel:[4193] cel/trunk/crystalspace_staticplugins_msvc.jam

Revision: 4193
          http://cel.svn.sourceforge.net/cel/?rev=4193&view=rev
Author:   res2002
Date:     2011-02-02 08:55:58 +0000 (Wed, 02 Feb 2011)

Log Message:
-----------
Update for actually supported set of VC versions

Modified Paths:
--------------
    cel/trunk/crystalspace_staticplugins_msvc.jam

Modified: cel/trunk/crystalspace_staticplugins_msvc.jam
===================================================================
--- cel/trunk/crystalspace_staticplugins_msvc.jam	2011-02-02 08:51:21 UTC (rev 4192)
+++ cel/trunk/crystalspace_staticplugins_msvc.jam	2011-02-02 08:55:58 UTC (rev 4193)
 <at>  <at>  -1,4 +1,3  <at>  <at> 
-include $(TOP)/mk/staticplugins/crystalspace_staticplugins_msvc7.jam ;
-include $(TOP)/mk/staticplugins/crystalspace_staticplugins_msvc71.jam ;
 include $(TOP)/mk/staticplugins/crystalspace_staticplugins_msvc8.jam ;
-include $(TOP)/mk/staticplugins/crystalspace_staticplugins_msvc9.jam ;
\ No newline at end of file
+include $(TOP)/mk/staticplugins/crystalspace_staticplugins_msvc9.jam ;
+include $(TOP)/mk/staticplugins/crystalspace_staticplugins_msvc10.jam ;

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
(Continue reading)

crystal | 2 Feb 2011 10:06
Picon

SF.net SVN: cel:[4194] cel/trunk/msvc/10

Revision: 4194
          http://cel.svn.sourceforge.net/cel/?rev=4194&view=rev
Author:   crystal-manage
Date:     2011-02-02 09:06:17 +0000 (Wed, 02 Feb 2011)

Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
Crystal Space Doxygen .tag file: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.

Modified Paths:
--------------
    cel/trunk/msvc/10/appbootstrap_static.vcxproj
    cel/trunk/msvc/10/appbttest_static.vcxproj
    cel/trunk/msvc/10/appcelstart_static.vcxproj
    cel/trunk/msvc/10/appceltst_static.vcxproj
    cel/trunk/msvc/10/appnettest_static.vcxproj
    cel/trunk/msvc/10/appquesttest_static.vcxproj
    cel/trunk/msvc/10/libbootstrap_static_plugins_CRYSTAL.vcxproj
    cel/trunk/msvc/10/libbttest_static_plugins_CRYSTAL.vcxproj
    cel/trunk/msvc/10/libcelstart_static_plugins_CRYSTAL.vcxproj
    cel/trunk/msvc/10/libceltst_static_plugins_CRYSTAL.vcxproj
    cel/trunk/msvc/10/libnettest_static_plugins_CRYSTAL.vcxproj
    cel/trunk/msvc/10/libquesttest_static_plugins_CRYSTAL.vcxproj

Modified: cel/trunk/msvc/10/appbootstrap_static.vcxproj
(Continue reading)

rlydontknow | 5 Feb 2011 13:05
Picon

SF.net SVN: cel:[4195] cel/trunk/mk/autoconf/cel.m4

Revision: 4195
          http://cel.svn.sourceforge.net/cel/?rev=4195&view=rev
Author:   rlydontknow
Date:     2011-02-05 12:05:31 +0000 (Sat, 05 Feb 2011)

Log Message:
-----------
fixed usage of m4_default in CS_CHECK_PROG_VERSION in the check for cel

Modified Paths:
--------------
    cel/trunk/mk/autoconf/cel.m4

Modified: cel/trunk/mk/autoconf/cel.m4
===================================================================
--- cel/trunk/mk/autoconf/cel.m4	2011-02-02 09:06:17 UTC (rev 4194)
+++ cel/trunk/mk/autoconf/cel.m4	2011-02-05 12:05:31 UTC (rev 4195)
 <at>  <at>  -122,7 +122,7  <at>  <at> 
     [cfg="$CEL_CONFIG_TOOL"

     CS_CHECK_PROG_VERSION([CEL], [$cfg --version],
-	[m4_default([$1],[cel_min_version_default])], [9.9|.9],
+	m4_default([$1],[cel_min_version_default]), [9.9|.9],
 	[cel_sdk=yes], [cel_sdk=no])

     AS_IF([test $cel_sdk = yes],

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

(Continue reading)

crystal | 6 Feb 2011 06:37
Picon

SF.net SVN: cel:[4196] cel/trunk/docs/doxygen/crystalspace.tag

Revision: 4196
          http://cel.svn.sourceforge.net/cel/?rev=4196&view=rev
Author:   crystal-manage
Date:     2011-02-06 05:37:19 +0000 (Sun, 06 Feb 2011)

Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
Crystal Space Doxygen .tag file: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.

Modified Paths:
--------------
    cel/trunk/docs/doxygen/crystalspace.tag

Modified: cel/trunk/docs/doxygen/crystalspace.tag
===================================================================
--- cel/trunk/docs/doxygen/crystalspace.tag	2011-02-05 12:05:31 UTC (rev 4195)
+++ cel/trunk/docs/doxygen/crystalspace.tag	2011-02-06 05:37:19 UTC (rev 4196)
 <at>  <at>  -91706,6 +91706,13  <at>  <at> 
     <base virtualness="virtual">iBase</base>
     <member kind="function" virtualness="pure">
       <type>virtual bool</type>
+      <name>AnimatesBBoxRadius</name>
+      <anchorfile>structiGenMeshAnimationControl.html</anchorfile>
+      <anchor>a97b24d1d6c0013e4dd0d6132433cd4dd</anchor>
+      <arglist>() const =0</arglist>
(Continue reading)

crystal | 14 Feb 2011 06:35
Picon

SF.net SVN: cel:[4197] cel/trunk/docs/doxygen/crystalspace.tag

Revision: 4197
          http://cel.svn.sourceforge.net/cel/?rev=4197&view=rev
Author:   crystal-manage
Date:     2011-02-14 05:35:54 +0000 (Mon, 14 Feb 2011)

Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
Crystal Space Doxygen .tag file: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.

Modified Paths:
--------------
    cel/trunk/docs/doxygen/crystalspace.tag

Modified: cel/trunk/docs/doxygen/crystalspace.tag
===================================================================
--- cel/trunk/docs/doxygen/crystalspace.tag	2011-02-06 05:37:19 UTC (rev 4196)
+++ cel/trunk/docs/doxygen/crystalspace.tag	2011-02-14 05:35:54 UTC (rev 4197)
 <at>  <at>  -53855,6 +53855,13  <at>  <at> 
     </member>
     <member kind="variable">
       <type>bool</type>
+      <name>CS_InstancedDrawFuncs</name>
+      <anchorfile>structcsGLExtensionFlags.html</anchorfile>
+      <anchor>ac391b74412d9c517180d408fcf5558f0</anchor>
+      <arglist></arglist>
(Continue reading)

kickvb | 18 Feb 2011 23:50
Picon

SF.net SVN: cel:[4198] cel/trunk/plugins/propclass/meshdeform/deformanim.h

Revision: 4198
          http://cel.svn.sourceforge.net/cel/?rev=4198&view=rev
Author:   kickvb
Date:     2011-02-18 22:50:32 +0000 (Fri, 18 Feb 2011)

Log Message:
-----------
Fix for cs:r35754

Modified Paths:
--------------
    cel/trunk/plugins/propclass/meshdeform/deformanim.h

Modified: cel/trunk/plugins/propclass/meshdeform/deformanim.h
===================================================================
--- cel/trunk/plugins/propclass/meshdeform/deformanim.h	2011-02-14 05:35:54 UTC (rev 4197)
+++ cel/trunk/plugins/propclass/meshdeform/deformanim.h	2011-02-18 22:50:32 UTC (rev 4198)
 <at>  <at>  -94,6 +94,7  <at>  <at> 
     virtual bool AnimatesTexels () const {return false;}
     virtual bool AnimatesNormals () const {return false;}
     virtual bool AnimatesColors () const {return false;}
+    virtual bool AnimatesBBoxRadius () const { return false; }
     virtual const csVector3* UpdateVertices (csTicks current,
     const csVector3* verts, int num_verts, uint32 version_id);

 <at>  <at>  -107,6 +108,12  <at>  <at> 
     virtual const csColor4* UpdateColors (csTicks current,
       const csColor4* colors, int num_colors, uint32 version_id)
     {return colors;}
+    virtual const csBox3& UpdateBoundingBox (csTicks current, uint32 version_id,
(Continue reading)

crystal | 21 Feb 2011 07:10
Picon

SF.net SVN: cel:[4199] cel/trunk

Revision: 4199
          http://cel.svn.sourceforge.net/cel/?rev=4199&view=rev
Author:   crystal-manage
Date:     2011-02-21 06:10:24 +0000 (Mon, 21 Feb 2011)

Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
Crystal Space Doxygen .tag file: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.

Modified Paths:
--------------
    cel/trunk/docs/doxygen/crystalspace.tag
    cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc10.jam
    cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc8.jam
    cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc9.jam

Modified: cel/trunk/docs/doxygen/crystalspace.tag
===================================================================
--- cel/trunk/docs/doxygen/crystalspace.tag	2011-02-18 22:50:32 UTC (rev 4198)
+++ cel/trunk/docs/doxygen/crystalspace.tag	2011-02-21 06:10:24 UTC (rev 4199)
 <at>  <at>  -95534,6 +95534,13  <at>  <at> 
     <base virtualness="virtual">iBase</base>
     <member kind="function" virtualness="pure">
       <type>virtual void</type>
+      <name>AddDensityFactorMap</name>
(Continue reading)

crystal | 22 Feb 2011 06:05
Picon

SF.net SVN: cel:[4200] cel/trunk/mk/staticplugins

Revision: 4200
          http://cel.svn.sourceforge.net/cel/?rev=4200&view=rev
Author:   crystal-manage
Date:     2011-02-22 05:05:09 +0000 (Tue, 22 Feb 2011)

Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
Crystal Space Doxygen .tag file: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.

Modified Paths:
--------------
    cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc10.jam
    cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc8.jam
    cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc9.jam

Modified: cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc10.jam
===================================================================
--- cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc10.jam	2011-02-21 06:10:24 UTC
(rev 4199)
+++ cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc10.jam	2011-02-22 05:05:09 UTC
(rev 4200)
 <at>  <at>  -516,15 +516,6  <at>  <at> 
 STATICPLUGIN.particlesldr.LFLAGS.release.x86.10 = libcrystalspace_staticplugins.lib
libcrystalspace.lib zlib.lib ;
 STATICPLUGIN.particlesldr.CFLAGS.release.x64.10 =  ;
(Continue reading)

crystal | 23 Feb 2011 06:19
Picon

SF.net SVN: cel:[4201] cel/trunk/docs/doxygen/crystalspace.tag

Revision: 4201
          http://cel.svn.sourceforge.net/cel/?rev=4201&view=rev
Author:   crystal-manage
Date:     2011-02-23 05:19:02 +0000 (Wed, 23 Feb 2011)

Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
Crystal Space Doxygen .tag file: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.

Modified Paths:
--------------
    cel/trunk/docs/doxygen/crystalspace.tag

Modified: cel/trunk/docs/doxygen/crystalspace.tag
===================================================================
--- cel/trunk/docs/doxygen/crystalspace.tag	2011-02-22 05:05:09 UTC (rev 4200)
+++ cel/trunk/docs/doxygen/crystalspace.tag	2011-02-23 05:19:02 UTC (rev 4201)
 <at>  <at>  -23392,6 +23392,7  <at>  <at> 
     <path>/tmp/tmp5/trunk/include/≤/path>
     <filename>cstool_8h</filename>
     <includes id="cssysdef_8h" name="cssysdef.h" local="yes" imported="no">cssysdef.h</includes>
+    <includes id="animeshtools_8h" name="animeshtools.h" local="yes" imported="no">cstool/animeshtools.h</includes>
     <includes id="animnodetmpl_8h" name="animnodetmpl.h" local="yes" imported="no">cstool/animnodetmpl.h</includes>
     <includes id="basetexfact_8h" name="basetexfact.h" local="yes" imported="no">cstool/basetexfact.h</includes>
     <includes id="bitmasktostr_8h" name="bitmasktostr.h" local="yes" imported="no">cstool/bitmasktostr.h</includes>
(Continue reading)


Gmane