* Added default assets for avatar appearance
* Fixed default heightmap loading
* Removed ugly appearance hacks and replaced with hardcoded but not so ugly default assets
* Simplified the inventory classes to work with the libomv inventory system rollback

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2135 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-08-21 06:46:36 +00:00
parent 7eab270ce6
commit cc1c6762b7
12 changed files with 339 additions and 283 deletions

View File

@@ -24,7 +24,7 @@ namespace Simian.Extensions
public void Start()
{
server.UDPServer.RegisterPacketCallback(PacketType.CompleteAgentMovement, new UDPServer.PacketCallback(CompleteAgentMovementHandler));
LoadTerrain("Maps/default.tga");
LoadTerrain(server.DataDir + "heightmap.tga");
}
public void Stop()