Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 2dcb2c648fa3bfb8050dd5c5cc81e6d5 > files > 5

jahshaka-2.0.0-1mdv2007.1.src.rpm

--- jahshaka/source/Jahshaka/JahCore/jahrender/jahrender.cpp.alpha	2006-09-17 19:43:04.000000000 +0200
+++ jahshaka/source/Jahshaka/JahCore/jahrender/jahrender.cpp	2006-09-17 19:44:11.000000000 +0200
@@ -189,7 +189,6 @@
              || ( camera && camera->getLightsList() && camera->getLightsList()->count() ) )
            )
         {
-            float alpha = thelayer->layernodes->m_node->Alpha;
 
             if ( thelayer->getLightingNeedsToUpdateCompositeTexture() )
             {    
--- jahshaka/source/Jahshaka/JahCore/jahworld/glworldglcore.cpp.unusedspacing	2006-09-17 19:46:36.000000000 +0200
+++ jahshaka/source/Jahshaka/JahCore/jahworld/glworldglcore.cpp	2006-09-17 19:46:53.000000000 +0200
@@ -384,9 +384,6 @@
     glDepthFunc(GL_LEQUAL);
     glEnable(GL_DEPTH_TEST);
 
-    int left_spacing = (core->getRenderWidth() - X_RESOLUTION) / 2;
-    int bottom_spacing = (core->getRenderHeight() - Y_RESOLUTION) / 2;
-
     static bool composite_texture_initialized = false;
 
     if (!composite_texture_initialized)
--- jahshaka/source/Jahshaka/JahCore/jahworld/glworlddatasave.cpp.newline	2006-09-17 19:45:22.000000000 +0200
+++ jahshaka/source/Jahshaka/JahCore/jahworld/glworlddatasave.cpp	2006-09-17 19:45:28.000000000 +0200
@@ -889,4 +889,4 @@
         sceneDecreaseIndent();
     }
 
-}
\ No newline at end of file
+}
--- jahshaka/source/Jahshaka/JahModules/animation/anime.cpp.castfloat	2006-09-17 19:49:52.000000000 +0200
+++ jahshaka/source/Jahshaka/JahModules/animation/anime.cpp	2006-09-17 19:49:52.000000000 +0200
@@ -196,7 +196,7 @@
 		JahSlidersLCD[9]->setMaxInt(100);
 		JahSliders[9]->setMinValue(0);
 		JahSlidersLCD[9]->setMinInt(0);
-        JahSliders[9]->setValue(current_value);
+        JahSliders[9]->setValue((int)current_value);
     }
 
     if ( ((QCheckListItem*)item)->isOn() )