aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Move from IP to hostname for seed caps on login, for gridmode and standalone.Homer Horwitz2008-12-113-3/+4
* * Also add the OpenSim.Framework reference to prebuild.xml needed by WindowsJustin Clarke Casey2008-12-111-0/+1
* * minor: reindent bits of OpenSim.ini.exampleJustin Clarke Casey2008-12-111-7/+6
* * Pop in a missing using statement without which UserProfileCacheServiceTests...Justin Clarke Casey2008-12-111-1/+10
* minor: Add request inventory testJustin Clarke Casey2008-12-112-3/+22
* * Delete currently unrun TestInventory.cs superseded by BasicInventoryTestsJustin Clarke Casey2008-12-112-1068/+0
* * Update DotNetOpenMail to 0.5.8b (taken from http://sourceforge.net/project/...Justin Clarke Casey2008-12-112-0/+1
* * Fold mock classes into existing OpenSim/Tests/Common assembly rather than s...Justin Clarke Casey2008-12-1113-43/+23
* * Remove duplicate Python module entry in prebuild.xml (it's not impossible t...Justin Clarke Casey2008-12-111-27/+0
* * Extend test to probe for user details that should existJustin Clarke Casey2008-12-111-2/+8
* * test: Add simple user profile test that checks for non-existing usersJustin Clarke Casey2008-12-113-4/+25
* * minor: Move mock test classes into mock namespaceJustin Clarke Casey2008-12-1112-16/+16
* Reimplemented running of ShutdownCommandFile. Mantis #2800MW2008-12-111-0/+9
* Update svn properties, minor formatting cleanup.Jeff Ames2008-12-112-18/+18
* Make object return actually use the CanReturnObject permission, rather thanMelanie Thielker2008-12-111-9/+3
* * Committing a slightly distilled version of nlin's ODECharacter race conditi...Teravus Ovares2008-12-102-45/+139
* * refactor: Move test infrastructure code to its own package so that it can b...Justin Clarke Casey2008-12-1012-347/+405
* * Delete empty unused test directoriesJustin Clarke Casey2008-12-100-0/+0
* * refactor: Move inventory handlers out from UserProfileCacheServiceJustin Clarke Casey2008-12-105-289/+292
* * Establish OpenSim.Framework.Communications.Tests beachheadJustin Clarke Casey2008-12-104-8/+89
* * Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315Justin Clarke Casey2008-12-103-8/+10
* Applying diva's revert patch. Reverts closing child agents and makesMelanie Thielker2008-12-103-31/+6
* * Enable agent to agent transfer of inventory foldersJustin Clarke Casey2008-12-091-5/+0
* * Actually update subfolders of parent folders in the inventory cache when a ...Justin Clarke Casey2008-12-093-9/+65
* * Apply terrain flip patch from http://opensimulator.org/mantis/view.php?id=2315Justin Clarke Casey2008-12-092-1/+48
* * Fixes a few instances of llSetStatus with Axis lock gone wrong. Teravus Ovares2008-12-091-4/+46
* * minor: remove some old logging messagesJustin Clarke Casey2008-12-093-9/+6
* From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague2008-12-092-4/+19
* Minor formatting cleanup.Jeff Ames2008-12-091-2/+2
* * Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.Teravus Ovares2008-12-0912-2/+64
* clean up some old debugging codeDahlia Trimble2008-12-091-43/+0
* * Added primitive exception logging capabilities.Adam Frisby2008-12-093-9/+57
* Remove null checks on structsidb2008-12-091-6/+6
* Reinstate setting timeout to never, the default 30 second timeout was causing...idb2008-12-081-1/+1
* change a UUID cast to an actual new UUID call to be consistant withSean Dague2008-12-081-1/+1
* fix an issue I found where primshapes weren't every being removedSean Dague2008-12-081-9/+82
* * Killed off OpenSimExport. One project less to maintain.lbsa712008-12-082-149/+1
* * Adds some rudimentary error handling to the physics debug drawstuff tool.Teravus Ovares2008-12-081-6/+16
* * Fixes control issue at the root of the boat turning problem.Teravus Ovares2008-12-081-0/+18
* Allow empty statements in LSL (; followed by ;). Fixes Mantis#2320Homer Horwitz2008-12-072-7665/+7735
* * Tweaks physics so that linked prim are a single body. This will make linke...Teravus Ovares2008-12-075-83/+697
* Send the creation-date of items to the viewer. This fixes Mantis#2769.Homer Horwitz2008-12-062-3/+3
* And change OpenSim.ini.example back. Too many copies out there already to tak...Melanie Thielker2008-12-061-1/+1
* Change AllowScriptCrossings to be AllowScriptCrossing to match theMelanie Thielker2008-12-061-1/+1
* Fix an ArgumentNullException when moving a DotNet scripted object to the next...idb2008-12-061-2/+2
* Fix typo in OpenSim.ini.example (#2764)Jeff Ames2008-12-061-1/+1
* Add copyright headers.Jeff Ames2008-12-062-3/+56
* GUI for launching grids. Early version, but should work fine.Tedd Hansen2008-12-0634-0/+4274
* Minor formatting cleanup.Jeff Ames2008-12-061-7/+7
* Committing the missing bits to enable script crossing. Disabled by default.Melanie Thielker2008-12-052-1/+81