vknecht | 1 Mar 2009 18:53
Picon

SF.net SVN: cel:[3835] cel/trunk/docs/texinfo

Revision: 3835
          http://cel.svn.sourceforge.net/cel/?rev=3835&view=rev
Author:   vknecht
Date:     2009-03-01 17:53:46 +0000 (Sun, 01 Mar 2009)

Log Message:
-----------
Filled "Features" chapter from manual.

Modified Paths:
--------------
    cel/trunk/docs/texinfo/intro/chapter.txi
    cel/trunk/docs/texinfo/version.txi

Modified: cel/trunk/docs/texinfo/intro/chapter.txi
===================================================================
--- cel/trunk/docs/texinfo/intro/chapter.txi	2009-02-25 04:31:38 UTC (rev 3834)
+++ cel/trunk/docs/texinfo/intro/chapter.txi	2009-03-01 17:53:46 UTC (rev 3835)
 <at>  <at>  -19,8 +19,8  <at>  <at> 
  <at> node What Is CEL, Concepts, Introduction, Introduction
  <at> section What Is Crystal Entity Layer?

-Crystal Entity Layer is a plugin developed to be used in conjunction with 
-Crystal Space.  It is designed to make it easier for game developers to 
+Crystal Entity Layer is a set of plugins developed to be used in conjunction
+with Crystal Space.  It is designed to make it easier for game developers to
 create games based on Crystal Space by providing such concepts as entities,
 properties and behaviours.

 <at>  <at>  -41,7 +41,7  <at>  <at> 
(Continue reading)

vknecht | 1 Mar 2009 19:48
Picon

SF.net SVN: cel:[3836] cel/branches/release/V1.4

Revision: 3836
          http://cel.svn.sourceforge.net/cel/?rev=3836&view=rev
Author:   vknecht
Date:     2009-03-01 18:48:34 +0000 (Sun, 01 Mar 2009)

Log Message:
-----------
Merged revisions 3835 via svnmerge from 
https://cel.svn.sourceforge.net/svnroot/cel/cel/trunk

........
  r3835 | vknecht | 2009-03-01 18:53:46 +0100 (Sun, 01 Mar 2009) | 2 lines

  Filled "Features" chapter from manual.
........

Modified Paths:
--------------
    cel/branches/release/V1.4/docs/texinfo/intro/chapter.txi
    cel/branches/release/V1.4/docs/texinfo/version.txi

Property Changed:
----------------
    cel/branches/release/V1.4/


Property changes on: cel/branches/release/V1.4
___________________________________________________________________
Modified: svnmerge-integrated
   - /cel/trunk:1-3451,3480,3495-3496,3498,3564,3568,3572,3574,3590,3592,3595-3597,3603,3606,3609-3613,3616,3631,3634,3636,3641,3644,3648,3653-3659,3662-3664,3667-3669,3671,3673,3676-3680,3683,3685,3687,3689-3690,3694,3698,3702-3704,3710-3713,3726,3730,3748,3760,3762,3767-3769,3771-3777,3779-3780,3784,3787,3802-3804,3817-3818
(Continue reading)

crystal | 2 Mar 2009 05:48
Picon

SF.net SVN: cel:[3837] cel/trunk/docs/html/manual

Revision: 3837
          http://cel.svn.sourceforge.net/cel/?rev=3837&view=rev
Author:   crystal-manage
Date:     2009-03-02 04:48:53 +0000 (Mon, 02 Mar 2009)

Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
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/html/manual/Features.html
    cel/trunk/docs/html/manual/How-To-Read.html
    cel/trunk/docs/html/manual/What-Is-CEL.html
    cel/trunk/docs/html/manual/Where-To-Get-CEL.html
    cel/trunk/docs/html/manual/index.html

Modified: cel/trunk/docs/html/manual/Features.html
===================================================================
--- cel/trunk/docs/html/manual/Features.html	2009-03-01 18:48:34 UTC (rev 3836)
+++ cel/trunk/docs/html/manual/Features.html	2009-03-02 04:48:53 UTC (rev 3837)
 <at>  <at>  -60,7 +60,84  <at>  <at> 
 </tr></table>
 <hr size="1">
 <h2 class="section"> 1.7 Feature List </h2>
+<p>The Crystal Entity Layer provides higher-level ways to control objects than
+you'd have by using Crystal Space alone. It also provides features not
(Continue reading)

crystal | 11 Mar 2009 05:18
Picon

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

Revision: 3838
          http://cel.svn.sourceforge.net/cel/?rev=3838&view=rev
Author:   crystal-manage
Date:     2009-03-11 04:18:37 +0000 (Wed, 11 Mar 2009)

Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
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_msvc7.jam
    cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc71.jam
    cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc8.jam
    cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc9.jam

Modified: cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc7.jam
===================================================================
--- cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc7.jam	2009-03-02 04:48:53 UTC
(rev 3837)
+++ cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc7.jam	2009-03-11 04:18:37 UTC
(rev 3838)
 <at>  <at>  -398,6 +398,11  <at>  <at> 
 STATICPLUGIN.sndsysogg.CFLAGS.release.7 =  ;
 STATICPLUGIN.sndsysogg.LFLAGS.debug.7 = libcrystalspace_staticplugins_d.lib
libcrystalspace_d.lib zlib.lib vorbisfile.lib vorbis.lib ogg.lib ;
 STATICPLUGIN.sndsysogg.LFLAGS.release.7 = libcrystalspace_staticplugins.lib
(Continue reading)

mgist | 14 Mar 2009 07:56
Picon

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

Revision: 3839
          http://cel.svn.sourceforge.net/cel/?rev=3839&view=rev
Author:   mgist
Date:     2009-03-14 06:56:39 +0000 (Sat, 14 Mar 2009)

Log Message:
-----------
- Fixed cel for CS loader changes.

Modified Paths:
--------------
    cel/trunk/apps/bootstrap/bootstrap.h
    cel/trunk/apps/celstart/celstart.cpp
    cel/trunk/apps/celstart/celstart.h
    cel/trunk/plugins/propclass/engine/engfact.cpp
    cel/trunk/plugins/propclass/mesh/meshfact.cpp
    cel/trunk/plugins/propclass/zone/zone.cpp
    cel/trunk/plugins/propclass/zone/zone.h

Modified: cel/trunk/apps/bootstrap/bootstrap.h
===================================================================
--- cel/trunk/apps/bootstrap/bootstrap.h	2009-03-11 04:18:37 UTC (rev 3838)
+++ cel/trunk/apps/bootstrap/bootstrap.h	2009-03-14 06:56:39 UTC (rev 3839)
 <at>  <at>  -25,7 +25,6  <at>  <at> 
 #include "physicallayer/entity.h"

 struct iEngine;
-struct iLoader;
 struct iGraphics3D;
 struct iKeyboardDriver;
(Continue reading)

vknecht | 19 Mar 2009 14:24
Picon

SF.net SVN: cel:[3840] cel/trunk/include/propclass/sound.h

Revision: 3840
          http://cel.svn.sourceforge.net/cel/?rev=3840&view=rev
Author:   vknecht
Date:     2009-03-19 13:24:27 +0000 (Thu, 19 Mar 2009)

Log Message:
-----------
Hopefuly fixed pcsoundsource API doc.

Modified Paths:
--------------
    cel/trunk/include/propclass/sound.h

Modified: cel/trunk/include/propclass/sound.h
===================================================================
--- cel/trunk/include/propclass/sound.h	2009-03-14 06:56:39 UTC (rev 3839)
+++ cel/trunk/include/propclass/sound.h	2009-03-19 13:24:27 UTC (rev 3840)
 <at>  <at>  -53,7 +53,7  <at>  <at> 
   virtual iSndSysListener* GetSoundListener () = 0;
 };

-/*
+/**
  * This is the sound source property class.
  *
  * This property class supports the following actions (add prefix

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

(Continue reading)

vknecht | 19 Mar 2009 14:29
Picon

SF.net SVN: cel:[3841] cel/branches/release/V1.4

Revision: 3841
          http://cel.svn.sourceforge.net/cel/?rev=3841&view=rev
Author:   vknecht
Date:     2009-03-19 13:29:13 +0000 (Thu, 19 Mar 2009)

Log Message:
-----------
Merged revisions 3840 via svnmerge from 
https://cel.svn.sourceforge.net/svnroot/cel/cel/trunk

........
  r3840 | vknecht | 2009-03-19 14:24:27 +0100 (jeu, 19 mar 2009) | 2 lines

  Hopefuly fixed pcsoundsource API doc.
........

Modified Paths:
--------------
    cel/branches/release/V1.4/include/propclass/sound.h

Property Changed:
----------------
    cel/branches/release/V1.4/


Property changes on: cel/branches/release/V1.4
___________________________________________________________________
Modified: svnmerge-integrated
   - /cel/trunk:1-3451,3480,3495-3496,3498,3564,3568,3572,3574,3590,3592,3595-3597,3603,3606,3609-3613,3616,3631,3634,3636,3641,3644,3648,3653-3659,3662-3664,3667-3669,3671,3673,3676-3680,3683,3685,3687,3689-3690,3694,3698,3702-3704,3710-3713,3726,3730,3748,3760,3762,3767-3769,3771-3777,3779-3780,3784,3787,3802-3804,3817-3818,3835
   + /cel/trunk:1-3451,3480,3495-3496,3498,3564,3568,3572,3574,3590,3592,3595-3597,3603,3606,3609-3613,3616,3631,3634,3636,3641,3644,3648,3653-3659,3662-3664,3667-3669,3671,3673,3676-3680,3683,3685,3687,3689-3690,3694,3698,3702-3704,3710-3713,3726,3730,3748,3760,3762,3767-3769,3771-3777,3779-3780,3784,3787,3802-3804,3817-3818,3835,3840
(Continue reading)


Gmane