| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| | |
|
|/
|
|
|
| |
* 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
|
|
|
|
| |
prevented passwords from being echoed after enter is pressed.
|
|
|
|
|
|
| |
under 27 chars
Can't quite remember why this has to be <=27 chars, maybe something to do with the space available for the version string in a typical client
|
|\ |
|
| |
| |
| |
| |
| |
| | |
avoid repeated requests for missing avatar IDs
* Updated to OpenMetaverse r3442 to fix a timezone issue with ExpiringCache
|
|/
|
|
| |
then adjust the inventory items to point to the new uuid as well
|
| |
|
|
|
|
| |
on IDwellModule
|
| |
|
| |
|
|
|
|
|
|
| |
rather than an older XML one
This is a patch from http://opensimulator.org/mantis/view.php?id=4973. Thanks randomhuman
|
| |
|
| |
|
|
|
|
|
|
| |
properly for the new media settings.
Signed-off-by: Melanie <melanie@t-data.com>
|
|
|
|
|
| |
starting an asynchronous write, one should not close the channel it will
be written to synchrnously, that leads to grief.
|
|
|
|
|
| |
any useful information. Error messages are useless without location information.
It looks more elegant, but is totally pointless.
|
| |
|
|
|
|
| |
to read or write this file.
|
|\ |
|
| | |
|
|/
|
|
|
|
| |
Make region name an optional command parameter.
Avoid question for region name if it has already been specified.
Extend help text.
|
|
|
|
| |
myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general.
|
|
|
|
| |
untested. Committing to move to my other computer.
|
|
|
|
|
|
| |
Reverting mostly because of the texture asset files that got committed and cause grief with the 0.7-post-fixes branch. But also because I'm going to go at those mantises in another way.
This reverts commit e47608fc62647a28be91dd9caf6e446826fdb54c.
|
|
|
|
| |
(Files .xml and .txt also want to be committed)
|
|
|
|
| |
affected.
|
|
|
|
| |
TeleportStart, and now sending this upon all teleports, not just some, and in the right place (EntityTransferModule).
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Recent libomv update broke the json serialization for
XStats. This uses String.Format to convert all data to
strings with fixed decimal (2 places ), or integer formats
as appropriate.
|
| |
| |
| |
| | |
requests come up with Accept headers from previous requests. Until that gets fixed, this hack goes in.
|
|/
|
|
|
| |
in LM info. Maturity is NOT the parcel's setting, that is only for the
image and text. Parcel maturity is governed by region maturity.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
consistency
THIS CHANGE ALTERS THE SERIALIZATION FORMAT, HOPEFULLY FOR THE LAST TIME. If you're testing, please start with a new database.
This commit also improves locking for manipulation of media entries.
|
| |
| |
| |
| |
| | |
using an OSD serialization rather than auto forces serialization code to be placed in OpenSim.Framework
this makes the media texture raw data staging post in PrimitiveBaseShape redundant, now we just directly call the code in PrimitiveBaseShape.MediaList itself
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
rather than .net auto-serialization
THIS WILL BREAK ANY EXISTING MEDIA TEXTURE SERIALIZATIONS. If you're testing this, please start with new databases.
This makes media textures serialized in the same way, which is probably better in the long term.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
and save events.
This is better modularity. It also allows MoapModule to be replaced with some other media module that may behave completely differently in the future.
Remaining non-modularity:
PrimitiveBaseShape needs explicit Media and MediaRaw fields. MediaRaw is required in order to shuttle the pre-serialization data back and forth from the database layer.
The database also needs to know about MediaRaw though not about Media.
IMO, it would be extremely nice to remove these hard codings but this is a bridge too far at the present time.
|
| |
| |
| |
| | |
Untested
|
| |
| |
| |
| |
| | |
This allows the media texture to persist in memory - logging in and out will redisplay it (after a click) though navigation will be lost
Next need to implement media uri on prim and delegate more incoming llsd parsing to libomv
|
| |
| |
| |
| |
| |
| | |
currently, for smoe reason the page only appears when you click a face.
also, actually navigating anywhere always snaps you back to the google search box, for some unknown reason
you can still change the url and normal navigation will work again
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
|
| | |
| | |
| | |
| | |
| | |
| | | |
When this switch is used, iar folders are merged with existing same-name user inventory folders.
This makes it a little easier to back and restore entire individual user inventories, among other things
Added unit test to check behaviour
|
| | |
| | |
| | |
| | | |
This reverts commit cdd3f17b2bee58def470635cfc06e26b0d0145b2.
|
| | | |
|
|\ \ \ |
|