Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Corrected CAPS namespaces | Arthur Valadares | 2009-06-18 | 3 | -4/+4 | |
| | | | | | * "luke, use the sed" | |||||
* | Thank you kindly, M1sha, for a patch that improves the treePopulator module: | Charles Krinke | 2009-06-14 | 1 | -137/+612 | |
| | | | | | | | | | | | (a) Implements the ICommandableModule interface to clean up the user interface (b) Uses a specification for a 'copse' (collected group of trees) which permits via an xml file: Tree type; Tree Line (high and low), Seed point; Radius of Copse; Number of required trees; Initial size of seeded tree; maximum size of seeded tree; growth rate; freeze growth state (c) Multiple Copse may be defined for a region (d) Growth on individual copse may be frozen or restarted, or all growth disabled/enabled (e) Copse definitions are persistant, they are reloaded from the trees present on a region restart (f) All trees in a copse may be removed and the copse definition deleted in one command | |||||
* | * remove long unused interregion optional module code | Justin Clarke Casey | 2009-06-12 | 3 | -319/+0 | |
| | ||||||
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 7 | -15/+15 | |
| | ||||||
* | Comment out unused variables / private fields to avoid compiler warnings. | Jeff Ames | 2009-06-04 | 2 | -5/+3 | |
| | ||||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 39 | -39/+39 | |
| | | | | LICENSE.txt. | |||||
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 5 | -13/+148 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2009-05-31 | 5 | -1725/+1725 | |
| | ||||||
* | * Adds MRM scripting commands, World.Objects.Create(Vector3 position) and ↵ | Adam Frisby | 2009-05-31 | 2 | -0/+22 | |
| | | | | World.Objects.Create(Vector3 position, Quaternion rotation). These rez a 'default box' object at the specified coordinates, and return the associated IObject. | |||||
* | Fix IRCd init check for config section | Mike Mazur | 2009-05-31 | 1 | -3/+3 | |
| | | | | | | | | | The IRCStackModule used Nini.Config.ConfigCollection.Contains() to determine whether the "IRCd" section was present in the config. This ConfigCollection, however, stores an ArrayList of IConfig objects, not strings, so calling Contains("IRCd") always returns false since "IRCd" is a string, not an IConfig object. | |||||
* | * Tweaks to /WHO listings. | Adam Frisby | 2009-05-30 | 1 | -9/+23 | |
| | ||||||
* | * You are likely to be eaten by a grue. | Adam Frisby | 2009-05-30 | 2 | -61/+162 | |
| | | | | | * Enable with [IRCd] Enabled=true (will listen on port 6666). | |||||
* | * More Tweaks | Adam Frisby | 2009-05-30 | 3 | -9/+44 | |
| | ||||||
* | * More IRCClientView fiddling. Now implements IClientAPI & IClientCore. | Adam Frisby | 2009-05-30 | 3 | -182/+245 | |
| | ||||||
* | * May partially implement a C# IRCd & IRCClientStack. | Adam Frisby | 2009-05-30 | 3 | -0/+1487 | |
| | ||||||
* | * Adds World.Audio.* to MRM | Adam Frisby | 2009-05-29 | 3 | -1/+48 | |
| | | | | | * This includes methods such as PlaySound which take a Position as an argument, allowing you to trigger sounds arbitrarily across the scene without needing a parent object in the position. | |||||
* | * Protip: When you click 'make public' in resharper, note to save before ↵ | Adam Frisby | 2009-05-29 | 1 | -1/+1 | |
| | | | | committing. | |||||
* | * Implements Sound on Objects for IObject in MRM | Adam Frisby | 2009-05-29 | 3 | -1/+29 | |
| | | | | | | * Method: IObject.Sound.Play(UUID sound, double volume) * More feature-packed API to come soon. (I want a World.Sound with arbitrary positioning) | |||||
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 1 | -3/+3 | |
| | ||||||
* | dropping attendee list keeping from Concierge, relying on | Dr Scofield | 2009-05-25 | 1 | -87/+26 | |
| | | | | | Scene.GetAvatars() instead now. [test #487] | |||||
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 2009-05-23 | 2 | -2/+3 | |
| | | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient) | |||||
* | converting Chat module and Concierge module to new style region modules | Dr Scofield | 2009-05-22 | 2 | -23/+56 | |
| | ||||||
* | changing IRCBridgeModule to new region module scheme | Dr Scofield | 2009-05-22 | 2 | -75/+49 | |
| | ||||||
* | Send the owner name, not the client name on SendDialog. | Homer Horwitz | 2009-05-16 | 1 | -1/+1 | |
| | | | | | | This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661. | |||||
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵ | diva | 2009-05-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now | |||||
* | Remove all messages from the groups module that would be output when it is | Melanie Thielker | 2009-05-14 | 2 | -11/+4 | |
| | | | | | | NOT enabled. | |||||
* | Remove a misleading event that was only used internally | Melanie Thielker | 2009-05-14 | 1 | -1/+0 | |
| | ||||||
* | * Adds additional check to MRM rezzing - the host object must be created by ↵ | Adam Frisby | 2009-05-12 | 1 | -1/+3 | |
| | | | | the sim owner, not just owned by it. | |||||
* | * Adds ScenePresence.TeleportWithMomentum - same as .Teleport, but preserves ↵ | Adam Frisby | 2009-05-12 | 1 | -1/+1 | |
| | | | | velocity. | |||||
* | Add more group notify glue | Melanie Thielker | 2009-05-12 | 1 | -0/+7 | |
| | ||||||
* | Paving the way for syncing group permissions across a grid | Melanie Thielker | 2009-05-12 | 2 | -0/+5 | |
| | ||||||
* | * Applies Mantis #3630 - Adds support for outside MRM initialisation, makes ↵ | Adam Frisby | 2009-05-12 | 13 | -18/+32 | |
| | | | | MRMModule compatible with the Visual Studio MRMLoader ( http://forge.opensimulator.org/gf/project/mrmloader/ ) | |||||
* | * Code to make MRM debugging easier. | Adam Frisby | 2009-05-09 | 2 | -1/+6 | |
| | ||||||
* | Prevent normal (Text) IM from being logged by the group message module in | Melanie Thielker | 2009-05-09 | 1 | -1/+2 | |
| | | | | | | | debug mode. Fixes Mantis #3609 | |||||
* | * break out 'xml2' deserialization from sog | Justin Clarke Casey | 2009-05-08 | 4 | -43/+9 | |
| | ||||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 2 | -0/+2 | |
| | ||||||
* | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 2009-05-04 | 1 | -5/+2 | |
| | ||||||
* | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 2009-05-04 | 1 | -0/+4 | |
| | | | | | | | appear to be too slow to be useful, or fail too fire. I may remove the timers as a consequence if this. | |||||
* | Thank you kindly, MCortez for a patch that solves: | Charles Krinke | 2009-05-02 | 1 | -1/+18 | |
| | | | | | | | | | Different people using Hippo 0.5.1 report that trying to send group instant messages crashes the viewer (Hippo 0.5.1). This is the case even for empty groups or if all group members are online. | |||||
* | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 2009-04-30 | 1 | -1/+1 | |
| | | | | | | | | avatar updates into a single packet. Applied with changes. Fixes Mantis #3136 | |||||
* | Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-04-29 | 3 | -156/+280 | |
| | | | | | | | | | The attached patch provides the necessary infrastructure to support security and authentication features of the xmlrpc server. * Read/Write keys for accessing a Group's xmlrpc service. * Requiring user session verification for write operations. | |||||
* | * Correct log message format | Justin Clarke Casey | 2009-04-29 | 3 | -95/+95 | |
| | | | | | | * Fix XmlRpcGroupData.XmlRpcCall() to correctly handle response | |||||
* | * Add test to check temp profile creation on iar load | Justin Clarke Casey | 2009-04-29 | 1 | -4/+1 | |
| | ||||||
* | * Apply further groups xmlrpc to stop an exception in the exception handler | Justin Clarke Casey | 2009-04-29 | 1 | -30/+17 | |
| | | | | | | * Thanks mcortez | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3557 | Justin Clarke Casey | 2009-04-29 | 1 | -1/+19 | |
| | | | | | | | * Stops XmlRpcGroups crashing client sessions if there is an XMLRPC failure * Thanks mcortez | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3554 | Justin Clarke Casey | 2009-04-29 | 1 | -1/+1 | |
| | | | | | | | * Stop converting serviceURL to all lower case. * Thanks mcortez | |||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-29 | 2 | -4/+4 | |
| | ||||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-27 | 6 | -127/+149 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2009-04-27 | 3 | -90/+90 | |
| | ||||||
* | - Setting groups-messaging module to by disabled by default (groups module ↵ | Homer Horwitz | 2009-04-26 | 1 | -3/+3 | |
| | | | | | | | already is). - Make sure it really is Close()d when the configuration isn't sane. |