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.61 by root, Sun Apr 23 21:47:30 2006 UTC vs.
Revision 1.63 by root, Mon Apr 24 06:05:33 2006 UTC

40#define FOW_DARKNESS 32 40#define FOW_DARKNESS 32
41 41
42#define MAP_EXTEND_X 32 42#define MAP_EXTEND_X 32
43#define MAP_EXTEND_Y 512 43#define MAP_EXTEND_Y 512
44 44
45#define MIN_FONT_HEIGHT 8 45#define MIN_FONT_HEIGHT 10
46 46
47typedef Mix_Chunk *CFClient__MixChunk; 47typedef Mix_Chunk *CFClient__MixChunk;
48typedef Mix_Music *CFClient__MixMusic; 48typedef Mix_Music *CFClient__MixMusic;
49 49
50typedef PangoFontDescription *CFClient__Font; 50typedef PangoFontDescription *CFClient__Font;
1410 1410
1411void glTranslate (float x, float y, float z = 0.) 1411void glTranslate (float x, float y, float z = 0.)
1412 CODE: 1412 CODE:
1413 glTranslatef (x, y, z); 1413 glTranslatef (x, y, z);
1414 1414
1415void glScale (float x, float y, float z) 1415void glScale (float x, float y, float z = 1.)
1416 CODE: 1416 CODE:
1417 glScalef (x, y, z); 1417 glScalef (x, y, z);
1418 1418
1419void glRotate (float angle, float x, float y, float z) 1419void glRotate (float angle, float x, float y, float z)
1420 CODE: 1420 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines