aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-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-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)1-4/+4
2011-10-15fetch physical_prim switch from [Startup] config from inside scene, as is don...Justin Clark-Casey (justincc)1-2/+2
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-09Fix unit tests from RegionSettings commitJustin Clark-Casey (justincc)1-0/+4
2011-08-18Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)1-1/+1
2011-08-10early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)1-1/+1
2011-08-10Stop trying to deregister caps or close child agents when an NPC is removedJustin Clark-Casey (justincc)1-1/+1
2011-08-09When an NPC is created, stop telling neighbouring regions to expect a child a...Justin Clark-Casey (justincc)1-3/+4
2011-08-03get rid of vestigal move to parametersJustin Clark-Casey (justincc)1-1/+1
2011-07-23Fix LLTextBox to work with the updated libOMVMelanie1-1/+1
2011-05-31Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)1-1/+1
2011-05-14When loading an OAR that doesn't have parcels, create a default parcelOren Hurvitz1-2/+11
2011-04-15remove mock asset service for tests in favour of always using the real oneJustin Clark-Casey (justincc)1-123/+0
2011-04-15Remove the mock inventory service for tests and just use the real one all the...Justin Clark-Casey (justincc)1-186/+0
2011-04-15Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)1-4/+18
2011-04-13First pass at moving object property requests into a queue similarMic Bowman1-9/+2
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-9/+2
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-9/+2
2011-03-25Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)1-1/+1
2011-02-18Put some CapabilitiesModule null checks in SceneJustin Clark-Casey (justincc)1-2/+5
2011-01-27When an oar is loaded, do not create a default parcel before loading the parc...Justin Clark-Casey (justincc)1-1/+1
2011-01-27Fix OAR parcel loading so that old parcels are replaced by the new instead of...Justin Clark-Casey (justincc)1-0/+5
2010-12-30Implement SendPlacesReplyMelanie1-0/+4
2010-12-21* Adds AbortXfer to the ClientAPI mixTeravus Ovares (Dan Olivares)1-0/+5
2010-12-14Start implementing a test for 'share with group' object functionality. Not y...Justin Clark-Casey (justincc)1-2/+3
2010-12-14Add mock group services connector and use this in testsJustin Clark-Casey (justincc)1-0/+236
2010-11-03Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie1-1/+9
2010-10-20Major refactoring of appearance handling.Master ScienceSim1-1/+1
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-1/+1
2010-09-16minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-3/+3
2010-09-12Fix unit test SceneSetupHelpers to load the mock simulation data storeJohn Hurliman1-0/+75
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-7/+3