ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/typemap
(Generate patch)

Comparing deliantra/server/server/typemap (file contents):
Revision 1.9 by root, Mon Dec 25 11:25:50 2006 UTC vs.
Revision 1.13 by root, Mon Jan 29 22:13:20 2007 UTC

1val64 T_VAL64 1val64 T_VAL64
2uint64 T_VAL64 2uint64 T_VAL64
3sint16 T_INT
4sint8 T_INT
3 5
4object * T_CF_OBJ 6object * T_CF_OBJ
5partylist * T_CF_OBJ 7partylist * T_CF_OBJ
6archetype * T_CF_OBJ 8archetype * T_CF_OBJ
7maptile * T_CF_OBJ 9maptile * T_CF_OBJ
10struct region * T_CF_OBJ
8region * T_CF_OBJ 11region * T_CF_OBJ
9client * T_CF_OBJ 12client * T_CF_OBJ
10player * T_CF_OBJ 13player * T_CF_OBJ
11living * T_CF_OBJ 14living * T_CF_OBJ
15attachable * T_CF_OBJ
12 16
13Settings * T_SETTINGS 17Settings * T_SETTINGS
14 18
15object_ornull * T_CF_OBJ_ORNULL 19object_ornull * T_CF_OBJ_ORNULL
16mapstruct_ornull * T_CF_OBJ_ORNULL 20mapstruct_ornull * T_CF_OBJ_ORNULL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines