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.140 by root, Mon Aug 14 03:41:25 2006 UTC vs.
Revision 1.173 by root, Wed Apr 4 02:43:29 2007 UTC

1#ifdef _WIN32 1#ifdef _WIN32
2# define WIN32_LEAN_AND_MEAN 2# define WIN32_LEAN_AND_MEAN
3# define _WIN32_WINNT 0x0500 // needed to get win2000 api calls 3# define NTDDI_VERSION NTDDI_WIN2K // needed to get win2000 api calls
4# include <malloc.h> 4# include <malloc.h>
5# include <windows.h> 5# include <windows.h>
6# include <wininet.h>
6# pragma warning(disable:4244) 7# pragma warning(disable:4244)
8# pragma warning(disable:4761)
7#endif 9#endif
8 10
9#include "EXTERN.h" 11#include "EXTERN.h"
10#include "perl.h" 12#include "perl.h"
11#include "XSUB.h" 13#include "XSUB.h"
12 14
13#ifdef _WIN32 15#ifdef _WIN32
14# undef pipe 16# undef pipe
15#endif 17#endif
16 18
19#include <assert.h>
17#include <math.h> 20#include <math.h>
18#include <string.h> 21#include <string.h>
19#include <stdio.h> 22#include <stdio.h>
20#include <stdlib.h> 23#include <stdlib.h>
21 24
36# include <sys/types.h> 39# include <sys/types.h>
37# include <sys/socket.h> 40# include <sys/socket.h>
38# include <netinet/in.h> 41# include <netinet/in.h>
39# include <netinet/tcp.h> 42# include <netinet/tcp.h>
40# include <inttypes.h> 43# include <inttypes.h>
41#else
42 typedef unsigned char uint8_t;
43 typedef unsigned short uint16_t;
44 typedef unsigned int uint32_t;
45 typedef signed char int8_t;
46 typedef signed short int16_t;
47 typedef signed int int32_t;
48#endif 44#endif
49 45
50#define OBJ_STR "\xef\xbf\xbc" /* U+FFFC, objetc replacement character */ 46#define OBJ_STR "\xef\xbf\xbc" /* U+FFFC, object replacement character */
51 47
52#define FOW_DARKNESS 32 48#define FOW_DARKNESS 32
53 49
54#define MAP_EXTEND_X 32 50#define MAP_EXTEND_X 32
55#define MAP_EXTEND_Y 512 51#define MAP_EXTEND_Y 512
169 float s, t; 165 float s, t;
170 uint8_t r, g, b, a; 166 uint8_t r, g, b, a;
171} maptex; 167} maptex;
172 168
173typedef struct { 169typedef struct {
174 int16_t darkness; 170 uint32_t player;
175 mapface face[3]; 171 mapface face[3];
172 uint16_t darkness;
173 uint8_t stat_width, stat_hp, flags;
176} mapcell; 174} mapcell;
177 175
178typedef struct { 176typedef struct {
179 int32_t c0, c1; 177 int32_t c0, c1;
180 mapcell *col; 178 mapcell *col;
293static void 291static void
294map_blank (CFPlus__Map self, int x0, int y0, int w, int h) 292map_blank (CFPlus__Map self, int x0, int y0, int w, int h)
295{ 293{
296 int x, y; 294 int x, y;
297 maprow *row; 295 maprow *row;
296 mapcell *cell;
298 297
299 for (y = y0; y < y0 + h; y++) 298 for (y = y0; y < y0 + h; y++)
300 if (y >= 0) 299 if (y >= 0)
301 { 300 {
302 if (y >= self->rows) 301 if (y >= self->rows)
308 if (x >= row->c0) 307 if (x >= row->c0)
309 { 308 {
310 if (x >= row->c1) 309 if (x >= row->c1)
311 break; 310 break;
312 311
313 row->col[x - row->c0].darkness = -1; 312 cell = row->col + x - row->c0;
313
314 cell->darkness = 0;
315 cell->stat_hp = 0;
316 cell->flags = 0;
317 cell->player = 0;
314 } 318 }
315 } 319 }
316} 320}
317 321
318static void 322static void
355 n |= n >> 8; 359 n |= n >> 8;
356 n |= n >> 16; 360 n |= n >> 16;
357 361
358 return n + 1; 362 return n + 1;
359} 363}
364
365/* SDL should provide this, really. */
366#define SDLK_MODIFIER_MIN 300
367#define SDLK_MODIFIER_MAX 314
360 368
361MODULE = CFPlus PACKAGE = CFPlus 369MODULE = CFPlus PACKAGE = CFPlus
362 370
363PROTOTYPES: ENABLE 371PROTOTYPES: ENABLE
364 372
368 static const struct { 376 static const struct {
369 const char *name; 377 const char *name;
370 IV iv; 378 IV iv;
371 } *civ, const_iv[] = { 379 } *civ, const_iv[] = {
372# define const_iv(name) { # name, (IV)name } 380# define const_iv(name) { # name, (IV)name }
381 const_iv (SDLK_MODIFIER_MIN),
382 const_iv (SDLK_MODIFIER_MAX),
383
373 const_iv (SDL_ACTIVEEVENT), 384 const_iv (SDL_ACTIVEEVENT),
374 const_iv (SDL_KEYDOWN), 385 const_iv (SDL_KEYDOWN),
375 const_iv (SDL_KEYUP), 386 const_iv (SDL_KEYUP),
376 const_iv (SDL_MOUSEMOTION), 387 const_iv (SDL_MOUSEMOTION),
377 const_iv (SDL_MOUSEBUTTONDOWN), 388 const_iv (SDL_MOUSEBUTTONDOWN),
386 const_iv (SDL_EVENT_RESERVEDA), 397 const_iv (SDL_EVENT_RESERVEDA),
387 const_iv (SDL_EVENT_RESERVEDB), 398 const_iv (SDL_EVENT_RESERVEDB),
388 const_iv (SDL_VIDEORESIZE), 399 const_iv (SDL_VIDEORESIZE),
389 const_iv (SDL_VIDEOEXPOSE), 400 const_iv (SDL_VIDEOEXPOSE),
390 const_iv (SDL_USEREVENT), 401 const_iv (SDL_USEREVENT),
402
403 const_iv (SDL_APPINPUTFOCUS),
404 const_iv (SDL_APPMOUSEFOCUS),
405 const_iv (SDL_APPACTIVE),
406
391 const_iv (SDLK_KP0), 407 const_iv (SDLK_KP0),
392 const_iv (SDLK_KP1), 408 const_iv (SDLK_KP1),
393 const_iv (SDLK_KP2), 409 const_iv (SDLK_KP2),
394 const_iv (SDLK_KP3), 410 const_iv (SDLK_KP3),
395 const_iv (SDLK_KP4), 411 const_iv (SDLK_KP4),
450 const_iv (SDLK_BREAK), 466 const_iv (SDLK_BREAK),
451 const_iv (SDLK_MENU), 467 const_iv (SDLK_MENU),
452 const_iv (SDLK_POWER), 468 const_iv (SDLK_POWER),
453 const_iv (SDLK_EURO), 469 const_iv (SDLK_EURO),
454 const_iv (SDLK_UNDO), 470 const_iv (SDLK_UNDO),
471
455 const_iv (KMOD_NONE), 472 const_iv (KMOD_NONE),
473 const_iv (KMOD_SHIFT),
456 const_iv (KMOD_LSHIFT), 474 const_iv (KMOD_LSHIFT),
457 const_iv (KMOD_RSHIFT), 475 const_iv (KMOD_RSHIFT),
476 const_iv (KMOD_CTRL),
458 const_iv (KMOD_LCTRL), 477 const_iv (KMOD_LCTRL),
459 const_iv (KMOD_RCTRL), 478 const_iv (KMOD_RCTRL),
479 const_iv (KMOD_ALT),
460 const_iv (KMOD_LALT), 480 const_iv (KMOD_LALT),
461 const_iv (KMOD_RALT), 481 const_iv (KMOD_RALT),
482 const_iv (KMOD_META),
462 const_iv (KMOD_LMETA), 483 const_iv (KMOD_LMETA),
463 const_iv (KMOD_RMETA), 484 const_iv (KMOD_RMETA),
464 const_iv (KMOD_NUM), 485 const_iv (KMOD_NUM),
465 const_iv (KMOD_CAPS), 486 const_iv (KMOD_CAPS),
466 const_iv (KMOD_MODE), 487 const_iv (KMOD_MODE),
467 const_iv (KMOD_CTRL),
468 const_iv (KMOD_SHIFT),
469 const_iv (KMOD_ALT),
470 const_iv (KMOD_META)
471# undef const_iv 488# undef const_iv
472 }; 489 };
473 490
474 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 491 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
475 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 492 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
493
494 assert (SDLK_MODIFIER_MIN == SDLK_NUMLOCK);
495 assert (SDLK_MODIFIER_MAX == SDLK_COMPOSE);
476} 496}
497
498void
499weaken (SV *rv)
500 PROTOTYPE: $
501 CODE:
502 sv_rvweaken (rv);
477 503
478int 504int
479in_destruct () 505in_destruct ()
480 CODE: 506 CODE:
481 RETVAL = PL_main_cv == Nullcv; 507 RETVAL = PL_main_cv == Nullcv;
584 case SDL_KEYDOWN: 610 case SDL_KEYDOWN:
585 case SDL_KEYUP: 611 case SDL_KEYUP:
586 hv_store (hv, "state", 5, newSViv (ev.key.state), 0); 612 hv_store (hv, "state", 5, newSViv (ev.key.state), 0);
587 hv_store (hv, "sym", 3, newSViv (ev.key.keysym.sym), 0); 613 hv_store (hv, "sym", 3, newSViv (ev.key.keysym.sym), 0);
588 hv_store (hv, "mod", 3, newSViv (ev.key.keysym.mod), 0); 614 hv_store (hv, "mod", 3, newSViv (ev.key.keysym.mod), 0);
615 hv_store (hv, "cmod", 4, newSViv (SDL_GetModState ()), 0); /* current mode */
589 hv_store (hv, "unicode", 7, newSViv (ev.key.keysym.unicode), 0); 616 hv_store (hv, "unicode", 7, newSViv (ev.key.keysym.unicode), 0);
590 break; 617 break;
591 618
592 case SDL_ACTIVEEVENT: 619 case SDL_ACTIVEEVENT:
593 hv_store (hv, "gain", 4, newSViv (ev.active.gain), 0); 620 hv_store (hv, "gain", 4, newSViv (ev.active.gain), 0);
641lowdelay (int fd, int val = 1) 668lowdelay (int fd, int val = 1)
642 CODE: 669 CODE:
643#ifndef _WIN32 670#ifndef _WIN32
644 setsockopt (fd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof (val)); 671 setsockopt (fd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof (val));
645#endif 672#endif
673
674void
675win32_proxy_info ()
676 PPCODE:
677{
678#ifdef _WIN32
679 char buffer[2048];
680 DWORD buflen;
681
682 EXTEND (SP, 3);
683
684 buflen = sizeof (buffer);
685 if (InternetQueryOption (0, INTERNET_OPTION_PROXY, (void *)buffer, &buflen))
686 if (((INTERNET_PROXY_INFO *)buffer)->dwAccessType == INTERNET_OPEN_TYPE_PROXY)
687 {
688 PUSHs (newSVpv (((INTERNET_PROXY_INFO *)buffer)->lpszProxy, 0));
689
690 buflen = sizeof (buffer);
691 if (InternetQueryOption (0, INTERNET_OPTION_PROXY_USERNAME, (void *)buffer, &buflen))
692 {
693 PUSHs (newSVpv (buffer, 0));
694
695 buflen = sizeof (buffer);
696 if (InternetQueryOption (0, INTERNET_OPTION_PROXY_PASSWORD, (void *)buffer, &buflen))
697 PUSHs (newSVpv (buffer, 0));
698 }
699 }
700#endif
701}
646 702
647void 703void
648add_font (char *file) 704add_font (char *file)
649 CODE: 705 CODE:
650 FcConfigAppFontAddFile (0, (const FcChar8 *)file); 706 FcConfigAppFontAddFile (0, (const FcChar8 *)file);
754 MessageBox (0, message, "Crossfire+ Fatal Error", MB_OK | MB_ICONERROR); 810 MessageBox (0, message, "Crossfire+ Fatal Error", MB_OK | MB_ICONERROR);
755#endif 811#endif
756 _exit (1); 812 _exit (1);
757 813
758void 814void
759_exit (int retval) 815_exit (int retval = 0)
760 CODE: 816 CODE:
817#ifdef WIN32
818 ExitThread (retval); // unclean, please beam me up
819#else
761 _exit (retval); 820 _exit (retval);
821#endif
762 822
763MODULE = CFPlus PACKAGE = CFPlus::Font 823MODULE = CFPlus PACKAGE = CFPlus::Font
764 824
765CFPlus::Font 825CFPlus::Font
766new_from_file (SV *class, char *path, int id = 0) 826new_from_file (SV *class, char *path, int id = 0)
1013xy_to_index (CFPlus::Layout self, int x, int y) 1073xy_to_index (CFPlus::Layout self, int x, int y)
1014 CODE: 1074 CODE:
1015{ 1075{
1016 int index, trailing; 1076 int index, trailing;
1017 pango_layout_xy_to_index (self->pl, x * PANGO_SCALE, y * PANGO_SCALE, &index, &trailing); 1077 pango_layout_xy_to_index (self->pl, x * PANGO_SCALE, y * PANGO_SCALE, &index, &trailing);
1018 RETVAL = index; 1078 RETVAL = index + trailing;
1019} 1079}
1020 OUTPUT: 1080 OUTPUT:
1021 RETVAL 1081 RETVAL
1022 1082
1023void 1083void
1029 1089
1030 EXTEND (SP, 3); 1090 EXTEND (SP, 3);
1031 PUSHs (sv_2mortal (newSViv (strong_pos.x / PANGO_SCALE))); 1091 PUSHs (sv_2mortal (newSViv (strong_pos.x / PANGO_SCALE)));
1032 PUSHs (sv_2mortal (newSViv (strong_pos.y / PANGO_SCALE))); 1092 PUSHs (sv_2mortal (newSViv (strong_pos.y / PANGO_SCALE)));
1033 PUSHs (sv_2mortal (newSViv (strong_pos.height / PANGO_SCALE))); 1093 PUSHs (sv_2mortal (newSViv (strong_pos.height / PANGO_SCALE)));
1094}
1095
1096void
1097index_to_line_x (CFPlus::Layout self, int index, int trailing = 0)
1098 PPCODE:
1099{
1100 int line, x;
1101
1102 pango_layout_index_to_line_x (self->pl, index, trailing, &line, &x);
1103 /* pango bug: line is between 1..numlines, not 0..numlines-1 */
1104
1105 EXTEND (SP, 2);
1106 PUSHs (sv_2mortal (newSViv (line - 1)));
1107 PUSHs (sv_2mortal (newSViv (x / PANGO_SCALE)));
1108}
1109
1110void
1111line_x_to_index (CFPlus::Layout self, int line, int x)
1112 PPCODE:
1113{
1114 PangoLayoutLine *lp;
1115 int index, trailing;
1116
1117 if (line < 0)
1118 XSRETURN_EMPTY;
1119
1120 if (!(lp = pango_layout_get_line (self->pl, line)))
1121 XSRETURN_EMPTY; /* do better */
1122
1123 pango_layout_line_x_to_index (lp, x * PANGO_SCALE, &index, &trailing);
1124
1125 EXTEND (SP, 2);
1126 if (GIMME_V == G_SCALAR)
1127 PUSHs (sv_2mortal (newSViv (index + trailing)));
1128 else
1129 {
1130 PUSHs (sv_2mortal (newSViv (index)));
1131 PUSHs (sv_2mortal (newSViv (trailing)));
1132 }
1034} 1133}
1035 1134
1036void 1135void
1037render (CFPlus::Layout self, float x, float y, int flags = 0) 1136render (CFPlus::Layout self, float x, float y, int flags = 0)
1038 PPCODE: 1137 PPCODE:
1132} 1231}
1133 1232
1134MODULE = CFPlus PACKAGE = CFPlus::Map 1233MODULE = CFPlus PACKAGE = CFPlus::Map
1135 1234
1136CFPlus::Map 1235CFPlus::Map
1137new (SV *class, int map_width, int map_height) 1236new (SV *class)
1138 CODE: 1237 CODE:
1139 New (0, RETVAL, 1, struct map); 1238 New (0, RETVAL, 1, struct map);
1140 RETVAL->x = 0; 1239 RETVAL->x = 0;
1141 RETVAL->y = 0; 1240 RETVAL->y = 0;
1142 RETVAL->w = map_width; 1241 RETVAL->w = 0;
1143 RETVAL->h = map_height; 1242 RETVAL->h = 0;
1144 RETVAL->ox = 0; 1243 RETVAL->ox = 0;
1145 RETVAL->oy = 0; 1244 RETVAL->oy = 0;
1146 RETVAL->faces = 8192; 1245 RETVAL->faces = 8192;
1147 Newz (0, RETVAL->face, RETVAL->faces, mapface); 1246 Newz (0, RETVAL->face, RETVAL->faces, mapface);
1148 RETVAL->texs = 8192; 1247 RETVAL->texs = 8192;
1159 map_clear (self); 1258 map_clear (self);
1160 Safefree (self->face); 1259 Safefree (self->face);
1161 Safefree (self->tex); 1260 Safefree (self->tex);
1162 Safefree (self); 1261 Safefree (self);
1163} 1262}
1263
1264void
1265resize (CFPlus::Map self, int map_width, int map_height)
1266 CODE:
1267 self->w = map_width;
1268 self->h = map_height;
1164 1269
1165void 1270void
1166clear (CFPlus::Map self) 1271clear (CFPlus::Map self)
1167 CODE: 1272 CODE:
1168 map_clear (self); 1273 map_clear (self);
1238void 1343void
1239scroll (CFPlus::Map self, int dx, int dy) 1344scroll (CFPlus::Map self, int dx, int dy)
1240 CODE: 1345 CODE:
1241{ 1346{
1242 if (dx > 0) 1347 if (dx > 0)
1243 map_blank (self, self->x, self->y, dx - 1, self->h); 1348 map_blank (self, self->x, self->y, dx, self->h);
1244 else if (dx < 0) 1349 else if (dx < 0)
1245 map_blank (self, self->x + self->w + dx + 1, self->y, 1 - dx, self->h); 1350 map_blank (self, self->x + self->w + dx + 1, self->y, -dx, self->h);
1246 1351
1247 if (dy > 0) 1352 if (dy > 0)
1248 map_blank (self, self->x, self->y, self->w, dy - 1); 1353 map_blank (self, self->x, self->y, self->w, dy);
1249 else if (dy < 0) 1354 else if (dy < 0)
1250 map_blank (self, self->x, self->y + self->h + dy + 1, self->w, 1 - dy); 1355 map_blank (self, self->x, self->y + self->h + dy + 1, self->w, -dy);
1251 1356
1252 self->ox += dx; self->x += dx; 1357 self->ox += dx; self->x += dx;
1253 self->oy += dy; self->y += dy; 1358 self->oy += dy; self->y += dy;
1254 1359
1255 while (self->y < 0) 1360 while (self->y < 0)
1260 self->y += MAP_EXTEND_Y; 1365 self->y += MAP_EXTEND_Y;
1261 } 1366 }
1262} 1367}
1263 1368
1264void 1369void
1265map1a_update (CFPlus::Map self, SV *data_) 1370map1a_update (CFPlus::Map self, SV *data_, int extmap)
1266 CODE: 1371 CODE:
1267{ 1372{
1268 uint8_t *data = (uint8_t *)SvPVbyte_nolen (data_); 1373 uint8_t *data = (uint8_t *)SvPVbyte_nolen (data_);
1269 uint8_t *data_end = (uint8_t *)SvEND (data_); 1374 uint8_t *data_end = (uint8_t *)SvEND (data_);
1270 mapcell *cell; 1375 mapcell *cell;
1271 int x, y, flags; 1376 int x, y, flags;
1272 1377
1273 while (data < data_end) 1378 while (data < data_end - 1)
1274 { 1379 {
1275 flags = (data [0] << 8) + data [1]; data += 2; 1380 flags = (data [0] << 8) + data [1]; data += 2;
1276 1381
1277 x = self->x + ((flags >> 10) & 63); 1382 x = self->x + ((flags >> 10) & 63);
1278 y = self->y + ((flags >> 4) & 63); 1383 y = self->y + ((flags >> 4) & 63);
1279 1384
1280 cell = map_get_cell (self, x, y); 1385 cell = map_get_cell (self, x, y);
1281 1386
1282 if (flags & 15) 1387 if (flags & 15)
1283 { 1388 {
1284 if (cell->darkness < 0) 1389 if (!cell->darkness)
1285 { 1390 {
1391 memset (cell, 0, sizeof (*cell));
1286 cell->darkness = 0; 1392 cell->darkness = 256;
1287 cell->face [0] = 0;
1288 cell->face [1] = 0;
1289 cell->face [2] = 0;
1290 } 1393 }
1291 1394
1292 cell->darkness = flags & 8 ? *data++ : 255;
1293
1294 //TODO: don't trust server data to be in-range(!) 1395 //TODO: don't trust server data to be in-range(!)
1396
1397 if (flags & 8)
1398 {
1399 if (extmap)
1400 {
1401 uint8_t ext, cmd;
1402
1403 do
1404 {
1405 ext = *data++;
1406 cmd = ext & 0x3f;
1407
1408 if (cmd < 4)
1409 cell->darkness = 255 - ext * 64 + 1;
1410 else if (cmd == 5) // health
1411 {
1412 cell->stat_width = 1;
1413 cell->stat_hp = *data++;
1414 }
1415 else if (cmd == 6) // monster width
1416 cell->stat_width = *data++ + 1;
1417 else if (cmd == 0x47)
1418 {
1419 if (*data == 8)
1420 ; // decode player uuid
1421
1422 data += *data + 1;
1423 }
1424 else if (cmd == 8) // cell flags
1425 cell->flags = *data++;
1426 else if (ext & 0x40) // unknown, multibyte => skip
1427 data += *data + 1;
1428 else
1429 data++;
1430 }
1431 while (ext & 0x80);
1432 }
1433 else
1434 cell->darkness = *data++ + 1;
1435 }
1295 1436
1296 if (flags & 4) 1437 if (flags & 4)
1297 { 1438 {
1298 cell->face [0] = self->face [(data [0] << 8) + data [1]]; data += 2; 1439 cell->face [0] = self->face [(data [0] << 8) + data [1]]; data += 2;
1299 } 1440 }
1307 { 1448 {
1308 cell->face [2] = self->face [(data [0] << 8) + data [1]]; data += 2; 1449 cell->face [2] = self->face [(data [0] << 8) + data [1]]; data += 2;
1309 } 1450 }
1310 } 1451 }
1311 else 1452 else
1312 cell->darkness = -1; 1453 cell->darkness = 0;
1313 } 1454 }
1314} 1455}
1315 1456
1316SV * 1457SV *
1317mapmap (CFPlus::Map self, int x0, int y0, int w, int h) 1458mapmap (CFPlus::Map self, int x0, int y0, int w, int h)
1345 1486
1346 for (z = 0; z <= 0; z++) 1487 for (z = 0; z <= 0; z++)
1347 { 1488 {
1348 mapface face = cell->face [z]; 1489 mapface face = cell->face [z];
1349 1490
1350 if (face) 1491 if (face > 0 && face < self->texs)
1351 { 1492 {
1352 maptex tex = self->tex [face]; 1493 maptex tex = self->tex [face];
1353 int a0 = 255 - tex.a; 1494 int a0 = 255 - tex.a;
1354 int a1 = tex.a; 1495 int a1 = tex.a;
1355 1496
1372} 1513}
1373 OUTPUT: 1514 OUTPUT:
1374 RETVAL 1515 RETVAL
1375 1516
1376void 1517void
1377draw (CFPlus::Map self, int shift_x, int shift_y, int x0, int y0, int sw, int sh) 1518draw (CFPlus::Map self, int mx, int my, int sw, int sh, int T)
1378 CODE: 1519 CODE:
1379{ 1520{
1380 int vx, vy;
1381 int x, y, z; 1521 int x, y, z;
1382 int last_name; 1522 int last_name;
1383 mapface face; 1523 mapface face;
1384
1385 vx = self->x + self->w / 2 - sw / 2 - shift_x;
1386 vy = self->y + self->h / 2 - sh / 2 - shift_y;
1387
1388 /*
1389 int vx = self->vx = self->w >= sw
1390 ? self->x + (self->w - sw) / 2
1391 : MIN (self->x, MAX (self->x + self->w - sw + 1, self->vx));
1392
1393 int vy = self->vy = self->h >= sh
1394 ? self->y + (self->h - sh) / 2
1395 : MIN (self->y, MAX (self->y + self->h - sh + 1, self->vy));
1396 */
1397 1524
1398 glColor4ub (255, 255, 255, 255); 1525 glColor4ub (255, 255, 255, 255);
1399 1526
1400 glEnable (GL_BLEND); 1527 glEnable (GL_BLEND);
1401 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); 1528 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
1404 1531
1405 glBegin (GL_QUADS); 1532 glBegin (GL_QUADS);
1406 1533
1407 last_name = 0; 1534 last_name = 0;
1408 1535
1536 mx += self->x;
1537 my += self->y;
1538
1409 for (z = 0; z < 3; z++) 1539 for (z = 0; z < 3; z++)
1410 for (y = 0; y < sh; y++) 1540 for (y = 0; y < sh; y++)
1411 if (0 <= y + vy && y + vy < self->rows) 1541 if (0 <= y + my && y + my < self->rows)
1412 { 1542 {
1413 maprow *row = self->row + (y + vy); 1543 maprow *row = self->row + (y + my);
1414 1544
1415 for (x = 0; x < sw; x++) 1545 for (x = 0; x < sw; x++)
1416 if (row->c0 <= x + vx && x + vx < row->c1) 1546 if (row->c0 <= x + mx && x + mx < row->c1)
1417 { 1547 {
1418 mapcell *cell = row->col + (x + vx - row->c0); 1548 mapcell *cell = row->col + (x + mx - row->c0);
1419 1549
1420 face = cell->face [z]; 1550 face = cell->face [z];
1421 1551
1422 if (face) 1552 if (face > 0 && face < self->texs)
1423 { 1553 {
1424 maptex tex = self->tex [face]; 1554 maptex tex = self->tex [face];
1425
1426 int px = (x + 1) * 32 - tex.w; 1555 int px = (x + 1) * T - tex.w;
1427 int py = (y + 1) * 32 - tex.h; 1556 int py = (y + 1) * T - tex.h;
1428 1557
1429 if (last_name != tex.name) 1558 if (last_name != tex.name)
1430 { 1559 {
1431 glEnd (); 1560 glEnd ();
1432 last_name = tex.name;
1433 glBindTexture (GL_TEXTURE_2D, last_name); 1561 glBindTexture (GL_TEXTURE_2D, last_name = tex.name);
1434 glBegin (GL_QUADS); 1562 glBegin (GL_QUADS);
1435 } 1563 }
1436 1564
1437 glTexCoord2f (0 , 0 ); glVertex2f (px , py ); 1565 glTexCoord2f (0 , 0 ); glVertex2f (px , py );
1438 glTexCoord2f (0 , tex.t); glVertex2f (px , py + tex.h); 1566 glTexCoord2f (0 , tex.t); glVertex2f (px , py + tex.h);
1439 glTexCoord2f (tex.s, tex.t); glVertex2f (px + tex.w, py + tex.h); 1567 glTexCoord2f (tex.s, tex.t); glVertex2f (px + tex.w, py + tex.h);
1440 glTexCoord2f (tex.s, 0 ); glVertex2f (px + tex.w, py ); 1568 glTexCoord2f (tex.s, 0 ); glVertex2f (px + tex.w, py );
1441 } 1569 }
1570
1571 if (cell->flags && z == 2)
1572 {
1573 if (cell->flags & 1)
1574 {
1575 maptex tex = self->tex [1];
1576 int px = (x + 1) * T - tex.w + 2;
1577 int py = (y + 1) * T - tex.h - 6;
1578
1579 glEnd ();
1580 glBindTexture (GL_TEXTURE_2D, last_name = tex.name);
1581 glBegin (GL_QUADS);
1582
1583 glTexCoord2f (0 , 0 ); glVertex2f (px , py );
1584 glTexCoord2f (0 , tex.t); glVertex2f (px , py + tex.h);
1585 glTexCoord2f (tex.s, tex.t); glVertex2f (px + tex.w, py + tex.h);
1586 glTexCoord2f (tex.s, 0 ); glVertex2f (px + tex.w, py );
1587 }
1588 }
1442 } 1589 }
1443 } 1590 }
1444 1591
1445 glEnd (); 1592 glEnd ();
1446 1593
1447 glDisable (GL_TEXTURE_2D); 1594 glDisable (GL_TEXTURE_2D);
1448 glDisable (GL_BLEND); 1595 glDisable (GL_BLEND);
1596
1597 // top layer: overlays such as the health bar
1598 for (y = 0; y < sh; y++)
1599 if (0 <= y + my && y + my < self->rows)
1600 {
1601 maprow *row = self->row + (y + my);
1602
1603 for (x = 0; x < sw; x++)
1604 if (row->c0 <= x + mx && x + mx < row->c1)
1605 {
1606 mapcell *cell = row->col + (x + mx - row->c0);
1607
1608 int px = x * T;
1609 int py = y * T;
1610
1611 if (cell->stat_hp)
1612 {
1613 int width = cell->stat_width * T;
1614 int thick = (sh * T / 32) / 28 + 1 + cell->stat_width;
1615
1616 glColor3ub (0, 0, 0);
1617 glRectf (px + 1, py - thick - 2,
1618 px + width - 1, py);
1619
1620 glColor3ub (cell->stat_hp, 255 - cell->stat_hp, 0);
1621 glRectf (px + 2,
1622 py - thick - 1,
1623 px + width - 2 - cell->stat_hp * (width - 4) / 255, py - 1);
1624 }
1625 }
1626 }
1449} 1627}
1450 1628
1451void 1629void
1452draw_magicmap (CFPlus::Map self, int dx, int dy, int w, int h, unsigned char *data) 1630draw_magicmap (CFPlus::Map self, int dx, int dy, int w, int h, unsigned char *data)
1453 CODE: 1631 CODE:
1507 glDisable (GL_BLEND); 1685 glDisable (GL_BLEND);
1508 glDisable (GL_TEXTURE_2D); 1686 glDisable (GL_TEXTURE_2D);
1509} 1687}
1510 1688
1511void 1689void
1512fow_texture (CFPlus::Map self, int shift_x, int shift_y, int x0, int y0, int sw, int sh) 1690fow_texture (CFPlus::Map self, int mx, int my, int sw, int sh)
1513 PPCODE: 1691 PPCODE:
1514{ 1692{
1515 int vx, vy;
1516 int x, y; 1693 int x, y;
1517 int sw4 = (sw + 3) & ~3; 1694 int sw4 = (sw + 3) & ~3;
1518 SV *darkness_sv = sv_2mortal (newSV (sw4 * sh)); 1695 SV *darkness_sv = sv_2mortal (newSV (sw4 * sh));
1519 uint8_t *darkness = (uint8_t *)SvPVX (darkness_sv); 1696 uint8_t *darkness = (uint8_t *)SvPVX (darkness_sv);
1520 1697
1521 memset (darkness, 255, sw4 * sh); 1698 memset (darkness, 255, sw4 * sh);
1522 SvPOK_only (darkness_sv); 1699 SvPOK_only (darkness_sv);
1523 SvCUR_set (darkness_sv, sw4 * sh); 1700 SvCUR_set (darkness_sv, sw4 * sh);
1524 1701
1525 vx = self->x + (self->w - sw + 1) / 2 - shift_x; 1702 mx += self->x;
1526 vy = self->y + (self->h - sh + 1) / 2 - shift_y; 1703 my += self->y;
1527 1704
1528 for (y = 0; y < sh; y++) 1705 for (y = 0; y < sh; y++)
1529 if (0 <= y + vy && y + vy < self->rows) 1706 if (0 <= y + my && y + my < self->rows)
1530 { 1707 {
1531 maprow *row = self->row + (y + vy); 1708 maprow *row = self->row + (y + my);
1532 1709
1533 for (x = 0; x < sw; x++) 1710 for (x = 0; x < sw; x++)
1534 if (row->c0 <= x + vx && x + vx < row->c1) 1711 if (row->c0 <= x + mx && x + mx < row->c1)
1535 { 1712 {
1536 mapcell *cell = row->col + (x + vx - row->c0); 1713 mapcell *cell = row->col + (x + mx - row->c0);
1537 1714
1538 darkness[y * sw4 + x] = cell->darkness < 0 1715 darkness[y * sw4 + x] = cell->darkness
1716 ? 255 - (cell->darkness - 1)
1539 ? 255 - FOW_DARKNESS 1717 : 255 - FOW_DARKNESS;
1540 : 255 - cell->darkness;
1541 } 1718 }
1542 } 1719 }
1543 1720
1544 EXTEND (SP, 3); 1721 EXTEND (SP, 3);
1545 PUSHs (sv_2mortal (newSViv (sw4))); 1722 PUSHs (sv_2mortal (newSViv (sw4)));
1660 1837
1661 if (flags & 1) { face[0] = *data++ << 8; face[0] |= *data++; } 1838 if (flags & 1) { face[0] = *data++ << 8; face[0] |= *data++; }
1662 if (flags & 2) { face[1] = *data++ << 8; face[1] |= *data++; } 1839 if (flags & 2) { face[1] = *data++ << 8; face[1] |= *data++; }
1663 if (flags & 4) { face[2] = *data++ << 8; face[2] |= *data++; } 1840 if (flags & 4) { face[2] = *data++ << 8; face[2] |= *data++; }
1664 1841
1665 if (cell->darkness <= 0) 1842 if (cell->darkness == 0)
1666 { 1843 {
1667 cell->darkness = -1; 1844 cell->darkness = 0;
1668 1845
1669 for (z = 0; z <= 2; z++) 1846 for (z = 0; z <= 2; z++)
1670 { 1847 {
1671 cell->face[z] = face[z]; 1848 cell->face[z] = face[z];
1672 1849

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines