sunshine | 3 Feb 2004 13:23
Picon

cel README,1.9,1.10

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

Modified Files:
	README 
Log Message:
Minor update.

Index: README
===================================================================
RCS file: /cvsroot/cel/cel/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- README	1 Jul 2003 08:10:54 -0000	1.9
+++ README	3 Feb 2004 12:23:16 -0000	1.10
 <at>  <at>  -1,13 +1,17  <at>  <at> 
-For Unix, GNU/Linux, MSYS/Mingw or Cygwin:
-To compile all CEL plugins and applications you must do the following steps:
-	1. Install Crystal Space (latest CVS version) or else point
-	   the CRYSTAL environment variable to where you put Crystal Space.
-	2. Type ./configure (./configure --enable-debug if you want
-	   debug mode).
-	3. Type 'jam'.
+This is the Crystal Entity Layer (CEL).
+http://cel.sourceforge.net/

-Microsoft Visual C++ users need to open "cel.dsw" then make sure the
-have set both paths to the CS include and lib files. For more info
-see the HOWTO into the Crystal Space docs "Creating an External
(Continue reading)

sunshine | 5 Feb 2004 16:10
Picon

cel/docs/doxygen Jamfile,1.1,1.2

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

Modified Files:
	Jamfile 
Log Message:
Eric Sunshine upgraded documentation install Jam rules to work with latest
cel/mk/jam/*.jam files.  This eliminates Jam warning about unknown
`InstallDocDir' rule.

Index: Jamfile
===================================================================
RCS file: /cvsroot/cel/cel/docs/doxygen/Jamfile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Jamfile	22 Dec 2003 13:49:54 -0000	1.1
+++ Jamfile	5 Feb 2004 15:10:36 -0000	1.2
 <at>  <at>  -7,7 +7,4  <at>  <at> 
 DoxyGen devapi : devapi.dox : devapi : b2w.jpg smalllogo.jpg ;
 Help pubapi : "public API reference manual" ;
 Help devapi : "developer API reference manual" ;
-
-InstallDocDir pubapi ;
 }
-

sunshine | 5 Feb 2004 16:10
Picon

cel/docs Jamfile,1.1,1.2 history.txt,1.387,1.388

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

Modified Files:
	Jamfile history.txt 
Log Message:
Eric Sunshine upgraded documentation install Jam rules to work with latest
cel/mk/jam/*.jam files.  This eliminates Jam warning about unknown
`InstallDocDir' rule.

Index: Jamfile
===================================================================
RCS file: /cvsroot/cel/cel/docs/Jamfile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Jamfile	22 Dec 2003 13:49:54 -0000	1.1
+++ Jamfile	5 Feb 2004 15:10:36 -0000	1.2
 <at>  <at>  -1,6 +1,36  <at>  <at> 
 SubDir TOP docs ;

+rule ScanDocDirs
+{
+    local dir = [ ConcatDirs $(SUBDIR) $(<) ] ;
+    local i ;
+    local docfiles ;
+    local files = [ GLOB $(dir) : * ] ;
+
+    for i in $(files) {
+        switch $(i:S) {
(Continue reading)

jorrit | 6 Feb 2004 13:31
Picon

cel/scripts xmlgames.xml,1.71,1.72

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

Modified Files:
	xmlgames.xml 
Log Message:
Fixed python plugin.

Index: xmlgames.xml
===================================================================
RCS file: /cvsroot/cel/cel/scripts/xmlgames.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- xmlgames.xml	2 Feb 2004 14:25:52 -0000	1.71
+++ xmlgames.xml	6 Feb 2004 12:31:44 -0000	1.72
 <at>  <at>  -20,6 +20,10  <at>  <at> 
 	    <file>/cellib/images/wood_box.png</file>
 	    <keepimage />
         </texture>
+        <texture name="chocolate">
+	    <file>/cellib/images/chocolate.png</file>
+	    <keepimage />
+        </texture>
         <texture name="hero">
 	    <file>/cellib/images/hero.png</file>
 	    <transparent red="1" green="1" blue="1" />
 <at>  <at>  -453,6 +457,7  <at>  <at> 
         <material name="marble"> <texture>marble</texture> </material>
         <material name="slanted_stone"> <texture>slanted_stone</texture> </material>
(Continue reading)

jorrit | 6 Feb 2004 13:32
Picon

cel/data/images chocolate.png,1.1,1.2

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

Modified Files:
	chocolate.png 
Log Message:
Fixed python plugin.

Index: chocolate.png
===================================================================
RCS file: /cvsroot/cel/cel/data/images/chocolate.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
Binary files /tmp/cvsFHCV3Z and /tmp/cvskS7rcN differ

jorrit | 6 Feb 2004 13:32
Picon

cel/data maze1.txt,1.1,1.2 maze2.txt,1.1,1.2

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

Modified Files:
	maze1.txt maze2.txt 
Log Message:
Fixed python plugin.

Index: maze1.txt
===================================================================
RCS file: /cvsroot/cel/cel/data/maze1.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- maze1.txt	2 Feb 2004 12:41:46 -0000	1.1
+++ maze1.txt	6 Feb 2004 12:31:41 -0000	1.2
 <at>  <at>  -17,9 +17,9  <at>  <at> 
 #B. . #*#*#*#*###B#B#B#B#B#B#B#B. . . =U. =U. . . . . . . . ##. . . . . ##. . . . . ##. . . . . . . . . . . . . . . . . . . .
:L:L:L:L:L:#:2. . . . . . =U. . #B
 #B. . #*KY. #####B##. =L. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . XX. . . . . . . . . . . .
:L:L:L:L:L:%:%:L:2. . . . =d=L=Y#B
 #B. . #*#*#*#*##DY##. . . . Ma. . . . . . . . . . . Ma. . . . Ma. . . . . . . . . . Ma. . . . . #B#######B. . . . . . . . . .
:L:L:L:L:2:U:3:2:U. . . . =U. . #B
-#B. . . . . #####B##. . . #*#*#*. . #*. =2. #*. #*#*#*. . #*#*#*#*. #*. . . #*. . . . . . . . . #B#######B. . . . . . . . . .
:L:L:L:2:U:3:2:U:U. . . . =d=L=R#B
-#B. . . . . #####B##. . . #*. . #*. #*. . . #*. #*. . #*. #*. . . . #*#*. . #*. . . . . . . . . #B#######B. . . . . . . . . .
:L:2:4:%:#:2:3:#:#:L:2. . =U. . #B
-#B. . . . . #####B##. . . #*#*#*. . #*. . . #*. #*#*#*. . #*#*#*. . #*. #*. #*. . . . . . . . . #B#B#B#B#B. . . . . . . . . .
:L:#:%:%:#:#:2:U:U. :U. =d. =L=B#B
+#B. . . . . #####B##. . . #*#*#*. . #*. =2. #*. #*#*#*. . #*#*#*#*. #*. . . #*. . . . . . . . . #B#######BGcGc. . . . . . .
(Continue reading)

sunshine | 8 Feb 2004 13:19
Picon

cel/docs history.txt,1.388,1.389

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

Modified Files:
	history.txt 
Log Message:
Eric Sunshine upgraded .m4 and .jam files to latest versions from Crystal
Space CVS repository.  Centralized special-case handling of RANLIB on
MacOS/X.

Index: history.txt
===================================================================
RCS file: /cvsroot/cel/cel/docs/history.txt,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -d -r1.388 -r1.389
--- history.txt	5 Feb 2004 15:10:36 -0000	1.388
+++ history.txt	8 Feb 2004 12:19:22 -0000	1.389
 <at>  <at>  -3,6 +3,10  <at>  <at> 

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

+8-Feb-2004
+	- Eric Sunshine upgraded .m4 and .jam files to latest versions from
+	  Crystal Space CVS repository.  Centralized special-case handling of
+	  RANLIB on MacOS/X.
 5-Feb-2004
 	- Eric Sunshine upgraded documentation install Jam rules to work with
 	  latest cel/mk/jam/*.jam files.  This eliminates Jam warning about

(Continue reading)

sunshine | 8 Feb 2004 13:19
Picon

cel/mk/jam macosx.jam,1.6,1.7 msvcgen.jam,1.6,1.7 win32.jam,1.15,1.16

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

Modified Files:
	macosx.jam msvcgen.jam win32.jam 
Log Message:
Eric Sunshine upgraded .m4 and .jam files to latest versions from Crystal
Space CVS repository.  Centralized special-case handling of RANLIB on
MacOS/X.

Index: macosx.jam
===================================================================
RCS file: /cvsroot/cel/cel/mk/jam/macosx.jam,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- macosx.jam	2 Feb 2004 16:31:45 -0000	1.6
+++ macosx.jam	8 Feb 2004 12:19:23 -0000	1.7
 <at>  <at>  -1,7 +1,7  <at>  <at> 
-#============================================================================
+#==============================================================================
 # Jam configuration and actions for MacOS/X
-# Copyright (C) 2003 by Eric Sunshine <sunshine@...>
-#============================================================================
+# Copyright (C) 2003,2004 by Eric Sunshine <sunshine@...>
+#==============================================================================
 SHELL ?= "/bin/sh" ;

 APPLICATION.LFLAGS += "-framework AppKit -framework Foundation" ;
 <at>  <at>  -10,6 +10,14  <at>  <at> 
(Continue reading)

sunshine | 8 Feb 2004 13:19
Picon

cel/mk/autoconf cs_check_host.m4,1.4,1.5

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

Modified Files:
	cs_check_host.m4 
Log Message:
Eric Sunshine upgraded .m4 and .jam files to latest versions from Crystal
Space CVS repository.  Centralized special-case handling of RANLIB on
MacOS/X.

Index: cs_check_host.m4
===================================================================
RCS file: /cvsroot/cel/cel/mk/autoconf/cs_check_host.m4,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cs_check_host.m4	2 Feb 2004 16:31:45 -0000	1.4
+++ cs_check_host.m4	8 Feb 2004 12:19:23 -0000	1.5
 <at>  <at>  -75,9 +75,6  <at>  <at> 
     [AC_REQUIRE([AC_PROG_CC])
     AC_REQUIRE([AC_PROG_CXX])

-    # MacOS/X Panther ranlib complains if -s option is omitted.
-    AS_IF([test -n "$RANLIB"], [CS_JAMCONFIG_PROPERTY([RANLIB], [-s], [+])])
-
     # Both MacOS/X and Darwin are identified via $host_os as "darwin".  We need
     # a way to distinguish between the two.  If Carbon.h is present, then
     # assume MacOX/S; if not, assume Darwin.  If --with-x=yes was invoked, and

(Continue reading)

sunshine | 8 Feb 2004 13:19
Picon

cel configure.ac,1.23,1.24 configure,1.28,1.29

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

Modified Files:
	configure.ac configure 
Log Message:
Eric Sunshine upgraded .m4 and .jam files to latest versions from Crystal
Space CVS repository.  Centralized special-case handling of RANLIB on
MacOS/X.

Index: configure.ac
===================================================================
RCS file: /cvsroot/cel/cel/configure.ac,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- configure.ac	3 Feb 2004 07:49:51 -0000	1.23
+++ configure.ac	8 Feb 2004 12:19:22 -0000	1.24
 <at>  <at>  -32,16 +32,8  <at>  <at> 
 AC_CHECK_PROGS([INSTALL], [install])
 AS_IF([test -n "$INSTALL"], [CS_JAMCONFIG_PROPERTY([INSTALL], [$INSTALL])])

-# Jambase in Jam 2.4 has a bug where it incorrectly defines RANLIB as "" for
-# MacOS/X, and this bogus value will override a RANLIB set via ?= in Jamconfig,
-# thus we must use CS_JAMCONFIG_PROPERTY()'s "unconditional" option to force a
-# correct value for RANLIB.  This is especially important for MacOS/X Panther
-# which expects us to use the -s option with ranlib, which we can accomplish
-# via "RANLIB += -s"; but this will work correctly only if RANLIB has a
-# meaningful value in the first place.
 AC_PROG_RANLIB
(Continue reading)


Gmane