aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-28Pull out distinct cache system folders and drop cache methods in InventoryCacheJustin Clark-Casey (justincc)1-1/+11
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto1-0/+5
2009-08-19Fixing a spot I missed in assets. Switching Grid to the new naming schema wit...Kunnis1-0/+13
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto1-0/+5
2009-08-19A better purge of trash folder.Diva Canto1-1/+1
2009-08-16Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ...Adam Johnson1-0/+1
2009-08-14Re-enable TestSaveIarV0_1()Justin Clark-Casey (justincc)1-3/+11
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto1-0/+5
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto1-2/+2
2009-08-13Formatting cleanup. Add copyright headers.Jeff Ames1-1/+28
2009-08-11Added new operations to mock inventory service in tests.Diva Canto1-0/+15
2009-08-11* Improves SceneSetupHelper to allow the tester to choose a real or mock, inv...Arthur Valadares2-2/+140
2009-08-10First pass at cleaning up old OGS1 and Local Inventory: removed everything-in...Diva Canto1-5/+0
2009-08-10More clean up from asset cache legacy. None of these classes are used anymore.Diva Canto1-119/+0
2009-08-07This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)1-1/+1
2009-08-05test item data storage impementation (unused as of yet)Justin Clark-Casey (justincc)1-14/+31
2009-07-19* Created a way that the OpenSimulator scene can ask the physics scene to do ...Teravus Ovares1-0/+4
2009-07-17fixed the bug where changing the rotation of a selection of prims in a linkse...MW1-0/+1
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
2009-07-01Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker1-0/+5
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-1/+1
2009-06-11* Reinstating UserProfileCacheServiceTests. One test still fails (TestUpdateF...Arthur Valadares1-1/+1
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames8-8/+8
2009-05-25letting TestClient implement IClientCore as well to fix test caseDr Scofield1-1/+22
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames3-2/+83
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker1-11/+0
2009-05-17Update svn properties.Jeff Ames4-226/+226
2009-05-16Send the owner name, not the client name on SendDialog.Homer Horwitz1-1/+1
2009-05-14* Changed auto-properties to properties with backing fieldlbsa711-2/+13
2009-05-13* Added some more tests to the GetAssetStreamHandlerslbsa715-26/+218
2009-05-12Paving the way for syncing group permissions across a gridMelanie Thielker1-0/+4
2009-05-06refactoring Scene.NewUserConnection() to be simpler and clearer.Dr Scofield1-1/+3
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-05-04Add a method to flush the prim update buffers once a frame, since the timerMelanie Thielker1-0/+4
2009-04-30Thank you, mpallari, for a patch that increses efficiency by combiningMelanie Thielker1-1/+1
2009-04-23* Allow interested user data plugins to store temporary user profilesJustin Clarke Casey1-0/+5
2009-04-23* Add user data plugin to store temporary profiles (which are distinct from c...Justin Clarke Casey1-4/+4
2009-04-22* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se...Justin Clarke Casey1-1/+1
2009-04-22* Fission OGS1UserServices into user service and OGS1 user data plugin compon...Justin Clarke Casey1-0/+2
2009-04-20Add PlacesQuery packetMelanie Thielker1-0/+2
2009-04-16Correctly flag group owned prims in the land prim listMelanie Thielker1-1/+1
2009-04-16Fix build break and change some groups interfacesMelanie Thielker1-1/+1
2009-04-15Commit the group deeding support, thank you, mcortezMelanie Thielker1-0/+1
2009-04-15* Resolve unit test failure introduced in r9148 (probably)Justin Clarke Casey1-0/+13
2009-04-14* Make archiver tests pump the asset server manually instead of starting the ...Justin Clarke Casey1-2/+9
2009-04-14* Explicitly start the asset server thread so that unit tests can run single ...Justin Clarke Casey1-0/+1
2009-04-14* refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav...Justin Clarke Casey1-3/+2
2009-04-14Thank you, Fly-Man, for a patch that adds the stub to handle theMelanie Thielker1-0/+2
2009-04-10Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin1-0/+3