aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-12Fix mono compiler warning.Justin Clark-Casey (justincc)1-1/+1
2012-05-01Add regression test for teleporting between neighbouring regions on the same ...Justin Clark-Casey (justincc)3-14/+106
2012-04-30Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on an...Justin Clark-Casey (justincc)1-0/+46
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2-97/+138
2012-04-21Add TestSetPhysics() to SOP status testsJustin Clark-Casey (justincc)1-1/+1
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2-16/+32
2012-03-29Add back parts of reverted changes that were not concerned with child agent c...Justin Clark-Casey (justincc)1-1/+1
2012-03-29Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)1-1/+1
2012-03-28Simplify friends caching by only doing this for root agents - no functions re...Justin Clark-Casey (justincc)1-1/+1
2012-03-21Instead of loading default avatar animations in both SLUtil and AvatarAnimati...Justin Clark-Casey (justincc)1-5/+0
2012-03-20minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2012-03-07minor: make NPC tests run in a given order, comment out log lines in mock reg...Justin Clark-Casey (justincc)1-11/+11
2012-03-07Stop individually deleting objects at the end of each ObjectTortureTest.Justin Clark-Casey (justincc)1-1/+1
2012-03-01Use a fully stubbed out MockConsole for unit tests rather than inheriting fro...Justin Clark-Casey (justincc)1-1/+1
2012-02-15In ObjectTortureTests, run garbage collector on Teardown and run scene loop u...Justin Clark-Casey (justincc)1-1/+2
2012-02-07Add start GC memory and end GC memory to object stress test printouts.Justin Clark-Casey (justincc)1-0/+5
2012-02-07Add TestAddTaskInventoryItem()Justin Clark-Casey (justincc)1-3/+9
2012-02-07Add a regression test to compile and start a script. Remove Path.GetDirector...Justin Clark-Casey (justincc)1-3/+20
2012-02-03Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen1-1/+1
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-1/+1
2012-01-20Telehub Support:BlueWall1-0/+5
2012-01-19Add image not in database test for LLImageManagerJustin Clark-Casey (justincc)1-0/+6
2012-01-19Add basic request and send image regression tests for LLImageManagerJustin Clark-Casey (justincc)1-5/+8
2011-12-10Implement handler for TeleportCancel inbound packetMelanie1-0/+1
2011-12-08On a new client circuit, send the initial reply ack to let the client know it...Justin Clark-Casey (justincc)1-2/+5
2011-12-05Add test for not found response from GetTexture cap handler.Justin Clark-Casey (justincc)1-0/+179
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-15/+97
2011-12-03Split up test SceneHelpers to provide an AddChildScenePresence() callJustin Clark-Casey (justincc)1-10/+25
2011-12-03Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)1-0/+3
2011-11-14Add test for removing a friendship.Justin Clark-Casey (justincc)1-6/+9
2011-11-14Add very simple FriendsModuleTests.TestNoFriends()Justin Clark-Casey (justincc)1-2/+9
2011-11-06Convert SendKillObject to take a list of uint rather than sending oneMelanie1-1/+1
2011-10-22Get UUIDGatherer to scan notecards in the graph for asset uuids.Justin Clark-Casey (justincc)1-3/+14
2011-10-22redirect UserInventoryHelpers to use a different CreateNotecardAsset() so we ...Justin Clark-Casey (justincc)2-12/+19
2011-10-22correct misleading method doc on CreateNotecardAsset()Justin Clark-Casey (justincc)1-1/+1
2011-10-22in AssetHelpers, store the actual text passed in to the method, not the strin...Justin Clark-Casey (justincc)1-2/+2
2011-10-22encode notecard assets in proper format for tests, rather than just using wha...Justin Clark-Casey (justincc)1-1/+6
2011-10-22refactor: rename some AssetHelpers.CreateAsset() methods to CreateNotecardAss...Justin Clark-Casey (justincc)2-5/+5
2011-10-17refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter w...Justin Clark-Casey (justincc)1-3/+1
2011-10-15move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t...Justin Clark-Casey (justincc)2-5/+5
2011-10-15fetch physical_prim switch from [Startup] config from inside scene, as is don...Justin Clark-Casey (justincc)2-3/+3
2011-10-14refactor: rename IClientAPI.SendPrimUpdate() to SendEntityUpdate() since it s...Justin Clark-Casey (justincc)1-1/+1
2011-09-22Reinstate option to land an npc when it reaches a target.Justin Clark-Casey (justincc)1-1/+1
2011-09-21When calling osNpcMoveTo(), rotate the avatar in the direction of travel.Justin Clark-Casey (justincc)1-0/+82
2011-09-09Fix unit tests from RegionSettings commitJustin Clark-Casey (justincc)1-0/+4
2011-09-08Use scene presence agent id for rezzed object ownership rather than item owner.Justin Clark-Casey (justincc)1-2/+1
2011-08-31get rid of appearance null checks - this is never nullJustin Clark-Casey (justincc)1-0/+1
2011-08-30Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)1-5/+30
2011-08-19Stop NPC's getting hypergrid like names in some circumstances.Justin Clark-Casey (justincc)1-0/+1
2011-08-18Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)2-2/+2