Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-07-01 | 1 | -27/+27 |
| | |||||
* | Thank you kindly, Snowdrop, for a patch that solves: | Charles Krinke | 2009-06-29 | 1 | -0/+8 |
| | | | | | | | | The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object. | ||||
* | Thank you kindly, Snowdrop/Snowcrash for a patch that: | Charles Krinke | 2009-06-29 | 1 | -0/+28 |
| | | | | | This patch makes the worn attachments accessible to MRM scripting | ||||
* | * Adds ScenePresence.TeleportWithMomentum - same as .Teleport, but preserves ↵ | Adam Frisby | 2009-05-12 | 1 | -1/+1 |
| | | | | velocity. | ||||
* | * Applies Mantis #3630 - Adds support for outside MRM initialisation, makes ↵ | Adam Frisby | 2009-05-12 | 1 | -1/+1 |
| | | | | MRMModule compatible with the Visual Studio MRMLoader ( http://forge.opensimulator.org/gf/project/mrmloader/ ) | ||||
* | * Moves Name, GlobalID and WorldPosition into new IEntity interface. | Adam Frisby | 2009-04-09 | 1 | -1/+4 |
| | | | | | | | * Avatar and Object now inherit from IEntity. * Avatar.Position is now Avatar.WorldPosition to match IObject property. * Implements event World.OnChat += delegate(IWorld sender, ChatEventArgs e); | ||||
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-04 | 1 | -1/+28 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-04-01 | 1 | -37/+37 |
| | |||||
* | * Adds World.Avatars[] to MRM Scripting. Contains an enumerable array ↵ | Adam Frisby | 2009-04-01 | 1 | -0/+37 |
containing IAvatar instances for each avatar in the region. * Adds Test/TestModule.cs which demonstrates a very quick and simple MRM Test. |