Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed missing ToString() in map_blocks response in grid-server | Homer Horwitz | 2008-12-05 | 1 | -1/+4 |
| | | | | | | | - Added remoting_port to the non-fast if-branch, too - Added httpPort field to map_blocks response. This isn't needed yet, but will be for correct crossing between regions. Note: This touches the GridServer. | ||||
* | Implementation of the llDetectedTouch* functions | idb | 2008-12-05 | 8 | -22/+129 |
| | |||||
* | Fixed Mantis #2756 | Tedd Hansen | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | killing warnings, reformatting RemoteAdminPlugin | Dr Scofield | 2008-12-05 | 4 | -19/+23 |
| | |||||
* | save file before commit is often useful | Tedd Hansen | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | Fix: removed m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", ↵ | Tedd Hansen | 2008-12-05 | 1 | -1/+2 |
| | | | | GCSettings.LatencyMode.ToString()); | ||||
* | Garbage Collector | Tedd Hansen | 2008-12-05 | 1 | -0/+4 |
| | | | | | | * Enabled GC server * Enabled concurrent collections | ||||
* | Mantis #2350 | idb | 2008-12-05 | 2 | -4/+6 |
| | | | | | Move the DotNetEngine Unloading script debug message | ||||
* | some small refactoring of the LoginService to allow sub classes to override ↵ | MW | 2008-12-05 | 1 | -11/+18 |
| | | | | the LLSD login authentication | ||||
* | Actually remove the script when it's task inventory item is deleted, rather | Melanie Thielker | 2008-12-05 | 1 | -1/+1 |
| | | | | | | than just stopping it. | ||||
* | And fix it right | Melanie Thielker | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | Mantis #2754 | Melanie Thielker | 2008-12-05 | 1 | -0/+4 |
| | | | | | | Stop scripts that are removed from an object's inventory | ||||
* | Allow no-copy attachments to be worn without losing them | Melanie Thielker | 2008-12-05 | 1 | -3/+7 |
| | |||||
* | Yay for languages without default parameter values | Melanie Thielker | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | Stop trying to save attachment states on logout. That caused a predicatble | Melanie Thielker | 2008-12-05 | 1 | -10/+7 |
| | | | | | | | loss of no copy attachments, as the client context/thread was terminating before the save could complete. | ||||
* | * minor: Take out some of the test log output I accidentally left in a ↵ | Justin Clarke Casey | 2008-12-04 | 2 | -2/+2 |
| | | | | couple of commits ago | ||||
* | * Check in another patch from http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 2008-12-04 | 11 | -7/+693 |
| | | | | | | | * This allows removal of the old NHiberate.Mapping.Attributes.dll * Also add in the files I forgot about last time. Doh! | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2750 with a small tweak. | Justin Clarke Casey | 2008-12-04 | 1 | -2/+5 |
| | | | | | | | * Initializes ODE only when a scene is grabbed rather than on plugin load. This means we don't initialize ode if that physics engine is not used, and it allows other ode use plugins to be used instead. | ||||
* | * Put in the code necessary to allow inventory transfer of whole folders ↵ | Justin Clarke Casey | 2008-12-04 | 9 | -41/+380 |
| | | | | | | | | (and their contents) between agents, not just single items * However, this is not currently activated since it's not absolutely fully tested and there's a bug lurking in there to do with the sending of the BulkInventoryUpdate packets | ||||
* | Minor formatting cleanup. | Jeff Ames | 2008-12-03 | 2 | -10/+10 |
| | |||||
* | Fixes Mantis#2744: Permissions returned false for resetting scripts in | Homer Horwitz | 2008-12-03 | 1 | -0/+6 |
| | | | | | non-root SOPs. Now, they will use the SOG the SOP belongs to. | ||||
* | * Minor test correction, comment removal | Sean Dague | 2008-12-03 | 2 | -3/+1 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | * Locked some RemoteAdmin methods due to racing condition bad behavior. | Sean Dague | 2008-12-03 | 1 | -392/+407 |
| | | | | | | | | | | * Methods locked: CreateRegion, DeleteRegion, CreateUser, CreateUserMethodEmail, UpdateUserAccountMethod, LoadOARMethod, LoadXMLMethod * An example of bad behavior was multiple region creation where same UUID and grid location was possible, by running multiple XMLRPC threads. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | Extends Avatar Appearance tests | Sean Dague | 2008-12-03 | 1 | -1/+109 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | From: Christopher Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2008-12-03 | 1 | -1/+4 |
| | | | | | | | | The attached patch fixes the bug where llCreateLink will cause a null dereference if the avatar who gave link permission for the object is no longer logged in. | ||||
* | Reinstate closing the EQ when the UDP circuit disconnects. This will likely | Melanie Thielker | 2008-12-03 | 1 | -9/+6 |
| | | | | | | also reinstate the texture issue, which needs ot be fixed another way. | ||||
* | Make a couple log4net instances static readonly. | Jeff Ames | 2008-12-03 | 2 | -2/+2 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-12-03 | 2 | -2511/+2511 |
| | |||||
* | Remove a line of debug info in XEngine that i missed | Melanie Thielker | 2008-12-03 | 1 | -1/+1 |
| | |||||
* | Remove the bandaid (fast rip) | Melanie Thielker | 2008-12-03 | 2 | -19/+19 |
| | |||||
* | Apply Diva's bandaid to OpenSim's scraped knee. | Melanie Thielker | 2008-12-03 | 2 | -19/+19 |
| | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2741 | Justin Clarke Casey | 2008-12-02 | 1 | -1/+1 |
| | | | | | | | * Fix llTriggerSound() * Thanks Godfrey! | ||||
* | * Reapply http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 2008-12-02 | 17 | -387/+509 |
| | | | | | | | | | * This patch gets NHibernate working *** PLEASE NOTE: This patch now requires the libmono-oracle2.0-cil library to be installed on Ubuntu (to stop the System.Data.Oracle missing failure) *** * Not sure what the dependency is on other distros. Adding this info to http://opensimulator.org/wiki/Build_Instructions would be most welcome * Adds Castle.* libraries that were missing last time (note, dlls have been added from http://downloads.sourceforge.net/nhibernate/NHibernate-2.0.1.GA-bin.zip) | ||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=2743 and ↵ | Justin Clarke Casey | 2008-12-02 | 2 | -8/+3 |
| | | | | | | | | | | | | http://opensimulator.org/mantis/view.php?id=2739 by no longer bothering to store or retrieve the local parentID in the region database * The original issue is that the now randomly generated local ids do not fit into the int parentID datatype * However, as far as I know it's actually pointless to store this local parent ID anyway (we already store the groupUUID), especially as we don't bother to store the localID (as opposed to UUID itself). * Conservatively, the actual column will be removed in a later commit | ||||
* | * reverted 7561 as the logger reference should always be private to the ↵ | lbsa71 | 2008-12-02 | 2 | -2/+2 |
| | | | | class. Thanks sdague for the protip! | ||||
* | changed UserManagerBase. IInterServiceInventoryServices ↵ | MW | 2008-12-02 | 1 | -1/+1 |
| | | | | m_interServiceInventoryService from private to protected | ||||
* | Remove some of the XEngine chattiness | Melanie Thielker | 2008-12-02 | 2 | -4/+4 |
| | |||||
* | Made BaseOpenSimServer.ShutdownSpecific() public. As the ↵ | MW | 2008-12-02 | 6 | -6/+5 |
| | | | | OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service. | ||||
* | Added two new "trusted" url handlers to the Inventory server, to allow the ↵ | MW | 2008-12-02 | 2 | -10/+34 |
| | | | | user server to get a list of items in a folder and add a new item. | ||||
* | Catch all possible exceptions in the mysql module. It throws non-mysql | Melanie Thielker | 2008-12-02 | 1 | -2/+2 |
| | | | | | | exceptions as well. | ||||
* | Fix Mantis#2527. Permissions returned false for editing non-root SOPs. Now, | Homer Horwitz | 2008-12-01 | 1 | -0/+8 |
| | | | | | they will use the SOG the SOP belongs to (as it was for the root-SOP already). | ||||
* | don't close eventqueues when you leave a region. This really does seem | Sean Dague | 2008-12-01 | 1 | -2/+10 |
| | | | | | | | | | to fix the A -> B -> A issue. Because the code is very reuse friendly, it shouldn't cause much additional memory bloat in the sims. I'm sure this isn't the right fix, but it is progress, and confirms that the close path while leaving a region is part of the issue. | ||||
* | * minor: A few tiny bits of documentation and log message cleanup before ↵ | Justin Clarke Casey | 2008-12-01 | 5 | -8/+10 |
| | | | | starting something different | ||||
* | * Assume that asset data in a reset inventory post is not inlined by default | Justin Clarke Casey | 2008-12-01 | 1 | -3/+2 |
| | | | | | | * This means that the xml of a get request can be used as the input with a few value tweaks, instead of having to explicitly put inline="false" in the output xml | ||||
* | Fix the terrain loader | Melanie Thielker | 2008-12-01 | 1 | -1/+1 |
| | |||||
* | * minor: remove 2 mono compiler warnings | Justin Clarke Casey | 2008-12-01 | 2 | -2/+2 |
| | |||||
* | More reverts. Revert the MySQL database module. This caused more issues | Melanie Thielker | 2008-12-01 | 1 | -474/+513 |
| | | | | | | than it solved by trying to use, and then exhausting, the connection pool | ||||
* | * Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵ | Justin Clarke Casey | 2008-12-01 | 17 | -509/+387 |
| | | | | for now. | ||||
* | * stop inventory item creation via REST falling over on any included assets ↵ | Justin Clarke Casey | 2008-12-01 | 1 | -93/+93 |
| | | | | | | | | that are not inline (UUID only) * make rest inventory item xml output use 'invtype' for inventory type rather than just 'type'. This makes it symmetrical with input xml | ||||
* | * minor: fix log message printed when unrecognized elements are found in ↵ | Justin Clarke Casey | 2008-12-01 | 2 | -135/+119 |
| | | | | inventory rest input xml |