crystal | 1 Sep 2006 03:15
Picon

Jobber run


jobber-svn.pl version 35
Copyright (C) 2000-2005 by Eric Sunshine <sunshine@...>
Converted for SVN support by Marten Svanfeldt

Configuration file: /home/crystal/CS/bin/jobber-cel-svn.cfg

BEGIN: Fri Sep  1 01:13:02 2006 UTC
Temporary directory: /tmp/tmp1
URL: https://svn.crystalspace3d.org/svnroot/cel/cel/trunk/
Configuring build environment.
Extracting Crystal Space Swig input files.
Repairing Visual-C++ project files.
Repairing Swig Python files.
Generating User's Manual.
Generating Public API Reference.
Applying changes to Visual-C++ project files.
  Scanning  (msvc <=> out/msvc).
  Comparing (msvc <=> out/msvc).
Applying changes to User's Manual.
  Scanning  (docs/html/manual <=> out/docs/html/manual).
  Comparing (docs/html/manual <=> out/docs/html/manual).
Committing Visual-C++ project files.
Committing Swig Python files.
Committing User's Manual.
Publishing User's Manual.
  Preparing.
  Installing.
  Cleaning.
Publishing Public API Reference.
(Continue reading)

thebolt00 | 1 Sep 2006 07:44
Picon

SF.net SVN: cel: [2196] cel/branches/V1.0/

Revision: 2196
          http://svn.sourceforge.net/cel/?rev=2196&view=rev
Author:   thebolt00
Date:     2006-08-31 22:44:31 -0700 (Thu, 31 Aug 2006)

Log Message:
-----------
Removed wrongly created release branch

Removed Paths:
-------------
    cel/branches/V1.0/


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

thebolt00 | 1 Sep 2006 07:45
Picon

SF.net SVN: cel: [2197] cel/branches/release/

Revision: 2197
          http://svn.sourceforge.net/cel/?rev=2197&view=rev
Author:   thebolt00
Date:     2006-08-31 22:45:17 -0700 (Thu, 31 Aug 2006)

Log Message:
-----------
Created release branch directory

Added Paths:
-----------
    cel/branches/release/


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

thebolt00 | 1 Sep 2006 07:47
Picon

SF.net SVN: cel: [2198] cel/branches/release/V1.0/

Revision: 2198
          http://svn.sourceforge.net/cel/?rev=2198&view=rev
Author:   thebolt00
Date:     2006-08-31 22:47:03 -0700 (Thu, 31 Aug 2006)

Log Message:
-----------
Created v1.0 release branch

Added Paths:
-----------
    cel/branches/release/V1.0/

Copied: cel/branches/release/V1.0 (from rev 2197, cel/trunk)

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

jorrit | 1 Sep 2006 09:04
Picon

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

Revision: 2199
          http://svn.sourceforge.net/cel/?rev=2199&view=rev
Author:   jorrit
Date:     2006-09-01 00:04:34 -0700 (Fri, 01 Sep 2006)

Log Message:
-----------
	- Jorrit added a version warning system to celstart. In a demo file
	  you can specify a minimum and a maximum desired version of celstart:
		CelStart.MinimumVersion = 2
		CelStart.MaximumVersion = 10 
	  In the startup screen of celstart you will see a red warning in
	  case this condition is not valid but you can still continue
	  at your own risk.
	  CelStart itself records a version number (current version is 1)
	  and also a minimum version number that it is compatible with.

Modified Paths:
--------------
    cel/trunk/apps/celstart/celstart.cpp
    cel/trunk/apps/celstart/celstart.h
    cel/trunk/docs/history.txt

Modified: cel/trunk/apps/celstart/celstart.cpp
===================================================================
--- cel/trunk/apps/celstart/celstart.cpp	2006-09-01 05:47:03 UTC (rev 2198)
+++ cel/trunk/apps/celstart/celstart.cpp	2006-09-01 07:04:34 UTC (rev 2199)
 <at>  <at>  -117,6 +117,10  <at>  <at> 
       if (descriptions[i])
         g2d->Write (font, textLeft, textTop+fontH, sel ? sel_font_fg : font_fg,
(Continue reading)

res2002 | 1 Sep 2006 11:41
Picon

SF.net SVN: cel: [2200] cel/trunk/mk/msvcgen/control.tlib

Revision: 2200
          http://svn.sourceforge.net/cel/?rev=2200&view=rev
Author:   res2002
Date:     2006-09-01 02:40:56 -0700 (Fri, 01 Sep 2006)

Log Message:
-----------
Re-add MSVC defines accidentally removed

Modified Paths:
--------------
    cel/trunk/mk/msvcgen/control.tlib

Modified: cel/trunk/mk/msvcgen/control.tlib
===================================================================
--- cel/trunk/mk/msvcgen/control.tlib	2006-09-01 07:04:34 UTC (rev 2199)
+++ cel/trunk/mk/msvcgen/control.tlib	2006-09-01 09:40:56 UTC (rev 2200)
 <at>  <at>  -110,7 +110,7  <at>  <at> 
   {
     tag => 'release',
     name => 'Release',
-    defines => ['NDEBUG'],
+    defines => ['NDEBUG', 'PACKAGE_NAME=CEL'],
     defineskey => 'define',
     cflagskey => 'cflags',
     incdirskey => 'include',
 <at>  <at>  -122,7 +122,7  <at>  <at> 
   {
     tag => 'debug',
     name => 'Debug',
(Continue reading)

jorrit | 1 Sep 2006 16:16
Picon

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

Revision: 2201
          http://svn.sourceforge.net/cel/?rev=2201&view=rev
Author:   jorrit
Date:     2006-09-01 07:16:02 -0700 (Fri, 01 Sep 2006)

Log Message:
-----------
	- Jorrit removed the not-very-nice mechtest app since an XML
	  and working-very-nice version is now available from CS site
	  as a separate download. Use celstart to start.

Modified Paths:
--------------
    cel/trunk/apps/Jamfile
    cel/trunk/docs/history.txt

Removed Paths:
-------------
    cel/trunk/apps/mechtest/
    cel/trunk/data/mech_entities
    cel/trunk/data/mech_level.xml
    cel/trunk/data/mech_world

Modified: cel/trunk/apps/Jamfile
===================================================================
--- cel/trunk/apps/Jamfile	2006-09-01 09:40:56 UTC (rev 2200)
+++ cel/trunk/apps/Jamfile	2006-09-01 14:16:02 UTC (rev 2201)
 <at>  <at>  -2,7 +2,6  <at>  <at> 

 SubInclude TOP apps celtest ;
(Continue reading)

cfraz89 | 2 Sep 2006 01:16
Picon

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

Revision: 2202
          http://svn.sourceforge.net/cel/?rev=2202&view=rev
Author:   cfraz89
Date:     2006-09-01 16:16:19 -0700 (Fri, 01 Sep 2006)

Log Message:
-----------
Added stuff to mechsys

Modified Paths:
--------------
    cel/trunk/docs/history.txt
    cel/trunk/include/propclass/mechsys.h
    cel/trunk/plugins/propclass/mechanics/mechanics.cpp
    cel/trunk/plugins/propclass/mechanics/mechanics.h

Modified: cel/trunk/docs/history.txt
===================================================================
--- cel/trunk/docs/history.txt	2006-09-01 14:16:02 UTC (rev 2201)
+++ cel/trunk/docs/history.txt	2006-09-01 23:16:19 UTC (rev 2202)
 <at>  <at>  -3,6 +3,9  <at>  <at> 

 The history order is reversed so that new features are at the top.

+2-Sep-2006
+	- cfraz89 added adjustment of bounding box and sphere, and an XML
+	  AddToGroup action, to mechsys.
 1-Sep-2006
 	- Jorrit added a version warning system to celstart. In a demo file
 	  you can specify a minimum and a maximum desired version of celstart:
(Continue reading)

crystal | 2 Sep 2006 03:17
Picon

Jobber run


jobber-svn.pl version 35
Copyright (C) 2000-2005 by Eric Sunshine <sunshine@...>
Converted for SVN support by Marten Svanfeldt

Configuration file: /home/crystal/CS/bin/jobber-cel-svn.cfg

BEGIN: Sat Sep  2 01:13:03 2006 UTC
Temporary directory: /tmp/tmp0
URL: https://svn.crystalspace3d.org/svnroot/cel/cel/trunk/
Configuring build environment.
Extracting Crystal Space Swig input files.
Repairing Visual-C++ project files.
Repairing Swig Python files.
Generating User's Manual.
Generating Public API Reference.
Applying changes to Visual-C++ project files.
  Scanning  (msvc <=> out/msvc).
  Comparing (msvc <=> out/msvc).
Removing file: appmechtest.vcproj
Removing file: appmechtest.vcproj
Removing file: appmechtest.vcproj
Removing file: appmechtest.manifest
Removing file: appmechtest.rc
Applying changes to User's Manual.
  Scanning  (docs/html/manual <=> out/docs/html/manual).
  Comparing (docs/html/manual <=> out/docs/html/manual).
Invoking SVN delete: 5 paths
Committing Visual-C++ project files.
Committing Swig Python files.
(Continue reading)

crystal | 2 Sep 2006 03:17
Picon

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

Revision: 2203
          http://svn.sourceforge.net/cel/?rev=2203&view=rev
Author:   crystal-manage
Date:     2006-09-01 18:15:20 -0700 (Fri, 01 Sep 2006)

Log Message:
-----------
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/7/appbootstrap.vcproj
    cel/trunk/msvc/7/appbootstrap_static.vcproj
    cel/trunk/msvc/7/appcelstart.vcproj
    cel/trunk/msvc/7/appcelstart_static.vcproj
    cel/trunk/msvc/7/appceltst.vcproj
    cel/trunk/msvc/7/appceltst_static.vcproj
    cel/trunk/msvc/7/apphovertest.vcproj
    cel/trunk/msvc/7/appnettest.vcproj
    cel/trunk/msvc/7/appnettest_static.vcproj
    cel/trunk/msvc/7/appwalktut.vcproj
    cel/trunk/msvc/7/appwheeledtest.vcproj
    cel/trunk/msvc/7/grpall_cel.vcproj
    cel/trunk/msvc/7/grpall_static.vcproj
    cel/trunk/msvc/7/grpapps_cel.vcproj
    cel/trunk/msvc/7/grpapps_static.vcproj
    cel/trunk/msvc/7/grplibs_cel.vcproj
    cel/trunk/msvc/7/grplibs_static.vcproj
(Continue reading)


Gmane