aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge rotational and angular velocitySean Dague2008-07-011-22/+13
|
* Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method ↵MW2008-07-015-4/+47
| | | | 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
* Mantis#1641. Thank you, Lulurun for a patch that addresses:Charles Krinke2008-07-011-2/+2
| | | | | | | | The 1st "GetAvatarAppearance" *always* fails and returns default avatarappearance. Avatarappearance seems to be working well because the 2nd "GetAvatarAppearance" gets the right appearance.
* Mantis#1639. Thank you, Melanie for a patch that:Charles Krinke2008-07-011-4/+4
| | | | | | Reads estate_settings.xml and populates the database from it. If there is no record, just passes the defaults to the application.
* attempt to expire out old dynamic textures, so they don't grow forever.Sean Dague2008-06-301-2/+7
|
* Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-301-0/+8
| | | | | | Make each region load it's settings from the database on startup. No user functionality yet.
* properly explaining each #pragma warning disableDr Scofield2008-06-302-6/+11
| | | | | | massaging OSHttpRequestPump to not abort on exceptions...
* * Reload terrain from archive if there is oneJustin Clarke Casey2008-06-291-5/+31
|
* * Save terrain information in archiveJustin Clarke Casey2008-06-293-3/+32
| | | | | | | * Not yet reloading * Terrain saving will be optional a little further down the line
* * Allow terrains to be loaded and saved from streams as well as directly to ↵Justin Clarke Casey2008-06-2912-44/+264
| | | | | | | | and from files * Should be making use of this in the next revisions
* added patch 1633, thanks Melanie. MW2008-06-291-5/+14
| | | | | Although I think a bit of abstraction needs to be done to make it easy to override the deleting off the inventory item when rezzing a object.
* patch from mantis #1632, thanks MelanieMW2008-06-291-6/+15
|
* patch and files from mantis #1630, Thanks MelanieMW2008-06-291-1/+2
|
* * Syncs the current revision XML Schema(xsd) to the XML Schema of revision 5251.Teravus Ovares2008-06-292-230/+254
| | | | | * This should resolve creating content, taking it, and being able to rez it again.
* Extracted the Avatar appearance functions out of the IUserService interface ↵MW2008-06-281-2/+2
| | | | | | | and moved them into a IAvatarService Although "out of the box", there is no actual functional change to behavior
* Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke2008-06-2811-164/+164
| | | | | not break trunk.
* plumbing for multiple inventory servers. Mostly done on the region server side. MW2008-06-281-0/+1
| | | | | | TODO next is to make the login server read/write a users inventory from the correct server (the inventory url set in a userprofile) On the region side, although not tested with multiple servers it should work if that inventory url was set, and the inventory servers urls have been added to the CommunicationsManager, using CommunicationsManager.AddInventoryService(string hostUrl)
* * Various documentation to some black magic parts of LLClientView Teravus Ovares2008-06-281-0/+4
| | | | | * Added IClientAPI.SendTexture stub.
* tart the property wrapping in SOP. This will be a long processSean Dague2008-06-271-9/+20
| | | | | | will do more next week.
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-277-25/+29
|
* more warnings to go.Dr Scofield2008-06-275-23/+35
|
* * Experiment with not bothering with a seperate assets metadata file - ↵Justin Clarke Casey2008-06-273-32/+69
| | | | | | | | extract necessary minimum metadata from asset filenames * Make all file extensions single - double extensions look ugly and probably aren't good for Windows
* move along, nothing to see here. just a couple of lazy variables.Dr Scofield2008-06-278-25/+31
|
* run NArrange on SOP to stack together the attributes,Sean Dague2008-06-271-1919/+1866
| | | | | | properties, private methods, public methods, etc.
* Mantis#1615. Thank you, Matth for a patch that:Charles Krinke2008-06-271-1/+1
| | | | | | causes deprecated LSL functions to throw the deprecated exception rather than not-implemented.
* dr scofield's continuing warnings safari:Dr Scofield2008-06-272-2/+3
| | | | | | | * code caught lingering around with no real purpose other than causing warnings will be taken down.
* * fix a bug where I was assuming all entities would be SceneObjectGroups - ↵Justin Clarke Casey2008-06-272-11/+18
| | | | | | | | 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
* * Remove responsibilty for signalling scene object change from ↵Justin Clarke Casey2008-06-274-9/+43
| | | | | | | | | | | | SceneObjectPart.SendFullUpdate() * This means that we will no longer pointlessly repersist all the prims in the scene when OpenSim first starts up * This also means that force-update on the console will not trigger repersistence. * Also, in other places persistence is no longer done where it wasn't actually necessary * I think I changed the code for all instances correctly, but it's not possible that I missed some and some things which did persist properly have stopped * Please patch or mantis if this is the case
* * refactor: Remove group changed responsibilty from ScheduleGroupForTerseUpdateJustin Clarke Casey2008-06-272-3/+8
|
* * Remove SOG.SendGroupFullUpdate() group changed responsibilityJustin Clarke Casey2008-06-272-3/+4
|
* * refactor: Move responsibility for deciding whether a group should be ↵Justin Clarke Casey2008-06-272-5/+24
| | | | repersisted on to callers of SceneObjectGroup.SendGroupTeruseUpdate()
* * refactor: fission InnerScene.AddSceneObject()Justin Clarke Casey2008-06-275-9/+25
|
* * Add extra backup parameter to InnerScene.AddRestoredSceneObject()Justin Clarke Casey2008-06-275-11/+25
|
* Mantis#1612. Thank you, kindly, Matth for a patch that:Charles Krinke2008-06-272-0/+105
| | | | | | Adds the beginnints of llRemoteLoadScriptPin() and llSetRemoteScriptAccessPin().
* Mantis#1610. Thank you, Melanie for a patch that:Charles Krinke2008-06-262-2/+7
| | | | | | Implements the beginning of llInventoryDrop. Doesn't cover the actual dropping yet, just the permissions for it.
* Mantis#1603. Thank you, Matth for a patch to llGiveInventoryCharles Krinke2008-06-261-0/+21
| | | | | and Melanie for helping to finish it.
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-06-261-2/+1
|
* * Put extensions on all assets in an archiveJustin Clarke Casey2008-06-263-14/+66
| | | | | | | * 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
* Mantis#1597. Thank you, Melanie for a patch that:Charles Krinke2008-06-264-1/+52
| | | | | | Adds handlers for the reclaim land functionality, plus all needed permissions checks.
* Mantis#1594. Thank you, Melanie for a patch that:Charles Krinke2008-06-261-50/+92
| | | | | | | | | Fixes: - Wearable icon and name sreset to default on copy/paste - Cache is not updated when renaming/moving folders - Partial refactor to make inventory less dependen on AssetBase having a "Name" field - Add llGiveInventoryList() function
* added the flag param to IClientAPI.SendMapBlockMW2008-06-253-5/+5
|
* first part of Requestmapblocks fixes: Adds uint flags param to the ↵MW2008-06-251-1/+2
| | | | 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).
* forgotten methods in SceneManager for the terrain serialising.MW2008-06-251-0/+11
|
* Added support for terrain map to be serialised to xml(as base64 binary). ↵MW2008-06-256-5/+85
| | | | | | | | 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.
* the prefix "fix" turned out to be bollocks. sorry about that. hope this one Dr Scofield2008-06-251-1/+0
| | | | | | fares better.
* Minor formatting cleanup.Jeff Ames2008-06-253-66/+63
|
* taking another look at mantis #1502: adding necessary locks, checking for ↵Dr Scofield2008-06-251-3/+11
| | | | empty list.
* Mantis#1590. Thank you, Melanie for a preserve type patch.Charles Krinke2008-06-251-0/+1
|
* Mantis#1587. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-242-15/+38
| | | | | | | Add permissions magling to llGiveInventoryItem, correct some corner case functionality
* Mantis#5189. Thank you kindly, Matth for your patchCharles Krinke2008-06-241-13/+101
| | | | | to add the beginnings of llGiveInventory().