Project:
RSS

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006984Multi Theft Auto : San AndreasClientpublic2012-04-05 01:282013-01-26 08:14
Reporterccw 
Assigned ToCazomino05 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version1.3.1Fixed in Version1.3.1 
Summary0006984: getElementMatrix returns non-standard matrix
DescriptiongetElementMatrix returns a matrix with the last column in each row set to 1. This will mean some operations will yield incorrect results.
Additional InformationCurrent fix is to manually set the last column in the first three rows to zero:

mat = getElementMatrix(element)
mat[1][4] = 0
mat[2][4] = 0
mat[3][4] = 0
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0018018)
guix (viewer)
2013-01-26 06:15

It is marked as resolved, but it isn't.
(0018019)
ccw (administrator)
2013-01-26 07:38

Documentation was missing. Fixed: http://wiki.multitheftauto.com/wiki/GetElementMatrix [^]
(0018020)
guix (viewer)
2013-01-26 08:14

Thanks :)

- Issue History
Date Modified Username Field Change
2012-04-05 01:28 ccw New Issue
2012-05-15 21:13 x86 Target Version => 1.3.1
2012-06-01 04:38 Cazomino05 Target Version 1.3.1 => 1.3.2
2012-06-01 04:43 Cazomino05 Target Version 1.3.2 => 1.3.1
2012-06-01 05:07 Cazomino05 Status new => assigned
2012-06-01 05:07 Cazomino05 Assigned To => Cazomino05
2012-06-01 05:07 Cazomino05 Status assigned => resolved
2012-06-01 05:07 Cazomino05 Fixed in Version => 1.3.1
2012-06-01 05:07 Cazomino05 Resolution open => fixed
2013-01-26 06:15 guix Note Added: 0018018
2013-01-26 07:38 ccw Note Added: 0018019
2013-01-26 08:14 guix Note Added: 0018020


Copyright © 2000 - 2013 MantisBT Team
Powered by Mantis Bugtracker