| Commit message (Expand) | Author | Age | Files | Lines |
* | * Updates libOMV to version 0.7.0 | Teravus Ovares | 2009-07-25 | 2 | -2/+4 |
* | minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-07-15 | 2 | -5/+5 |
* | Formatting cleanup. | Jeff Ames | 2009-07-11 | 1 | -8/+8 |
* | Thank you kindly, SnowDrop, for a patch that: | Charles Krinke | 2009-07-08 | 1 | -3/+9 |
* | Formatting cleanup. | Jeff Ames | 2009-07-01 | 9 | -320/+320 |
* | Add copyright headers. | Jeff Ames | 2009-07-01 | 5 | -5/+133 |
* | Update svn properties. | Jeff Ames | 2009-07-01 | 5 | -330/+330 |
* | Thank you kindly, Snowdrop, for a patch that solves: | Charles Krinke | 2009-06-29 | 8 | -2/+320 |
* | Thank you kindly, Snowdrop/Snowcrash for a patch that: | Charles Krinke | 2009-06-29 | 3 | -2/+81 |
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 1 | -1/+1 |
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 2 | -2/+56 |
* | Update svn properties. | Jeff Ames | 2009-05-31 | 2 | -25/+25 |
* | * Adds MRM scripting commands, World.Objects.Create(Vector3 position) and Wor... | Adam Frisby | 2009-05-31 | 2 | -0/+22 |
* | * Adds World.Audio.* to MRM | Adam Frisby | 2009-05-29 | 3 | -1/+48 |
* | * Protip: When you click 'make public' in resharper, note to save before comm... | Adam Frisby | 2009-05-29 | 1 | -1/+1 |
* | * Implements Sound on Objects for IObject in MRM | Adam Frisby | 2009-05-29 | 3 | -1/+29 |
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 2009-05-15 | 1 | -2/+2 |
* | * Adds additional check to MRM rezzing - the host object must be created by t... | Adam Frisby | 2009-05-12 | 1 | -1/+3 |
* | * Adds ScenePresence.TeleportWithMomentum - same as .Teleport, but preserves ... | Adam Frisby | 2009-05-12 | 1 | -1/+1 |
* | * Applies Mantis #3630 - Adds support for outside MRM initialisation, makes M... | Adam Frisby | 2009-05-12 | 13 | -18/+32 |
* | * Code to make MRM debugging easier. | Adam Frisby | 2009-05-09 | 2 | -1/+6 |
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-27 | 3 | -5/+59 |
* | Update svn properties. | Jeff Ames | 2009-04-27 | 3 | -90/+90 |
* | * Implements Microthreading for MRM scripting. | Adam Frisby | 2009-04-24 | 7 | -2/+162 |
* | * Committing stub VW-over-HTTP ClientStack. (2/2) | Adam Frisby | 2009-04-22 | 1 | -1/+1 |
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-22 | 5 | -4/+139 |
* | Update svn properties. | Jeff Ames | 2009-04-21 | 4 | -105/+105 |
* | * Implements Extensions to MRM. This allows Region Modules to insert new clas... | Adam Frisby | 2009-04-21 | 6 | -3/+81 |
* | * Adds IObject.Shape to MRM | Adam Frisby | 2009-04-18 | 4 | -53/+140 |
* | Formatting cleanup. | Jeff Ames | 2009-04-14 | 4 | -6/+6 |
* | Add copyright headers. | Jeff Ames | 2009-04-14 | 5 | -5/+140 |
* | Update svn properties. | Jeff Ames | 2009-04-14 | 15 | -873/+873 |
* | * Minor MRM Cleanup | Adam Frisby | 2009-04-11 | 14 | -614/+662 |
* | * Fixes a bug in MRM scripting whereby the Touch flag is never enabled for On... | Adam Frisby | 2009-04-10 | 1 | -0/+2 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-09 | 1 | -2/+2 |
* | * Allows MRMs to import libraries in the OpenSim bin directory. | Adam Frisby | 2009-04-09 | 1 | -5/+16 |
* | * Implements IObject.Materials[].* | Adam Frisby | 2009-04-09 | 3 | -2/+93 |
* | * Implements IGraphics interface for MRM Scripting. | Adam Frisby | 2009-04-09 | 6 | -6/+75 |
* | * Adds World.OnNewUser += delegate(IWorld sender, NewUserEventArgs e); | Adam Frisby | 2009-04-09 | 2 | -1/+50 |
* | * Limits MRM scripting to Region Master Avatar only. | Adam Frisby | 2009-04-09 | 1 | -1/+4 |
* | * World.OnChat no longer fires if there is no chat text (prevents the typing ... | Adam Frisby | 2009-04-09 | 1 | -2/+3 |
* | * Added additional debug testing info to Scene | Adam Frisby | 2009-04-09 | 3 | -6/+56 |
* | * Forgot to commit IEntity in last commit. | Adam Frisby | 2009-04-09 | 2 | -0/+67 |
* | * Moves Name, GlobalID and WorldPosition into new IEntity interface. | Adam Frisby | 2009-04-09 | 5 | -22/+98 |
* | * Implements retrieving child primitives via World.Objects[id] (MRM) | Adam Frisby | 2009-04-09 | 2 | -5/+13 |
* | * Implements IObject.OnTouch += delegate(IObject sender, TouchEventArgs e) | Adam Frisby | 2009-04-09 | 2 | -0/+73 |
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-06 | 7 | -9/+171 |
* | Update svn properties. | Jeff Ames | 2009-04-06 | 6 | -175/+175 |
* | * Implements World.Parcels[] array for MRM scripting. | Adam Frisby | 2009-04-06 | 5 | -3/+67 |
* | * Adds AutoOAR module, this will automatically OAR your regions every 20 minu... | Adam Frisby | 2009-04-06 | 1 | -0/+5 |