| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
| |
For a script to successfully cross, both source and destination region must
enable the feature. WARNING: Trusting binaries from other sims allows
ARBITRARY REMOTE CODE EXECUTION for ANYONE! Please do not use except
in ultimate trust scenarios!
|
|
|
|
|
|
|
| |
(because GridServer is too old), complain.
Not used yet, but will be necessary for crossing regions correcly.
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
GCSettings.LatencyMode.ToString());
|
|
|
|
|
|
| |
* Enabled GC server
* Enabled concurrent collections
|
|
|
|
|
| |
Move the DotNetEngine Unloading script debug message
|
|
|
|
| |
the LLSD login authentication
|
|
|
|
|
|
| |
than just stopping it.
|
| |
|
|
|
|
|
|
| |
Stop scripts that are removed from an object's inventory
|
| |
|
| |
|
|
|
|
|
|
|
| |
loss of no copy attachments, as the client context/thread was terminating
before the save could complete.
|
|
|
|
| |
couple of commits ago
|
|
|
|
|
|
|
| |
* This allows removal of the old NHiberate.Mapping.Attributes.dll
* Also add in the files I forgot about last time. Doh!
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
(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
|
| |
|
|
|
|
|
| |
non-root SOPs. Now, they will use the SOG the SOP belongs to.
|
|
|
|
|
| |
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
| |
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
also reinstate the texture issue, which needs ot be fixed another way.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Fix llTriggerSound()
* Thanks Godfrey!
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
class. Thanks sdague for the protip!
|
|
|
|
| |
m_interServiceInventoryService from private to protected
|
| |
|
|
|
|
| |
OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service.
|
|
|
|
| |
user server to get a list of items in a folder and add a new item.
|
|
|
|
|
|
| |
exceptions as well.
|
|
|
|
|
| |
they will use the SOG the SOP belongs to (as it was for the root-SOP already).
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
starting something different
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
|
| |
than it solved by trying to use, and then exhausting, the connection pool
|