ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/define.h
(Generate patch)

Comparing deliantra/server/include/define.h (file contents):
Revision 1.132 by root, Sat Apr 23 04:56:48 2011 UTC vs.
Revision 1.137 by root, Sat May 7 17:12:27 2011 UTC

110#define LOCKED_DOOR 20 110#define LOCKED_DOOR 20
111#define SPECIAL_KEY 21 111#define SPECIAL_KEY 21
112#define MAP 22 112#define MAP 22
113#define DOOR 23 113#define DOOR 23
114#define KEY 24 114#define KEY 24
115//25 115#define PHYSICS 25 // deliantra: "things that move"
116#define TIMED_GATE 26 116#define TIMED_GATE 26
117#define TRIGGER 27 117#define TRIGGER 27
118#define GRIMREAPER 28 118#define GRIMREAPER 28
119#define MAGIC_EAR 29 119#define MAGIC_EAR 29
120#define TRIGGER_BUTTON 30 120#define TRIGGER_BUTTON 30
494#define FLAG_CONTENT_ON_GEN 108 494#define FLAG_CONTENT_ON_GEN 108
495#define FLAG_IS_A_TEMPLATE 109 /* Object has no ingame life until instanciated */ 495#define FLAG_IS_A_TEMPLATE 109 /* Object has no ingame life until instanciated */
496#define FLAG_IS_BUILDABLE 110 /* Can build on item */ 496#define FLAG_IS_BUILDABLE 110 /* Can build on item */
497#define FLAG_DESTROY_ON_DEATH 111 /* Object will be destroyed when env dies */ 497#define FLAG_DESTROY_ON_DEATH 111 /* Object will be destroyed when env dies */
498#define FLAG_NO_MAP_SAVE 112 // item doesn't get saved with map 498#define FLAG_NO_MAP_SAVE 112 // item doesn't get saved with map
499#define FLAG_IS_QUAD 113 /* This is a destructible and buildable item
500 * (for the quads world for instance)
499 501 */
502
503// temporary assignments
504#define FLAG_PHYSICS_QUEUE 114 // object queued for physics TODO: temporary allocation
505
500#define NUM_FLAGS 113 /* Should always be equal to the last 506#define NUM_FLAGS 115 /* Should always be equal to the last
501 * defined flag + 1. If you change this, 507 * defined flag + 1.
502 * make sure you update the flag_links
503 * in common/loader.l
504 */ 508 */
505 509
506/* If you add new movement types, you may need to update 510/* If you add new movement types, you may need to update
507 * describe_item() so properly describe those types. 511 * describe_item() so properly describe those types.
508 * change_abil() probably should be updated also. 512 * change_abil() probably should be updated also.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines