index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Environment
/
Scenes
/
Scene.Inventory.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-02-06
This changeset is the step 1 of 2 in refactoring
Dr Scofield
1
-2665
/
+0
2009-02-04
Added a ForceSceneObjectBackup method to Scene, which as it says forces a dat...
MW
1
-0
/
+4
2009-02-04
- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it
Mike Mazur
1
-92
/
+92
2009-01-21
* refactor: Extract caps related code from scene and put into a region module
Justin Clarke Casey
1
-2
/
+2
2009-01-19
Correct energy calculation to include the mass of the object.
idb
1
-1
/
+1
2009-01-19
* Progressive texture patch + PriorityQueue put into the LLClient namespace.
Teravus Ovares
1
-69
/
+68
2009-01-18
Moved applying an impulse to a newly rezzed object to minimise the delay gett...
idb
1
-1
/
+6
2009-01-12
Cause permissions on root prims to not override folded permissions anymore
Melanie Thielker
1
-4
/
+10
2009-01-10
Revert progressive texture patch from r8001 until issues can be addressed
Dahlia Trimble
1
-69
/
+70
2009-01-10
Thanks jhurliman for a patch that implements progressive texture downloading ...
Dahlia Trimble
1
-1
/
+0
2008-12-30
* Remove mono compiler warnings
Justin Clarke Casey
1
-8
/
+1
2008-12-28
Revamp the return logic to close a privilege escalation loophole.
Melanie Thielker
1
-46
/
+143
2008-12-17
Fix attachment persistence which got broken with some inventory
Melanie Thielker
1
-1
/
+6
2008-12-17
* Implement 'Save Object Back to My Inventory'. On the Linden client this is...
Justin Clarke Casey
1
-60
/
+110
2008-12-15
Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc...
diva
1
-1
/
+5
2008-12-15
* minor: method documentation and miscellaneous tidy
Justin Clarke Casey
1
-20
/
+24
2008-12-14
Make scripted item and folder gives pop up a "accept, decline" message
Melanie Thielker
1
-7
/
+12
2008-12-11
* refactor: Stop exposing InventoryFolderImpl.SubFolders publicly
Justin Clarke Casey
1
-3
/
+7
2008-12-11
Make object return actually use the CanReturnObject permission, rather than
Melanie Thielker
1
-9
/
+3
2008-12-09
* minor: remove some old logging messages
Justin Clarke Casey
1
-2
/
+4
2008-12-05
Allow no-copy attachments to be worn without losing them
Melanie Thielker
1
-3
/
+7
2008-12-04
* Put in the code necessary to allow inventory transfer of whole folders (and...
Justin Clarke Casey
1
-4
/
+115
2008-11-29
Start scripts in attachments only after a successful attach. Elimininate
Melanie Thielker
1
-2
/
+3
2008-11-28
* refactor: Replace derez destiation magic numbers with an enumeration
Justin Clarke Casey
1
-19
/
+19
2008-11-28
Reinstate a check that i overzealously removed. Permissions are not slammed
Melanie Thielker
1
-1
/
+1
2008-11-27
Unconditionally set the slam bit oon all object to agent inventory transfers.
Melanie Thielker
1
-1
/
+1
2008-11-24
* Swaps Scene.Entities Dictionary for EntityManager.
Adam Frisby
1
-1
/
+1
2008-11-21
Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all
Melanie Thielker
1
-33
/
+33
2008-11-21
* refactor: Rip out SOP inventory from the partial into a separate class
Justin Clarke Casey
1
-20
/
+20
2008-11-21
Fully implement object return from the parcel dialog
Melanie Thielker
1
-136
/
+8
2008-11-19
Reverting the texture sending patch and the new libOMV. This makes this
Melanie Thielker
1
-0
/
+1
2008-11-19
Fix deleting object that have been persisted already from the DB
Melanie Thielker
1
-1
/
+2
2008-11-18
Patch from jhurliman. Fixing the texture decoding issues in progressive
Melanie Thielker
1
-1
/
+0
2008-11-17
Set group on newly rezzed objects to the rezzer's (or rezzing object's)
Melanie Thielker
1
-0
/
+3
2008-11-17
* minor: eliminate propogation of now unused permissionToDelete flag
Justin Clarke Casey
1
-3
/
+1
2008-11-17
* Fix probable partial breakage of delete to inventory in last commit
Justin Clarke Casey
1
-5
/
+1
2008-11-17
* Stop nulling SOG.m_rootPart and parts on object deletion
Justin Clarke Casey
1
-2
/
+2
2008-11-16
Make return object actually use the return object permissions
Melanie Thielker
1
-1
/
+1
2008-11-15
Update svn properties, minor formatting cleanup.
Jeff Ames
1
-2
/
+2
2008-11-14
Add group permissions to agent inventory.
Melanie Thielker
1
-8
/
+23
2008-11-14
Reapplying a revised version of Christopher Yeoh's (IBM) patch for allow
Melanie Thielker
1
-6
/
+13
2008-11-14
* Hook up create new object event in the permissions module
Justin Clarke Casey
1
-1
/
+1
2008-11-14
reverting #7295, as it still fails a test case (as pointed out very
Dr Scofield
1
-12
/
+6
2008-11-14
From: Christopher Yeoh <cyeoh@au1.ibm.com>
Dr Scofield
1
-6
/
+12
2008-11-13
* Rename all the previous methods to be User rather than Avatar (for extra bo...
Justin Clarke Casey
1
-1
/
+1
2008-11-13
* Add
Justin Clarke Casey
1
-9
/
+9
2008-11-13
* refactor: rename object inventory permission checks to distinguish between ...
Justin Clarke Casey
1
-1
/
+2
2008-11-13
Make scripts in objects rezzed from script compile synchronously to close
Melanie Thielker
1
-1
/
+1
2008-11-13
* First part of a series of patches
Justin Clarke Casey
1
-12
/
+12
2008-11-12
* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...
Justin Clarke Casey
1
-3
/
+4
[next]