nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nel] Debian GNU/Linux packages & patches


From: Loic Dachary
Subject: [Nel] Debian GNU/Linux packages & patches
Date: Thu, 28 Mar 2002 20:22:53 +0100

        Hi,

        I generated the Debian GNU/Linux packages for todays
CVS and tested them. It works well and the snowballs server running
at loic.dachary.org uses them.

        http://loic.dachary.org/debian

        Here are the patches I applied. Nothing new, those were reported
a week ago or so and not applied for some reason.

        - usual spurious inline ;-)
        - missing header
        - invalid rvalue

Index: nel/include/Makefile.am
===================================================================
RCS file: /home/cvsroot/code/nel/include/Makefile.am,v
retrieving revision 1.13
diff -u -r1.13 Makefile.am
--- nel/include/Makefile.am     13 Jun 2001 18:05:00 -0000      1.13
+++ nel/include/Makefile.am     28 Mar 2002 19:24:16 -0000
@@ -6,5 +6,6 @@
 
 SUBDIRS              = nel
 
+pkginclude_HEADERS   = nelconfig.h
 
 # End of Makefile.am
Index: nel/src/3d/vegetable_light_ex.cpp
===================================================================
RCS file: /home/cvsroot/code/nel/src/3d/vegetable_light_ex.cpp,v
retrieving revision 1.2
diff -u -r1.2 vegetable_light_ex.cpp
--- nel/src/3d/vegetable_light_ex.cpp   15 Mar 2002 16:10:44 -0000      1.2
+++ nel/src/3d/vegetable_light_ex.cpp   28 Mar 2002 19:24:21 -0000
@@ -42,7 +42,8 @@
                // get the attenuation
                uint    att= PointLightFactor[i];
                // modulate the color with it.
-               Color[i].modulateFromui(pl->getDiffuse(), att);
+               NLMISC::CRGBA diffuse = pl->getDiffuse();
+               Color[i].modulateFromui(diffuse, att);
        }
 }

-- 
Loic   Dachary         http://www.dachary.org/  address@hidden
12 bd  Magenta         http://www.senga.org/      address@hidden
75010    Paris         T: 33 1 42 45 07 97          address@hidden
        GPG Public Key: http://www.dachary.org/loic/gpg.txt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]