SOURCES: irrlicht-gcc4.patch - ugh, includes are taken from copy
qboosh
qboosh at pld-linux.org
Sun May 27 23:08:59 CEST 2007
Author: qboosh Date: Sun May 27 21:08:59 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- ugh, includes are taken from copy
---- Files affected:
SOURCES:
irrlicht-gcc4.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/irrlicht-gcc4.patch
diff -u SOURCES/irrlicht-gcc4.patch:1.1 SOURCES/irrlicht-gcc4.patch:1.2
--- SOURCES/irrlicht-gcc4.patch:1.1 Sun May 27 21:20:06 2007
+++ SOURCES/irrlicht-gcc4.patch Sun May 27 23:08:53 2007
@@ -20,3 +20,25 @@
//! multiplication operator
quaternion& operator*=(const quaternion& other);
+--- irrlicht-0.14.0/include/matrix4.h.orig 2005-11-27 20:11:00.000000000 +0100
++++ irrlicht-0.14.0/include/matrix4.h 2007-05-27 23:07:12.317955384 +0200
+@@ -59,7 +59,7 @@
+ void setTranslation( const vector3df& translation );
+
+ //! Gets the current translation
+- vector3df matrix4::getTranslation() const;
++ vector3df getTranslation() const;
+
+ //! Set the inverse translation of the current matrix. Will erase any previous values.
+ void setInverseTranslation( const vector3df& translation );
+--- irrlicht-0.14.0/include/quaternion.h.orig 2005-08-20 21:17:44.000000000 +0200
++++ irrlicht-0.14.0/include/quaternion.h 2007-05-27 23:07:24.765125591 +0200
+@@ -52,7 +52,7 @@
+ quaternion& operator*=(f32 s);
+
+ //! multiplication operator
+- vector3df quaternion::operator* (const vector3df& v) const;
++ vector3df operator* (const vector3df& v) const;
+
+ //! multiplication operator
+ quaternion& operator*=(const quaternion& other);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/irrlicht-gcc4.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list