| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
ready for analysis of inventory item types other than objects
|
|
|
|
|
|
|
|
|
| |
instead of 4 at a time
* Certain terrains which are fine went patches are sent singly cause a libsecondlife failure when patches are sent in batches
* See http://opensimulator.org/mantis/view.php?id=1662 for more details
|
| |
|
|
|
|
|
| |
Adds IEmailModule and a module skelaton
|
|
|
|
| |
creation/reclaim/sale date.
|
| |
|
|
|
|
| |
information right now.
|
|
|
|
|
|
| |
* Reintroducing asset type but this time in a long form, and with _ rather than .
|
|
|
|
|
|
|
|
| |
* Migration should be automatic on sqlite and mysql
* Migration is not automatic on mssql, you will need to drop the invType column manually
* Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision
|
|
|
|
| |
to save a single primitive or small group of them. This command will save all prims in the current scene that name matches the "PrimName" parameter. The saved file is in standard xml2 format, so can be loaded using load-xml2
|
| |
|
|
|
|
|
|
| |
massaging OSHttpRequestPump to not abort on exceptions...
|
| |
|
|
|
|
|
|
|
| |
* Not yet reloading
* Terrain saving will be optional a little further down the line
|
|
|
|
|
|
|
|
| |
and from files
* Should be making use of this in the next revisions
|
|
|
|
|
| |
not break trunk.
|
|
|
|
|
| |
* Added IClientAPI.SendTexture stub.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
extract necessary minimum metadata from asset filenames
* Make all file extensions single - double extensions look ugly and probably aren't good for Windows
|
| |
|
|
|
|
|
|
|
| |
* code caught lingering around with no real purpose other than causing warnings
will be taken down.
|
|
|
|
|
|
|
|
| |
of course, some are ScenePresences
* would be nice to have a separate list in InnerScene in the future since a lot of methods end up screen entities for SOGs
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Choice of extensions is a scratch set, may not yet be correct
* This facility is not useable yet - not least because I've just come across a significant save bug I need to investigate
|
|
|
|
|
|
| |
Adds handlers for the reclaim land functionality,
plus all needed permissions checks.
|
| |
|
|
|
|
| |
OnRequestMapBlocks event (and handler), as when a client sends a map block request it also sends what layer it wants it for 0,1,2. It will always send two requests, one of them being for layer 2 (the overlay layer) and the other one either 0 or 1 depending on the tab that is selected in the client worldmap window. We should also be sending what layer the reply is for in IClientAPI.SendMapBlock (current always set to 0). That will come in next part (most likely at the weekend).
|
|
|
|
|
|
|
|
| |
useful for places that the terrain map is needed in a serialised form. Also could add console commands to save and load from files, which should be faster than .raw files (these load/save commands are not included/implemented)
Add util functions to compress and uncompress strings.
Fixed a couple of modules so they use SceneCommunicationService rather than directly call functions on the CommsManager.
|
| |
|
|
|
|
|
|
|
| |
addresses: Rotation of terrains varies between all the formats,
Raw and R32 seem to be the same, while PNG, JPG, BMP all seem
to be rotated 180 degrees different.
|
|
|
|
|
|
| |
* This is stage 1, the field will be removed from AssetType and the assets table if this change doesn't prove problematic
|
|
|
|
|
|
|
|
| |
single large file
* this is being done for reasons of compositionality
|
|
|
|
|
|
|
|
| |
their pairings and with the others
* This does make some of the names less ideal than others - this should change in the future
|
|
|
|
|
|
|
|
|
| |
* WARNING: Until both regions upgrade to this revision, prim crossings from regions on this revision to earlier region revisions will not work properly
* e.g. in the attachments cases, the attachments will remain visible but won't be individually detachable
* This change may seem to have more costs than benefits, but I'm doing it because I can soon reuse this changed existing code in another context - it seems better not to
proliferate similar but slightly different xml serializations.
|
|
|
|
|
|
|
|
| |
client session
* change code to use an explicit state variable instead of using SOG.Name = null to signal deletion
|
| |
|
|
|
|
|
|
|
|
| |
World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar.
* It only persists across reboots for the mySQL datastore currently.
* Currently have stubs in the other datastores.
|
|
|
|
|
|
| |
Implements terrain bake from Region/Estate dialog and
respects estate settings during terraforming
|
| |
|
|
|
|
|
|
|
|
| |
never display
on the client.
|
| |
|
|
|
|
|
|
| |
32bit images and changed them to 24bit images.
|
|
|
|
|
|
|
|
| |
san serif fonts are a bit easier on the eyes on textures.
Add a new "FontName" attribute that can be used to override
the font type.
|
|
|
|
|
|
|
| |
now preserve the bulk of the texture attributes, and force on full
bright. Not tested yet, but shouldn't bother most people.
|
|
|
|
|
|
|
|
|
|
| |
initial client update to Scene.AddSceneObject() from some of the SceneObjectGroup constructors
* I think this has been done cleanly from inspection and testing, but if prim creation or load suddenly starts playing up more than usual, please open a mantis
* This also has the effect of stopping the archiver generating ghost in-world prims
* Some code dupliction also removed
|
|
|
|
| |
SceneXmlLoader.CreatePrimFromXml2()
|