ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.64 by root, Mon Apr 24 08:11:31 2006 UTC vs.
Revision 1.66 by root, Mon Apr 24 11:45:16 2006 UTC

619 PUSHs (sv_2mortal (newSViv (b / y))); 619 PUSHs (sv_2mortal (newSViv (b / y)));
620 PUSHs (sv_2mortal (newSViv (a / y))); 620 PUSHs (sv_2mortal (newSViv (a / y)));
621} 621}
622 622
623void 623void
624error (char *message)
625 CODE:
626#ifdef _WIN32
627 MessageBox (0, message, "Crossfire+ Error", MB_OK | MB_ICONERROR | MB_SETFOREGROUND);
628#else
629 fprintf (stderr, "ERROR: %s\n", message);
630#endif
631
632void
624fatal (char *message) 633fatal (char *message)
625 CODE: 634 CODE:
626#ifdef _WIN32 635#ifdef _WIN32
627 MessageBox (0, message, "Crossfire+ Fatal Error", MB_OK | MB_ICONERROR | MB_SETFOREGROUND); 636 MessageBox (0, message, "Crossfire+ Fatal Error", MB_OK | MB_ICONERROR | MB_SETFOREGROUND);
628#else 637#else
1346 const_iv (GL_SRC_ALPHA), 1355 const_iv (GL_SRC_ALPHA),
1347 const_iv (GL_ONE_MINUS_SRC_ALPHA), 1356 const_iv (GL_ONE_MINUS_SRC_ALPHA),
1348 const_iv (GL_RGB), 1357 const_iv (GL_RGB),
1349 const_iv (GL_RGBA), 1358 const_iv (GL_RGBA),
1350 const_iv (GL_UNSIGNED_BYTE), 1359 const_iv (GL_UNSIGNED_BYTE),
1351 const_iv (GL_ALPHA4),
1352 const_iv (GL_ALPHA), 1360 const_iv (GL_ALPHA),
1353 const_iv (GL_FLOAT), 1361 const_iv (GL_FLOAT),
1354 const_iv (GL_UNSIGNED_INT_8_8_8_8_REV), 1362 const_iv (GL_UNSIGNED_INT_8_8_8_8_REV),
1355 const_iv (GL_COMPILE), 1363 const_iv (GL_COMPILE),
1356 const_iv (GL_TEXTURE_1D), 1364 const_iv (GL_TEXTURE_1D),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines