index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Scenes
/
Scene.Inventory.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-01-13
Several more buglets removed.
Diva Canto
1
-2
/
+2
2010-01-11
Fixed a couple of bugs with Appearance. Appearance is all good now.
Diva Canto
1
-2
/
+2
2010-01-11
OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.
Diva Canto
1
-1
/
+1
2010-01-10
Remove all references to master avatar, replacing with estate owner where
Melanie
1
-6
/
+0
2010-01-10
* OMG! All but one references to UserProfileCacheService have been rerouted!
Diva Canto
1
-7
/
+3
2010-01-07
* Finished SimulationServiceConnector
Diva Canto
1
-2
/
+8
2010-01-04
When rezzing a no-copy object on a no-rez parcel, the object vanishes from
Melanie
1
-0
/
+7
2010-01-01
The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...
Diva Canto
1
-5
/
+7
2009-12-22
Add a data path for error messages
root
1
-6
/
+12
2009-12-04
Allow terrain heightmaps to be loaded directly from URIs via the remote admin...
Justin Clark-Casey (justincc)
1
-0
/
+6
2009-12-02
Change default destination of deleted items to the trash folder. Everything
Melanie
1
-3
/
+12
2009-11-13
undo previous changes
dahlia
1
-14
/
+0
2009-11-09
* for iars, allow item names/folders including "/" to be escaped using "\/"
Justin Clark-Casey (justincc)
1
-1
/
+0
2009-11-05
Changing the AssetBase constructors to avoid initializing assets with an unkn...
John Hurliman
1
-4
/
+1
2009-11-04
Backport the fixes to WebFetchInventoryDescendents to the UDP
Melanie
1
-1
/
+7
2009-10-19
* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...
John Hurliman
1
-16
/
+5
2009-10-14
* Replaced (possibly broken?) math for calculating the unix timestamp in MySQ...
John Hurliman
1
-3
/
+3
2009-10-12
* Fixes http://opensimulator.org/mantis/view.php?id=4225
Diva Canto
1
-2
/
+7
2009-10-06
* One more debug message on FetchInventoryDescendants
Diva Canto
1
-0
/
+1
2009-09-30
Commit initial version of KittoFlora's vehicle changes
opensim
1
-1
/
+1
2009-10-01
Formatting cleanup.
Jeff Ames
1
-1
/
+1
2009-09-13
Change the type value for given folders to -1. Prevents inventory blowups
Melanie
1
-1
/
+1
2009-09-08
* Fixes a 'take object from mega region' and rez it in a regular region.. ...
Teravus Ovares (Dan Olivares)
1
-1
/
+35
2009-09-01
Baad git, baad baad git.
Melanie
1
-1
/
+1
2009-09-01
Experimental. Set attachment flag early on rezzing from inventory.
Melanie
1
-0
/
+3
2009-08-28
minor: formatting and comments
Justin Clark-Casey (justincc)
1
-1
/
+3
2009-08-22
* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...
Diva Canto
1
-13
/
+5
2009-08-19
Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...
Diva Canto
1
-2
/
+2
2009-08-19
Fixes GetRootFolder for normal standalone, which was being incorrectly redire...
Diva Canto
1
-2
/
+2
2009-08-19
Added MoveItems, which is most useful upon viewer-delete inventory operation....
Diva Canto
1
-27
/
+4
2009-08-19
A better purge of trash folder.
Diva Canto
1
-7
/
+24
2009-08-18
jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024
Diva Canto
1
-12
/
+23
2009-08-16
IAvatarFactory.UpdateDatabase gets the assetID and not the object's inworld U...
Diva Canto
1
-1
/
+3
2009-08-16
Making attachments work again. Tons of debug more. This needs more testing an...
Diva Canto
1
-1
/
+3
2009-08-15
Changed FromAssetID to FromItemID
Diva Canto
1
-4
/
+4
2009-08-13
Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...
Diva Canto
1
-11
/
+11
2009-08-13
Inventory redirects from CachedUserInfo to InventoryService COMPLETE!
Diva Canto
1
-133
/
+61
2009-08-12
Redirected all calls to CachedUserProfile methods to the inventory service. R...
Diva Canto
1
-620
/
+395
2009-08-04
This change adds support for the attach event in scripts.
Alan Webb
1
-0
/
+6
2009-07-27
Preserve the creator of items copied in inventory.
Melanie Thielker
1
-7
/
+7
2009-07-17
* This should fix the phantom prim from attachments rezzing.
Teravus Ovares
1
-0
/
+3
2009-07-15
Bounding Box/find rez from inventory point code now seems to be working corre...
MW
1
-1
/
+6
2009-07-13
Changed it so that when rezzing prims from inventory, a bounding box containi...
MW
1
-1
/
+1
2009-07-12
Changed the DeRezObject event so it passes a list<uint> of localIDs in one ev...
MW
1
-0
/
+17
2009-06-29
From: Chris Yeoh <yeohc@au1.ibm.com>
Sean Dague
1
-0
/
+4
2009-06-21
Correct the behaviro of group deeding and llGetOwner() within deeded objects
Melanie Thielker
1
-1
/
+7
2009-06-21
Publish a method on ICompiler to generate the CIL assembly path
Melanie Thielker
1
-0
/
+1
2009-06-14
Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of obj...
Melanie Thielker
1
-5
/
+37
2009-06-09
Formatting cleanup. Ignore some generated files.
Jeff Ames
1
-18
/
+18
2009-06-09
Thank you Snoopy, for a patch that implements group permissions.
Melanie Thielker
1
-9
/
+18
[next]