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.141 by root, Fri Aug 18 01:01:00 2006 UTC vs.
Revision 1.153 by root, Tue Sep 19 22:02:38 2006 UTC

169 float s, t; 169 float s, t;
170 uint8_t r, g, b, a; 170 uint8_t r, g, b, a;
171} maptex; 171} maptex;
172 172
173typedef struct { 173typedef struct {
174 int16_t darkness; 174 uint32_t player;
175 mapface face[3]; 175 mapface face[3];
176 uint16_t darkness;
177 uint8_t stat_width, stat_hp, flags;
176} mapcell; 178} mapcell;
177 179
178typedef struct { 180typedef struct {
179 int32_t c0, c1; 181 int32_t c0, c1;
180 mapcell *col; 182 mapcell *col;
293static void 295static void
294map_blank (CFPlus__Map self, int x0, int y0, int w, int h) 296map_blank (CFPlus__Map self, int x0, int y0, int w, int h)
295{ 297{
296 int x, y; 298 int x, y;
297 maprow *row; 299 maprow *row;
300 mapcell *cell;
298 301
299 for (y = y0; y < y0 + h; y++) 302 for (y = y0; y < y0 + h; y++)
300 if (y >= 0) 303 if (y >= 0)
301 { 304 {
302 if (y >= self->rows) 305 if (y >= self->rows)
308 if (x >= row->c0) 311 if (x >= row->c0)
309 { 312 {
310 if (x >= row->c1) 313 if (x >= row->c1)
311 break; 314 break;
312 315
313 row->col[x - row->c0].darkness = -1; 316 cell = row->col + x - row->c0;
317
318 cell->darkness = 0;
319 cell->stat_hp = 0;
314 } 320 }
315 } 321 }
316} 322}
317 323
318static void 324static void
1268 uint8_t *data = (uint8_t *)SvPVbyte_nolen (data_); 1274 uint8_t *data = (uint8_t *)SvPVbyte_nolen (data_);
1269 uint8_t *data_end = (uint8_t *)SvEND (data_); 1275 uint8_t *data_end = (uint8_t *)SvEND (data_);
1270 mapcell *cell; 1276 mapcell *cell;
1271 int x, y, flags; 1277 int x, y, flags;
1272 1278
1273 while (data < data_end) 1279 while (data < data_end - 1)
1274 { 1280 {
1275 flags = (data [0] << 8) + data [1]; data += 2; 1281 flags = (data [0] << 8) + data [1]; data += 2;
1276 1282
1277 x = self->x + ((flags >> 10) & 63); 1283 x = self->x + ((flags >> 10) & 63);
1278 y = self->y + ((flags >> 4) & 63); 1284 y = self->y + ((flags >> 4) & 63);
1279 1285
1280 cell = map_get_cell (self, x, y); 1286 cell = map_get_cell (self, x, y);
1281 1287
1282 if (flags & 15) 1288 if (flags & 15)
1283 { 1289 {
1284 if (cell->darkness < 0) 1290 if (!cell->darkness)
1285 { 1291 {
1286 cell->darkness = 0; 1292 cell->darkness = 256;
1287 cell->face [0] = 0; 1293 cell->face [0] = 0;
1288 cell->face [1] = 0; 1294 cell->face [1] = 0;
1289 cell->face [2] = 0; 1295 cell->face [2] = 0;
1290 } 1296 }
1291 1297
1298 //TODO: don't trust server data to be in-range(!)
1299
1292 if (flags & 8) 1300 if (flags & 8)
1293 { 1301 {
1294 fprintf (stderr, "oi\n");//D
1295 if (extmap) 1302 if (extmap)
1296 { 1303 {
1297 uint8_t ext, cmd; 1304 uint8_t ext, cmd;
1298 1305
1299 do 1306 do
1300 { 1307 {
1301
1302 ext = *data++; 1308 ext = *data++;
1303 cmd = ext & 0x7f; 1309 cmd = ext & 0x3f;
1304 1310
1305 fprintf (stderr, "extcmd = %x\n", ext);//D
1306
1307 if (ext < 4) 1311 if (cmd < 4)
1308 cell->darkness = 255 - ext * 64; 1312 cell->darkness = 255 - ext * 64 + 1;
1313 else if (cmd == 5) // health
1314 {
1315 cell->stat_width = 1;
1316 cell->stat_hp = *data++;
1317 }
1318 else if (cmd == 6) // monster width
1319 cell->stat_width = *data++ + 1;
1320 else if (cmd == 0x47) // monster width
1321 {
1322 if (*data == 4)
1323 ; // decode player tag
1324
1325 data += *data + 1;
1326 }
1327 else if (cmd == 8) // cell flags
1328 cell->flags = *data++;
1329 else if (ext & 0x40) // unknown, multibyte => skip
1330 data += *data + 1;
1331 else
1332 data++;
1309 } 1333 }
1310 while (cmd & 0x80); 1334 while (ext & 0x80);
1311 } 1335 }
1312 else 1336 else
1313 cell->darkness = flags & 8 ? *data++ : 255; 1337 cell->darkness = *data++ + 1;
1314 } 1338 }
1315
1316 //TODO: don't trust server data to be in-range(!)
1317 1339
1318 if (flags & 4) 1340 if (flags & 4)
1319 { 1341 {
1320 cell->face [0] = self->face [(data [0] << 8) + data [1]]; data += 2; 1342 cell->face [0] = self->face [(data [0] << 8) + data [1]]; data += 2;
1321 } 1343 }
1329 { 1351 {
1330 cell->face [2] = self->face [(data [0] << 8) + data [1]]; data += 2; 1352 cell->face [2] = self->face [(data [0] << 8) + data [1]]; data += 2;
1331 } 1353 }
1332 } 1354 }
1333 else 1355 else
1356 {
1334 cell->darkness = -1; 1357 cell->darkness = 0;
1358 cell->stat_hp = 0;
1359 }
1335 } 1360 }
1336} 1361}
1337 1362
1338SV * 1363SV *
1339mapmap (CFPlus::Map self, int x0, int y0, int w, int h) 1364mapmap (CFPlus::Map self, int x0, int y0, int w, int h)
1439 { 1464 {
1440 mapcell *cell = row->col + (x + vx - row->c0); 1465 mapcell *cell = row->col + (x + vx - row->c0);
1441 1466
1442 face = cell->face [z]; 1467 face = cell->face [z];
1443 1468
1444 if (face) 1469 if (face && face < self->texs)
1445 { 1470 {
1446 maptex tex = self->tex [face]; 1471 maptex tex = self->tex [face];
1447
1448 int px = (x + 1) * 32 - tex.w; 1472 int px = (x + 1) * 32 - tex.w;
1449 int py = (y + 1) * 32 - tex.h; 1473 int py = (y + 1) * 32 - tex.h;
1450 1474
1451 if (last_name != tex.name) 1475 if (last_name != tex.name)
1452 { 1476 {
1453 glEnd (); 1477 glEnd ();
1454 last_name = tex.name;
1455 glBindTexture (GL_TEXTURE_2D, last_name); 1478 glBindTexture (GL_TEXTURE_2D, last_name = tex.name);
1456 glBegin (GL_QUADS); 1479 glBegin (GL_QUADS);
1457 } 1480 }
1458 1481
1459 glTexCoord2f (0 , 0 ); glVertex2f (px , py ); 1482 glTexCoord2f (0 , 0 ); glVertex2f (px , py );
1460 glTexCoord2f (0 , tex.t); glVertex2f (px , py + tex.h); 1483 glTexCoord2f (0 , tex.t); glVertex2f (px , py + tex.h);
1461 glTexCoord2f (tex.s, tex.t); glVertex2f (px + tex.w, py + tex.h); 1484 glTexCoord2f (tex.s, tex.t); glVertex2f (px + tex.w, py + tex.h);
1462 glTexCoord2f (tex.s, 0 ); glVertex2f (px + tex.w, py ); 1485 glTexCoord2f (tex.s, 0 ); glVertex2f (px + tex.w, py );
1463 } 1486 }
1487
1488 if (cell->flags && z == 2)
1489 {
1490 if (cell->flags & 1)
1491 {
1492 maptex tex = self->tex [1];
1493 int px = (x + 1) * 32 - tex.w + 2;
1494 int py = (y + 1) * 32 - tex.h - 6;
1495
1496 glEnd ();
1497 glBindTexture (GL_TEXTURE_2D, last_name = tex.name);
1498 glBegin (GL_QUADS);
1499
1500 glTexCoord2f (0 , 0 ); glVertex2f (px , py );
1501 glTexCoord2f (0 , tex.t); glVertex2f (px , py + tex.h);
1502 glTexCoord2f (tex.s, tex.t); glVertex2f (px + tex.w, py + tex.h);
1503 glTexCoord2f (tex.s, 0 ); glVertex2f (px + tex.w, py );
1504 }
1505 }
1464 } 1506 }
1465 } 1507 }
1466 1508
1467 glEnd (); 1509 glEnd ();
1468 1510
1469 glDisable (GL_TEXTURE_2D); 1511 glDisable (GL_TEXTURE_2D);
1470 glDisable (GL_BLEND); 1512 glDisable (GL_BLEND);
1513
1514 // top layer: overlays such as the health bar
1515 for (y = 0; y < sh; y++)
1516 if (0 <= y + vy && y + vy < self->rows)
1517 {
1518 maprow *row = self->row + (y + vy);
1519
1520 for (x = 0; x < sw; x++)
1521 if (row->c0 <= x + vx && x + vx < row->c1)
1522 {
1523 mapcell *cell = row->col + (x + vx - row->c0);
1524
1525 int px = x * 32;
1526 int py = y * 32;
1527
1528 if (cell->stat_hp)
1529 {
1530 int width = cell->stat_width * 32;
1531 int thick = sh / 28 + 1 + cell->stat_width;
1532
1533 glColor3ub (0, 0, 0);
1534 glRectf (px + 1, py - thick - 2,
1535 px + width - 1, py);
1536
1537 glColor3ub (cell->stat_hp, 255 - cell->stat_hp, 0);
1538 glRectf (px + 2,
1539 py - thick - 1,
1540 px + width - 2 - cell->stat_hp * (width - 4) / 255, py - 1);
1541 }
1542 }
1543 }
1471} 1544}
1472 1545
1473void 1546void
1474draw_magicmap (CFPlus::Map self, int dx, int dy, int w, int h, unsigned char *data) 1547draw_magicmap (CFPlus::Map self, int dx, int dy, int w, int h, unsigned char *data)
1475 CODE: 1548 CODE:
1555 for (x = 0; x < sw; x++) 1628 for (x = 0; x < sw; x++)
1556 if (row->c0 <= x + vx && x + vx < row->c1) 1629 if (row->c0 <= x + vx && x + vx < row->c1)
1557 { 1630 {
1558 mapcell *cell = row->col + (x + vx - row->c0); 1631 mapcell *cell = row->col + (x + vx - row->c0);
1559 1632
1560 darkness[y * sw4 + x] = cell->darkness < 0 1633 darkness[y * sw4 + x] = cell->darkness
1634 ? 255 - (cell->darkness - 1)
1561 ? 255 - FOW_DARKNESS 1635 : 255 - FOW_DARKNESS;
1562 : 255 - cell->darkness;
1563 } 1636 }
1564 } 1637 }
1565 1638
1566 EXTEND (SP, 3); 1639 EXTEND (SP, 3);
1567 PUSHs (sv_2mortal (newSViv (sw4))); 1640 PUSHs (sv_2mortal (newSViv (sw4)));
1682 1755
1683 if (flags & 1) { face[0] = *data++ << 8; face[0] |= *data++; } 1756 if (flags & 1) { face[0] = *data++ << 8; face[0] |= *data++; }
1684 if (flags & 2) { face[1] = *data++ << 8; face[1] |= *data++; } 1757 if (flags & 2) { face[1] = *data++ << 8; face[1] |= *data++; }
1685 if (flags & 4) { face[2] = *data++ << 8; face[2] |= *data++; } 1758 if (flags & 4) { face[2] = *data++ << 8; face[2] |= *data++; }
1686 1759
1687 if (cell->darkness <= 0) 1760 if (cell->darkness == 0)
1688 { 1761 {
1689 cell->darkness = -1; 1762 cell->darkness = 0;
1690 1763
1691 for (z = 0; z <= 2; z++) 1764 for (z = 0; z <= 2; z++)
1692 { 1765 {
1693 cell->face[z] = face[z]; 1766 cell->face[z] = face[z];
1694 1767

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines