| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-06 | 8 | -12/+201 |
* | Update svn properties. | Jeff Ames | 2009-04-06 | 7 | -247/+247 |
* | * 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 | 2 | -0/+77 |
* | * 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 |
* | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 2009-04-04 | 1 | -0/+2 |
* | * 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 |
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 1 | -2/+2 |
* | Update svn properties. | Jeff Ames | 2009-04-01 | 4 | -197/+197 |
* | Add a "user" config option to the IRC module config. Like all other IRC | Melanie Thielker | 2009-04-01 | 1 | -1/+2 |
* | * 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 PickInfoReply packet. | Melanie Thielker | 2009-03-30 | 1 | -0/+3 |
* | Change the client API to use GridInstantMessage for the "last mile" of IM | Melanie Thielker | 2009-03-29 | 1 | -6/+1 |
* | Finish the offline IM module (still needs a server). Add rudimentary | Melanie Thielker | 2009-03-29 | 1 | -0/+4 |
* | Add mute list request event and dummy response | Melanie Thielker | 2009-03-28 | 1 | -0/+6 |
* | * Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with... | Teravus Ovares | 2009-03-28 | 1 | -1/+1 |
* | Add the events needed for profiles. | Melanie Thielker | 2009-03-27 | 1 | -0/+5 |
* | * This updates LibOMV to the current release 0.6.0 on March 19 2009 | Teravus Ovares | 2009-03-27 | 1 | -1/+1 |
* | Remove a hardcoded flow/dependency on the money module from LLCLientView | Melanie Thielker | 2009-03-27 | 1 | -0/+4 |
* | reformatting README (just noticed that that line was a bit on the long | Dr Scofield | 2009-03-19 | 1 | -1/+2 |
* | adding missing ChatSessionRequest voice capability for direct AV-AV calls. | Dr Scofield | 2009-03-19 | 1 | -0/+32 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-03-12 | 1 | -3/+7 |
* | Thanks M1sha for a patch to reinstate the original functionality of the TreeP... | Jeff Ames | 2009-03-09 | 1 | -38/+51 |
* | Add copyright headers. | Jeff Ames | 2009-03-07 | 12 | -12/+336 |
* | Update svn properties. | Jeff Ames | 2009-03-07 | 12 | -845/+845 |
* | MRM Scripting Changes | Adam Frisby | 2009-03-05 | 3 | -8/+8 |
* | * Implements a number of members on SOGObject for use with the MRM Script Eng... | Adam Frisby | 2009-03-05 | 2 | -15/+166 |
* | * Fleshed out the MRM Module a little. | Adam Frisby | 2009-03-04 | 5 | -44/+84 |
* | * Whoops. Left MiniModule enabled to anyone. (potential security risk). Disab... | Adam Frisby | 2009-03-04 | 1 | -0/+3 |
* | * More work on MiniRegionModule module. | Adam Frisby | 2009-03-04 | 5 | -0/+275 |
* | IObjectFace needs to be public to compile. | Mike Mazur | 2009-03-04 | 1 | -1/+1 |