| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * Fixed copyright headers on HyperGrid source files. (Now match the rest of O... | Adam Frisby | 2009-04-05 | 1 | -0/+1 |
* | * Minor cosmetic change to SEUser to get Bamboo to initiate another build. (grr) | Adam Frisby | 2009-04-05 | 2 | -2/+16 |
* | * Typo in constructor during class rename (whoops!) | Adam Frisby | 2009-04-05 | 1 | -1/+1 |
* | * Implements ISocialEntity - this represents the class of "user-like" objects... | Adam Frisby | 2009-04-05 | 3 | -1/+48 |
* | * Removes IsPhysical, IsPhantom from IObject, since this is now represented i... | Adam Frisby | 2009-04-04 | 2 | -13/+0 |
* | Implements on IObjectPhysics: | Adam Frisby | 2009-04-04 | 1 | -21/+62 |
* | * Implements IObjectPhysics on SOPObject partially. | Adam Frisby | 2009-04-04 | 3 | -7/+116 |
* | * Implements IObjectPhysics, this collects Physics attributes into one interf... | Adam Frisby | 2009-04-04 | 1 | -0/+32 |
* | * More fiddling with MRM IPersistence, now stores <T> instead of Object. | Adam Frisby | 2009-04-04 | 1 | -4/+5 |
* | * Changed IPersistence interface so that passing the MRMBase is unessecary. | Adam Frisby | 2009-04-04 | 2 | -7/+5 |
* | * Renamed Heightmap.Height to Heightmap.Length to avoid confusion about axis. | Adam Frisby | 2009-04-04 | 3 | -3/+35 |
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-04 | 6 | -5/+140 |
* | * Removes IObject.Position, IObject.Rotation from IObject | Adam Frisby | 2009-04-04 | 2 | -6/+55 |
* | * Drops Heightmap.Get/Heightmap.Set from IHeightmap interface. | Adam Frisby | 2009-04-04 | 2 | -5/+28 |
* | * Implements MRM IObject.Say - this is equivilent to llSay | Adam Frisby | 2009-04-03 | 1 | -0/+8 |
* | * Implements Scene.SimChat(string,...) rather than byte[]. We should probably... | Adam Frisby | 2009-04-03 | 1 | -0/+11 |
* | * MRM Scripts will now no longer disconnect the client if there was an error ... | Adam Frisby | 2009-04-03 | 1 | -15/+27 |
* | * Implements "ID" semi-global within MRM scripts. This is tied to the 'state ... | Adam Frisby | 2009-04-03 | 5 | -7/+45 |
* | Update svn properties. | Jeff Ames | 2009-04-01 | 4 | -197/+197 |
* | * MRM Adjustments | Adam Frisby | 2009-04-01 | 4 | -14/+32 |
* | * MRM Adjustments | Adam Frisby | 2009-04-01 | 4 | -15/+150 |
* | * Adds World.Avatars[] to MRM Scripting. Contains an enumerable array contain... | Adam Frisby | 2009-04-01 | 5 | -1/+73 |
* | * Removes some hard-coded magic numbers relating to RegionSize. We now use Co... | Adam Frisby | 2009-04-01 | 2 | -29/+28 |
* | Add copyright headers. | Jeff Ames | 2009-03-07 | 11 | -11/+308 |