added samples games/othello, games/ruff and games/scrabble
authorRejean Loyer <rejean.loyer@gmail.com>
Mon, 16 May 2011 13:34:09 +0000 (09:34 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Mon, 16 May 2011 13:34:09 +0000 (09:34 -0400)
commit0d30833686d15e8d6afede4ad17b958ec1cb53bc
tree0b97078872cb493272d1e906cb1830da3004b3f9
parent414082f39cfcdaf240e9c75f801447594895015e
added samples games/othello, games/ruff and games/scrabble
added missing resources for various other samples
3D/ModelViewer, 3D/TransCube, guiAndGfx/childWindows,
guiAndGfx/openrider and guiAndGfx/skinning
updated guiAndGfx/openrider/openrider.epj
62 files changed:
samples/3D/ModelViewer/dolphin.3ds [new file with mode: 0644]
samples/3D/ModelViewer/res/ecere.png [new file with mode: 0644]
samples/3D/ModelViewer/res/help.txt [new file with mode: 0644]
samples/3D/TransCube/glass.bmp [new file with mode: 0644]
samples/3D/TransCube/tex1.bmp [new file with mode: 0644]
samples/3D/TransCube/tex2.bmp [new file with mode: 0644]
samples/3D/TransCube/tex3.bmp [new file with mode: 0644]
samples/3D/TransCube/tex4.bmp [new file with mode: 0644]
samples/3D/TransCube/tex5.bmp [new file with mode: 0644]
samples/3D/TransCube/tex6.bmp [new file with mode: 0644]
samples/3D/TransCube/tex7.bmp [new file with mode: 0644]
samples/3D/TransCube/tex8.bmp [new file with mode: 0644]
samples/3D/cube2/knot.png [new file with mode: 0644]
samples/games/othello/Othello.epj [new file with mode: 0644]
samples/games/othello/othello.ec [new file with mode: 0644]
samples/games/othello/res/blue.bmp [new file with mode: 0644]
samples/games/othello/res/green.bmp [new file with mode: 0644]
samples/games/othello/res/othello.bmp [new file with mode: 0644]
samples/games/ruff/res/cards.pcx [new file with mode: 0644]
samples/games/ruff/res/clubs.bmp [new file with mode: 0644]
samples/games/ruff/res/diamonds.bmp [new file with mode: 0644]
samples/games/ruff/res/ecereCard.bmp [new file with mode: 0644]
samples/games/ruff/res/hearts.bmp [new file with mode: 0644]
samples/games/ruff/res/spades.bmp [new file with mode: 0644]
samples/games/ruff/ruff.epj [new file with mode: 0644]
samples/games/ruff/src/ai.ec [new file with mode: 0644]
samples/games/ruff/src/bet.ec [new file with mode: 0644]
samples/games/ruff/src/communication.ec [new file with mode: 0644]
samples/games/ruff/src/ruff.ec [new file with mode: 0644]
samples/games/ruff/src/scores.ec [new file with mode: 0644]
samples/games/ruff/src/server.ec [new file with mode: 0644]
samples/games/ruff/src/setup.ec [new file with mode: 0644]
samples/games/ruff/src/trump.ec [new file with mode: 0644]
samples/games/scrabble/ScrabbleServer.ec [new file with mode: 0644]
samples/games/scrabble/scrabble.ec [new file with mode: 0644]
samples/games/scrabble/scrabble.epj [new file with mode: 0644]
samples/guiAndGfx/childWindows/res/SoapBubbles.bmp [new file with mode: 0644]
samples/guiAndGfx/openrider/openrider.epj
samples/guiAndGfx/openrider/res/wheel.png [new file with mode: 0644]
samples/guiAndGfx/openrider/samples/glitch.ort [new file with mode: 0644]
samples/guiAndGfx/openrider/samples/sample.ort [new file with mode: 0644]
samples/guiAndGfx/skinning/res/NEWtopBorder.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/bottomBorder.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/bottomLeftBorder.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/bottomRightBorder.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/downLeft.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/downMiddle.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/downRight.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/leftBorder.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/rightBorder.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/scrollDown.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/scrollUp.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/scrollVert.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/thumbDown.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/thumbUp.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/thumbVert.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/topBorder.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/topLeftBorder.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/topRightBorder.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/upLeft.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/upMiddle.png [new file with mode: 0644]
samples/guiAndGfx/skinning/res/upRight.png [new file with mode: 0644]