From: Ben S. <non...@us...> - 2002-01-30 04:51:48
|
nonchocoboy 2002/01/29 20:51:47 PST Modified files: . GameKernel.cpp GameKernel.h Makefile aki.cpp Added files: . GlutDriver.cpp GlutDriver.h SystemDriver.h Log: first iteration towards decoupling the kernel and the system driver implementation. GameKernel now deals with the multiple applications and the individual SystemDrivers handle system specific stuff. Currently a GlutDriver implementation has been built. Revision Changes Path 1.8 +23 -275 aki/GameKernel.cpp 1.4 +28 -41 aki/GameKernel.h 1.3 +1 -1 aki/Makefile 1.8 +4 -2 aki/aki.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/GameKernel.cpp.diff?r1=1.7&r2=1.8 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/GameKernel.h.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/Makefile.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/aki.cpp.diff?r1=1.7&r2=1.8 |