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

Comparing deliantra/server/include/eventinc.h (file contents):
Revision 1.14 by root, Tue Aug 29 05:29:48 2006 UTC vs.
Revision 1.15 by root, Tue Aug 29 07:54:38 2006 UTC

35def (PLAYER, LOGIN) // (player) 35def (PLAYER, LOGIN) // (player)
36def (PLAYER, LOGOUT) // (player) 36def (PLAYER, LOGOUT) // (player)
37def (PLAYER, DEATH) // (player) 37def (PLAYER, DEATH) // (player)
38def (PLAYER, MAP_CHANGE) // (player oldmap newmap) 38def (PLAYER, MAP_CHANGE) // (player oldmap newmap)
39def (PLAYER, EXTCMD) // (player string) 39def (PLAYER, EXTCMD) // (player string)
40def (PLAYER, MOVE) // (player direction -- )
40def (PLAYER, PRAY_ALTAR) // (player altar skill -- ) 41def (PLAYER, PRAY_ALTAR) // (player altar skill -- )
41def (PLAYER, TELL) // (player -- ) 42def (PLAYER, TELL) // (player name message -- )
42def (PLAYER, SAY) // (player --) 43def (PLAYER, SAY) // (player message --)
44def (PLAYER, CHAT) // (player message --)
43def (PLAYER, SHOUT) // (player --) 45def (PLAYER, SHOUT) // (player message --)
44def (MAP, INSTANTIATE) // (map) 46def (MAP, INSTANTIATE) // (map)
45def (MAP, REATTACH) // (map) 47def (MAP, REATTACH) // (map)
46def (MAP, DESTROY) // (map) 48def (MAP, DESTROY) // (map)
47def (MAP, SWAPIN) // (map) 49def (MAP, SWAPIN) // (map)
48def (MAP, SWAPOUT) // (map) 50def (MAP, SWAPOUT) // (map)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines