|
From: julien r. <jul...@us...> - 2005-11-30 16:47:00
|
Update of /cvsroot/epfl/game In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31534 Modified Files: game.kdevelop.pcs game.kdevses physic_node_entity.cc Log Message: ... Index: physic_node_entity.cc =================================================================== RCS file: /cvsroot/epfl/game/physic_node_entity.cc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** physic_node_entity.cc 24 Nov 2005 20:48:55 -0000 1.1.1.1 --- physic_node_entity.cc 30 Nov 2005 16:46:52 -0000 1.2 *************** *** 133,137 **** /*tgVector3 org(0,1,0); vVelocity = ClipVelocity(vVelocity, org, OVERCLIP);*/ ! _StepSlideMove(eTime); vPosition += vVelocity*eTime; --- 133,137 ---- /*tgVector3 org(0,1,0); vVelocity = ClipVelocity(vVelocity, org, OVERCLIP);*/ ! // _StepSlideMove(eTime); vPosition += vVelocity*eTime; Index: game.kdevelop.pcs =================================================================== RCS file: /cvsroot/epfl/game/game.kdevelop.pcs,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 Binary files /tmp/cvsAIjvuD and /tmp/cvsw1L8Qe differ Index: game.kdevses =================================================================== RCS file: /cvsroot/epfl/game/game.kdevses,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** game.kdevses 24 Nov 2005 20:48:55 -0000 1.1.1.1 --- game.kdevses 30 Nov 2005 16:46:52 -0000 1.2 *************** *** 4,8 **** <DocsAndViews NumberOfDocuments="9" > <Doc0 NumberOfViews="1" URL="file:///home/silver/Terminal_G33k/game/game.cc" > ! <View0 line="0" Type="Source" /> </Doc0> <Doc1 NumberOfViews="1" URL="file:///home/silver/Terminal_G33k/game/physic_node_entity.cc" > --- 4,8 ---- <DocsAndViews NumberOfDocuments="9" > <Doc0 NumberOfViews="1" URL="file:///home/silver/Terminal_G33k/game/game.cc" > ! <View0 Type="Source" /> </Doc0> <Doc1 NumberOfViews="1" URL="file:///home/silver/Terminal_G33k/game/physic_node_entity.cc" > *************** *** 28,32 **** </Doc7> <Doc8 NumberOfViews="1" URL="file:///home/silver/Terminal_G33k/game/physic_engine.h" > ! <View0 line="4" Type="Source" /> </Doc8> </DocsAndViews> --- 28,32 ---- </Doc7> <Doc8 NumberOfViews="1" URL="file:///home/silver/Terminal_G33k/game/physic_engine.h" > ! <View0 line="14" Type="Source" /> </Doc8> </DocsAndViews> |