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.276 by root, Sat Aug 30 08:04:01 2008 UTC vs.
Revision 1.278 by root, Wed Sep 3 10:36:25 2008 UTC

528 if (!svp || !SvTRUE (*svp)) 528 if (!svp || !SvTRUE (*svp))
529 return 0; 529 return 0;
530 530
531 return 1; 531 return 1;
532} 532}
533
534/******************************************************************************/
533 535
534/* process keyboard modifiers */ 536/* process keyboard modifiers */
535static int 537static int
536mod_munge (int mod) 538mod_munge (int mod)
537{ 539{
2999void glRotate (float angle, float x, float y, float z) 3001void glRotate (float angle, float x, float y, float z)
3000 CODE: 3002 CODE:
3001 glRotatef (angle, x, y, z); 3003 glRotatef (angle, x, y, z);
3002 3004
3003void glColor (float r, float g, float b, float a = 1.0) 3005void glColor (float r, float g, float b, float a = 1.0)
3006 PROTOTYPE: @
3004 ALIAS: 3007 ALIAS:
3005 glColor_premultiply = 1 3008 glColor_premultiply = 1
3006 CODE: 3009 CODE:
3007 if (ix) 3010 if (ix)
3008 { 3011 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines