|
From: Brian M. <ma...@us...> - 2005-10-15 08:54:52
|
Update of /cvsroot/java-game-lib/LWJGL/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13268 Modified Files: projects.php Log Message: added Ultratron added JGLMark Index: projects.php =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/www/projects.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- projects.php 21 Sep 2005 17:22:33 -0000 1.10 +++ projects.php 15 Oct 2005 08:54:40 -0000 1.11 @@ -133,6 +133,39 @@ 2 => array('small' => 'subhunt_small_3.jpg', 'big' => 'subhunt_3.jpg'))); + $projects[] = array( + 'name' => 'Ultratron', + 'url' => 'http://www.puppygames.net/', + 'type' => 'Commercial game', + 'desc' => 'The last human has been slain by evil killer robots. You are the one remaining humanoid battle droid. Your mission is to avenge the human race, and destroy the four bots of the Apocalypse - Ieiunitas, Bellum, Lues and Letum! + Power up your droid with ever more powerful weaponry as you blast your way through the levels, avoiding Chasers, Turrets, Spawners, Minelayers, bombs, and bullets!', + 'screens' => array( + 0 => array( + 'small' => 'ultratron_small_1.jpg', + 'big' => 'ultratron_1.jpg'), + 1 => array( + 'small' => 'ultratron_small_2.jpg', + 'big' => 'ultratron_2.jpg'), + 2 => array( + 'small' => 'ultratron_small_3.jpg', + 'big' => 'ultratron_3.jpg'))); + + $projects[] = array( + 'name' => 'JGLMark', + 'url' => 'http://jglmark.dev.java.net', + 'type' => 'Benchmark', + 'desc' => 'JGLMark is intended is a platform independent OpenGL benchmark. JGLMark may also be used as a system stress and stability test tool. JGLMark will benchmark the ability of a system to perform various OpenGL tasks.', + 'screens' => array( + 0 => array( + 'small' => 'jglmark_small_1.jpg', + 'big' => 'jglmark_1.jpg'), + 1 => array( + 'small' => 'jglmark_small_2.jpg', + 'big' => 'jglmark_2.jpg'), + 2 => array( + 'small' => 'jglmark_small_3.jpg', + 'big' => 'jglmark_3.jpg'))); + function displayProjects() { GLOBAL $projects; |