TODO: Server Cleanup

The current code organization for the server is a bit of a mish mash.

Code in the common directory should just be for the common aspects, but there is code in that directory that seems more in place in the server.

The current fix_object() code makes some assumption that all objects behave in a similar fashion, so it then makes sense that all objects that behave similarly have the same type.

Other changes to make:

See Also:

See also: