| Commit message (Expand) | Author | Files | Lines |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -0/+1 |
2009-05-04 | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 1 | -0/+4 |
2009-04-30 | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 1 | -1/+1 |
2009-04-23 | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 1 | -0/+5 |
2009-04-23 | * Add user data plugin to store temporary profiles (which are distinct from c... | Justin Clarke Casey | 1 | -4/+4 |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 1 | -1/+1 |
2009-04-22 | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 1 | -0/+2 |
2009-04-20 | Add PlacesQuery packet | Melanie Thielker | 1 | -0/+2 |
2009-04-16 | Correctly flag group owned prims in the land prim list | Melanie Thielker | 1 | -1/+1 |
2009-04-16 | Fix build break and change some groups interfaces | Melanie Thielker | 1 | -1/+1 |
2009-04-15 | Commit the group deeding support, thank you, mcortez | Melanie Thielker | 1 | -0/+1 |
2009-04-15 | * Resolve unit test failure introduced in r9148 (probably) | Justin Clarke Casey | 1 | -0/+13 |
2009-04-14 | * Make archiver tests pump the asset server manually instead of starting the ... | Justin Clarke Casey | 1 | -2/+9 |
2009-04-14 | * Explicitly start the asset server thread so that unit tests can run single ... | Justin Clarke Casey | 1 | -0/+1 |
2009-04-14 | * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav... | Justin Clarke Casey | 1 | -3/+2 |
2009-04-14 | Thank you, Fly-Man, for a patch that adds the stub to handle the | Melanie Thielker | 1 | -0/+2 |
2009-04-10 | Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Drag | nlin | 1 | -0/+3 |
2009-04-07 | * Apply http://opensimulator.org/mantis/view.php?id=3227 | Justin Clarke Casey | 1 | -0/+1 |
2009-04-06 | * Implements World.Parcels[] array for MRM scripting. | Adam Frisby | 1 | -1/+2 |
2009-04-04 | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 1 | -0/+2 |
2009-03-30 | Add PickInfoReply packet. | Melanie Thielker | 1 | -0/+4 |
2009-03-29 | Change the client API to use GridInstantMessage for the "last mile" of IM | Melanie Thielker | 1 | -6/+1 |
2009-03-29 | Finish the offline IM module (still needs a server). Add rudimentary | Melanie Thielker | 1 | -0/+4 |
2009-03-28 | Add mute list request event and dummy response | Melanie Thielker | 1 | -0/+6 |
2009-03-28 | * Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with... | Teravus Ovares | 1 | -1/+1 |
2009-03-27 | Add the events needed for profiles. | Melanie Thielker | 1 | -0/+5 |
2009-03-27 | Remove a hardcoded flow/dependency on the money module from LLCLientView | Melanie Thielker | 1 | -0/+4 |
2009-03-23 | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 1 | -0/+5 |
2009-03-21 | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 1 | -0/+5 |
2009-03-09 | * Add basic asset cache get test | Justin Clarke Casey | 1 | -8/+29 |
2009-03-09 | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 1 | -0/+2 |
2009-02-26 | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 1 | -25/+33 |
2009-02-26 | Plumb in the RetrieveInstantMessages event that is sent by the viewer | Melanie Thielker | 1 | -0/+2 |
2009-02-20 | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi... | diva | 1 | -1/+0 |
2009-02-19 | * Reverted the AssetServer fix, apparently something was dependent on IAssetD... | lbsa71 | 1 | -0/+1 |
2009-02-19 | * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri... | lbsa71 | 1 | -1/+0 |
2009-02-19 | Thank you, Snowdrop, for a patch that makes the callback ID parameter | Melanie Thielker | 1 | -1/+1 |
2009-02-17 | Re-add the objectID field to the anim pack, that was deemed unneccessary | Melanie Thielker | 1 | -1/+1 |
2009-02-16 | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 1 | -3/+2 |
2009-02-16 | * Iniital inventory archive test code. Doesn't actually do any testing yet | Justin Clarke Casey | 1 | -0/+4 |
2009-02-11 | * Change SendBulkUpdateInventory from two methods to one which accepts an Inv... | Justin Clarke Casey | 1 | -5/+1 |
2009-02-09 | From Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 1 | -1/+1 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 3 | -5/+5 |
2009-02-03 | - move OpenSim/Framework/IUserData.cs to OpenSim/Data/IUserData.cs | Mike Mazur | 1 | -1/+2 |
2009-02-03 | - move OpenSim/Framework/IInventoryData.cs to | Mike Mazur | 2 | -45/+47 |
2009-02-03 | - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to | Mike Mazur | 1 | -3/+3 |
2009-02-03 | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ... | Mike Mazur | 1 | -1/+1 |
2009-01-22 | * Add some caps seed capability path checking to the simple non neighbours st... | Justin Clarke Casey | 1 | -1/+9 |
2009-01-21 | * refactor: Extract caps related code from scene and put into a region module | Justin Clarke Casey | 1 | -2/+5 |
2009-01-16 | * Rig up enough infrastructure to actually perform a successful 'standalone' ... | Justin Clarke Casey | 1 | -18/+61 |