From: <ror...@us...> - 2007-06-29 08:34:26
|
Revision: 64 http://roreditor.svn.sourceforge.net/roreditor/?rev=64&view=rev Author: rorthomas Date: 2007-06-29 01:34:25 -0700 (Fri, 29 Jun 2007) Log Message: ----------- * renamed log file Modified Paths: -------------- trunk/lib/ror/logging.ini trunk/ogre.cfg Modified: trunk/lib/ror/logging.ini =================================================================== --- trunk/lib/ror/logging.ini 2007-06-29 08:29:01 UTC (rev 63) +++ trunk/lib/ror/logging.ini 2007-06-29 08:34:25 UTC (rev 64) @@ -22,7 +22,7 @@ class=FileHandler level=DEBUG formatter=full -args=('editorlog.txt', 'w') +args=('editorlog.log', 'w') #console-output-handler [handler_consolelog] Modified: trunk/ogre.cfg =================================================================== --- trunk/ogre.cfg 2007-06-29 08:29:01 UTC (rev 63) +++ trunk/ogre.cfg 2007-06-29 08:34:25 UTC (rev 64) @@ -8,12 +8,3 @@ RTT Preferred Mode=PBuffer VSync=Yes Video Mode=1024 x 480 - -[Direct3D9 Rendering Subsystem] -Allow NVPerfHUD=No -Anti aliasing=None -Floating-point mode=Fastest -Full Screen=Yes -Rendering Device=RADEON X850 Series -VSync=No -Video Mode=800 x 600 @ 32-bit colour This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |