aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/Tests/TestLLUDPServer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-08Add regression test for client logout due to ack timeout.Justin Clark-Casey (justincc)1-0/+9
2011-12-08Extend TestAddClient() to check that the first packet received is an ack packetJustin Clark-Casey (justincc)1-89/+88
2011-10-12Bring LindenUDP.Tests back from the dead. No tests are running.Justin Clark-Casey (justincc)1-35/+44
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto1-0/+0
2009-10-01Formatting cleanup.Jeff Ames1-3/+3
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-3/+3
2009-02-12* optimized usings.lbsa711-2/+0
2008-11-06* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+0
2008-11-06* refactor: Split BeginRecieve() into BeginReceive() and BeginRobustReceive()Justin Clarke Casey1-1/+1
2008-11-06* Test to ensure that the udp server stays active after receiving a SocketExc...Justin Clarke Casey1-2/+5
2008-11-06* refactor: factor out test packet send method in client stack unit testsJustin Clarke Casey1-2/+24
2008-10-30test: Extend malformed packet test to actually check that a valid packet can ...Justin Clarke Casey1-2/+3
2008-10-30* test: Test that the client stack doesn't completely blow up if a client pas...Justin Clarke Casey1-1/+11
2008-10-27Update svn properties, minor formatting cleanup.Jeff Ames1-12/+12
2008-10-23* Reenable assert for the add circuit testJustin Clarke Casey1-1/+7
2008-10-23* Introduce a basic udp circuit test for adding a clientJustin Clarke Casey1-3/+63
2008-10-23* Refactor LLUDPServer slightly so that unit tests can pass in data synchrono...Justin Clarke Casey1-23/+13
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-1/+0
2008-06-26Separate POS classes into mutiple files.Jeff Ames1-715/+0
2008-06-25More svn properties. Minor cleanup in POS.Jeff Ames1-32/+47
2008-05-25* Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.Teravus Ovares1-0/+8
2008-05-16Formatting cleanup.Jeff Ames1-3/+3
2008-05-14* Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of...Teravus Ovares1-1/+2
2008-05-06* If you llApplyImpulse on an attachment, it applies impulse on the avatar, n...Teravus Ovares1-2/+2
2008-05-03* Committing some collision stuffs that I'm working on.Teravus Ovares1-0/+24
2008-04-23* Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF)Teravus Ovares1-0/+11
2008-03-25* Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.Teravus Ovares1-0/+6
2008-03-18Formatting cleanup.Jeff Ames1-31/+30
2008-03-10ODEPluginTeravus Ovares1-0/+10
2008-03-10* Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares1-0/+17
2008-03-02* This is a very icky implementation of physical linkset prim using fixed joi...Teravus Ovares1-0/+16
2008-02-23* Added Support within the ODEPlugin for Selected. Which means that;Teravus Ovares1-0/+10
2008-02-18ODE: Tired of floating above the ground after crossing a border? Boy have I ...Teravus Ovares1-1/+1
2008-02-17* Located and destroyed the weird velocity and rotation transfers. It turned...Teravus Ovares1-0/+10
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-9/+9
2008-02-13* Bigish ODE stability Update. Run PrebuildTeravus Ovares1-0/+8
2008-02-13* Made physical prim stable enough for the general population to turn on. (th...Teravus Ovares1-0/+10
2008-02-11* Added PhysicsScene.Dispose()Teravus Ovares1-0/+3
2008-01-29* Implemented grab and throw in ODE. It's a little strong still so toss gent...Teravus Ovares1-0/+21
2008-01-12* Added some of the finer control points to POS such asTeravus Ovares1-0/+7
2007-12-27* Optimized usingslbsa711-33/+51
2007-12-19* Re-did the mass calculations in ODE for Prim Teravus Ovares1-0/+36
2007-12-19Misc. cleanup:Jeff Ames1-4/+3
2007-12-12* Added some simstats to fill the simulator pane of the Statistics monitor.Teravus Ovares1-1/+4
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-1/+1
2007-11-20per chi11ken: adding check for out-of-bounds avatars in POSBrian McBee1-0/+18
2007-11-20New improved POS! With slippery avatars and extra calculations.Brian McBee1-0/+10
2007-11-20fixed array range out of bounds exception and reference invalidation under lo...Jeff Ames1-21/+26
2007-11-20Reverting my POS changes. I need to think this through a bit more.Brian McBee1-14/+14