home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / gems / graphics / bugs < prev    next >
Text File  |  1990-08-16  |  2KB  |  70 lines

  1. AAPolyScan.c
  2.     line 19: SYBYRES should be SUBYRES
  3.     line 22: bad space after "MODRES"
  4.     line 48: XRmax should be xRmax
  5.     line 99: should read "VnextLeft = (Vleft=VnextLeft) + 1;"
  6.     line 184: missing semicolon
  7.     line 196: 'O' should be '0'
  8.     line 237: 'O' should be '0'
  9. Albers.c
  10.     line 47: spurious ')'
  11.     line 102: "con_const" should be "cone_const"
  12.     line 123: missing '}'
  13. BoundSphere.c
  14.     line 19: Point3Struct already declared in GraphicsGems.h
  15. BoxSphere.c
  16.     line 6: missing inclusion of GraphicsGems.h.
  17. Dissolve.c
  18.     pseudo-code at head of file commented out
  19.     line 14: missing "int randmasks[32];"
  20. FastJitter.c
  21.     line 16: missing end-of-comment
  22. FitCurves.c
  23.     line 33: missing "extern Vector2    *V2Normalize()"
  24.     line 37: add dummy DrawBezierCurve() in order to check compilation
  25. FixedTrig.c
  26.     line 46: missing ';'
  27. Forms.c
  28.     line 24: bad start-of-comment
  29. Hash3D.c
  30.     line 23: ABS() conflicts with ABS() in GraphicsGems.h -- ranamed
  31.          IABS()
  32.     line 24: TRUE already defined in GraphicsGems.h
  33.     line 25: FALSE already defined in GraphicsGems.h
  34.     line 67: replace ABS() with IABS()
  35.     line 68: repalce ABS() with IABS()
  36.  
  37. LineEdge.c
  38.     Can't use "const" as a variable name, as it is a reserved word in
  39.     ANSI C.  Use "liconst" instead.
  40. MatrixInvert.c
  41.     line 6: define SMALL_NUMBER to test compilation
  42.     'matrix4' should be 'Matrix4' throughout
  43. OrderDither.c
  44.     line 32: ':' should be ';'
  45.     line 65: "l * 1" should be "l * l"
  46. Quaternions.c
  47.     line 6: declare P, Q, and M as externs to test compilation
  48. RayBox.c
  49.     line 28: 'O' should be '0'
  50. SquareRoot.c
  51.     line 22: add space around '=', as some compilers assume "=&" means "&="
  52.     line 49: '{' should be '['
  53. TransBox.c
  54.     line 8: bad start-of-comment
  55. TriPoints.c
  56.     line 49: bad end-of comment; delete '/'
  57.  
  58. 2DClip:
  59. bio.c
  60.     line 8: add #include "GraphicsGems.h"
  61. clip.c
  62.     line 6: add #include "GraphicsGems.h"
  63.     line 127: missing semicolon
  64. cross.c
  65.     line 7: add #include "GraphicsGems.h"
  66.  
  67. PolyScan:
  68. poly_scan.c
  69.     line 84: missing '{'
  70.