| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | refactoring instantiation of Location object: moving it out of the for | Dr Scofield | 2009-05-20 | 1 | -1/+2 |
* | Thank you, StrawberryFride, for a patch to fix SceneBan behavior. | Melanie Thielker | 2009-05-20 | 1 | -19/+23 |
* | Fix a slight oversight in SceneInventory that would not enable copy to | Melanie Thielker | 2009-05-20 | 1 | -0/+6 |
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 6 | -17/+71 |
* | * minor: Tweak the command exception catcher of last resort to make a little ... | Justin Clarke Casey | 2009-05-19 | 1 | -1/+1 |
* | * Take another attempt at http://opensimulator.org/mantis/view.php?id=3191 | Justin Clarke Casey | 2009-05-19 | 1 | -12/+14 |
* | trying to fix exception with in LLPacketQueue probably caused by | Dr Scofield | 2009-05-19 | 1 | -5/+5 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-19 | 1 | -0/+1 |
* | Add initializing m_scene if it's not null. Marking MyScene as [Obsolete] | Melanie Thielker | 2009-05-19 | 1 | -0/+7 |
* | Sculpt mesher refactor | Dahlia Trimble | 2009-05-19 | 1 | -58/+98 |
* | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2009-05-18 | 5 | -199/+4 |
* | Bug fix and config rename. | diva | 2009-05-18 | 1 | -1/+2 |
* | 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 | 2 | -39/+36 |
* | * minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191 | Justin Clarke Casey | 2009-05-18 | 2 | -21/+10 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=3191 | Justin Clarke Casey | 2009-05-18 | 3 | -12/+15 |
* | * Re-enable save oar test by loading asset data plugins from test mock class | Justin Clarke Casey | 2009-05-18 | 2 | -219/+216 |
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-05-18 | 1 | -1/+2 |
* | From: Alan Webb <alan_webb> & Dr Scofield<drscofield@xyzzyxyzzy.net> | Dr Scofield | 2009-05-18 | 2 | -22/+22 |
* | Refactor: Change "Servers" to "Server", since the can only be one. Break | Melanie Thielker | 2009-05-18 | 3 | -3/+3 |
* | Move the connectors under services for reasons of application logic. Remove | Melanie Thielker | 2009-05-18 | 1 | -1/+1 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-18 | 2 | -2/+3 |
* | Thank you kindly, Jonc, for a patch that solves | Charles Krinke | 2009-05-17 | 1 | -1/+1 |
* | Renaming [ServiceConnectors] back to [Modules]. | diva | 2009-05-17 | 6 | -7/+6 |
* | Update svn properties. | Jeff Ames | 2009-05-17 | 2 | -133/+133 |
* | Removing a superfluous message, just to make bamboo run again. | diva | 2009-05-17 | 1 | -1/+0 |
* | HG asset transfers starting to work -- GETs only for now. | diva | 2009-05-17 | 2 | -83/+55 |
* | Send the owner name, not the client name on SendDialog. | Homer Horwitz | 2009-05-16 | 4 | -10/+24 |
* | Another minor bug fix for making notecard/script savings work with old asset ... | diva | 2009-05-16 | 1 | -1/+1 |
* | * Resolve bug where save oar would never complete if any assets were missing | Justin Clarke Casey | 2009-05-15 | 3 | -17/+11 |
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 2009-05-15 | 44 | -495/+513 |
* | some sculpted prim geometry accuracy and meshing speed improvements | Dahlia Trimble | 2009-05-15 | 1 | -22/+7 |
* | Remove all messages from the groups module that would be output when it is | Melanie Thielker | 2009-05-14 | 2 | -11/+4 |
* | Remove a misleading event that was only used internally | Melanie Thielker | 2009-05-14 | 2 | -3/+0 |
* | * When saving an oar, save assets when immediately received rather than stori... | Justin Clarke Casey | 2009-05-14 | 5 | -132/+132 |
* | * refactor: move SceneXmlLoader into subpackage | Justin Clarke Casey | 2009-05-14 | 2 | -2/+3 |
* | Added a bool variable to OGS1GridServices to be able to turn off the use of t... | MW | 2009-05-14 | 1 | -9/+16 |
* | * refactor: move bottom part of 'xml2' serializaton to separate class | Justin Clarke Casey | 2009-05-14 | 5 | -70/+69 |
* | * refactor: break some of xml2 serialization out of sog | Justin Clarke Casey | 2009-05-14 | 7 | -19/+29 |
* | Move the connector for the new asset server to a connectors project. Inherit | Melanie Thielker | 2009-05-14 | 2 | -223/+9 |
* | Honor the temp and local asset flags | Melanie Thielker | 2009-05-14 | 2 | -0/+12 |
* | Fix up some URL details | Melanie Thielker | 2009-05-13 | 1 | -6/+3 |
* | Add the port to the generated URL. For some reson this still doesn't want to | Melanie Thielker | 2009-05-13 | 1 | -1/+1 |
* | Make the LSL HTTP server create and give out URLs to scripts | Melanie Thielker | 2009-05-13 | 3 | -14027/+14360 |
* | Add most of the meat to the LSL HTTP server | Melanie Thielker | 2009-05-13 | 3 | -12/+133 |
* | Plumb request and return URL functions. | Melanie Thielker | 2009-05-13 | 3 | -7/+22 |
* | Add a skeleton for the LSLHttpServer | Melanie Thielker | 2009-05-13 | 3 | -0/+160 |
* | Implement llAttachToAvatar() | Melanie Thielker | 2009-05-13 | 1 | -1/+27 |
* | Implement llDetachFromAvatar() | Melanie Thielker | 2009-05-13 | 1 | -1/+27 |
* | Add interface, stub implementation and | Charles Krinke | 2009-05-13 | 3 | -0/+14 |