diff options
author | Charles Krinke | 2008-06-19 20:57:00 +0000 |
---|---|---|
committer | Charles Krinke | 2008-06-19 20:57:00 +0000 |
commit | 838ffd779280115dee2d24ddd9531728d7426942 (patch) | |
tree | 753ce7e8d03e83898cf07cac2c85ca8a382b0a67 /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |
parent | * Patch from Dahlia - 0001576: Exception of type 'System.OutOfMemoryException... (diff) | |
download | opensim-SC-838ffd779280115dee2d24ddd9531728d7426942.zip opensim-SC-838ffd779280115dee2d24ddd9531728d7426942.tar.gz opensim-SC-838ffd779280115dee2d24ddd9531728d7426942.tar.bz2 opensim-SC-838ffd779280115dee2d24ddd9531728d7426942.tar.xz |
Mantis#1543. Thank you kindly, Jonc for a patch that:
Implements terrain bake from Region/Estate dialog and
respects estate settings during terraforming
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 6ff600f..0f7a057 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -57,6 +57,7 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
57 | public event TextureRequest OnRequestTexture; | 57 | public event TextureRequest OnRequestTexture; |
58 | public event RezObject OnRezObject; | 58 | public event RezObject OnRezObject; |
59 | public event ModifyTerrain OnModifyTerrain; | 59 | public event ModifyTerrain OnModifyTerrain; |
60 | public event BakeTerrain OnBakeTerrain; | ||
60 | public event SetAppearance OnSetAppearance; | 61 | public event SetAppearance OnSetAppearance; |
61 | public event AvatarNowWearing OnAvatarNowWearing; | 62 | public event AvatarNowWearing OnAvatarNowWearing; |
62 | public event RezSingleAttachmentFromInv OnRezSingleAttachmentFromInv; | 63 | public event RezSingleAttachmentFromInv OnRezSingleAttachmentFromInv; |