jorrit | 1 Sep 2008 14:44
Picon

SF.net SVN: cel:[3668] cel/trunk/plugins/tools/quests

Revision: 3668
          http://cel.svn.sourceforge.net/cel/?rev=3668&view=rev
Author:   jorrit
Date:     2008-09-01 12:44:31 +0000 (Mon, 01 Sep 2008)

Log Message:
-----------
Fixed a serious bug in the property change trigger that was introduced
when operations were added. The problem was that 'value_par' was converted
to csString but that is not good in this case since value_par is also
compared with NULL to check if the parameter is given or not.

Modified Paths:
--------------
    cel/trunk/plugins/tools/quests/trig_propertychange.cpp
    cel/trunk/plugins/tools/quests/trig_propertychange.h

Modified: cel/trunk/plugins/tools/quests/trig_propertychange.cpp
===================================================================
--- cel/trunk/plugins/tools/quests/trig_propertychange.cpp	2008-08-28 15:14:46 UTC (rev 3667)
+++ cel/trunk/plugins/tools/quests/trig_propertychange.cpp	2008-09-01 12:44:31 UTC (rev 3668)
 <at>  <at>  -63,10 +63,12  <at>  <at> 
 	celPropertyChangeTriggerType* type) : scfImplementationType (this)
 {
   celPropertyChangeTriggerFactory::type = type;
+  value_par = 0;
 }

 celPropertyChangeTriggerFactory::~celPropertyChangeTriggerFactory ()
 {
(Continue reading)

vknecht | 1 Sep 2008 17:20
Picon

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

Revision: 3669
          http://cel.svn.sourceforge.net/cel/?rev=3669&view=rev
Author:   vknecht
Date:     2008-09-01 15:20:17 +0000 (Mon, 01 Sep 2008)

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

........
  r3668 | jorrit | 2008-09-01 14:44:31 +0200 (Mon, 01 Sep 2008) | 6 lines

  Fixed a serious bug in the property change trigger that was introduced
  when operations were added. The problem was that 'value_par' was converted
  to csString but that is not good in this case since value_par is also
  compared with NULL to check if the parameter is given or not.
........

Modified Paths:
--------------
    cel/branches/release/V1.4/plugins/tools/quests/trig_propertychange.cpp
    cel/branches/release/V1.4/plugins/tools/quests/trig_propertychange.h

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


Property changes on: cel/branches/release/V1.4
(Continue reading)

crystal | 3 Sep 2008 10:57
Picon

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

Revision: 3670
          http://cel.svn.sourceforge.net/cel/?rev=3670&view=rev
Author:   crystal-manage
Date:     2008-09-03 08:57:12 +0000 (Wed, 03 Sep 2008)

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/plugins/behaviourlayer/python/blcel.cpp
    cel/trunk/plugins/behaviourlayer/python/swigpyruntime.h
    cel/trunk/scripts/blcelc.py

Modified: cel/trunk/plugins/behaviourlayer/python/blcel.cpp
===================================================================
--- cel/trunk/plugins/behaviourlayer/python/blcel.cpp	2008-09-01 15:20:17 UTC (rev 3669)
+++ cel/trunk/plugins/behaviourlayer/python/blcel.cpp	2008-09-03 08:57:12 UTC (rev 3670)
 <at>  <at>  -1,6 +1,6  <at>  <at> 
 /* ----------------------------------------------------------------------------
  * This file was automatically generated by SWIG (http://www.swig.org).
- * Version 1.3.31
+ * Version 1.3.33
  * 
  * This file is not intended to be easily readable and contains a number of 
  * coding conventions designed to improve portability and efficiency. Do not make
(Continue reading)

res2002 | 3 Sep 2008 22:50
Picon

SF.net SVN: cel:[3671] cel/trunk/scripts/0install

Revision: 3671
          http://cel.svn.sourceforge.net/cel/?rev=3671&view=rev
Author:   res2002
Date:     2008-09-03 20:50:46 +0000 (Wed, 03 Sep 2008)

Log Message:
-----------
New celstart build from vknecht

Modified Paths:
--------------
    cel/trunk/scripts/0install/celstart-launcher-1.9.xml
    cel/trunk/scripts/0install/celstart-runtime-1.9.xml

Modified: cel/trunk/scripts/0install/celstart-launcher-1.9.xml
===================================================================
--- cel/trunk/scripts/0install/celstart-launcher-1.9.xml	2008-09-03 08:57:12 UTC (rev 3670)
+++ cel/trunk/scripts/0install/celstart-launcher-1.9.xml	2008-09-03 20:50:46 UTC (rev 3671)
 <at>  <at>  -24,9 +24,18  <at>  <at> 
       </requires>
     </implementation>
   </group>
-</interface>
+   <group license="OSI Approved :: GNU Lesser General Public License (LGPL)" main="celstart-launcher"
released="2008-09-03" stability="testing" version="1.9.31013.3670">
+    <implementation id="sha1new=4b9fdb5fb5af159e0ae82ba3ba89d8dc8cbe7f2c">
+    <archive href="http://crystalspace3d.org/0install/celstart-launcher.tar.lzma" size="169" type="application/x-lzma-compressed-tar"/>
+      <requires interface="http://crystalspace3d.org/0install/celstart-runtime-1.9.xml">
+        <version not-before="1.9.31013.3670"/>
+        <environment insert="" mode="replace" name="CELSTART"/>
(Continue reading)

sunshine | 5 Sep 2008 08:54
Picon

SF.net SVN: cel:[3672] cel/trunk/mk

Revision: 3672
          http://cel.svn.sourceforge.net/cel/?rev=3672&view=rev
Author:   sunshine
Date:     2008-09-05 06:54:03 +0000 (Fri, 05 Sep 2008)

Log Message:
-----------
Updated mk/autoconf/*.m4, mk/jam/*.jam, and mk/msvcgen/*.tlib files from
master copies in CS repository.

Modified Paths:
--------------
    cel/trunk/mk/autoconf/crystal.m4
    cel/trunk/mk/autoconf/path.m4
    cel/trunk/mk/jam/filelist.jam
    cel/trunk/mk/jam/msi.jam
    cel/trunk/mk/msvcgen/project7.tlib

Modified: cel/trunk/mk/autoconf/crystal.m4
===================================================================
--- cel/trunk/mk/autoconf/crystal.m4	2008-09-03 20:50:46 UTC (rev 3671)
+++ cel/trunk/mk/autoconf/crystal.m4	2008-09-05 06:54:03 UTC (rev 3672)
 <at>  <at>  -20,7 +20,7  <at>  <at> 
 AC_PREREQ([2.56])

 # Should stay in sync with csver.h
-m4_define([cs_min_version_default], [1.4])
+m4_define([cs_min_version_default], [1.9])

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

sunshine | 5 Sep 2008 08:54
Picon

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

Revision: 3673
          http://cel.svn.sourceforge.net/cel/?rev=3673&view=rev
Author:   sunshine
Date:     2008-09-05 06:54:23 +0000 (Fri, 05 Sep 2008)

Log Message:
-----------
Updated configure.ac to invoke new CS_PATH_INIT(), and Jamfile.in to
substitute new canonicalized  <at> CS_TOP_SRCDIR <at>  and  <at> CS_TOP_BUILDDIR <at>  rather
than  <at> top_srcdir <at>  and  <at> top_builddir <at> .

Modified Paths:
--------------
    cel/trunk/Jamfile.in
    cel/trunk/configure.ac

Modified: cel/trunk/Jamfile.in
===================================================================
--- cel/trunk/Jamfile.in	2008-09-05 06:54:03 UTC (rev 3672)
+++ cel/trunk/Jamfile.in	2008-09-05 06:54:23 UTC (rev 3673)
 <at>  <at>  -1,5 +1,5  <at>  <at> 
-TOP ?= " <at> top_srcdir <at> " ;
-BUILDTOP ?= " <at> top_builddir <at> " ;
+TOP ?= " <at> CS_TOP_SRCDIR <at> " ;
+BUILDTOP ?= " <at> CS_TOP_BUILDDIR <at> " ;

 SubDir TOP ;

Modified: cel/trunk/configure.ac
===================================================================
(Continue reading)

sunshine | 5 Sep 2008 08:54
Picon

SF.net SVN: cel:[3674] cel/trunk/configure

Revision: 3674
          http://cel.svn.sourceforge.net/cel/?rev=3674&view=rev
Author:   sunshine
Date:     2008-09-05 06:54:46 +0000 (Fri, 05 Sep 2008)

Log Message:
-----------
Regenerated configure following r3672 and r3673.

Modified Paths:
--------------
    cel/trunk/configure

Modified: cel/trunk/configure
===================================================================
--- cel/trunk/configure	2008-09-05 06:54:23 UTC (rev 3673)
+++ cel/trunk/configure	2008-09-05 06:54:46 UTC (rev 3674)
 <at>  <at>  -662,6 +662,8  <at>  <at> 
 host_cpu
 host_vendor
 host_os
+CS_TOP_SRCDIR
+CS_TOP_BUILDDIR
 CC
 CFLAGS
 LDFLAGS
 <at>  <at>  -1936,7 +1938,50  <at>  <at> 
 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac

 
(Continue reading)

crystal | 6 Sep 2008 04:59
Picon

SF.net SVN: cel:[3675] cel/trunk/plugins/behaviourlayer/python/blcel.cpp

Revision: 3675
          http://cel.svn.sourceforge.net/cel/?rev=3675&view=rev
Author:   crystal-manage
Date:     2008-09-06 02:59:09 +0000 (Sat, 06 Sep 2008)

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/plugins/behaviourlayer/python/blcel.cpp

Modified: cel/trunk/plugins/behaviourlayer/python/blcel.cpp
===================================================================
--- cel/trunk/plugins/behaviourlayer/python/blcel.cpp	2008-09-05 06:54:46 UTC (rev 3674)
+++ cel/trunk/plugins/behaviourlayer/python/blcel.cpp	2008-09-06 02:59:09 UTC (rev 3675)
 <at>  <at>  -4966,7 +4966,7  <at>  <at> 
        celData ret;
        if(self->SendMessage (msg_id,prop,ret,params))
        {
-         /* <at> SWIG:./include/bindings/python/datatype.i,1,CELDATA_RETURN <at> */
+         /* <at> SWIG:/tmp/tmp0/trunk/include/bindings/python/datatype.i,1,CELDATA_RETURN <at> */
 		PyObject *obj = Py_None;
 		if ((&ret))
 		{
 <at>  <at>  -25951,7 +25951,7  <at>  <at> 
(Continue reading)

vknecht | 6 Sep 2008 15:20
Picon

SF.net SVN: cel:[3676] cel/trunk/scripts/0install

Revision: 3676
          http://cel.svn.sourceforge.net/cel/?rev=3676&view=rev
Author:   vknecht
Date:     2008-09-06 13:20:52 +0000 (Sat, 06 Sep 2008)

Log Message:
-----------
Update for celstart-1.9.0-CSr31065-CELr3675-Linux-x86 build.

Modified Paths:
--------------
    cel/trunk/scripts/0install/celstart-runtime-1.9.xml

Added Paths:
-----------
    cel/trunk/scripts/0install/290A3B13F64B5AD8.gpg

Added: cel/trunk/scripts/0install/290A3B13F64B5AD8.gpg
===================================================================
--- cel/trunk/scripts/0install/290A3B13F64B5AD8.gpg	                        (rev 0)
+++ cel/trunk/scripts/0install/290A3B13F64B5AD8.gpg	2008-09-06 13:20:52 UTC (rev 3676)
 <at>  <at>  -0,0 +1,30  <at>  <at> 
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.5 (GNU/Linux)
+
+mQGiBEjAOCcRBAC+frQl0Syy6W26+cUgFDtsIKgv1QMAWHz56bxTmEaN2/kvOGCD
+x4yDpSVWmu2t5+5Z5tE18cwMCMDjNr1QPXmY4su3fp9lqFwdC3jFNOvld+hJbwqo
+5CvVnfDFBnAPh3FpxT/J9MzX6GUOTrygKu94OvDbv8XHK6q/75teoNH0NwCgv8qJ
+dR8PuF4ztzrmvsccfFe55nMEALgKXmAXgg7NL/Cb6eOm9BpKdGpG5F+ywA9IHgAy
+KbPjyO9hdaamjZnBUxqls7WZ4ETpLB/EoOiKxBWfgMXyw9YAtS0WgG2uLDSxBTR+
(Continue reading)

vknecht | 6 Sep 2008 15:41
Picon

SF.net SVN: cel:[3677] cel/trunk/scripts/0install/celstart-launcher-1.9.xml

Revision: 3677
          http://cel.svn.sourceforge.net/cel/?rev=3677&view=rev
Author:   vknecht
Date:     2008-09-06 13:41:01 +0000 (Sat, 06 Sep 2008)

Log Message:
-----------
Update for celstart-1.9.0-CSr31065-CELr3675-Linux-x86 build.

Modified Paths:
--------------
    cel/trunk/scripts/0install/celstart-launcher-1.9.xml

Modified: cel/trunk/scripts/0install/celstart-launcher-1.9.xml
===================================================================
--- cel/trunk/scripts/0install/celstart-launcher-1.9.xml	2008-09-06 13:20:52 UTC (rev 3676)
+++ cel/trunk/scripts/0install/celstart-launcher-1.9.xml	2008-09-06 13:41:01 UTC (rev 3677)
 <at>  <at>  -32,10 +32,17  <at>  <at> 
         <environment insert="" mode="replace" name="CELSTART"/>
       </requires>
   </implementation>
+    <implementation id="sha1new=9a2c2b294dea31e3c9579481d1d3aae8f17b0358" released="2008-09-06" version="1.9.31065.3675">
+      <archive extract="celstart-launcher-1.9.31065.3675"
href="http://crystalspace3d.org/0install/celstart-launcher-1.9.31065.3675.tar.lzma"
size="208" type="application/x-lzma-compressed-tar"/>
+      <requires interface="http://crystalspace3d.org/0install/celstart-runtime-1.9.xml">
+        <version not-before="1.9.31065.3675"/>
+        <environment insert="" mode="prepend" name="CELSTART"/>
+      </requires>
+    </implementation>
(Continue reading)


Gmane