| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
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).
|
| | |
|
| | |
|
| |
| |
| |
| | |
my RWlocks. Whilst recursive locks are safe, coupled with other issues we're experiencing with the TaskInventoryDictionary it implies that somewhere the lock is not being freed possibly due to a merge error somewhere, and thus it needs to be looked into.
|
|\ \
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | |
| | | |
ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
|
| |\ \
| | |/ |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
if you mask the reads you have to mask the subtract as well.
simplest is just don't mask any of it.
|
| | | |
| | | |
| | | |
| | | | |
address the problem, but it will allow the regions to recover in the event that the remote server goes away.
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
| |\ \ \ |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|