F Richter | 1 Mar 2005 03:33
Picon

Snapshot generation

snapshot.py version 14
Copyright (C) 2000-2004 by Eric Sunshine <sunshine@...>

BEGIN: Tue Mar  1 02:30:16 2005 UTC
Creating working directory: /tmp/tmp9x_1GG
Retrieving module cel for Tue Mar  1 02:30:16 2005 UTC
Patching CVS/Root entries
Removing CVS sticky tags
Retrieving module cel for Mon Feb 28 02:30:16 2005 UTC
Patching CVS/Root entries
Removing CVS sticky tags
Generating diff of Mon Feb 28 02:30:16 2005 UTC & Tue Mar  1 02:30:16 2005 UTC
Generating 'bzip2' packages
Linking to current 'bzip2' packages
Purging old file: cel-2005-02-15.023013.log
Purging old file: cel-2005-02-27.023018.tar.bz2
Purging old file: cel-2005-02-15.023013.diff.bz2
Purging working directory
END: Tue Mar  1 02:33:11 2005 UTC

res2002 | 1 Mar 2005 15:07
Picon

cel/docs/doxygen celblur.png,NONE,1.1 celshadow.png,NONE,1.1 apihead.html,1.2,1.3 doxygen.css,1.2,1.3 csblur.png,1.1,NONE csblurb.png,1.1,NONE csshadow.png,1.1,NONE

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

Modified Files:
	apihead.html doxygen.css 
Added Files:
	celblur.png celshadow.png 
Removed Files:
	csblur.png csblurb.png csshadow.png 
Log Message:
Cosmetics.

--- NEW FILE: celblur.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: celshadow.png ---
(This appears to be a binary file; contents omitted.)

Index: apihead.html
===================================================================
RCS file: /cvsroot/cel/cel/docs/doxygen/apihead.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- apihead.html	28 Feb 2005 23:08:45 -0000	1.2
+++ apihead.html	1 Mar 2005 14:07:54 -0000	1.3
 <at>  <at>  -5,11 +5,11  <at>  <at> 
 </head><body>
 <table border="0" cellpadding="0" cellspacing="0" width="100%" class="head">
  <tr heigth="59">
(Continue reading)

jorrit | 1 Mar 2005 15:23
Picon

cel/include/propclass actormove.h,1.3,1.4

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

Modified Files:
	actormove.h 
Log Message:
	- Jorrit added a patch from Manuel A. Fernandez Montecelo which
	  adds some functions to iPcActorMove so that you can see what
	  the actor is doing. Also fixes a bug with wrong animation direction
	  being set after jumping.

Index: actormove.h
===================================================================
RCS file: /cvsroot/cel/cel/include/propclass/actormove.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- actormove.h	6 Jul 2004 19:14:19 -0000	1.3
+++ actormove.h	1 Mar 2005 14:23:38 -0000	1.4
 <at>  <at>  -38,22 +38,38  <at>  <at> 
 {
   /// Start/stop going forward.
   virtual void Forward (bool start) = 0;
+  /// Returns the toogle value of moving forward.
+  virtual bool IsMovingForward () = 0;
   /// Start/stop going backward.
   virtual void Backward (bool start) = 0;
+  /// Returns the toogle value of moving backward.
+  virtual bool IsMovingBackward () = 0;
   /// Start/stop strafing left.
(Continue reading)

jorrit | 1 Mar 2005 15:23
Picon

cel/docs history.txt,1.598,1.599

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

Modified Files:
	history.txt 
Log Message:
	- Jorrit added a patch from Manuel A. Fernandez Montecelo which
	  adds some functions to iPcActorMove so that you can see what
	  the actor is doing. Also fixes a bug with wrong animation direction
	  being set after jumping.

Index: history.txt
===================================================================
RCS file: /cvsroot/cel/cel/docs/history.txt,v
retrieving revision 1.598
retrieving revision 1.599
diff -u -d -r1.598 -r1.599
--- history.txt	28 Feb 2005 23:08:45 -0000	1.598
+++ history.txt	1 Mar 2005 14:23:38 -0000	1.599
 <at>  <at>  -3,6 +3,11  <at>  <at> 

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

+1-Mar-2005
+	- Jorrit added a patch from Manuel A. Fernandez Montecelo which
+	  adds some functions to iPcActorMove so that you can see what
+	  the actor is doing. Also fixes a bug with wrong animation direction
+	  being set after jumping.
 28-Feb-2005
 	- Eric Sunshine updated Autoconf, Jam, and Msvcgen files from master
(Continue reading)

jorrit | 1 Mar 2005 15:23
Picon

cel/plugins/propclass/actormove actormove.cpp,1.14,1.15 actormove.h,1.5,1.6

Update of /cvsroot/cel/cel/plugins/propclass/actormove
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1157/plugins/propclass/actormove

Modified Files:
	actormove.cpp actormove.h 
Log Message:
	- Jorrit added a patch from Manuel A. Fernandez Montecelo which
	  adds some functions to iPcActorMove so that you can see what
	  the actor is doing. Also fixes a bug with wrong animation direction
	  being set after jumping.

Index: actormove.cpp
===================================================================
RCS file: /cvsroot/cel/cel/plugins/propclass/actormove/actormove.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- actormove.cpp	1 Oct 2004 14:00:54 -0000	1.14
+++ actormove.cpp	1 Mar 2005 14:23:38 -0000	1.15
 <at>  <at>  -265,7 +265,7  <at>  <at> 
   {
     velocity.y = jumping_velocity;
     pclinmove->SetVelocity (velocity);
-    if (sprcal3d) sprcal3d->SetVelocity (velocity.z);
+    if (sprcal3d) sprcal3d->SetVelocity (-velocity.z);
     //  <at>  <at>  <at>  do spr3d!
   }
 }

Index: actormove.h
(Continue reading)

F Richter | 2 Mar 2005 02:33
Picon

Jobber run

jobber.pl version 32
Copyright (C) 2000-2004 by Eric Sunshine <sunshine@...>

Configuration file: /home/groups/c/ce/cel/bin/jobber.cfg

BEGIN: Wed Mar  2 01:30:18 2005 UTC
Temporary directory: /tmp/tmp0
CVSROOT: :ext:res2002 <at> cvs1:/cvsroot/cel
Extracting: cel
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).
Applying changes to Public API Reference.
  Scanning  (docs/html/api <=> out/docs/html/api).
  Comparing (docs/html/api <=> out/docs/html/api).
---------------------
Modification summary:
M docs/html/api/actormove_8h-source.html
M docs/html/api/functions.html
M docs/html/api/functions_func.html
M docs/html/api/structiPcActorMove-members.html
(Continue reading)

F Richter | 2 Mar 2005 03:32
Picon

Snapshot generation

snapshot.py version 14
Copyright (C) 2000-2004 by Eric Sunshine <sunshine@...>

BEGIN: Wed Mar  2 02:30:17 2005 UTC
Creating working directory: /tmp/tmpw9-ycy
Retrieving module cel for Wed Mar  2 02:30:17 2005 UTC
Patching CVS/Root entries
Removing CVS sticky tags
Retrieving module cel for Tue Mar  1 02:30:16 2005 UTC
Patching CVS/Root entries
Removing CVS sticky tags
Generating diff of Tue Mar  1 02:30:16 2005 UTC & Wed Mar  2 02:30:17 2005 UTC
Generating 'bzip2' packages
Linking to current 'bzip2' packages
Purging old file: cel-2005-02-16.023013.log
Purging old file: cel-2005-02-28.023016.tar.bz2
Purging old file: cel-2005-02-16.023013.diff.bz2
Purging working directory
END: Wed Mar  2 02:32:37 2005 UTC

jorrit | 2 Mar 2005 06:41
Picon

cel/plugins/behaviourlayer/test behave.cpp,1.11,1.12

Update of /cvsroot/cel/cel/plugins/behaviourlayer/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25334/plugins/behaviourlayer/test

Modified Files:
	behave.cpp 
Log Message:
	- Jorrit added a patch from David Bronke which implements mouse
	  and joystick support for pckeyinput. 'pckeyinput' is now renamed
	  to 'pccommandinput'! Please change your programs!

Index: behave.cpp
===================================================================
RCS file: /cvsroot/cel/cel/plugins/behaviourlayer/test/behave.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- behave.cpp	26 Dec 2004 08:43:56 -0000	1.11
+++ behave.cpp	2 Mar 2005 05:41:29 -0000	1.12
 <at>  <at>  -257,7 +257,7  <at>  <at> 
 bool celBehaviourActor::SendMessageV (const char* msg_id,
 	celData& ret, iCelParameterBlock* params, va_list arg)
 {
-  bool pcinput_msg = strncmp (msg_id, "pckeyinput_", 11) == 0;
+  bool pcinput_msg = strncmp (msg_id, "pccommandinput_", 15) == 0;

   if (pcinput_msg)
   {
 <at>  <at>  -266,35 +266,35  <at>  <at> 
     if (!pcactormove)
       return false;
(Continue reading)

jorrit | 2 Mar 2005 06:41
Picon

cel/scripts/smallgame actor.py,1.4,1.5 smallgame.py,1.4,1.5

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

Modified Files:
	actor.py smallgame.py 
Log Message:
	- Jorrit added a patch from David Bronke which implements mouse
	  and joystick support for pckeyinput. 'pckeyinput' is now renamed
	  to 'pccommandinput'! Please change your programs!

Index: actor.py
===================================================================
RCS file: /cvsroot/cel/cel/scripts/smallgame/actor.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- actor.py	13 May 2004 09:48:18 -0000	1.4
+++ actor.py	2 Mar 2005 05:41:30 -0000	1.5
 <at>  <at>  -96,62 +96,62  <at>  <at> 
 			velocity.y = 6.31
 			self.linmove.SetVelocity(velocity)

-	def pckeyinput_forward1(self,celentity,args):
+	def pccommandinput_forward1(self,celentity,args):
 		self.forward = 1
 		self.handle_movement(0)
-	def pckeyinput_forward0(self,celentity,args):
+	def pccommandinput_forward0(self,celentity,args):
 		self.forward = 0
 		self.handle_movement(0)
(Continue reading)

jorrit | 2 Mar 2005 06:41
Picon

cel/scripts/physicstest physics_actor.py,1.6,1.7 physicstest.py,1.2,1.3

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

Modified Files:
	physics_actor.py physicstest.py 
Log Message:
	- Jorrit added a patch from David Bronke which implements mouse
	  and joystick support for pckeyinput. 'pckeyinput' is now renamed
	  to 'pccommandinput'! Please change your programs!

Index: physics_actor.py
===================================================================
RCS file: /cvsroot/cel/cel/scripts/physicstest/physics_actor.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- physics_actor.py	13 May 2004 09:48:17 -0000	1.6
+++ physics_actor.py	2 Mar 2005 05:41:30 -0000	1.7
 <at>  <at>  -53,28 +53,28  <at>  <at> 
 		input.Bind("m", "cammode")
 		input.Bind(" ", "jump")

-	def pckeyinput_forward1(self,celentity,args):
+	def pccommandinput_forward1(self,celentity,args):
 		self.dynbody.AddForceDuration(csVector3(0,0,50),10000000)
-	def pckeyinput_forward0(self,celentity,args):
+	def pccommandinput_forward0(self,celentity,args):
 		self.dynbody.ClearForces()

-	def pckeyinput_backward1(self,celEntity,args):
(Continue reading)


Gmane