From: <ror...@us...> - 2007-07-27 10:56:04
|
Revision: 125 http://roreditor.svn.sourceforge.net/roreditor/?rev=125&view=rev Author: rorthomas Date: 2007-07-27 03:56:01 -0700 (Fri, 27 Jul 2007) Log Message: ----------- * added missing file Modified Paths: -------------- trunk/ogre.cfg Added Paths: ----------- trunk/postinstall.bat Modified: trunk/ogre.cfg =================================================================== --- trunk/ogre.cfg 2007-07-27 10:54:28 UTC (rev 124) +++ trunk/ogre.cfg 2007-07-27 10:56:01 UTC (rev 125) @@ -1,10 +1,10 @@ -Render System=OpenGL Rendering Subsystem +Render System=Direct3D9 Rendering Subsystem -[OpenGL Rendering Subsystem] -Colour Depth=32 -Display Frequency=60 -FSAA=6 +[Direct3D9 Rendering Subsystem] +Allow NVPerfHUD=No +Anti aliasing=None +Floating-point mode=Fastest Full Screen=Yes -RTT Preferred Mode=PBuffer -VSync=Yes -Video Mode=1024 x 480 +Rendering Device=RADEON X850 Series +VSync=No +Video Mode=800 x 600 @ 32-bit colour Added: trunk/postinstall.bat =================================================================== --- trunk/postinstall.bat (rev 0) +++ trunk/postinstall.bat 2007-07-27 10:56:01 UTC (rev 125) @@ -0,0 +1 @@ +@%systemdrive%\python25\python.exe postinstall.py %* \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |