jorrit | 1 Dec 2003 08:33
Picon

cel/include/tools billboard.h,1.7,1.8

Update of /cvsroot/cel/cel/include/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv5009/include/tools

Modified Files:
	billboard.h 
Log Message:
	- Jorrit added support for setting different uv ranges for a billboard
	  so that you can now show part of a texture.
	- Jorrit completed support for 2D vectors in the XML behaviour layer
	  and the celentity addon. It is now possible to set 2D vector
	  properties and variables.
	- Jorrit made attribute parsing in the XML behaviour layer and 
	  the celentity addon a bit more efficient.
	- Jorrit enhanced 'getproperty', 'property', and 'action' in the XML
	  behaviour layer so that they have an optional 'entity' parameter
	  to work on properties and actions in another entity.
	- Jorrit optimized iCelPlLayer->FindEntity() with an additional
	  hash to find the entities faster.
	- Jorrit added 'createentity' to the XML behaviour layer.
	- Jorrit added 'createpropclass' to the XML behaviour layer.

Index: billboard.h
===================================================================
RCS file: /cvsroot/cel/cel/include/tools/billboard.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- billboard.h	28 Nov 2003 20:32:33 -0000	1.7
+++ billboard.h	1 Dec 2003 07:33:45 -0000	1.8
 <at>  <at>  -27,6 +27,7  <at>  <at> 
(Continue reading)

jorrit | 1 Dec 2003 08:33
Picon

cel/include/physicallayer pl.h,1.3,1.4

Update of /cvsroot/cel/cel/include/physicallayer
In directory sc8-pr-cvs1:/tmp/cvs-serv5009/include/physicallayer

Modified Files:
	pl.h 
Log Message:
	- Jorrit added support for setting different uv ranges for a billboard
	  so that you can now show part of a texture.
	- Jorrit completed support for 2D vectors in the XML behaviour layer
	  and the celentity addon. It is now possible to set 2D vector
	  properties and variables.
	- Jorrit made attribute parsing in the XML behaviour layer and 
	  the celentity addon a bit more efficient.
	- Jorrit enhanced 'getproperty', 'property', and 'action' in the XML
	  behaviour layer so that they have an optional 'entity' parameter
	  to work on properties and actions in another entity.
	- Jorrit optimized iCelPlLayer->FindEntity() with an additional
	  hash to find the entities faster.
	- Jorrit added 'createentity' to the XML behaviour layer.
	- Jorrit added 'createpropclass' to the XML behaviour layer.

Index: pl.h
===================================================================
RCS file: /cvsroot/cel/cel/include/physicallayer/pl.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pl.h	20 Nov 2003 14:11:55 -0000	1.3
+++ pl.h	1 Dec 2003 07:33:45 -0000	1.4
 <at>  <at>  -96,8 +96,9  <at>  <at> 
(Continue reading)

jorrit | 1 Dec 2003 08:33
Picon

cel/docs history.txt,1.289,1.290

Update of /cvsroot/cel/cel/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv5009/docs

Modified Files:
	history.txt 
Log Message:
	- Jorrit added support for setting different uv ranges for a billboard
	  so that you can now show part of a texture.
	- Jorrit completed support for 2D vectors in the XML behaviour layer
	  and the celentity addon. It is now possible to set 2D vector
	  properties and variables.
	- Jorrit made attribute parsing in the XML behaviour layer and 
	  the celentity addon a bit more efficient.
	- Jorrit enhanced 'getproperty', 'property', and 'action' in the XML
	  behaviour layer so that they have an optional 'entity' parameter
	  to work on properties and actions in another entity.
	- Jorrit optimized iCelPlLayer->FindEntity() with an additional
	  hash to find the entities faster.
	- Jorrit added 'createentity' to the XML behaviour layer.
	- Jorrit added 'createpropclass' to the XML behaviour layer.

Index: history.txt
===================================================================
RCS file: /cvsroot/cel/cel/docs/history.txt,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -d -r1.289 -r1.290
--- history.txt	30 Nov 2003 09:18:35 -0000	1.289
+++ history.txt	1 Dec 2003 07:33:45 -0000	1.290
 <at>  <at>  -4,6 +4,15  <at>  <at> 
(Continue reading)

jorrit | 1 Dec 2003 08:33
Picon

cel/plugins/addons/celentity celentity.cpp,1.6,1.7

Update of /cvsroot/cel/cel/plugins/addons/celentity
In directory sc8-pr-cvs1:/tmp/cvs-serv5009/plugins/addons/celentity

Modified Files:
	celentity.cpp 
Log Message:
	- Jorrit added support for setting different uv ranges for a billboard
	  so that you can now show part of a texture.
	- Jorrit completed support for 2D vectors in the XML behaviour layer
	  and the celentity addon. It is now possible to set 2D vector
	  properties and variables.
	- Jorrit made attribute parsing in the XML behaviour layer and 
	  the celentity addon a bit more efficient.
	- Jorrit enhanced 'getproperty', 'property', and 'action' in the XML
	  behaviour layer so that they have an optional 'entity' parameter
	  to work on properties and actions in another entity.
	- Jorrit optimized iCelPlLayer->FindEntity() with an additional
	  hash to find the entities faster.
	- Jorrit added 'createentity' to the XML behaviour layer.
	- Jorrit added 'createpropclass' to the XML behaviour layer.

Index: celentity.cpp
===================================================================
RCS file: /cvsroot/cel/cel/plugins/addons/celentity/celentity.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- celentity.cpp	26 Nov 2003 14:14:07 -0000	1.6
+++ celentity.cpp	1 Dec 2003 07:33:45 -0000	1.7
 <at>  <at>  -53,7 +53,14  <at>  <at> 
(Continue reading)

jorrit | 1 Dec 2003 08:33
Picon

cel/plugins/behaviourlayer/xml blxml.cpp,1.9,1.10 xmlscript.cpp,1.12,1.13 xmlscript.h,1.9,1.10

Update of /cvsroot/cel/cel/plugins/behaviourlayer/xml
In directory sc8-pr-cvs1:/tmp/cvs-serv5009/plugins/behaviourlayer/xml

Modified Files:
	blxml.cpp xmlscript.cpp xmlscript.h 
Log Message:
	- Jorrit added support for setting different uv ranges for a billboard
	  so that you can now show part of a texture.
	- Jorrit completed support for 2D vectors in the XML behaviour layer
	  and the celentity addon. It is now possible to set 2D vector
	  properties and variables.
	- Jorrit made attribute parsing in the XML behaviour layer and 
	  the celentity addon a bit more efficient.
	- Jorrit enhanced 'getproperty', 'property', and 'action' in the XML
	  behaviour layer so that they have an optional 'entity' parameter
	  to work on properties and actions in another entity.
	- Jorrit optimized iCelPlLayer->FindEntity() with an additional
	  hash to find the entities faster.
	- Jorrit added 'createentity' to the XML behaviour layer.
	- Jorrit added 'createpropclass' to the XML behaviour layer.

Index: blxml.cpp
===================================================================
RCS file: /cvsroot/cel/cel/plugins/behaviourlayer/xml/blxml.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- blxml.cpp	27 Nov 2003 13:30:59 -0000	1.9
+++ blxml.cpp	1 Dec 2003 07:33:46 -0000	1.10
 <at>  <at>  -54,7 +54,16  <at>  <at> 
(Continue reading)

jorrit | 1 Dec 2003 08:33
Picon

cel/plugins/stdphyslayer pl.cpp,1.13,1.14 pl.h,1.6,1.7

Update of /cvsroot/cel/cel/plugins/stdphyslayer
In directory sc8-pr-cvs1:/tmp/cvs-serv5009/plugins/stdphyslayer

Modified Files:
	pl.cpp pl.h 
Log Message:
	- Jorrit added support for setting different uv ranges for a billboard
	  so that you can now show part of a texture.
	- Jorrit completed support for 2D vectors in the XML behaviour layer
	  and the celentity addon. It is now possible to set 2D vector
	  properties and variables.
	- Jorrit made attribute parsing in the XML behaviour layer and 
	  the celentity addon a bit more efficient.
	- Jorrit enhanced 'getproperty', 'property', and 'action' in the XML
	  behaviour layer so that they have an optional 'entity' parameter
	  to work on properties and actions in another entity.
	- Jorrit optimized iCelPlLayer->FindEntity() with an additional
	  hash to find the entities faster.
	- Jorrit added 'createentity' to the XML behaviour layer.
	- Jorrit added 'createpropclass' to the XML behaviour layer.

Index: pl.cpp
===================================================================
RCS file: /cvsroot/cel/cel/plugins/stdphyslayer/pl.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- pl.cpp	26 Nov 2003 12:30:13 -0000	1.13
+++ pl.cpp	1 Dec 2003 07:33:46 -0000	1.14
 <at>  <at>  -65,6 +65,7  <at>  <at> 
(Continue reading)

jorrit | 1 Dec 2003 08:33
Picon

cel/plugins/propclass/billboard billboard.cpp,1.10,1.11 billboard.h,1.8,1.9

Update of /cvsroot/cel/cel/plugins/propclass/billboard
In directory sc8-pr-cvs1:/tmp/cvs-serv5009/plugins/propclass/billboard

Modified Files:
	billboard.cpp billboard.h 
Log Message:
	- Jorrit added support for setting different uv ranges for a billboard
	  so that you can now show part of a texture.
	- Jorrit completed support for 2D vectors in the XML behaviour layer
	  and the celentity addon. It is now possible to set 2D vector
	  properties and variables.
	- Jorrit made attribute parsing in the XML behaviour layer and 
	  the celentity addon a bit more efficient.
	- Jorrit enhanced 'getproperty', 'property', and 'action' in the XML
	  behaviour layer so that they have an optional 'entity' parameter
	  to work on properties and actions in another entity.
	- Jorrit optimized iCelPlLayer->FindEntity() with an additional
	  hash to find the entities faster.
	- Jorrit added 'createentity' to the XML behaviour layer.
	- Jorrit added 'createpropclass' to the XML behaviour layer.

Index: billboard.cpp
===================================================================
RCS file: /cvsroot/cel/cel/plugins/propclass/billboard/billboard.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- billboard.cpp	27 Nov 2003 13:30:59 -0000	1.10
+++ billboard.cpp	1 Dec 2003 07:33:46 -0000	1.11
 <at>  <at>  -55,7 +55,7  <at>  <at> 
(Continue reading)

jorrit | 1 Dec 2003 08:33
Picon

cel/plugins/tools/billboard billboard.cpp,1.13,1.14 billboard.h,1.11,1.12

Update of /cvsroot/cel/cel/plugins/tools/billboard
In directory sc8-pr-cvs1:/tmp/cvs-serv5009/plugins/tools/billboard

Modified Files:
	billboard.cpp billboard.h 
Log Message:
	- Jorrit added support for setting different uv ranges for a billboard
	  so that you can now show part of a texture.
	- Jorrit completed support for 2D vectors in the XML behaviour layer
	  and the celentity addon. It is now possible to set 2D vector
	  properties and variables.
	- Jorrit made attribute parsing in the XML behaviour layer and 
	  the celentity addon a bit more efficient.
	- Jorrit enhanced 'getproperty', 'property', and 'action' in the XML
	  behaviour layer so that they have an optional 'entity' parameter
	  to work on properties and actions in another entity.
	- Jorrit optimized iCelPlLayer->FindEntity() with an additional
	  hash to find the entities faster.
	- Jorrit added 'createentity' to the XML behaviour layer.
	- Jorrit added 'createpropclass' to the XML behaviour layer.

Index: billboard.cpp
===================================================================
RCS file: /cvsroot/cel/cel/plugins/tools/billboard/billboard.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- billboard.cpp	28 Nov 2003 20:32:33 -0000	1.13
+++ billboard.cpp	1 Dec 2003 07:33:46 -0000	1.14
 <at>  <at>  -51,6 +51,8  <at>  <at> 
(Continue reading)

jorrit | 1 Dec 2003 16:03
Picon

cel/docs history.txt,1.290,1.291

Update of /cvsroot/cel/cel/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv16374/docs

Modified Files:
	history.txt 
Log Message:
	- Jorrit added error reporting to the XML behaviour layer (scripting
	  module).
	- Jorrit started a big rework of the XML behaviour layer by using a
	  powerful expression evaluator and a stack. This allows us to use
	  expressions and variables everywhere in the scripts.
	  Not finished and even crashes right now.

Index: history.txt
===================================================================
RCS file: /cvsroot/cel/cel/docs/history.txt,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- history.txt	1 Dec 2003 07:33:45 -0000	1.290
+++ history.txt	1 Dec 2003 15:03:48 -0000	1.291
 <at>  <at>  -3,6 +3,13  <at>  <at> 

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

+1-Dec-2003
+	- Jorrit added error reporting to the XML behaviour layer (scripting
+	  module).
+	- Jorrit started a big rework of the XML behaviour layer by using a
+	  powerful expression evaluator and a stack. This allows us to use
(Continue reading)

jorrit | 1 Dec 2003 16:03
Picon

cel/scripts xmltest.xml,1.17,1.18

Update of /cvsroot/cel/cel/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv16374/scripts

Modified Files:
	xmltest.xml 
Log Message:
	- Jorrit added error reporting to the XML behaviour layer (scripting
	  module).
	- Jorrit started a big rework of the XML behaviour layer by using a
	  powerful expression evaluator and a stack. This allows us to use
	  expressions and variables everywhere in the scripts.
	  Not finished and even crashes right now.

Index: xmltest.xml
===================================================================
RCS file: /cvsroot/cel/cel/scripts/xmltest.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- xmltest.xml	28 Nov 2003 20:34:31 -0000	1.17
+++ xmltest.xml	1 Dec 2003 15:03:49 -0000	1.18
 <at>  <at>  -111,7 +111,7  <at>  <at> 
 	    </event>
 	    <event name="makesmall">
 	        <var name="normal" bool="0" />
-		<print>makesmall</print>
+		<print value="'makesmall'" />
 	        <getproperty var="w" propclass="pcbillboard"
 			name="pcbillboard.width" />
 	        <getproperty var="h" propclass="pcbillboard"
(Continue reading)


Gmane