Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-07-06 | * refactor: archiver code clean up so that it's more readable for the next ↵ | Justin Clarke Casey | 1 | -1/+0 | |
functionality addition | |||||
2008-07-06 | Mantis#1677. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -4/+8 | |
Patch propagates the permissionToTake flag into the timer handler, so that "take copy" and delete permissions are honored. | |||||
2008-07-06 | Copyright notices and formatting cleanup. | Jeff Ames | 4 | -49/+45 | |
2008-07-06 | * minor: documentation in SceneObjectPart.Inventory.cs. Refactor ↵ | Justin Clarke Casey | 2 | -29/+46 | |
AddInventoryItem methods to reduce code duplication | |||||
2008-07-06 | * minor: remove unnecessary locking from SOP.GetInventoryItem() | Justin Clarke Casey | 1 | -20/+7 | |
2008-07-06 | * minor: Stop spurious 'item not found' messages when placing things into a ↵ | Justin Clarke Casey | 2 | -15/+28 | |
prim's inventory | |||||
2008-07-06 | * Moves sending items to inventory via a delete into a seperate thread (this ↵ | Adam Frisby | 1 | -92/+172 | |
thread can be expanded to support all sends to inventory from inworld easily enough). Thread is temporary and only exists while items are being returned. * This should remove the "lag" caused by deleting many objects. * Patch brought to you by Joshua Nightshade's bitching at me to fix it. | |||||
2008-07-04 | mini-warnings-safari, plus cleanup of IUserServices method naming. | Dr Scofield | 1 | -1/+1 | |
2008-07-03 | Mantis#1463. Thank you, Melanie for a patch that addresses: | Charles Krinke | 1 | -2/+47 | |
sometimes, incorrect sit rotation is sent to other clients | |||||
2008-07-03 | add a couple of LL conversion properties to SOP. I'll wait to clean | Sean Dague | 1 | -0/+28 | |
up the sit target usage until the sit target fix patch goes in, but it should be cleaned. Get prims table mappings to the point where nhibernate likes them enough to start. Remove field from asset mapping so it will start | |||||
2008-07-02 | property encapsulation for SOP | Sean Dague | 2 | -101/+245 | |
2008-07-01 | merge rotational and angular velocity | Sean Dague | 1 | -22/+13 | |
2008-07-01 | Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method ↵ | MW | 2 | -0/+26 | |
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 | |||||
2008-07-01 | Mantis#1641. Thank you, Lulurun for a patch that addresses: | Charles Krinke | 1 | -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. | |||||
2008-07-01 | Mantis#1639. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -4/+4 | |
Reads estate_settings.xml and populates the database from it. If there is no record, just passes the defaults to the application. | |||||
2008-06-30 | Mantis#1637. Thank you kindly, Melanie for a patch that: | Charles Krinke | 1 | -0/+8 | |
Make each region load it's settings from the database on startup. No user functionality yet. | |||||
2008-06-29 | added patch 1633, thanks Melanie. | MW | 1 | -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. | |||||
2008-06-29 | patch from mantis #1632, thanks Melanie | MW | 1 | -6/+15 | |
2008-06-29 | * Syncs the current revision XML Schema(xsd) to the XML Schema of revision 5251. | Teravus Ovares | 2 | -230/+254 | |
* This should resolve creating content, taking it, and being able to rez it again. | |||||
2008-06-28 | Extracted the Avatar appearance functions out of the IUserService interface ↵ | MW | 1 | -2/+2 | |
and moved them into a IAvatarService Although "out of the box", there is no actual functional change to behavior | |||||
2008-06-28 | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 8 | -163/+118 | |
not break trunk. | |||||
2008-06-28 | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 1 | -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) | |||||
2008-06-27 | tart the property wrapping in SOP. This will be a long process | Sean Dague | 1 | -9/+20 | |
will do more next week. | |||||
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 3 | -4/+4 | |
2008-06-27 | move along, nothing to see here. just a couple of lazy variables. | Dr Scofield | 4 | -16/+18 | |
2008-06-27 | run NArrange on SOP to stack together the attributes, | Sean Dague | 1 | -1919/+1866 | |
properties, private methods, public methods, etc. | |||||
2008-06-27 | Mantis#1615. Thank you, Matth for a patch that: | Charles Krinke | 1 | -1/+1 | |
causes deprecated LSL functions to throw the deprecated exception rather than not-implemented. | |||||
2008-06-27 | * Remove responsibilty for signalling scene object change from ↵ | Justin Clarke Casey | 4 | -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 | |||||
2008-06-27 | * refactor: Remove group changed responsibilty from ScheduleGroupForTerseUpdate | Justin Clarke Casey | 2 | -3/+8 | |
2008-06-27 | * Remove SOG.SendGroupFullUpdate() group changed responsibility | Justin Clarke Casey | 2 | -3/+4 | |
2008-06-27 | * refactor: Move responsibility for deciding whether a group should be ↵ | Justin Clarke Casey | 2 | -5/+24 | |
repersisted on to callers of SceneObjectGroup.SendGroupTeruseUpdate() | |||||
2008-06-27 | * refactor: fission InnerScene.AddSceneObject() | Justin Clarke Casey | 4 | -8/+24 | |
2008-06-27 | * Add extra backup parameter to InnerScene.AddRestoredSceneObject() | Justin Clarke Casey | 4 | -10/+24 | |
2008-06-27 | Mantis#1612. Thank you, kindly, Matth for a patch that: | Charles Krinke | 2 | -0/+105 | |
Adds the beginnints of llRemoteLoadScriptPin() and llSetRemoteScriptAccessPin(). | |||||
2008-06-26 | Mantis#1610. Thank you, Melanie for a patch that: | Charles Krinke | 2 | -2/+7 | |
Implements the beginning of llInventoryDrop. Doesn't cover the actual dropping yet, just the permissions for it. | |||||
2008-06-26 | Mantis#1603. Thank you, Matth for a patch to llGiveInventory | Charles Krinke | 1 | -0/+21 | |
and Melanie for helping to finish it. | |||||
2008-06-26 | Update svn properties. Minor formatting cleanup. | Jeff Ames | 1 | -2/+1 | |
2008-06-26 | Mantis#1597. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -0/+25 | |
Adds handlers for the reclaim land functionality, plus all needed permissions checks. | |||||
2008-06-26 | Mantis#1594. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -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 | |||||
2008-06-25 | added the flag param to IClientAPI.SendMapBlock | MW | 1 | -1/+1 | |
2008-06-25 | forgotten methods in SceneManager for the terrain serialising. | MW | 1 | -0/+11 | |
2008-06-25 | Added support for terrain map to be serialised to xml(as base64 binary). ↵ | MW | 1 | -0/+5 | |
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. | |||||
2008-06-25 | the prefix "fix" turned out to be bollocks. sorry about that. hope this one | Dr Scofield | 1 | -1/+0 | |
fares better. | |||||
2008-06-25 | Minor formatting cleanup. | Jeff Ames | 2 | -62/+62 | |
2008-06-25 | taking another look at mantis #1502: adding necessary locks, checking for ↵ | Dr Scofield | 1 | -3/+11 | |
empty list. | |||||
2008-06-25 | Mantis#1590. Thank you, Melanie for a preserve type patch. | Charles Krinke | 1 | -0/+1 | |
2008-06-24 | Mantis#1587. Thank you kindly, Melanie for a patch that: | Charles Krinke | 2 | -15/+38 | |
Add permissions magling to llGiveInventoryItem, correct some corner case functionality | |||||
2008-06-24 | Mantis#5189. Thank you kindly, Matth for your patch | Charles Krinke | 1 | -13/+101 | |
to add the beginnings of llGiveInventory(). | |||||
2008-06-23 | * Remove all use of asset.InvType, as outlined in mailing list discussion | Justin Clarke Casey | 2 | -36/+53 | |
* This is stage 1, the field will be removed from AssetType and the assets table if this change doesn't prove problematic | |||||
2008-06-21 | * archive each object as a separate xml file rather than put them all in one ↵ | Justin Clarke Casey | 1 | -9/+1 | |
single large file * this is being done for reasons of compositionality |