| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>" | Dr Scofield | 2009-05-25 | 2 | -22/+3 |
* | From: Chris Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2009-05-25 | 2 | -3/+22 |
* | Update svn properties. | Jeff Ames | 2009-05-25 | 1 | -14/+14 |
* | Allow the perms module to inspect and modify the list of objects to return | Melanie Thielker | 2009-05-24 | 1 | -3/+3 |
* | Add a new permissions check for bulk object returns. | Melanie Thielker | 2009-05-24 | 1 | -0/+17 |
* | This should make HG asset transfers work much better. It now uses HGUuidGathe... | diva | 2009-05-23 | 4 | -115/+72 |
* | * Implements automatic loopback handling for standalone regions. | Adam Frisby | 2009-05-23 | 1 | -7/+22 |
* | * Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulat... | Adam Frisby | 2009-05-23 | 2 | -0/+26 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-22 | 1 | -0/+4 |
* | Cleaning up a few HG things. HG Posts may now work in grids, but if the home ... | diva | 2009-05-22 | 1 | -11/+0 |
* | Added ITeleportModule interface, and added a hook into scene so if a module h... | MW | 2009-05-21 | 2 | -13/+27 |
* | Fix a slight oversight in SceneInventory that would not enable copy to | Melanie Thielker | 2009-05-20 | 1 | -0/+6 |
* | Removing the last reference to CommsManager.AssetCache. | diva | 2009-05-18 | 1 | -2/+1 |
* | Finished HG Service Store. Not fully functional because of problems with asse... | diva | 2009-05-18 | 1 | -36/+30 |
* | HG asset transfers starting to work -- GETs only for now. | diva | 2009-05-17 | 1 | -62/+14 |
* | Another minor bug fix for making notecard/script savings work with old asset ... | diva | 2009-05-16 | 1 | -1/+1 |
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 2009-05-15 | 9 | -51/+73 |
* | Remove a misleading event that was only used internally | Melanie Thielker | 2009-05-14 | 1 | -2/+0 |
* | * refactor: move SceneXmlLoader into subpackage | Justin Clarke Casey | 2009-05-14 | 1 | -2/+2 |
* | * refactor: move bottom part of 'xml2' serializaton to separate class | Justin Clarke Casey | 2009-05-14 | 3 | -68/+67 |
* | * refactor: break some of xml2 serialization out of sog | Justin Clarke Casey | 2009-05-14 | 3 | -15/+21 |
* | Move the connector for the new asset server to a connectors project. Inherit | Melanie Thielker | 2009-05-14 | 1 | -39/+0 |
* | Add most of the meat to the LSL HTTP server | Melanie Thielker | 2009-05-13 | 1 | -0/+3 |
* | Plumb request and return URL functions. | Melanie Thielker | 2009-05-13 | 1 | -2/+3 |
* | Add a skeleton for the LSLHttpServer | Melanie Thielker | 2009-05-13 | 1 | -0/+43 |
* | Remove some no longer needed debug. | Melanie Thielker | 2009-05-13 | 1 | -6/+2 |
* | Fix interface registration/deregistration mechanics | Melanie Thielker | 2009-05-12 | 1 | -9/+14 |
* | Bug fix in SceneBase.RequestModuleInterface. Check that the list's count is g... | diva | 2009-05-12 | 1 | -1/+2 |
* | Making SimStatsReporter a little more restrained in requesting the IEstateMod... | diva | 2009-05-12 | 1 | -1/+3 |
* | * Adds ScenePresence.TeleportWithMomentum - same as .Teleport, but preserves ... | Adam Frisby | 2009-05-12 | 1 | -0/+18 |
* | * EventManager's OnNewPresence event now fires correctly again. | Adam Frisby | 2009-05-12 | 1 | -0/+3 |
* | Add more group notify glue | Melanie Thielker | 2009-05-12 | 1 | -0/+1 |
* | Paving the way for syncing group permissions across a grid | Melanie Thielker | 2009-05-12 | 1 | -0/+2 |
* | Add permission mechanisms for group deeding land | Melanie Thielker | 2009-05-12 | 1 | -0/+17 |
* | Add AssetService of type IAssetService to Scene | Melanie Thielker | 2009-05-11 | 1 | -0/+14 |
* | Squashed commit of the following: | Dr Scofield | 2009-05-11 | 1 | -5/+45 |
* | Add some asset cache plumbing. Change the generic cache from UUID to string | Melanie Thielker | 2009-05-10 | 2 | -1/+11 |
* | COmmitting the asset cache skeleton | Melanie Thielker | 2009-05-09 | 1 | -0/+33 |
* | Fixed handling of inventory a bit | Homer Horwitz | 2009-05-09 | 2 | -8/+8 |
* | * break out 'xml2' deserialization from sog | Justin Clarke Casey | 2009-05-08 | 3 | -82/+74 |
* | * refactor: break out sog original xml serialization to a separate class | Justin Clarke Casey | 2009-05-08 | 5 | -60/+67 |
* | * minor: rename xml sog serialization method for readability | Justin Clarke Casey | 2009-05-08 | 5 | -8/+8 |
* | * refactor: Break out original xml object serialization into a separate class | Justin Clarke Casey | 2009-05-08 | 6 | -98/+144 |
* | instrument most of the tests with a new InMethod function that may help us fi... | Sean Dague | 2009-05-07 | 5 | -17/+23 |
* | refactoring Scene.NewUserConnection() to be simpler and clearer. | Dr Scofield | 2009-05-06 | 1 | -84/+77 |
* | Allow temp-on-rez prims to take part in physics (e.g. temp-on-rez bullets) | Homer Horwitz | 2009-05-05 | 1 | -2/+3 |
* | - moving banned check and public/private check to | Dr Scofield | 2009-05-05 | 5 | -93/+95 |
* | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-05-05 | 1 | -33/+33 |
* | Update svn properties. | Jeff Ames | 2009-05-05 | 1 | -113/+113 |
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -1/+1 |