| Commit message (Expand) | Author | Age | Files | Lines |
* | * Extracted common superclass for GetAssetStreamHandler and CachedGetAssetStr... | lbsa71 | 2009-05-08 | 1 | -0/+13 |
* | * Introduced new HttpServer.Tests project | lbsa71 | 2009-05-08 | 1 | -0/+44 |
* | instrument most of the tests with a new InMethod function that may help us fi... | Sean Dague | 2009-05-07 | 1 | -0/+8 |
* | refactoring Scene.NewUserConnection() to be simpler and clearer. | Dr Scofield | 2009-05-06 | 1 | -1/+3 |
* | - moving banned check and public/private check to | Dr Scofield | 2009-05-05 | 1 | -1/+3 |
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
* | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 2009-05-04 | 1 | -0/+4 |
* | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 2009-04-30 | 1 | -1/+1 |
* | * minor: move user profile test utils to test/common/setup for future reuse | Justin Clarke Casey | 2009-04-24 | 1 | -0/+68 |
* | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 2009-04-23 | 1 | -0/+5 |
* | * Add user data plugin to store temporary profiles (which are distinct from c... | Justin Clarke Casey | 2009-04-23 | 1 | -4/+4 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 2009-04-22 | 1 | -1/+1 |
* | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 2009-04-22 | 1 | -0/+2 |
* | Add PlacesQuery packet | Melanie Thielker | 2009-04-20 | 1 | -0/+2 |
* | Correctly flag group owned prims in the land prim list | Melanie Thielker | 2009-04-16 | 1 | -1/+1 |
* | Fix build break and change some groups interfaces | Melanie Thielker | 2009-04-16 | 1 | -1/+1 |
* | Commit the group deeding support, thank you, mcortez | Melanie Thielker | 2009-04-15 | 1 | -0/+1 |
* | * Resolve unit test failure introduced in r9148 (probably) | Justin Clarke Casey | 2009-04-15 | 1 | -0/+13 |
* | * Make archiver tests pump the asset server manually instead of starting the ... | Justin Clarke Casey | 2009-04-14 | 2 | -4/+45 |
* | * Explicitly start the asset server thread so that unit tests can run single ... | Justin Clarke Casey | 2009-04-14 | 1 | -0/+1 |
* | * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav... | Justin Clarke Casey | 2009-04-14 | 1 | -3/+2 |
* | Formatting cleanup. | Jeff Ames | 2009-04-14 | 1 | -1/+1 |
* | Add copyright headers. | Jeff Ames | 2009-04-14 | 2 | -2/+56 |
* | Update svn properties. | Jeff Ames | 2009-04-14 | 2 | -38/+38 |
* | Thank you, Fly-Man, for a patch that adds the stub to handle the | Melanie Thielker | 2009-04-14 | 1 | -0/+2 |
* | - Moved TerrainModule to the new region-module system. | Homer Horwitz | 2009-04-13 | 1 | -5/+30 |
* | Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Drag | nlin | 2009-04-10 | 1 | -0/+3 |
* | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 2009-04-09 | 1 | -1/+1 |
* | * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th... | lbsa71 | 2009-04-09 | 2 | -0/+39 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3227 | Justin Clarke Casey | 2009-04-07 | 1 | -0/+1 |
* | * Implements World.Parcels[] array for MRM scripting. | Adam Frisby | 2009-04-06 | 1 | -1/+2 |
* | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 2009-04-04 | 1 | -0/+2 |
* | * Fix test breakage by always inserting a gods module when testing | Justin Clarke Casey | 2009-03-30 | 1 | -1/+7 |
* | Add PickInfoReply packet. | Melanie Thielker | 2009-03-30 | 1 | -0/+4 |
* | 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 |
* | Remove a hardcoded flow/dependency on the money module from LLCLientView | Melanie Thielker | 2009-03-27 | 1 | -0/+4 |
* | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 2009-03-23 | 1 | -0/+5 |
* | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 2009-03-21 | 1 | -0/+5 |
* | * Move SceneObject tests into their proper namespace | Justin Clarke Casey | 2009-03-12 | 1 | -0/+3 |
* | * Add basic asset cache get test | Justin Clarke Casey | 2009-03-09 | 1 | -8/+29 |
* | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 2009-03-09 | 1 | -0/+2 |
* | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 2009-02-26 | 2 | -80/+91 |
* | Plumb in the RetrieveInstantMessages event that is sent by the viewer | Melanie Thielker | 2009-02-26 | 1 | -0/+2 |
* | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi... | diva | 2009-02-20 | 1 | -1/+0 |
* | * Reverted the AssetServer fix, apparently something was dependent on IAssetD... | lbsa71 | 2009-02-19 | 1 | -0/+1 |
* | * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri... | lbsa71 | 2009-02-19 | 1 | -1/+0 |