| Commit message (Expand) | Author | Age | Files | Lines |
* | * Refactored out and de-duplicated Base64ToString(string) | lbsa71 | 2009-03-31 | 4 | -25/+27 |
* | Thanks rtomita for a patch to add a handler for the RemoveInventoryObjects pa... | Jeff Ames | 2009-03-31 | 1 | -0/+29 |
* | Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-03-31 | 11 | -102/+817 |
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 15 | -9838/+9858 |
* | Committing the changed binaries to get jhurliman's patch into our repo | Melanie Thielker | 2009-03-30 | 4 | -0/+0 |
* | Adds support at the inventory server for direct inventory manipulation from a... | diva | 2009-03-30 | 2 | -2/+31 |
* | HGInventoryService now uses the actual authority portion of the user's key to... | diva | 2009-03-30 | 3 | -1159/+1160 |
* | * Fix test breakage by always inserting a gods module when testing | Justin Clarke Casey | 2009-03-30 | 2 | -2/+8 |
* | set MONO_THREADS_PER_CPU for the test runs, see if this makes the | Sean Dague | 2009-03-30 | 2 | -0/+2 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2009-03-30 | 2 | -21/+20 |
* | * refactor: Move god related methods in Scene out to a module | Justin Clarke Casey | 2009-03-30 | 4 | -119/+218 |
* | Sigh. Manual data typing grief. | diva | 2009-03-30 | 3 | -18/+20 |
* | * Remove a debug line of localIDs | Teravus Ovares | 2009-03-30 | 1 | -1/+1 |
* | * Fixing thread safety of avatar adding and removing from the Physics Scene i... | Teravus Ovares | 2009-03-30 | 3 | -7/+29 |
* | Add PickInfoReply packet. | Melanie Thielker | 2009-03-30 | 6 | -0/+41 |
* | Thank you Flyte Xevious for Mantis #3361 - Implementation of llEdgeOfWorld | Dahlia Trimble | 2009-03-29 | 2 | -2/+61 |
* | Added Authorization client code that interfaces with HGLoginAuthService. Impr... | diva | 2009-03-29 | 3 | -21/+192 |
* | Another bit of refactoring to try to make sense of OpenSim.Framework.Communic... | diva | 2009-03-29 | 12 | -2087/+2114 |
* | Moved some files around, so that it's easier to share code between standalone... | diva | 2009-03-29 | 5 | -808/+804 |
* | Don't let a missing configuration cause a NRE | Melanie Thielker | 2009-03-29 | 2 | -0/+11 |
* | Add AcceptNotices member to GroupMembershipData and an overload to | Melanie Thielker | 2009-03-29 | 2 | -0/+2 |
* | Module interface change | Melanie Thielker | 2009-03-29 | 1 | -1/+1 |
* | Change the client API to use GridInstantMessage for the "last mile" of IM | Melanie Thielker | 2009-03-29 | 12 | -135/+61 |
* | Finish the offline IM module (still needs a server). Add rudimentary | Melanie Thielker | 2009-03-29 | 9 | -8/+229 |
* | Minor bug fix in UpdateItem (meta data). | diva | 2009-03-28 | 1 | -1/+3 |
* | * Adding some heuristic error correction to the j2k decoder module to combat ... | Teravus Ovares | 2009-03-28 | 1 | -1/+83 |
* | Add mute list request event and dummy response | Melanie Thielker | 2009-03-28 | 6 | -2/+54 |
* | Fix the plumbing in the offline message module. | Melanie Thielker | 2009-03-28 | 2 | -27/+51 |
* | Add a module skeleton for offline IM storage. No functionality yet. | Melanie Thielker | 2009-03-28 | 2 | -0/+134 |
* | * Remove redundancies in ScenePresence | Teravus Ovares | 2009-03-28 | 1 | -63/+59 |
* | * Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with... | Teravus Ovares | 2009-03-28 | 7 | -8/+17 |
* | Small bugs fixed related to ownership and permissions. | diva | 2009-03-28 | 1 | -9/+18 |
* | Add the events needed for profiles. | Melanie Thielker | 2009-03-27 | 6 | -0/+83 |
* | * Adding a few more requirements for *nix | Teravus Ovares | 2009-03-27 | 3 | -0/+0 |
* | * Thanks arthursv for a patch in mantis 3336 that updated several portions of... | Teravus Ovares | 2009-03-27 | 1 | -1/+1 |
* | * This updates LibOMV to the current release 0.6.0 on March 19 2009 | Teravus Ovares | 2009-03-27 | 22 | -25/+7044 |
* | * refactor: call some EventManager triggers directly rather than through scene | Justin Clarke Casey | 2009-03-27 | 3 | -23/+10 |
* | Moved a method GetDefaultVisualParameters from Scene to AvatarAppearance, whe... | diva | 2009-03-27 | 3 | -16/+19 |
* | * minor: remove one mono compiler warning | Justin Clarke Casey | 2009-03-27 | 1 | -1/+1 |
* | * Implement * wildcard in save iar requests | Justin Clarke Casey | 2009-03-27 | 1 | -14/+36 |
* | * Fix single item iar saving | Justin Clarke Casey | 2009-03-27 | 2 | -7/+11 |
* | Remove a hardcoded flow/dependency on the money module from LLCLientView | Melanie Thielker | 2009-03-27 | 6 | -39/+34 |
* | * minor: move RegionSettingsSerializer into OpenSim.Framework.Serialization | Justin Clarke Casey | 2009-03-27 | 4 | -9/+8 |
* | * Also temporarily disable T032_CrossAttachments() since this relies on the e... | Justin Clarke Casey | 2009-03-27 | 1 | -1/+1 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3347 | Justin Clarke Casey | 2009-03-27 | 2 | -9/+18 |
* | * Temporarily disable ScenePresenceTests.T021_TestCrossToNewRegion() as this ... | Justin Clarke Casey | 2009-03-27 | 1 | -1/+1 |
* | * For each test in OpenSim.Region.Framework.Scenes.Tests, tell the console wh... | Justin Clarke Casey | 2009-03-27 | 5 | -5/+48 |
* | Added the hg login procedure to the user server. | diva | 2009-03-27 | 3 | -2/+261 |
* | svn:eol-style property set. | diva | 2009-03-27 | 1 | -208/+208 |
* | svn:eol-style property set. | diva | 2009-03-27 | 1 | -123/+124 |