| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
compatible with older OpenSim versions again.
Removed ability to choose 0.4 to avoid having to write code that polices this properly. Please shout on the ml if you really need this.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
to make the association clear
|
| |
| |
| |
| | |
usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
Creator name properly shown on the viewer as first.last @authority.
New option added to save oar -profile=url. Migration on RegionStore making CreatorID be 255 chars.
Moved Handling of user UUID -> name requests to a new module UserManagement/UserManagementModule.
|
| |
| |
| |
| |
| |
| |
| |
| | |
If oar contents are being changed such that older versions of opensim can't load them, then the major version must be increased
This also locks version parameters to either 1.0 or 0.4, so that arbitrary 'versions' cannot be saved
Also closes save stream properly in the event of an error
Version 1.0 OARs are currently incompatible with OpenSim 0.7.0.2 and earlier. However, you can still save compatible version 0.4 OARs by specifing --version=0 on the save oar command line
e.g. save oar --version=0 oars/test.oar
|
| |
| |
| |
| | |
Now, "show queues" only shows root agents. "show queues full" will show child agents as well
|
| |
| |
| |
| | |
This should show the number of bytes sent to the client that it has not yet acknowledged.
|
| |
| |
| |
| |
| | |
For each agent, this command shows how many packets have been sent/received and how many bytes remain in each of the send queues (resend, land, texture, etc.)
Sometimes useful for diagnostics
|
|\ \
| |/ |
|
| |
| |
| |
| | |
-version option on save oar command. Bumped archives version to 0.5; version < 0.5 generates flag fields without commas. Everything else is identical.
|
|/
|
|
|
| |
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing
changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
all the other default files"
This reverts commit c3259e9c26f198b5fe0e7ed6c29c17c27c60ecb1.
Reverted by agreement.
|
|
|
|
| |
other default files
|
| |
|
|
|
|
| |
Provide a mostly empty OpenSim.ini.example
|
|
|
|
| |
OpenSim.ini.example to bin/OpenSimDefaults.ini.example
|
| |
|
|\ |
|
| | |
|
|/
|
|
|
| |
* Removed StorageManager
* CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
|
|
|
|
|
|
| |
the regions directory (usually Regions/)
Also convert some tabs into spaces.
|
|
|
|
|
|
|
| |
client protocol packets
These levels correspond to packets that one isn't usually interested in when debugging (e.g. regular outgoing SimStats packets)
This is equivalent to what we had a year ago before it was removed. It's extremely crude since it doesn't allow one to pick individual clients or packets. However, it can still be useful when debugging packet race conditions.
|
|
|
|
| |
register with the grid service in grid mode
|
|
|
|
|
|
| |
Make region name an optional command parameter.
Avoid question for region name if it has already been specified.
Extend help text.
|
|
|
|
| |
to make it more configurable.
|
| |
|
|
|
|
| |
support estates without seeking further input on the console.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
can fail if no land is loaded
|
| |
|
|
|
|
| |
* Additional ways of configuring opensim break with this
|
|
|
|
| |
either StandaloneCommon.ini or GridCommon.ini don't exist in various casings then offer to copy the files for the user while warning them that they're missing out if they don't read the files.
|
|
|
|
|
|
| |
stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone.
* Fixed small bug with map search where the local sim regions weren't found.
|
|
|
|
| |
OpenSim.DataStore.MonoSqlite.dll, since this hasn't exist for a long, long time
|
|
|
|
|
| |
This allows you to load an oar without loading its assets. This is useful if you know that the required assets are already in the asset service, since loading without assets is quicker.
This option will become more useful when the ability to save oars without assets is added, which should happen fairly soon. At this point there will also be better documentation.
|
| |
|
|
|
|
|
|
|
|
| |
been removed from Data.Null.NullPresenceData
Unfortunately, this meant publicly exposing the underlying service for the connector.
The other solution would be to create alternative initializers for services and connectors where objects could be given directly rather than loaded indirectly through config.
Unfortunately, this would require a lot of work in this case but might be the better way forward.
|
|
|
|
| |
modules can use it
|
|\
| |
| |
| | |
This brings presence-refactor up to master again
|
| |
| |
| |
| |
| |
| | |
This will now choose the first network interface IP address, or the loopback
interface if no external interfaces are found. It will log the IP address
used as [NETWORK]: Using x.x.x.x for SYSTEMIP.
|
| | |
|