aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-23* Updates RESTInterregionComms and LocalInterregionComms to the new region ↵Arthur Valadares1-0/+1
module interface. This fixes an issue where region references were being added but weren't being deleted, causing those "unnotified circuit" messages. * Also fixes tests accordingly - Fixes Mantis #3452 - Fixes Mantis #3388 - Fixes Mantis #3871 - Related to Mantis #3493
2009-07-19* Created a way that the OpenSimulator scene can ask the physics scene to do ↵Teravus Ovares1-0/+4
a raycast test safely. * Test for prim obstructions between the avatar and camera. If there are obstructions, inform the client to move the camera closer. This makes it so that walls and objects don't obstruct your view while you're moving around. Try walking inside a hollowed tori. You'll see how much easier it is now because your camera automatically moves closer so you can still see. * Created a way to know if the user's camera is alt + cammed or just following the avatar. * Changes IClientAPI interface by adding SendCameraConstraint(Vector4 CameraConstraint)
2009-07-17fixed the bug where changing the rotation of a selection of prims in a ↵MW1-0/+1
linkset, made each of those prims rotate around its own centre rather than around the geometric centre of the selection like they should do (and like the client expects). This involved adding a new OnUpdatePrimSingleRotationPosition event to IClientAPI so that we can get the changed position from the client. Btw adding new events to IClientAPI is really tedious where you have to copy the change across to at least 5 or 6 other files. [Note this doesn't fix the bug where any rotation changes to the root prim (but not the whole linkset) cause rotation errors on the child prims.]
2009-07-10Explicitly set up the http server singleton fo the testsMelanie Thielker1-0/+2
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
Change all uses of the HttpServer properties to use the new singleton
2009-07-01Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker1-0/+5
balancer plugin work again. Create a new method, GetClientEP, to retrieve only the EndPoint for script usage. Marked the purpose of the method in IClientAPI.cs with a warning. Also restored the corresponding SetClientInfo functionality.
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-1/+1
This patch ensures that the touch positions are set during touch_end events (currently only working for touch_start and touch events).
2009-06-14Renamed Region/CoreModules/ServiceConnectors to ↵diva1-2/+2
Region/CoreModules/ServiceConnectorsOut. No functional changes.
2009-06-11* Reinstating UserProfileCacheServiceTests. One test still fails ↵Arthur Valadares1-1/+1
(TestUpdateFolder)
2009-06-10duh. wrong variable name in SceneSetup.diva1-4/+4
2009-06-10The previous commit was still wrong.diva1-1/+1
2009-06-10Attempt at fixing the inventory archiver tests.diva1-1/+15
2009-06-10Formatting cleanup.Jeff Ames2-2/+2
2009-06-05* Fix unit tests so that they correctly handle 404 missing asset responseJustin Clarke Casey1-4/+6
* I didn't think there were tests in this area - my bad
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames14-14/+14
LICENSE.txt.
2009-05-29* Add xml2 load testJustin Clarke Casey1-3/+5
2009-05-27* So, giving up on my efforts to de-duplicate the asset handlers. I'll just ↵lbsa711-4/+33
service commit my current state, then start over and this time concentrating only on the new handlers. * Fixed some erroneous refs in Tests.Common
2009-05-27Revert "* Added IntegrationTest Attribute and tagged the ODETestClass"Sean Dague1-17/+0
This reverts commit 8f0096cc7b112fea8f69f391224911f624482747. To get us back to compiling on fresh checkouts.
2009-05-27* Added IntegrationTest Attribute and tagged the ODETestClasslbsa711-0/+17
2009-05-25converting CapabilitiesModule to new region module schemeDr Scofield1-3/+4
2009-05-25letting TestClient implement IClientCore as well to fix test caseDr Scofield1-1/+22
failure due to new NAT code
2009-05-22* Reintroduce save iar test, which wasn't working because the asset service ↵Justin Clarke Casey1-0/+2
hadn't been manually post intiailized
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames5-3/+138
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker2-14/+0
2009-05-18* Re-enable save oar test by loading asset data plugins from test mock classJustin Clarke Casey1-2/+2
* Actually spit out the exception caught by the plugin loader - not much point having plugins throw exceptions if we are just going to ignore them
2009-05-17Renaming [ServiceConnectors] back to [Modules].diva1-2/+2
2009-05-17Update svn properties.Jeff Ames5-290/+290
2009-05-16Send the owner name, not the client name on SendDialog.Homer Horwitz1-1/+1
This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661.
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva1-0/+14
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
2009-05-14* Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great ↵lbsa711-2/+2
justice.
2009-05-14* Changed auto-properties to properties with backing fieldlbsa711-2/+13
* This fixes mantis #3650
2009-05-13* Added some more tests to the GetAssetStreamHandlerslbsa717-27/+285
2009-05-12Paving the way for syncing group permissions across a gridMelanie Thielker1-0/+4
2009-05-11Update svn properties.Jeff Ames1-57/+57
2009-05-08* Extracted common superclass for GetAssetStreamHandler and ↵lbsa711-0/+13
CachedGetAssetStreamHandler * Added some more tests
2009-05-08* Introduced new HttpServer.Tests projectlbsa711-0/+44
* Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
2009-05-07instrument most of the tests with a new InMethod function that may help us ↵Sean Dague1-0/+8
figure out where that pesky deadlock is during test runs.
2009-05-06refactoring Scene.NewUserConnection() to be simpler and clearer.Dr Scofield1-1/+3
2009-05-05- moving banned check and public/private check toDr Scofield1-1/+3
Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region
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
appear to be too slow to be useful, or fail too fire. I may remove the timers as a consequence if this.
2009-04-30Thank you, mpallari, for a patch that increses efficiency by combiningMelanie Thielker1-1/+1
avatar updates into a single packet. Applied with changes. Fixes Mantis #3136
2009-04-24* minor: move user profile test utils to test/common/setup for future reuseJustin Clarke Casey1-0/+68
2009-04-23* Allow interested user data plugins to store temporary user profilesJustin Clarke Casey1-0/+5
* Database and the OGS1 plugins are not interested and hence ignore these calls
2009-04-23* Add user data plugin to store temporary profiles (which are distinct from ↵Justin Clarke Casey1-4/+4
cached) * Plugin not yet used * Existing functionality should not be affected in any way
2009-04-22* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵Justin Clarke Casey1-1/+1
service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules
2009-04-22* Fission OGS1UserServices into user service and OGS1 user data plugin ↵Justin Clarke Casey1-0/+2
components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims
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