aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Fix an invalid seed cap that could be causing issues.Teravus Ovares2009-01-131-0/+4
* * Extended TextureSenderTests and modified TestClient.cs with new methodsSean Dague2009-01-132-27/+167
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-01-134-6/+8
* * minor; Very minor non-functional tidy upsJustin Clarke Casey2009-01-132-12/+6
* * Add copyright notice to NHibernate.UserFriendJustin Clarke Casey2009-01-131-1/+28
* * Apply http://opensimulator.org/mantis/view.php?id=2991Justin Clarke Casey2009-01-131-4/+24
* * Apply http://opensimulator.org/mantis/view.php?id=2992Justin Clarke Casey2009-01-132-87/+0
* * Removing set-time command since it doesn't actually do anything at allJustin Clarke Casey2009-01-133-31/+0
* * minor: Add a couple of code comments about enabling httpserver loggingJustin Clarke Casey2009-01-131-10/+14
* * minor: Stop friendship termination crashing the client thread if the friend...Justin Clarke Casey2009-01-132-2/+5
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-01-132-1/+5
* * Extend current stub packet handler test into a really basic one that checks...Justin Clarke Casey2009-01-121-3/+10
* Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke2009-01-1210-597/+679
* * Separate starting a client thread into a separate Start() method (which mat...Justin Clarke Casey2009-01-126-19/+46
* Fix some C#3.0-isms that broke build in Mono 1.2.6 and MSVC# 2005.Homer Horwitz2009-01-121-4/+4
* Fixed some svn propertiesHomer Horwitz2009-01-122-134/+134
* * Extend PacketHandlerTest to fire in a packet.Justin Clarke Casey2009-01-126-19/+46
* * Apply http://opensimulator.org/mantis/view.php?id=2965Justin Clarke Casey2009-01-126-0/+260
* * Apply http://opensimulator.org/mantis/view.php?id=2980Justin Clarke Casey2009-01-121-0/+4
* * refactor: move packet handler interface into a separate classJustin Clarke Casey2009-01-123-36/+70
* Added WearableItem class to the framework. This class can be used to: load fr...MW2009-01-121-0/+328
* Caught exceptions in some console commandsSean Dague2009-01-121-26/+53
* Enhanced LoginServiceTests to test for authentication and responseSean Dague2009-01-122-44/+305
* Cause permissions on root prims to not override folded permissions anymoreMelanie Thielker2009-01-121-4/+10
* a little bit more work on LLFileTransfer.cs, from over the christmas/new year...MW2009-01-121-7/+11
* Make ZERO_ROTATION.y a float. Fixes Mantis #2985.Mike Mazur2009-01-122-2/+2
* Commenting out the succesful REST message as under heavy use thereCharles Krinke2009-01-121-3/+7
* Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke2009-01-1118-130/+761
* Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke2009-01-101-45/+73
* Revert progressive texture patch from r8001 until issues can be addressedDahlia Trimble2009-01-108-427/+310
* Thank you kindly, StrawberryFride for a patch that:Charles Krinke2009-01-101-40/+61
* Thanks jhurliman for a patch that implements progressive texture downloading ...Dahlia Trimble2009-01-108-135/+256
* minor: remove mono compiler warningJustin Clarke Casey2009-01-091-4/+0
* * minor: Put in stub LLPacketHandler testing codeJustin Clarke Casey2009-01-091-0/+91
* Prevent error message from scripted IMMelanie Thielker2009-01-091-0/+6
* Finish dwell sending, adding the forgotten method body.Melanie Thielker2009-01-095-9/+88
* * Adds the variables passed to the hashtable BaseHttpServer passes in.Teravus Ovares2009-01-083-13/+32
* * Establish placeholder for future TextureSender testsJustin Clarke Casey2009-01-083-4/+60
* * refactor: move url sending from scene to DialogModuleJustin Clarke Casey2009-01-084-27/+29
* * minor: Remove now unused SendEstateMessage... method in Scene I forgot from...Justin Clarke Casey2009-01-081-18/+0
* * refactor: move code to send a dialog to a user from scene to DialogModuleJustin Clarke Casey2009-01-084-13/+35
* * refactor: move estate dialog to DialogModuleJustin Clarke Casey2009-01-083-5/+31
* * refactor: move code for sending a message to all users in a region to the D...Justin Clarke Casey2009-01-085-41/+42
* Update svn properties, minor formatting cleanup.Jeff Ames2009-01-083-6/+7
* * Add session length to session.report.Teravus Ovares2009-01-071-3/+26
* * Added session report. Teravus Ovares2009-01-074-13/+312
* * refactor: Make some direct IClientAPI calls go through the dialog module in...Justin Clarke Casey2009-01-073-10/+36
* * Move general alert code to DialogModule.Justin Clarke Casey2009-01-075-31/+34
* * minor: Remove mono compiler warnings from WindModuleJustin Clarke Casey2009-01-071-1/+2
* * refactor: Establish DialogModule, move some alert code from Scene to hereJustin Clarke Casey2009-01-073-46/+153