From: Markus R. <rol...@un...> - 2008-06-13 08:46:46
|
Hi, Xu Yuan wrote: > Update of /cvsroot/sserver/rcsoccersim/rcssserver3D/app/simspark/rsg/agent/nao > In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12781/rsg/agent/nao [...] > Log Message: > * app/simspark/materials/skybox.mtl: > * app/simspark/models/skybox.obj: > * app/simspark/rsg/agent/nao/soccer.rsg: > * app/simspark/textures/skyrender0001.jpg: > * app/simspark/textures/skyrender0002.jpg: > * app/simspark/textures/skyrender0003.jpg: > * app/simspark/textures/skyrender0004.jpg: > * app/simspark/textures/skyrender0005.jpg: > * app/simspark/textures/skyrender0006.jpg: > - add skybox for the soccer field nice skybox ;-) There is one problem though. If you add binary files to the CVS please use the CVS flag -kb to mark them as binary, i.e. use cvs add -kb skyrender0006.jpg otherwise CVS treats them as text files and replaces newlines when they are checked out on a windows box. I fixed this already. This is possible with the CVS admin command, e.g. cvs admin -kb skyrender0006.jpg cheers, Markus |