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.56 by root, Thu Apr 20 09:13:31 2006 UTC vs.
Revision 1.57 by root, Fri Apr 21 07:09:10 2006 UTC

33 typedef signed char int8_t; 33 typedef signed char int8_t;
34 typedef signed short int16_t; 34 typedef signed short int16_t;
35 typedef signed int int32_t; 35 typedef signed int int32_t;
36#endif 36#endif
37 37
38#include "glext.h"
39
38#define FOW_DARKNESS 32 40#define FOW_DARKNESS 32
39 41
40#define MAP_EXTEND_X 32 42#define MAP_EXTEND_X 32
41#define MAP_EXTEND_Y 512 43#define MAP_EXTEND_Y 512
42 44
249 ev.type = SDL_USEREVENT; 251 ev.type = SDL_USEREVENT;
250 ev.code = 0; 252 ev.code = 0;
251 ev.data1 = 0; 253 ev.data1 = 0;
252 ev.data2 = 0; 254 ev.data2 = 0;
253 255
254 SDL_PushEvent (&ev); 256 SDL_PushEvent ((SDL_Event *)&ev);
255} 257}
256 258
257MODULE = CFClient PACKAGE = CFClient 259MODULE = CFClient PACKAGE = CFClient
258 260
259PROTOTYPES: ENABLE 261PROTOTYPES: ENABLE
1323 const_iv (GL_TEXTURE_WRAP_T), 1325 const_iv (GL_TEXTURE_WRAP_T),
1324 const_iv (GL_CLAMP), 1326 const_iv (GL_CLAMP),
1325 const_iv (GL_REPEAT), 1327 const_iv (GL_REPEAT),
1326 const_iv (GL_NEAREST), 1328 const_iv (GL_NEAREST),
1327 const_iv (GL_LINEAR), 1329 const_iv (GL_LINEAR),
1330 const_iv (GL_NEAREST_MIPMAP_NEAREST),
1331 const_iv (GL_LINEAR_MIPMAP_NEAREST),
1332 const_iv (GL_NEAREST_MIPMAP_LINEAR),
1333 const_iv (GL_LINEAR_MIPMAP_LINEAR),
1334 const_iv (GL_GENERATE_MIPMAP),
1335 const_iv (GL_LINEAR),
1328 const_iv (GL_MODULATE), 1336 const_iv (GL_MODULATE),
1329 const_iv (GL_REPLACE), 1337 const_iv (GL_REPLACE),
1330 const_iv (GL_COLOR_BUFFER_BIT), 1338 const_iv (GL_COLOR_BUFFER_BIT),
1331 const_iv (GL_PROJECTION), 1339 const_iv (GL_PROJECTION),
1332 const_iv (GL_MODELVIEW), 1340 const_iv (GL_MODELVIEW),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines