From: Ben S. <non...@us...> - 2001-09-30 22:00:49
|
nonchocoboy 2001/09/30 15:00:49 PDT Modified files: . Makefile RefObj.h Tank.h Added files: . Player.cxx Player.h TankGame.cxx TankGame.h UIDManager.h sys_glut.cxx Removed files: . simpleGlutApp.cxx Log: - Decoupled the engine from GLUT. This should make it easier to port to other APIs such as vrjuggler. TankGame is now the core engine object and specific API implementations such as sys_glut.cxx will drive the engine. - Added the Player class to facilitate making the game multiplayer. - UIDManager singleton added to manage unique IDs for a particular class of objects. Revision Changes Path 1.27 +5 -1 tank/Makefile 1.4 +1 -0 tank/RefObj.h 1.23 +10 -5 tank/Tank.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Makefile.diff?r1=1.26&r2=1.27 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/RefObj.h.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Tank.h.diff?r1=1.22&r2=1.23 |