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

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.218 by root, Mon Jun 4 12:19:09 2007 UTC vs.
Revision 1.219 by elmex, Thu Jun 7 19:03:25 2007 UTC

1930# dumb kludgy misdesigned plug-in api slowly gets on my nerves. 1930# dumb kludgy misdesigned plug-in api slowly gets on my nerves.
1931 1931
1932object *new (utf8_string archetype = 0) 1932object *new (utf8_string archetype = 0)
1933 PROTOTYPE: ;$ 1933 PROTOTYPE: ;$
1934 CODE: 1934 CODE:
1935 RETVAL = archetype ? get_archetype (archetype) : cf_create_object (); 1935 RETVAL = archetype ? get_archetype (archetype) : object::create ();
1936 OUTPUT: 1936 OUTPUT:
1937 RETVAL 1937 RETVAL
1938 1938
1939# TODO: nuke 1939# TODO: nuke
1940object *insert_ob_in_map_at (object *ob, maptile *where, object_ornull *orig, int flag, int x, int y) 1940object *insert_ob_in_map_at (object *ob, maptile *where, object_ornull *orig, int flag, int x, int y)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines