Dr Scofield
61e6d72cbc
oops. forgot.
2008-08-20 10:11:58 +00:00
Dr Scofield
5e83a75815
From: Alan Webb <alan_webb@us.ibm.com>
...
cleanups of the REST inventory code.
2008-08-20 10:11:11 +00:00
Mike Mazur
2b83169c4b
Adding unit test for issue 2006, though it's commented out as those compiler
...
tests tend to tank on our continuous build server.
2008-08-20 06:09:11 +00:00
Melanie Thielker
f206ffd5a8
Mantis #2003 - thank you, SachaMagne, for a patch that implements
...
the first part of gesture persistence.
----------------------------------------------------------
Attachments no longer vanish on walking crossing. Teleport is still
problematic, but will now be blocked with message "Inconsistent
attachment state" rather than losing the attachment. Detach to be
able to TP in that case.
2008-08-20 01:48:51 +00:00
Mike Mazur
2c6d8ba501
Remove trailing whitespace in prebuild.xml.
2008-08-20 00:38:08 +00:00
Jeff Ames
07b04213d7
Update svn properties, minor formatting cleanup.
2008-08-19 22:41:39 +00:00
Melanie Thielker
b28bac016a
Fixes the previous commit of llMakeLink for Shared/
2008-08-19 22:01:59 +00:00
Melanie Thielker
f2055a3524
Mantis #2001
...
Thank you, nlin, for a patch that implements part of llCreateLink
- DotNetEngine implementation by nlin.
- Shared/ port by me.
2008-08-19 21:37:12 +00:00
Melanie Thielker
fc83af4bf6
Add the default region texture UUIDS back in that were lost in
...
the shuffle. Translate LLUUID.Zero to the default textures on set.
This should fix the default button in the viewer.
2008-08-19 21:18:48 +00:00
Melanie Thielker
40fa68d3e5
Mantis #1999
...
Allow the sim owner to add estate managers to any estate on the sim
2008-08-19 20:55:34 +00:00
Melanie Thielker
5cb0d4fcac
Packet type exclusion (Mantis #2004 )
...
Exclude SimStats packets from ack appending.
2008-08-19 19:44:49 +00:00
Melanie Thielker
41440e184b
Attachment persistence (Mantis #1711 )
...
Change user server to handle attachment assets record properly. Ensure
that attachments are not re-rezzed on region crossing. Persistence
will NOT WORK with earliser UGAI!!
Change region server to match.
2008-08-19 18:34:46 +00:00
Melanie Thielker
c71d6f05a7
Moves one file to it's proper location
2008-08-19 15:16:48 +00:00
Melanie Thielker
e5cdba1cb4
Fix region crossings and access to inventory after changing regions within
...
the same simulator
2008-08-19 15:09:35 +00:00
Jeff Ames
5c360e7374
Update svn properties, minor formatting cleanup.
...
Remove old comment in SnapshotStore pointed out by ChrisDown (bug #2000 )
2008-08-19 13:07:24 +00:00
Mike Mazur
c74f7387ec
Correctly convert port to int.
2008-08-19 09:24:15 +00:00
Mike Mazur
894f3045ed
Convert LoadBalancer and RegionProxy plugins to use XML manifests. Fixes
...
"Plugin Error: Node 'Type' not allowed" messages during region server startup.
2008-08-19 09:24:12 +00:00
Melanie Thielker
29530f3029
Attachment persistence!!! Patch #9170 (Mantis #1171 )
...
Attachments now persist across logouts. Mostly untested.
2008-08-19 07:11:58 +00:00
Teravus Ovares
b4355e4564
* This reverts a change where m_regions[RegionHandle] was replaced instead of removed in LocalBackEndServices It used to be like the change above a long long time ago but we found that it caused intermittent neighbor connectivity issues. I added comments above it so that it's looked at more closely next time.
2008-08-19 07:04:47 +00:00
Mike Mazur
225067d8b6
Sync OpenSim/Region/ScriptEngine/{Common,Shared}/LSL_Types.cs.
2008-08-19 05:30:10 +00:00
Mike Mazur
a513cba60b
Apply Godfrey's patch (originally in r5872) to Shared/LSL_Types.cs as well.
2008-08-19 05:25:07 +00:00
Jeff Ames
bea7d4d81a
Update svn properties, formatting cleanup.
2008-08-19 02:59:27 +00:00
Melanie Thielker
6d2e1ad6ba
Attachment persistence!!! Patch #9169 (Mantis #1171 )
...
Attachments now save to MySQL. No reattach on login yet.
2008-08-19 02:12:40 +00:00
Justin Clarke Casey
a179089d1c
* If two regions have configuration information that conflicts (save xy location, same uuid or same internal ip port) then complain loudly and don't start up
2008-08-18 21:46:07 +00:00
Justin Clarke Casey
9e6b38078a
* Properly dispose of the reader after readAttachments() has finished with it in the Mysql User data manager
2008-08-18 21:18:59 +00:00
Justin Clarke Casey
9650632cd1
* It appears that sometimes some IClientAPI reference is not being released, resulting in continual execution of the CheckConnectivity timer method
...
* For now, just turn off this timer when we close the connection
* Also some minor help refactoring creeps in to this revision.
2008-08-18 21:14:38 +00:00
Teravus Ovares
9f2928efe6
* osmantis test. Speak, we want you to.
2008-08-18 20:12:13 +00:00
Melanie Thielker
6614eee4d4
Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to make the flag nature of this value more clear.
2008-08-18 18:59:06 +00:00
Melanie Thielker
05506cff49
Avatar Attachment persistence!! Patch #9168 (Mantis #1171 )
...
Plumbs in attachment persistence and adds the tables. Currently MySQL
only, no user functionality yet.
2008-08-18 17:22:36 +00:00
Charles Krinke
ae3a1dd9a2
Mantis#1992. Thank you kindly, ChrisDown for a patch that:
...
Corrects accidental removal of tags in /bin/inventory/Libraries.xml
2008-08-18 14:31:54 +00:00
Teravus Ovares
eaeed632e0
* maptile - just flatten it.. we'll worry about projection later..
2008-08-18 10:58:54 +00:00
Teravus Ovares
2ef4ccf89e
* Slightly better implementation of prim volume drawing on the maptile using projection of an oriented bounding box. This isn't quite right yet. Experimental. It takes about 3 times longer then the previous version, however produces better results.
2008-08-18 08:25:58 +00:00
Teravus Ovares
f842ad4192
* Maptile prim volume drawing change from manually drawing the rectangles using Bitmap.setpixel to a drawing2d graphics context.
...
* Z-sort the prim volumes before drawing.
2008-08-18 03:25:23 +00:00
Teravus Ovares
c31b0a54a4
* Text/comment cleanup in MapImageModule
2008-08-18 01:38:11 +00:00
Jeff Ames
84a0a6645e
Fix another compiler warning, based on a patch submitted by Leaf. (bug #1978 )
2008-08-18 01:30:42 +00:00
Jeff Ames
6bdbf30906
Thanks HomerHorwitz for a patch to remove old Common.Communications references from prebuild.xml (bug #1977 )
2008-08-18 01:10:06 +00:00
Jeff Ames
642f6fd979
Fix compiler warning due to incomplete refactoring in r5901.
2008-08-18 01:08:38 +00:00
Jeff Ames
6ef9d4da90
Formatting cleanup.
2008-08-18 00:39:10 +00:00
Jeff Ames
531f6c01eb
Update svn properties, minor formatting cleanup.
2008-08-17 23:07:14 +00:00
Melanie Thielker
35dde94f01
Change the deselect processing to prevent gratuituous full update
...
when an attachment is deselected.
2008-08-17 22:38:52 +00:00
Charles Krinke
c200644bd9
Mantis#1974. Thank you BlueWall for a patch that:
...
adds handling for PRIM_PHYSICS, PRIM_PHANTOM in
llSetPrimitiveParams()
2008-08-17 20:38:40 +00:00
Charles Krinke
77ae4bb3fb
Mantis#1971. Thank you kindly, ChrisDown for a patch that:
...
Reverts the deletion of the entry for "My Site Library" in
bin/assets/AssetSets.xml and replace with with "Open Textures Library"
pointing to "OpenTexturesLibrary/3DDCInventoryItems.xml"/.
2008-08-17 19:40:30 +00:00
Melanie Thielker
fe1d78bb78
Add some locking on m_undo in SceneObjectPart
2008-08-17 19:17:44 +00:00
Melanie Thielker
5d6a42a22e
Add an invalidate method to the cache class.
2008-08-17 19:10:32 +00:00
Teravus Ovares
0683a07081
* Turned on the MapImageModule as opposed to the code in Scene for generating the map image. Copied the code in Scene into the MapImageModule, made a few tweaks to get it to work with the module's interface.
...
* Refactored a few things in Scene to make maptile saving easier to understand.
* Added comments to describe the 'clever code' assetcache update without the gridasset being updated so as to lessen possible confusion in patches in the future.
* If the MapImageModule isn't loaded, default to the code in Scene still.
2008-08-17 18:59:58 +00:00
Melanie Thielker
40abeed7d4
Add the IInventoryModule interface and a sample method call
...
to Scene.INventory.cs
2008-08-17 18:41:13 +00:00
Melanie Thielker
1db8f6fbad
Patch for Adam: Add two new permissions options to Opensim.ini.example
...
and the permissions module
2008-08-17 05:05:06 +00:00
Teravus Ovares
910f9d10d6
* half of the attachmentpoint skull fix
...
* There's still a full object update coming when you release the attachment after modifying it that's killing it sometimes.
2008-08-17 03:09:47 +00:00
Jeff Ames
796ccd3d37
Update svn properties, minor formatting cleanup.
2008-08-17 02:31:45 +00:00
Charles Krinke
60a676251a
Mantis#1971. Thank you kindly, BlueWall for a patch that:
...
The included patch enable handling for PRIM_FULLBRIGHT in
llSetPrimitiveParams().
2008-08-16 21:31:36 +00:00