ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/item.C
(Generate patch)

Comparing deliantra/server/common/item.C (file contents):
Revision 1.59 by root, Mon Oct 12 21:27:54 2009 UTC vs.
Revision 1.74 by root, Fri Mar 26 01:04:44 2010 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007,2008,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team 5 * Copyright (©) 2002 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 1992,2007 Frank Tore Johansen 6 * Copyright (©) 1992 Frank Tore Johansen
7 * 7 *
8 * Deliantra is free software: you can redistribute it and/or modify it under 8 * Deliantra is free software: you can redistribute it and/or modify it under
9 * the terms of the Affero GNU General Public License as published by the 9 * the terms of the Affero GNU General Public License as published by the
10 * Free Software Foundation, either version 3 of the License, or (at your 10 * Free Software Foundation, either version 3 of the License, or (at your
11 * option) any later version. 11 * option) any later version.
63 {KW_body_foot , "You can put it on your foot" , "It goes on a human's foot"}, 63 {KW_body_foot , "You can put it on your foot" , "It goes on a human's foot"},
64 {KW_body_hand , "You can put it on your hand" , "It goes on a human's hand"}, 64 {KW_body_hand , "You can put it on your hand" , "It goes on a human's hand"},
65 {KW_body_wrist , "You can wear it around your wrist" , "It goes around a human's wrist"}, 65 {KW_body_wrist , "You can wear it around your wrist" , "It goes around a human's wrist"},
66 {KW_body_waist , "You can wear it around your waist" , "It goes around a human's waist"}, 66 {KW_body_waist , "You can wear it around your waist" , "It goes around a human's waist"},
67/*{"body_dragon_torso", "your body", "a dragon's body"} */ 67/*{"body_dragon_torso", "your body", "a dragon's body"} */
68};
69
70static char numbers[21][20] = {
71 "no", "", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten",
72 "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen", "seventeen",
73 "eighteen", "nineteen", "twenty"
74}; 68};
75 69
76static char numbers_10[10][20] = { 70static char numbers_10[10][20] = {
77 "zero", "ten", "twenty", "thirty", "fourty", "fifty", "sixty", "seventy", 71 "zero", "ten", "twenty", "thirty", "fourty", "fifty", "sixty", "seventy",
78 "eighty", "ninety" 72 "eighty", "ninety"
207 {BUILDER, "item builder", "item builders", 0, 0}, 201 {BUILDER, "item builder", "item builders", 0, 0},
208 {MATERIAL, "building material", "building materials", 0, 0}, 202 {MATERIAL, "building material", "building materials", 0, 0},
209 {ITEM_TRANSFORMER, "item_transformer", "item_transformers", 0, 0}, 203 {ITEM_TRANSFORMER, "item_transformer", "item_transformers", 0, 0},
210}; 204};
211 205
212const int item_types_size = sizeof (item_types) / sizeof (*item_types); 206static const int item_types_size = sizeof (item_types) / sizeof (*item_types);
213
214materialtype_t *materialt;
215
216/*
217materialtype material[NROFMATERIALS] = {
218 * P M F E C C A D W G P S P T F C D D C C G H B I *
219 * H A I L O O C R E H O L A U E A E E H O O O L N *
220 * Y G R E L N I A A O I O R R A N P A A U D L I T *
221 * S I E C D F D I P S S W A N R C L T O N Y N R *
222 * I C T U N O T O L E E H S T P D N *
223 {"paper", {15,10,17, 9, 5, 7,13, 0,20,15, 0,0,0,0,0,10,0,0,0,0,0,0,0,0}},
224 {"metal", { 2,12, 3,12, 2,10, 7, 0,20,15, 0,0,0,0,0,10,0,0,0,0,0,0,0,0}},
225 {"glass", {14,11, 8, 3,10, 5, 1, 0,20,15, 0,0,0,0,0, 0,0,0,0,0,0,0,0,0}},
226 {"leather", { 5,10,10, 3, 3,10,10, 0,20,15, 0,0,0,0,0,12,0,0,0,0,0,0,0,0}},
227 {"wood", {10,11,13, 2, 2,10, 9, 0,20,15, 0,0,0,0,0,12,0,0,0,0,0,0,0,0}},
228 {"organics", { 3,12, 9,11, 3,10, 9, 0,20,15, 0,0,0,0,0, 0,0,0,0,0,0,0,0,0}},
229 {"stone", { 2, 5, 2, 2, 2, 2, 1, 0,20,15, 0,0,0,0,0, 5,0,0,0,0,0,0,0,0}},
230 {"cloth", {14,11,13, 4, 4, 5,10, 0,20,15, 0,0,0,0,0, 5,0,0,0,0,0,0,0,0}},
231 {"adamant", { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,0,0,0,0, 0,0,0,0,0,0,0,0,0}},
232 {"liquid", { 0, 8, 9, 6,17, 0,15, 0,20,15,12,0,0,0,0,11,0,0,0,0,0,0,0,0}},
233 {"soft metal",{ 6,12, 6,14, 2,10, 1, 0,20,15, 0,0,0,0,0,10,0,0,0,0,0,0,0,0}},
234 {"bone", {10, 9, 4, 5, 3,10,10, 0,20,15, 0,0,0,0,0, 2,0,0,0,0,0,0,0,0}},
235 {"ice", {14,11,16, 5, 0, 5, 6, 0,20,15, 0,0,0,0,0, 7,0,0,0,0,0,0,0,0}}
236};
237*/
238 207
239/* This curve may be too steep. But the point is that there should 208/* This curve may be too steep. But the point is that there should
240 * be tough choices - there is no real point to this if everyone can 209 * be tough choices - there is no real point to this if everyone can
241 * wear whatever they want with no worries. Perhaps having the steep 210 * wear whatever they want with no worries. Perhaps having the steep
242 * curve is good (maybe even steeper), but allowing players to 211 * curve is good (maybe even steeper), but allowing players to
319 288
320 enc += op->stats.luck; 289 enc += op->stats.luck;
321 290
322 /* Do spell paths now */ 291 /* Do spell paths now */
323 for (i = 1; i < NRSPELLPATHS; i++) 292 for (i = 1; i < NRSPELLPATHS; i++)
324 {
325 if (op->path_attuned & (1 << i)) 293 if (op->path_attuned & (1 << i))
326 enc++; 294 enc++;
327 else if (op->path_denied & (1 << i)) 295 else if (op->path_denied & (1 << i))
328 enc -= 2; 296 enc -= 2;
329 else if (op->path_repelled & (1 << i)) 297 else if (op->path_repelled & (1 << i))
330 enc--; 298 enc--;
331 }
332 299
333 if (op->flag [FLAG_LIFESAVE ]) enc += 5; 300 if (op->flag [FLAG_LIFESAVE ]) enc += 5;
334 if (op->flag [FLAG_REFL_SPELL ]) enc += 3; 301 if (op->flag [FLAG_REFL_SPELL ]) enc += 3;
335 if (op->flag [FLAG_REFL_MISSILE]) enc += 2; 302 if (op->flag [FLAG_REFL_MISSILE]) enc += 2;
336 if (op->flag [FLAG_XRAYS ]) enc += 2; 303 if (op->flag [FLAG_XRAYS ]) enc += 2;
381 * but do put a newline at the end. Useful when dumping to files 348 * but do put a newline at the end. Useful when dumping to files
382 */ 349 */
383const char * 350const char *
384describe_resistance (const object *op, int newline) 351describe_resistance (const object *op, int newline)
385{ 352{
386 static char buf[VERY_BIG_BUF]; 353 static dynbuf_text buf; buf.clear ();
387 char buf1[VERY_BIG_BUF];
388 int tmpvar;
389 354
390 buf[0] = 0; 355 for (int i = 0; i < NROFATTACKS; i++)
391 for (tmpvar = 0; tmpvar < NROFATTACKS; tmpvar++)
392 {
393 if (op->resist[tmpvar] && (op->type != FLESH || atnr_is_dragon_enabled (tmpvar) == 1)) 356 if (op->resist[i] && (op->type != FLESH || atnr_is_dragon_enabled (i) == 1))
394 { 357 buf.printf (newline ? "%s %d\n" : "(%s %+d)", resist_plus[i], op->resist[i]);
395 if (!newline)
396 sprintf (buf1, "(%s %+d)", resist_plus[tmpvar], op->resist[tmpvar]);
397 else
398 sprintf (buf1, "%s %d\n", resist_plus[tmpvar], op->resist[tmpvar]);
399
400 strcat (buf, buf1);
401 }
402 }
403 358
404 return buf; 359 return buf;
405} 360}
406
407 361
408/* 362/*
409 * query_weight(object) returns a character pointer to a static buffer 363 * query_weight(object) returns a character pointer to a static buffer
410 * containing the text-representation of the weight of the given object. 364 * containing the text-representation of the weight of the given object.
411 * The buffer will be overwritten by the next call to query_weight(). 365 * The buffer will be overwritten by the next call to query_weight().
451 return levelnumbers_10[i / 10]; 405 return levelnumbers_10[i / 10];
452 406
453 strcpy (buf, numbers_10[i / 10]); 407 strcpy (buf, numbers_10[i / 10]);
454 strcat (buf, levelnumbers[i % 10]); 408 strcat (buf, levelnumbers[i % 10]);
455 return buf; 409 return buf;
456}
457
458/*
459 * get_number(integer) returns the text-representation of the given number
460 * in a static buffer. The buffer might be overwritten at the next
461 * call to get_number().
462 * It is currently only used by the query_name() function.
463 */
464const char *
465get_number (int i)
466{
467 if (i <= 20)
468 return numbers[i];
469 else
470 {
471 static char buf[MAX_BUF];
472
473 sprintf (buf, "%d", i);
474 return buf;
475 }
476} 410}
477 411
478/* 412/*
479 * Returns pointer to static buffer containing ring's or amulet's 413 * Returns pointer to static buffer containing ring's or amulet's
480 * abilities 414 * abilities
486 */ 420 */
487 421
488/* Aug 95 modified this slightly so that Skill tools don't have magic bonus 422/* Aug 95 modified this slightly so that Skill tools don't have magic bonus
489 * from stats.sp - b.t. 423 * from stats.sp - b.t.
490 */ 424 */
491const char * 425static const char *
492ring_desc (const object *op) 426ring_desc (const object *op)
493{ 427{
494 static dynbuf_text buf; buf.clear (); 428 static dynbuf_text buf; buf.clear ();
495 int attr, val, len; 429 int attr, val, len;
496 430
627 * returned is good forever.) However, it makes printing statements that 561 * returned is good forever.) However, it makes printing statements that
628 * use several names much easier (don't need to store them to temp variables.) 562 * use several names much easier (don't need to store them to temp variables.)
629 * 563 *
630 * It is used extensively within messages, so should return only a prose 564 * It is used extensively within messages, so should return only a prose
631 * and short description of the item. 565 * and short description of the item.
566 * It is also used by examine/ex and similar functions.
632 */ 567 */
633const char * 568const char *
634query_name (const object *op) 569query_name (const object *op)
635{ 570{
636 int len = 0; 571 int len = 0;
641 use_buf %= 5; 576 use_buf %= 5;
642 577
643 dynbuf_text &buf = bufs [use_buf]; 578 dynbuf_text &buf = bufs [use_buf];
644 buf.clear (); 579 buf.clear ();
645 580
581#if 0
646 if ((op->is_armor () || op->is_weapon ()) && op->materialname) 582 if ((op->is_armor () || op->is_weapon ()) && op->material)
647 if (materialtype_t *mt = name_to_material (op->materialname))
648 buf << mt->description << ' '; 583 buf << op->material->description << ' ';
584#endif
649 585
650 buf << query_short_name (op); 586 buf << query_short_name (op);
651 587
652 if (QUERY_FLAG (op, FLAG_INV_LOCKED)) 588 if (QUERY_FLAG (op, FLAG_INV_LOCKED))
653 buf << " *"; 589 buf << " *";
654 if (op->type == CONTAINER && ((op->env && op->env->container == op) || (!op->env && QUERY_FLAG (op, FLAG_APPLIED)))) 590 if (op->is_open_container ())
655 buf << " (open)"; 591 buf << " (open)";
656 592
657 if (QUERY_FLAG (op, FLAG_KNOWN_CURSED)) 593 if (QUERY_FLAG (op, FLAG_KNOWN_CURSED))
658 { 594 {
659 if (QUERY_FLAG (op, FLAG_DAMNED)) 595 if (QUERY_FLAG (op, FLAG_DAMNED))
751 * and sending to client. 687 * and sending to client.
752 * If plural is set, we generate the plural name of this. 688 * If plural is set, we generate the plural name of this.
753 * 689 *
754 * It is sometimes used to display messages, and usually only used to match stuff, 690 * It is sometimes used to display messages, and usually only used to match stuff,
755 * so maybe this function should be removed. 691 * so maybe this function should be removed.
692 * It is also used for client-side inventory/item descriptions.
756 */ 693 */
757const char * 694const char *
758query_base_name (const object *op, int plural) 695query_base_name (const object *op, int plural)
759{ 696{
760 if ((!plural && !op->name) || (plural && !op->name_pl)) 697 if ((!plural && !op->name) || (plural && !op->name_pl))
761 return "(null)"; 698 return "(null)";
762 699
763 if (!op->nrof && !op->weight && !op->title && !is_magical (op)) 700 if (!op->nrof && !op->weight && !op->title && !is_magical (op)
701 && op->type != EXIT)
764 return op->name; /* To speed things up (or make things slower?) */ 702 return op->name; /* To speed things up (or make things slower?) */
765 703
766 static dynbuf_text buf; buf.clear (); 704 static dynbuf_text buf; buf.clear ();
767 705
706#if 0
768 if ((op->is_armor () || op->is_weapon ()) && op->materialname) 707 if ((op->is_armor () || op->is_weapon ()) && op->material)
769 if (materialtype_t *mt = name_to_material (op->materialname))
770 if (op->arch->materialname != mt->name) 708 if (op->arch->material != op->material)
771 buf << mt->description << ' '; 709 buf << op->material->description << ' ';
710#endif
772 711
773 buf << (plural ? op->name_pl : op->name); 712 buf << (plural ? op->name_pl : op->name);
774 713
775 if (op->title && QUERY_FLAG (op, FLAG_IDENTIFIED)) 714 if (op->title && QUERY_FLAG (op, FLAG_IDENTIFIED))
776 buf << ' ' << op->title; 715 buf << ' ' << op->title;
803 if (s && *s) 742 if (s && *s)
804 buf << ' ' << s; 743 buf << ' ' << s;
805 } 744 }
806 break; 745 break;
807 746
747 case EXIT:
748 // random map exits "unfortunately" get patched, so this only works before entering
749 buf << (EXIT_PATH (op) == shstr_random_map_exit ? " (random map)" : " (exit)");
750 break;
751
808 default: 752 default:
809 if (op->magic && ((QUERY_FLAG (op, FLAG_BEEN_APPLIED) && need_identify (op)) || QUERY_FLAG (op, FLAG_IDENTIFIED))) 753 if (op->magic && ((QUERY_FLAG (op, FLAG_BEEN_APPLIED) && need_identify (op)) || QUERY_FLAG (op, FLAG_IDENTIFIED)))
810 buf.printf (" %+d", op->magic); 754 buf.printf (" %+d", op->magic);
811 } 755 }
812 756
827 /* Note that the resolution this provides for players really isn't 771 /* Note that the resolution this provides for players really isn't
828 * very good. Any player with a speed greater than .67 will 772 * very good. Any player with a speed greater than .67 will
829 * fall into the 'lightning fast movement' category. 773 * fall into the 'lightning fast movement' category.
830 */ 774 */
831 if (op->has_active_speed ()) 775 if (op->has_active_speed ())
832 switch ((int) ((FABS (op->speed)) * 15)) 776 switch ((int)(op->speed * 15.))
833 { 777 {
834 case 0: 778 case 0:
835 buf << "(very slow movement)"; 779 buf << "(very slow movement)";
836 break; 780 break;
837 case 1: 781 case 1:
907 if (op->stats.luck) 851 if (op->stats.luck)
908 buf.printf ("(luck%+d)", op->stats.luck); 852 buf.printf ("(luck%+d)", op->stats.luck);
909 } 853 }
910 854
911 /* describe attacktypes */ 855 /* describe attacktypes */
912 if (is_dragon_pl (op)) 856 if (op->is_dragon ())
913 { 857 {
914 /* for dragon players display the attacktypes from clawing skill 858 /* for dragon players display the attacktypes from clawing skill
915 * Break apart the for loop - move the comparison checking down - 859 * Break apart the for loop - move the comparison checking down -
916 * this makes it more readable. 860 * this makes it more readable.
917 */ 861 */
1216 1160
1217 buf.add_abilities ("Attacks", op->attacktype); 1161 buf.add_abilities ("Attacks", op->attacktype);
1218 /* resistance on flesh is only visible for quetzals. If 1162 /* resistance on flesh is only visible for quetzals. If
1219 * non flesh, everyone can see its resistances 1163 * non flesh, everyone can see its resistances
1220 */ 1164 */
1221 if (op->type != FLESH || (owner && is_dragon_pl (owner))) 1165 if (op->type != FLESH || (owner && owner->is_dragon ()))
1222 buf << describe_resistance (op, 0); 1166 buf << describe_resistance (op, 0);
1223 1167
1224 buf.add_paths ("Attuned", op->path_attuned); 1168 buf.add_paths ("Attuned", op->path_attuned);
1225 buf.add_paths ("Repelled", op->path_repelled); 1169 buf.add_paths ("Repelled", op->path_repelled);
1226 buf.add_paths ("Denied", op->path_denied); 1170 buf.add_paths ("Denied", op->path_denied);
1253{ 1197{
1254 static dynbuf_text buf; buf.clear (); 1198 static dynbuf_text buf; buf.clear ();
1255 1199
1256 for (object *tmp = inv; tmp; tmp = tmp->below) 1200 for (object *tmp = inv; tmp; tmp = tmp->below)
1257 if (who && QUERY_FLAG (who, FLAG_WIZ)) 1201 if (who && QUERY_FLAG (who, FLAG_WIZ))
1258 buf.printf ("%s- %-28.28s (%5d) %-8s\n", indent, tmp->query_name (), tmp->count, tmp->query_weight ()); 1202 buf.printf ("%s- %-28.28s %-8s (%9d) %s\n", indent, tmp->query_name (), tmp->query_weight (), tmp->count, tmp->uuid.c_str ());
1259 else if (!tmp->invisible && (type == CONTAINER || QUERY_FLAG (tmp, FLAG_APPLIED))) 1203 else if (!tmp->invisible && (type == CONTAINER || QUERY_FLAG (tmp, FLAG_APPLIED)))
1260 buf.printf ("%s- %-36.36s %-8s\n", indent, tmp->query_name (), tmp->query_weight ()); 1204 buf.printf ("%s- %-36.36s %-8s\n", indent, tmp->query_name (), tmp->query_weight ());
1261 1205
1262 if (buf.size ()) 1206 if (buf.size ())
1263 buf.printf ("%s(total weight: %s)\n", indent, query_weight ()); 1207 buf.printf ("%s(total weight: %s)\n", indent, query_weight ());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines