John Hurliman
|
142008121e
* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This avoids .NET remoting and a managed->unmanaged->managed jump. Overall, a night and day performance difference
|
пре 15 година |
John Hurliman
|
4790f8576c
* Replaced (possibly broken?) math for calculating the unix timestamp in MySQLAssetData with Utils.DateTimeToUnixTime()
|
пре 15 година |
Diva Canto
|
c0beeb929e
* Fixes http://opensimulator.org/mantis/view.php?id=4225
|
пре 15 година |
Diva Canto
|
b5b53dd3eb
* One more debug message on FetchInventoryDescendants
|
пре 15 година |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
пре 15 година |
Melanie
|
efc43aa0d9
Change the type value for given folders to -1. Prevents inventory blowups
|
пре 15 година |
Teravus Ovares (Dan Olivares)
|
9a06056c9a
* Fixes a 'take object from mega region' and rez it in a regular region.. and have it appear 5 regions over bug by limiting the stored position in the asset to Constants.RegionSize. The stored position in the asset gets overwritten anyway by the rezzing routine, but at least this way, there's no chance of the objects border crossing before the rezzing routine finishes.
|
пре 15 година |
Melanie
|
29df190a3f
Baad git, baad baad git.
|
пре 15 година |
Melanie
|
e458a87e91
Experimental. Set attachment flag early on rezzing from inventory.
|
пре 15 година |
Justin Clark-Casey (justincc)
|
d649194be3
minor: formatting and comments
|
пре 15 година |
Diva Canto
|
b03eeeb9f6
* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set.
|
пре 15 година |
Diva Canto
|
6e35ddb0e9
Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in SQlite. Fixes most grief in
|
пре 15 година |
Diva Canto
|
d519f1885f
Added MoveItems, which is most useful upon viewer-delete inventory operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently).
|
пре 15 година |
Diva Canto
|
c5af39239f
A better purge of trash folder.
|
пре 15 година |
Diva Canto
|
124f66bfc2
jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024
|
пре 15 година |
Diva Canto
|
50056871b8
IAvatarFactory.UpdateDatabase gets the assetID and not the object's inworld UUID.
|
пре 15 година |
Diva Canto
|
e02062051d
Making attachments work again. Tons of debug more. This needs more testing and a lot of cleaning.
|
пре 15 година |
Diva Canto
|
1bbf06405c
Changed FromAssetID to FromItemID
|
пре 15 година |
Diva Canto
|
5246dc33dc
Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting to get on my nerves.
|
пре 15 година |
Diva Canto
|
6b9cc6c48d
Inventory redirects from CachedUserInfo to InventoryService COMPLETE!
|
пре 15 година |
Diva Canto
|
7aa54593e0
Redirected all calls to CachedUserProfile methods to the inventory service. Redirection of the RootFolder property is still todo. This compiles but probably inventory will be inconsistent.
|
пре 15 година |
Alan Webb
|
9ffe4d850e
This change adds support for the attach event in scripts.
|
пре 15 година |
Melanie Thielker
|
3038efcc47
Preserve the creator of items copied in inventory.
|
пре 15 година |
Teravus Ovares
|
ebb03e2aab
* This should fix the phantom prim from attachments rezzing.
|
пре 15 година |
MW
|
a266e6dc4b
Bounding Box/find rez from inventory point code now seems to be working correctly.
|
пре 15 година |
MW
|
c4318136ba
Changed it so that when rezzing prims from inventory, a bounding box containing all the prims in the group is used for working out the rezzing point. So that none of the child prims are underground. Or at least thats what it is meant to do, still needs more testing and there are still some issues with link sets getting rezzed too high above the ground/target prim.
|
пре 15 година |
MW
|
d9a8ecf238
Changed the DeRezObject event so it passes a list<uint> of localIDs in one event trigger rather than triggering the event once for every localid in the derez packet.
|
пре 15 година |
Sean Dague
|
3dc2010da6
From: Chris Yeoh <[email protected]>
|
пре 15 година |
Melanie Thielker
|
bc1dce071a
Correct the behaviro of group deeding and llGetOwner() within deeded objects
|
пре 15 година |
Melanie Thielker
|
2c3a1995fc
Publish a method on ICompiler to generate the CIL assembly path
|
пре 15 година |