[Mud-builder-commits] r154 - in trunk/packages: . patch
keesj at garage.maemo.org
keesj at garage.maemo.org
Mon Feb 19 00:53:15 EET 2007
Author: keesj
Date: 2007-02-19 00:53:14 +0200 (Mon, 19 Feb 2007)
New Revision: 154
Modified:
trunk/packages/patch/xmoto.patch
trunk/packages/xmoto.xml
Log:
keesj:minor xmoto upgrade
Modified: trunk/packages/patch/xmoto.patch
===================================================================
--- trunk/packages/patch/xmoto.patch 2007-02-17 16:03:27 UTC (rev 153)
+++ trunk/packages/patch/xmoto.patch 2007-02-18 22:53:14 UTC (rev 154)
@@ -14,7 +14,7 @@
===================================================================
--- src/GameInit.cpp (revision 1)
+++ src/GameInit.cpp (working copy)
-@@ -617,19 +617,19 @@
+@@ -624,19 +624,19 @@
/* Display */
m_Config.createVar( "DisplayWidth", "800" );
@@ -39,7 +39,7 @@
/* Controls */
m_Config.createVar( "ControllerMode1", "Keyboard" );
-@@ -637,9 +637,9 @@
+@@ -644,9 +644,9 @@
m_Config.createVar( "KeyBrake1", "Down" );
m_Config.createVar( "KeyFlipLeft1", "Left" );
m_Config.createVar( "KeyFlipRight1", "Right" );
@@ -51,7 +51,7 @@
m_Config.createVar("LimitFramerate", "false");
#if defined(ENABLE_ZOOMING)
-@@ -671,16 +671,16 @@
+@@ -678,13 +678,13 @@
m_Config.createVar( "DefaultProfile", "" );
m_Config.createVar( "ScreenshotFormat", "png" );
m_Config.createVar( "NotifyAtInit", "true" );
@@ -63,11 +63,8 @@
+ m_Config.createVar( "StoreReplays", "false" );
m_Config.createVar( "ReplayFrameRate", "25" );
m_Config.createVar( "CompressReplays", "true" );
- m_Config.createVar( "LevelCache", "true" );
+- m_Config.createVar( "LevelCache", "true" );
++ m_Config.createVar( "LevelCache", "false" );
m_Config.createVar( "ContextHelp", "true" );
m_Config.createVar( "MenuMusic", "true" );
-- m_Config.createVar( "InitZoom", "false" );
-+ m_Config.createVar( "InitZoom", "true" );
- m_Config.createVar( "DeathAnim", "true" );
-
- #if defined(SUPPORT_WEBACCESS)
+ m_Config.createVar( "InitZoom", "true" );
Modified: trunk/packages/xmoto.xml
===================================================================
--- trunk/packages/xmoto.xml 2007-02-17 16:03:27 UTC (rev 153)
+++ trunk/packages/xmoto.xml 2007-02-18 22:53:14 UTC (rev 154)
@@ -18,7 +18,7 @@
</fetch>
-->
<fetch type="tarball">
- <url>http://box.mmapps.net/~keesj/xmoto-0.2.5.tar.gz</url>
+ <url>http://box.mmapps.net/~keesj/xmoto-0.2.5-1.tar.gz</url>
</fetch>
<build>
<configure-append>--with-renderer-openGl=0 --with-renderer-sdlGfx=1 --disable-nls</configure-append>
More information about the Mud-builder-commits
mailing list