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.277 by root, Mon Sep 1 06:18:09 2008 UTC vs.
Revision 1.278 by root, Wed Sep 3 10:36:25 2008 UTC

3001void glRotate (float angle, float x, float y, float z) 3001void glRotate (float angle, float x, float y, float z)
3002 CODE: 3002 CODE:
3003 glRotatef (angle, x, y, z); 3003 glRotatef (angle, x, y, z);
3004 3004
3005void 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: @
3006 ALIAS: 3007 ALIAS:
3007 glColor_premultiply = 1 3008 glColor_premultiply = 1
3008 CODE: 3009 CODE:
3009 if (ix) 3010 if (ix)
3010 { 3011 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines