Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - zhaolu

Pages: [1]
1
Development Deliberation / bug Report
« on: June 07, 2004, 10:28:46 pm »
Operating system: winxp
Compiler: vc7.1
Crystal Space CVS date: 06/08/2004
CEL CVS date: 06/08/2004
Cal3D CVS date: 06/04/2004
Planeshift CVS date: 06/08/2004

in \\planeshift\\src\\common\\paws\\pawstexturemanager.cpp
I move the     texture->Prepare(); to line 390, behind the line 388, \" texture->GetOriginalDimensions( textureRectangle.xmax, textureRectangle.ymax );\". the problem solved, the client could be run.

but I find serveral picture is wrong, could not be read, and serveral file is missing is cvs, There are :
/planeshift/art/effects/highlight.png
/planeshift/art/effects/spark.png
/planeshift/art/effects/fade_spire.png
/planeshift/art/effects/arrow.jpg
/planeshift/models/cubo_ref.gif \'s dimension is not a power of two.
/planeshift/art/backdrop/charborder.png not exist
/planeshift/art/music/maintheme1.0.ogg not exist.

so i rename other file to the above missing file, now I can run pserver and psclient properly.
but it seems all the needed file are not organized properly.

2
Development Deliberation / Planeshift CVS access denied.
« on: June 03, 2004, 04:19:07 am »
I can not access the planeshift cvs since the day before yesterday, what is the problem?

message as follow:
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift init
cvs [init aborted]: unrecognized auth response from cvs.sourceforge.net: M PserverBackend::PserverBackend() Connect (Connection refused)

***** CVS exited normally with code 1 *****

Pages: [1]