Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82369 Details for
Bug 126529
irrlicht-0.1.4 patch for gcc-4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
irrlicht-0.14.0-gcc41.patch
irrlicht-0.14.0-gcc41.patch (text/plain), 1.79 KB, created by
Giacomo Graziosi
on 2006-03-17 06:26:37 UTC
(
hide
)
Description:
irrlicht-0.14.0-gcc41.patch
Filename:
MIME Type:
Creator:
Giacomo Graziosi
Created:
2006-03-17 06:26:37 UTC
Size:
1.79 KB
patch
obsolete
>--- include/matrix4.h.old 2006-03-17 14:49:10.894034456 +0100 >+++ include/matrix4.h 2006-03-17 14:53:27.969952976 +0100 >@@ -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 ); >--- include/quaternion.h.old 2006-03-17 14:49:10.894034456 +0100 >+++ include/quaternion.h 2006-03-17 14:53:42.701713408 +0100 >@@ -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); >--- ../../include/matrix4.h.old 2006-03-17 14:48:29.901266304 +0100 >+++ ../../include/matrix4.h 2006-03-17 14:59:04.464797984 +0100 >@@ -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 ); >--- ../../include/quaternion.h.old 2006-03-17 14:48:33.810671984 +0100 >+++ ../../include/quaternion.h 2006-03-17 14:59:12.071641568 +0100 >@@ -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);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126529
:
82368
| 82369