5d20f04e08 
								
							
								 
							
						 
						
							
							
								
								refactor: move Scene.TerrainUnAcked() handling into TerrainModule  
							
							
							
						 
						
							2010-08-13 21:18:26 +01:00  
				
					
						
							
							
								 
						
							
							
								b51534852f 
								
							
								 
							
						 
						
							
							
								
								minor: remove mono compiler warning  
							
							
							
						 
						
							2010-08-13 21:07:45 +01:00  
				
					
						
							
							
								 
						
							
							
								fd23f270c6 
								
							
								 
							
						 
						
							
							
								
								refactor: remove Scene.SetRootAgentScene() in favour of existing event with same name  
							
							
							
						 
						
							2010-08-13 21:01:10 +01:00  
				
					
						
							
							
								 
						
							
							
								5f5c65e4ba 
								
							
								 
							
						 
						
							
							
								
								refactor: move more map tile generation code from scene to IWorldMapModule  
							
							
							
						 
						
							2010-08-13 20:34:46 +01:00  
				
					
						
							
							
								 
						
							
							
								39a748b47a 
								
							
								 
							
						 
						
							
							
								
								refactor: Use SOP.Flags rather than SOP.ObjectFlags  
							
							
							
						 
						
							2010-08-13 20:23:53 +01:00  
				
					
						
							
							
								 
						
							
							
								c98c6a2930 
								
							
								 
							
						 
						
							
							
								
								File wants to be committed  
							
							
							
						 
						
							2010-08-11 20:38:10 -07:00  
				
					
						
							
							
								 
						
							
							
								251be8a1be 
								
							
								 
							
						 
						
							
							
								
								Prettify console output for long avatar names.  
							
							
							
						 
						
							2010-08-11 20:22:01 -07:00  
				
					
						
							
							
								 
						
							
							
								4f62f00ca0 
								
							
								 
							
						 
						
							
							
								
								Changing prim color generates event CHANGED_COLOR.  
							
							... 
							
							
							
							Signed-off-by: Melanie <melanie@t-data.com> 
							
						 
						
							2010-08-10 19:38:39 +01:00  
				
					
						
							
							
								 
						
							
							
								3f942a4f74 
								
							
								 
							
						 
						
							
							
								
								Removed abstract SetText method from EntityBase to make cleaner API.  
							
							... 
							
							
							
							Signed-off-by: Melanie <melanie@t-data.com> 
							
						 
						
							2010-08-10 19:37:15 +01:00  
				
					
						
							
							
								 
						
							
							
								75f92faeb4 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-08-10 19:34:57 +01:00  
				
					
						
							
							
								 
						
							
							
								158604a733 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-08-10 20:17:47 +01:00  
				
					
						
							
							
								 
						
							
							
								2a1c11fda9 
								
							
								 
							
						 
						
							
							
								
								On shift-copy of an object, set up a new physics actor (as appropriate) for every copied prim, not just the root  
							
							... 
							
							
							
							This addresses http://opensimulator.org/mantis/view.php?id=4295  
							
						 
						
							2010-08-10 20:15:44 +01:00  
				
					
						
							
							
								 
						
							
							
								6147efdad9 
								
							
								 
							
						 
						
							
							
								
								Avoid truncation of error message during region creation.  
							
							... 
							
							
							
							Signed-off-by: Melanie <melanie@t-data.com> 
							
						 
						
							2010-08-10 19:34:09 +01:00  
				
					
						
							
							
								 
						
							
							
								a299fa4849 
								
							
								 
							
						 
						
							
							
								
								This file wants to be committed  
							
							
							
						 
						
							2010-08-10 11:18:39 -07:00  
				
					
						
							
							
								 
						
							
							
								0a81038dd5 
								
							
								 
							
						 
						
							
							
								
								Reduce number of paths in SOP code by setting flags via Flags property rather than _flags  
							
							... 
							
							
							
							Both ObjectFlags and Flags are effectively exactly the same property, except that ObjectFlags is uint and Flags is PrimFlags
Both reference the PrimFlags _flags underneath, so you couldn't set a non PrimFlags uint anyway.
Deprecated ObjectFlags in favour of Flags. 
							
						 
						
							2010-08-10 17:26:31 +01:00  
				
					
						
							
							
								 
						
							
							
								7203feb83c 
								
							
								 
							
						 
						
							
							
								
								Extend DuplicateObject() test to check flags on the duplicated object  
							
							
							
						 
						
							2010-08-10 16:50:36 +01:00  
				
					
						
							
							
								 
						
							
							
								85fc2dfe3c 
								
							
								 
							
						 
						
							
							
								
								extend TestDuplicateObject() to a two prim object  
							
							
							
						 
						
							2010-08-10 16:16:57 +01:00  
				
					
						
							
							
								 
						
							
							
								a5dab074a0 
								
							
								 
							
						 
						
							
							
								
								Handle incoming ObjectImage (TextureEntry) updates synchronously rather than asynchronously  
							
							... 
							
							
							
							At least on stock Linden clients, updating the texture on all faces of the prim will actually send an ObjectImage packet for each update.
There is a race condition if these are handled async, meaning that occasionally not all of the faces are correctly updated. 
							
						 
						
							2010-08-10 16:00:35 +01:00  
				
					
						
							
							
								 
						
							
							
								f216fd8136 
								
							
								 
							
						 
						
							
							
								
								Tests for distance-sorted fallback regions.  
							
							... 
							
							
							
							With some extensions to existing grid service tests. 
							
						 
						
							2010-08-08 18:12:07 +01:00  
				
					
						
							
							
								 
						
							
							
								cd2c7b9ac9 
								
							
								 
							
						 
						
							
							
								
								In my crusade against facelights, I am striking the killing blow. Add a  
							
							... 
							
							
							
							DisableFacelights option to OpenSim.ini to finally kill those immersion-
breaking, silly vanity lights that destroy nighttime RP. Girls, you look
just fine without them. Guys, you too. Thank you. Melanie has left the building. 
							
						 
						
							2010-08-08 01:57:02 +01:00  
				
					
						
							
							
								 
						
							
							
								903cfa8c7e 
								
							
								 
							
						 
						
							
							
								
								minor: Remove overly verbose schedule full update log message for attachments  
							
							
							
						 
						
							2010-08-07 22:28:42 +01:00  
				
					
						
							
							
								 
						
							
							
								a04efe4a4d 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-08-07 05:39:20 +01:00  
				
					
						
							
							
								 
						
							
							
								00fd2e0446 
								
							
								 
							
						 
						
							
							
								
								Correct display of landmark about info. Also correct region maturity rating  
							
							... 
							
							
							
							in LM info. Maturity is NOT the parcel's setting, that is only for the
image and text. Parcel maturity is governed by region maturity. 
							
						 
						
							2010-08-07 05:33:49 +01:00  
				
					
						
							
							
								 
						
							
							
								59af886680 
								
							
								 
							
						 
						
							
							
								
								Change the (hackish) constant to match the changed enum for attachs  
							
							
							
						 
						
							2010-08-07 05:33:41 +01:00  
				
					
						
							
							
								 
						
							
							
								2cedfba67c 
								
							
								 
							
						 
						
							
							
								
								Make the landmark properties work again  
							
							
							
						 
						
							2010-08-07 05:33:21 +01:00  
				
					
						
							
							
								 
						
							
							
								5e93a83ecd 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-08-06 17:43:41 -07:00  
				
					
						
							
							
								 
						
							
							
								0090534793 
								
							
								 
							
						 
						
							
							
								
								Added Check4096 config var under [GridService], at the request of many. Changed the iteration that Marck had on the Hyperlinker.  
							
							... 
							
							
							
							ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example. 
							
						 
						
							2010-08-06 17:43:09 -07:00  
				
					
						
							
							
								 
						
							
							
								4e2caab756 
								
							
								 
							
						 
						
							
							
								
								Add new SceneGraphTests class.  Add simple TestDuplicateObject()  
							
							
							
						 
						
							2010-08-07 01:06:47 +01:00  
				
					
						
							
							
								 
						
							
							
								7e47ab746e 
								
							
								 
							
						 
						
							
							
								
								Allow creation of link regions if there is an existing region within a 4096 range.  
							
							... 
							
							
							
							Also add GetHyperlinks() to the grid service. 
							
						 
						
							2010-08-06 17:02:03 -07:00  
				
					
						
							
							
								 
						
							
							
								8d520f4525 
								
							
								 
							
						 
						
							
							
								
								Remove old test classes that don't actually test anything not done elsewhere  
							
							... 
							
							
							
							Also comment out log4net line in InventoryArchiverTests 
							
						 
						
							2010-08-07 00:50:01 +01:00  
				
					
						
							
							
								 
						
							
							
								6c8c8d669b 
								
							
								 
							
						 
						
							
							
								
								minor: a few miscellaneous comments  
							
							
							
						 
						
							2010-08-07 00:45:04 +01:00  
				
					
						
							
							
								 
						
							
							
								cc05fc43b9 
								
							
								 
							
						 
						
							
							
								
								Fix a parenthesis in prior commit  
							
							
							
						 
						
							2010-08-06 17:55:41 +01:00  
				
					
						
							
							
								 
						
							
							
								1cd441d5de 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-08-06 17:47:55 +01:00  
				
					
						
							
							
								 
						
							
							
								1270727c96 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'moap'  
							
							
							
						 
						
							2010-08-06 18:29:30 +01:00  
				
					
						
							
							
								 
						
							
							
								54dcfe3f2d 
								
							
								 
							
						 
						
							
							
								
								Fixes: llSetLinkPrimitiveParams - PRIM_POSITION is not relative to root, causes unexpected movement of child prims  
							
							... 
							
							
							
							Signed-off-by: Melanie <melanie@t-data.com> 
							
						 
						
							2010-08-06 17:38:29 +01:00  
				
					
						
							
							
								 
						
							
							
								e1e897ac11 
								
							
								 
							
						 
						
							
							
								
								Change XEngine to use the new constant  
							
							
							
						 
						
							2010-08-06 15:18:46 +01:00  
				
					
						
							
							
								 
						
							
							
								120f3a18f2 
								
							
								 
							
						 
						
							
							
								
								Correct some script constants.  
							
							
							
						 
						
							2010-08-06 15:11:18 +01:00  
				
					
						
							
							
								 
						
							
							
								c1ad8a3c17 
								
							
								 
							
						 
						
							
							
								
								People can't leave their hands ooff "well enough". StateSource 0 was region  
							
							... 
							
							
							
							start, and they started at 1 for real values. Whoever changed that enum
to start at 0 should bow their head in shame. They broke the region start
event. This puts it right again. Meow! 
							
						 
						
							2010-08-06 15:05:35 +01:00  
				
					
						
							
							
								 
						
							
							
								db2f63706d 
								
							
								 
							
						 
						
							
							
								
								Prevent users from becoming stuck online. This affects only 0.7  
							
							
							
						 
						
							2010-08-05 23:49:07 +01:00  
				
					
						
							
							
								 
						
							
							
								1cae505ea1 
								
							
								 
							
						 
						
							
							
								
								Prevent hammering the grid services with llRequestAgentData requests. Cache the  
							
							... 
							
							
							
							user information permanently, and the online status for 20 seconds. Also
cache negatives. 
							
						 
						
							2010-08-05 22:36:43 +01:00  
				
					
						
							
							
								 
						
							
							
								847008ee07 
								
							
								 
							
						 
						
							
							
								
								Addresses  http://opensimulator.org/mantis/view.php?id=4919  
							
							
							
						 
						
							2010-08-05 09:43:19 -07:00  
				
					
						
							
							
								 
						
							
							
								9e9296848d 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-08-05 08:20:32 +01:00  
				
					
						
							
							
								 
						
							
							
								1869572297 
								
							
								 
							
						 
						
							
							
								
								Prevent setting the hovertext from firing changed_color  
							
							
							
						 
						
							2010-08-05 08:19:46 +01:00  
				
					
						
							
							
								 
						
							
							
								a133acbd5f 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'iar-merge'  
							
							... 
							
							
							
							Conflicts:
	OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
	OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs 
							
						 
						
							2010-08-04 20:56:52 +01:00  
				
					
						
							
							
								 
						
							
							
								09ab32c21e 
								
							
								 
							
						 
						
							
							
								
								Remove StandAlone from default hardcoded config  
							
							
							
						 
						
							2010-08-04 03:10:10 +01:00  
				
					
						
							
							
								 
						
							
							
								bda83715e4 
								
							
								 
							
						 
						
							
							
								
								Clean up some messiness in IM sending. Having offline IM enabled now no longer  
							
							... 
							
							
							
							suppresses "Inventory Saved" messages. 
							
						 
						
							2010-08-04 02:46:30 +01:00  
				
					
						
							
							
								 
						
							
							
								99c0f4c9c7 
								
							
								 
							
						 
						
							
							
								
								Simplify serialized version string.  Change element capitalization for consistency  
							
							... 
							
							
							
							THIS CHANGE ALTERS THE SERIALIZATION FORMAT, HOPEFULLY FOR THE LAST TIME.  If you're testing, please start with a new database.
This commit also improves locking for manipulation of media entries. 
							
						 
						
							2010-08-03 17:09:20 +01:00  
				
					
						
							
							
								 
						
							
							
								9d8a67fe13 
								
							
								 
							
						 
						
							
							
								
								get rid of PrimitiveBaseShape.MediaRaw staging post  
							
							... 
							
							
							
							using an OSD serialization rather than auto forces serialization code to be placed in OpenSim.Framework
this makes the media texture raw data staging post in PrimitiveBaseShape redundant, now we just directly call the code in PrimitiveBaseShape.MediaList itself 
							
						 
						
							2010-08-03 16:26:27 +01:00  
				
					
						
							
							
								 
						
							
							
								ac07d853b8 
								
							
								 
							
						 
						
							
							
								
								remove duplicated serialization code  
							
							
							
						 
						
							2010-08-03 15:58:17 +01:00  
				
					
						
							
							
								 
						
							
							
								60df76314f 
								
							
								 
							
						 
						
							
							
								
								serialize media textures to inventory with a largely osd representation rather than .net auto-serialization  
							
							... 
							
							
							
							THIS WILL BREAK ANY EXISTING MEDIA TEXTURE SERIALIZATIONS.  If you're testing this, please start with new databases.
This makes media textures serialized in the same way, which is probably better in the long term. 
							
						 
						
							2010-08-03 15:45:49 +01:00  
				
					
						
							
							
								 
						
							
							
								8e37e7eb07 
								
							
								 
							
						 
						
							
							
								
								Remove the (wrong) implementation if llPointAt. It never worked on the LL  
							
							... 
							
							
							
							grid and is officially deprecated. There is no way to rotate an avatar
programmatically. 
							
						 
						
							2010-08-02 00:41:40 +01:00  
				
					
						
							
							
								 
						
							
							
								168a8e9ae5 
								
							
								 
							
						 
						
							
							
								
								Thank you, Snoopy, for a patch to fix child prim movement. This still doesn't  
							
							... 
							
							
							
							address limiting link distance, but at least it makes the UI and LSL
match. 
							
						 
						
							2010-07-31 01:03:14 +01:00  
				
					
						
							
							
								 
						
							
							
								f3fa10fa15 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-07-30 14:04:29 -07:00  
				
					
						
							
							
								 
						
							
							
								8ab7d80b09 
								
							
								 
							
						 
						
							
							
								
								Changed the way HG client verification is done: now transforming local and LAN client IPs into external IPs. This addresses some issues related to running both the user agents service and the viewer in the same machine/LAN, which then presents a problem when the user agent goes to an external network.  
							
							
							
						 
						
							2010-07-30 14:04:13 -07:00  
				
					
						
							
							
								 
						
							
							
								f84dbafb0c 
								
							
								 
							
						 
						
							
							
								
								remove gods event subscription to gods module from scene  
							
							
							
						 
						
							2010-07-30 21:58:24 +01:00  
				
					
						
							
							
								 
						
							
							
								63f3a16b72 
								
							
								 
							
						 
						
							
							
								
								remove empty, unused and uncalled UnsubscribeToClientEvents()  
							
							
							
						 
						
							2010-07-30 21:44:50 +01:00  
				
					
						
							
							
								 
						
							
							
								424b4b2b86 
								
							
								 
							
						 
						
							
							
								
								move attachment subscription events into AttachmentsModule from scene.  
							
							... 
							
							
							
							restored to some heavy casting in order to preserve RegionCombinerModule semantics, pending better events. 
							
						 
						
							2010-07-30 21:41:44 +01:00  
				
					
						
							
							
								 
						
							
							
								4d83b2d8a6 
								
							
								 
							
						 
						
							
							
								
								remove unused BasicQuadTreeNode  
							
							
							
						 
						
							2010-07-30 21:06:45 +01:00  
				
					
						
							
							
								 
						
							
							
								f37ec933ae 
								
							
								 
							
						 
						
							
							
								
								store terrain module trying to load plugins if plugin path does not exist  
							
							
							
						 
						
							2010-07-30 20:54:02 +01:00  
				
					
						
							
							
								 
						
							
							
								c6bc1d28ec 
								
							
								 
							
						 
						
							
							
								
								move ChannelDigger from its own project into the main terrain module with the rest of the effects  
							
							
							
						 
						
							2010-07-30 20:34:14 +01:00  
				
					
						
							
							
								 
						
							
							
								315b065bce 
								
							
								 
							
						 
						
							
							
								
								Remove unused LLFileTransfer  
							
							
							
						 
						
							2010-07-30 19:58:29 +01:00  
				
					
						
							
							
								 
						
							
							
								5b80e3fc18 
								
							
								 
							
						 
						
							
							
								
								convert attachments module from old region module style to new  
							
							
							
						 
						
							2010-07-30 19:26:54 +01:00  
				
					
						
							
							
								 
						
							
							
								2257e39eda 
								
							
								 
							
						 
						
							
							
								
								Make dataserver() return a 0 when agent id offline, instead of a timeout  
							
							
							
						 
						
							2010-07-29 23:20:38 +01:00  
				
					
						
							
							
								 
						
							
							
								696b6c727f 
								
							
								 
							
						 
						
							
							
								
								Allow gods and estate managers/owners to be unaffected by parcel bans  
							
							
							
						 
						
							2010-07-29 16:20:40 +01:00  
				
					
						
							
							
								 
						
							
							
								f067f733ea 
								
							
								 
							
						 
						
							
							
								
								add userExposed parameter to part copy event  
							
							
							
						 
						
							2010-07-28 19:38:20 +01:00  
				
					
						
							
							
								 
						
							
							
								0f15ccb2cf 
								
							
								 
							
						 
						
							
							
								
								relocate moap specific cloning code to MoapModule  
							
							
							
						 
						
							2010-07-28 19:23:30 +01:00  
				
					
						
							
							
								 
						
							
							
								5aa56b1274 
								
							
								 
							
						 
						
							
							
								
								Fix problem where changes to media textures for prims duplicated by shify copy would change both prims until server restart  
							
							... 
							
							
							
							I also found out that you can crash the current viewer by giving it more media entrys than it's expecting 
							
						 
						
							2010-07-28 18:55:29 +01:00  
				
					
						
							
							
								 
						
							
							
								b149d8970e 
								
							
								 
							
						 
						
							
							
								
								comment out verbose debug logging  
							
							
							
						 
						
							2010-07-27 22:49:45 +01:00  
				
					
						
							
							
								 
						
							
							
								30ac67fb3d 
								
							
								 
							
						 
						
							
							
								
								make MoapModule ignore possible future media texture data that it can't handle  
							
							
							
						 
						
							2010-07-27 20:15:43 +01:00  
				
					
						
							
							
								 
						
							
							
								ac542a907b 
								
							
								 
							
						 
						
							
							
								
								Make MoapModule ignore non-sl media texture data  
							
							
							
						 
						
							2010-07-27 18:59:05 +01:00  
				
					
						
							
							
								 
						
							
							
								4d23749241 
								
							
								 
							
						 
						
							
							
								
								provide config option for media on a prim  
							
							
							
						 
						
							2010-07-26 23:34:23 +01:00  
				
					
						
							
							
								 
						
							
							
								412fed975f 
								
							
								 
							
						 
						
							
							
								
								relocate serialization code from SQLiteRegionData to MoapModule using load and save events.  
							
							... 
							
							
							
							This is better modularity.  It also allows MoapModule to be replaced with some other media module that may behave completely differently in the future.
Remaining non-modularity:
PrimitiveBaseShape needs explicit Media and MediaRaw fields.  MediaRaw is required in order to shuttle the pre-serialization data back and forth from the database layer.
The database also needs to know about MediaRaw though not about Media.
IMO, it would be extremely nice to remove these hard codings but this is a bridge too far at the present time. 
							
						 
						
							2010-07-26 23:34:23 +01:00  
				
					
						
							
							
								 
						
							
							
								b51b2efdc8 
								
							
								 
							
						 
						
							
							
								
								Add EventManager.OnSceneObjectPreSave() for future use.  This is triggered immediately before a copy of the group is persisted to storage  
							
							
							
						 
						
							2010-07-26 23:34:22 +01:00  
				
					
						
							
							
								 
						
							
							
								586ae0f6a0 
								
							
								 
							
						 
						
							
							
								
								Add EventManager.OnSceneObjectLoaded() for future use.  This is fired immediately after a scene object is loaded from storage.  
							
							
							
						 
						
							2010-07-26 23:34:22 +01:00  
				
					
						
							
							
								 
						
							
							
								d764c95d09 
								
							
								 
							
						 
						
							
							
								
								also add avatar id to an updated media url - not just new ones  
							
							
							
						 
						
							2010-07-26 23:34:22 +01:00  
				
					
						
							
							
								 
						
							
							
								b06308e1d3 
								
							
								 
							
						 
						
							
							
								
								Properly set TextureEntry.MediaFlags when a media texture is set  
							
							... 
							
							
							
							Media flags is cleared via a direct TextureEntry update from the client.  If the clearing leaves no media textures on the prim, then a CAP ObjectMediaUpdate is not received.  If there are still media textures present then one is received.
This change fixes drag-and-drop on Windows (and Mac?) clients.  It may also fix problems with clearing and then subsequently setting new media textures. 
							
						 
						
							2010-07-26 23:34:22 +01:00  
				
					
						
							
							
								 
						
							
							
								60c52ac0c4 
								
							
								 
							
						 
						
							
							
								
								start adding user ids to the media urls  
							
							
							
						 
						
							2010-07-26 23:34:22 +01:00  
				
					
						
							
							
								 
						
							
							
								cd985ab71b 
								
							
								 
							
						 
						
							
							
								
								Handle checking of line starting "*" wildcard for whitelist patterns  
							
							... 
							
							
							
							A line starting * can only be applied to the domain, not the path 
							
						 
						
							2010-07-26 23:34:21 +01:00  
				
					
						
							
							
								 
						
							
							
								664cbe2357 
								
							
								 
							
						 
						
							
							
								
								refactor: simplify current whitelist url checking by using System.Uri  
							
							
							
						 
						
							2010-07-26 23:34:21 +01:00  
				
					
						
							
							
								 
						
							
							
								0edabffb7d 
								
							
								 
							
						 
						
							
							
								
								Implement * end wildcard for whitelist urls  
							
							
							
						 
						
							2010-07-26 23:34:21 +01:00  
				
					
						
							
							
								 
						
							
							
								dce7307aa2 
								
							
								 
							
						 
						
							
							
								
								properly expose prim media LSL functions to scripts  
							
							... 
							
							
							
							scripts using these functions should now compile but I don't know how well the methods themselves work yet
llSetPrimMedia(), at least, appears to have problems when a current url is set for a face that doesn't yet have a texture 
							
						 
						
							2010-07-26 23:34:21 +01:00  
				
					
						
							
							
								 
						
							
							
								049ccba8d3 
								
							
								 
							
						 
						
							
							
								
								fix previous media interact serverside checking.  perform very basic serverside url whitelist checks  
							
							... 
							
							
							
							at the moment, only checking for the exact name prefix is implemented
for some reason, whitelists are not persisting
this commit also fixes a very recent problem where setting any media texture parameters after the initial configuration would not work 
							
						 
						
							2010-07-26 23:34:21 +01:00  
				
					
						
							
							
								 
						
							
							
								cf7573c8fd 
								
							
								 
							
						 
						
							
							
								
								implement code to deregister users on DeregisterCaps  
							
							
							
						 
						
							2010-07-26 23:34:21 +01:00  
				
					
						
							
							
								 
						
							
							
								ee6cd884c9 
								
							
								 
							
						 
						
							
							
								
								implement serverside checks for media texture navigation in order to stop naughty clients  
							
							
							
						 
						
							2010-07-26 23:34:21 +01:00  
				
					
						
							
							
								 
						
							
							
								a9101feb10 
								
							
								 
							
						 
						
							
							
								
								factor out soon to be common media permissions check code  
							
							
							
						 
						
							2010-07-26 23:34:20 +01:00  
				
					
						
							
							
								 
						
							
							
								51b208e96c 
								
							
								 
							
						 
						
							
							
								
								implement prim media control permissions serverside in order to stop bad clients  
							
							
							
						 
						
							2010-07-26 23:34:20 +01:00  
				
					
						
							
							
								 
						
							
							
								e5615d3a9b 
								
							
								 
							
						 
						
							
							
								
								discard an object media update message if it tries to set more media textures than the prim has faces  
							
							
							
						 
						
							2010-07-26 23:34:20 +01:00  
				
					
						
							
							
								 
						
							
							
								eb5e39d6ef 
								
							
								 
							
						 
						
							
							
								
								Fire CHANGED_MEDIA event if a media texture is set or cleared  
							
							
							
						 
						
							2010-07-26 23:34:20 +01:00  
				
					
						
							
							
								 
						
							
							
								39a38c4901 
								
							
								 
							
						 
						
							
							
								
								implement llClearPrimMedia()  
							
							... 
							
							
							
							untested 
							
						 
						
							2010-07-26 23:34:20 +01:00  
				
					
						
							
							
								 
						
							
							
								d1a879927c 
								
							
								 
							
						 
						
							
							
								
								fix issue with GetMediaEntry if the face requested wasn't set to a media texture  
							
							
							
						 
						
							2010-07-26 23:34:20 +01:00  
				
					
						
							
							
								 
						
							
							
								43f480864b 
								
							
								 
							
						 
						
							
							
								
								fix problem persisting when only one face had a media texture  
							
							
							
						 
						
							2010-07-26 23:34:20 +01:00  
				
					
						
							
							
								 
						
							
							
								c76e2ce250 
								
							
								 
							
						 
						
							
							
								
								factor out common code for updating the media url  
							
							
							
						 
						
							2010-07-26 23:34:19 +01:00  
				
					
						
							
							
								 
						
							
							
								74bc4f61fd 
								
							
								 
							
						 
						
							
							
								
								factor out common face parameter checking code  
							
							
							
						 
						
							2010-07-26 23:34:19 +01:00  
				
					
						
							
							
								 
						
							
							
								cfb79cd411 
								
							
								 
							
						 
						
							
							
								
								minor: correct a few method names and change accessability  
							
							
							
						 
						
							2010-07-26 23:34:19 +01:00  
				
					
						
							
							
								 
						
							
							
								a5ad792e6c 
								
							
								 
							
						 
						
							
							
								
								implement llSetPrimMediaParams()  
							
							... 
							
							
							
							Untested 
							
						 
						
							2010-07-26 23:34:19 +01:00  
				
					
						
							
							
								 
						
							
							
								8f403cb4b8 
								
							
								 
							
						 
						
							
							
								
								Implement llGetPrimMediaParams()  
							
							... 
							
							
							
							Exposes method to get media entry via IMoapModule
As yet untested. 
							
						 
						
							2010-07-26 23:34:19 +01:00  
				
					
						
							
							
								 
						
							
							
								9682e0c733 
								
							
								 
							
						 
						
							
							
								
								Implement media texture persistence over server restarts for sqlite  
							
							... 
							
							
							
							This is currently persisting media as an OSDArray serialized to LLSD XML. 
							
						 
						
							2010-07-26 23:34:19 +01:00  
				
					
						
							
							
								 
						
							
							
								4ebae14a53 
								
							
								 
							
						 
						
							
							
								
								handle ObjectMediaNavigateMessage  
							
							... 
							
							
							
							Other avatars can now see the webpages that you're navigating to.
The requirement for an initial prim click before the texture displayed has gone away.
Flash (e.g. YouTube) appears to work fine.
Still not persisting any media data so this all disappears on server restart 
							
						 
						
							2010-07-26 23:34:18 +01:00  
				
					
						
							
							
								 
						
							
							
								468450a94d 
								
							
								 
							
						 
						
							
							
								
								send a full object update out to avatars when a media texture is initially set  
							
							... 
							
							
							
							this allows other avatars to see it, but still only after they've clicked on the face
still not handling navigation yet 
							
						 
						
							2010-07-26 23:34:18 +01:00  
				
					
						
							
							
								 
						
							
							
								b1eb83ed6c 
								
							
								 
							
						 
						
							
							
								
								start sending media url in object full updates  
							
							
							
						 
						
							2010-07-26 23:34:18 +01:00  
				
					
						
							
							
								 
						
							
							
								4a6adff4cd 
								
							
								 
							
						 
						
							
							
								
								start storing a mediaurl on the scene object part  
							
							... 
							
							
							
							not yet persisted or sent in the update 
							
						 
						
							2010-07-26 23:34:18 +01:00  
				
					
						
							
							
								 
						
							
							
								c290cdd997 
								
							
								 
							
						 
						
							
							
								
								replace hand parsing of incoming object media messages with parsing code in libopenmetaverse  
							
							
							
						 
						
							2010-07-26 23:34:18 +01:00  
				
					
						
							
							
								 
						
							
							
								acac47830e 
								
							
								 
							
						 
						
							
							
								
								start storing incoming MediaEntry on a new Media field on PrimitiveBaseShape  
							
							... 
							
							
							
							This allows the media texture to persist in memory - logging in and out will redisplay it (after a click) though navigation will be lost
Next need to implement media uri on prim and delegate more incoming llsd parsing to libomv 
							
						 
						
							2010-07-26 23:34:18 +01:00  
				
					
						
							
							
								 
						
							
							
								9301e36fbc 
								
							
								 
							
						 
						
							
							
								
								have a stab at sending the correct number of media entries to shapes  
							
							... 
							
							
							
							actually, this is probably wrong anyway if there's a default texture
it's going to be easier just to gather the object media updates and retain those in-memory now
but what the hell 
							
						 
						
							2010-07-26 23:34:17 +01:00  
				
					
						
							
							
								 
						
							
							
								701f39c8c2 
								
							
								 
							
						 
						
							
							
								
								do a whole load of crappy hacking to get cubes to display google.com  
							
							... 
							
							
							
							currently, for smoe reason the page only appears when you click a face.
also, actually navigating anywhere always snaps you back to the google search box, for some unknown reason
you can still change the url and normal navigation will work again 
							
						 
						
							2010-07-26 23:34:17 +01:00  
				
					
						
							
							
								 
						
							
							
								2be7d0cdd4 
								
							
								 
							
						 
						
							
							
								
								Register ObjectMedia and ObjectMediaNavigate capabilities from moap module.  
							
							... 
							
							
							
							Not sure if these are correct, but just supplying these to the viewer is enough to allow it to put media textures on prims (previously the icons were greyed out).
This is not yet persisted even in-memory, so no other avatars will see it yet. 
							
						 
						
							2010-07-26 23:34:17 +01:00  
				
					
						
							
							
								 
						
							
							
								ede446cad6 
								
							
								 
							
						 
						
							
							
								
								add stub media-on-a-prim (shared media) module  
							
							
							
						 
						
							2010-07-26 23:34:17 +01:00  
				
					
						
							
							
								 
						
							
							
								ac1a34714d 
								
							
								 
							
						 
						
							
							
								
								Allow Megaregions to start properly after an unclean shutdown  
							
							
							
						 
						
							2010-07-20 23:24:04 +01:00  
				
					
						
							
							
								 
						
							
							
								f08afc4f87 
								
							
								 
							
						 
						
							
							
								
								Restore lines that have been removed due to previous merge conflict.  
							
							
							
						 
						
							2010-07-20 14:28:17 -07:00  
				
					
						
							
							
								 
						
							
							
								176cb01130 
								
							
								 
							
						 
						
							
							
								
								Remove a merge artefact  
							
							
							
						 
						
							2010-07-20 21:38:31 +01:00  
				
					
						
							
							
								 
						
							
							
								120d7014fd 
								
							
								 
							
						 
						
							
							
								
								When a god uses mass permission setting, the V bit is cleared from next  
							
							... 
							
							
							
							perms, rendering the item unmoveable for the next owenr. Make god mods
conform to the rules, too. 
							
						 
						
							2010-07-20 21:01:46 +01:00  
				
					
						
							
							
								 
						
							
							
								ea51bea508 
								
							
								 
							
						 
						
							
							
								
								prevent hacked viewers from being able to delete arbitrary items from any  
							
							... 
							
							
							
							prim. Allow friends with perms and shared group members to move or copy
things out of prims 
							
						 
						
							2010-07-20 21:01:14 +01:00  
				
					
						
							
							
								 
						
							
							
								78605baab3 
								
							
								 
							
						 
						
							
							
								
								Fix a few permissions vulnerability. Owners could cause permissions  
							
							... 
							
							
							
							escalation on items contained in prims using a hacked viewer 
							
						 
						
							2010-07-20 21:00:56 +01:00  
				
					
						
							
							
								 
						
							
							
								e46c0a0fc9 
								
							
								 
							
						 
						
							
							
								
								adjust DialogModule to only send broadcast alerts to root agents  
							
							
							
						 
						
							2010-07-20 21:32:13 +01:00  
				
					
						
							
							
								 
						
							
							
								7c124a5543 
								
							
								 
							
						 
						
							
							
								
								Relaxed the ultra-conservative lock on m_items. Needs testing under linux and stress.  
							
							
							
						 
						
							2010-07-20 05:59:18 -07:00  
				
					
						
							
							
								 
						
							
							
								b7f1288361 
								
							
								 
							
						 
						
							
							
								
								Adding it again.  
							
							... 
							
							
							
							Revert "Reverting this for now, but this needs to go in again."
This reverts commit c0d9ab941d 
							
						 
						
							2010-07-20 04:23:39 -07:00  
				
					
						
							
							
								 
						
							
							
								c0d9ab941d 
								
							
								 
							
						 
						
							
							
								
								Reverting this for now, but this needs to go in again.  
							
							... 
							
							
							
							Revert "Another stab at http://opensimulator.org/mantis/view.php?id=4858 . Eliminated more nested locks."
This reverts commit ffbae52a13 
							
						 
						
							2010-07-19 16:22:29 -07:00  
				
					
						
							
							
								 
						
							
							
								ffbae52a13 
								
							
								 
							
						 
						
							
							
								
								Another stab at  http://opensimulator.org/mantis/view.php?id=4858 . Eliminated more nested locks.  
							
							
							
						 
						
							2010-07-19 15:20:34 -07:00  
				
					
						
							
							
								 
						
							
							
								5c0c7fda6c 
								
							
								 
							
						 
						
							
							
								
								One more stab at  http://opensimulator.org/mantis/view.php?id=4858 .  
							
							... 
							
							
							
							Eliminated the nested locks of m_Scripts and m_PrimObjects. 
							
						 
						
							2010-07-19 13:59:11 -07:00  
				
					
						
							
							
								 
						
							
							
								cd2bb7daf3 
								
							
								 
							
						 
						
							
							
								
								Deleted Snoopy's patch completely, including Thread.Sleep. Preliminary tests indicate that this is what causes deadlock. More tests needed.  
							
							
							
						 
						
							2010-07-19 08:07:37 -07:00  
				
					
						
							
							
								 
						
							
							
								a974704a3e 
								
							
								 
							
						 
						
							
							
								
								re-add the sleep lost in the revert.  
							
							
							
						 
						
							2010-07-19 14:37:27 +01:00  
				
					
						
							
							
								 
						
							
							
								575f7d3366 
								
							
								 
							
						 
						
							
							
								
								Revert "Thank you, Snoopy, for a patch to reduce sim script startup CPU usage"  
							
							... 
							
							
							
							This reverts commit c404c5fb54 
							
						 
						
							2010-07-19 14:36:53 +01:00  
				
					
						
							
							
								 
						
							
							
								fa45d5b5fa 
								
							
								 
							
						 
						
							
							
								
								Revert "A stab in the dark. Revert the compile lockout temporarily. If you know what"  
							
							... 
							
							
							
							This reverts commit f798679b80 
							
						 
						
							2010-07-19 01:10:57 +01:00  
				
					
						
							
							
								 
						
							
							
								f798679b80 
								
							
								 
							
						 
						
							
							
								
								A stab in the dark. Revert the compile lockout temporarily. If you know what  
							
							... 
							
							
							
							this is, you should test it. If you don't, don't use it. 
							
						 
						
							2010-07-19 00:06:23 +01:00  
				
					
						
							
							
								 
						
							
							
								7b62c25cfb 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-07-17 16:25:56 +01:00  
				
					
						
							
							
								 
						
							
							
								e157dd630e 
								
							
								 
							
						 
						
							
							
								
								Allow communicating with blue box dialogs across a region border via a  
							
							... 
							
							
							
							child agent 
							
						 
						
							2010-07-17 16:25:30 +01:00  
				
					
						
							
							
								 
						
							
							
								9cfa71d1bf 
								
							
								 
							
						 
						
							
							
								
								Allow use of old angle rules PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLE in llParticleSystem()  
							
							... 
							
							
							
							This is a patch from http://opensimulator.org/mantis/view.php?id=3201 
Thanks Micheil Martin! 
							
						 
						
							2010-07-17 00:35:51 +01:00  
				
					
						
							
							
								 
						
							
							
								e05f01e70f 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-07-17 00:27:52 +01:00  
				
					
						
							
							
								 
						
							
							
								f5bdf0d9b9 
								
							
								 
							
						 
						
							
							
								
								Fix bugs in llRot2Euler()  
							
							... 
							
							
							
							Applies patch in http://opensimulator.org/mantis/view.php?id=4482 .
Thanks Micheil Merlin! 
							
						 
						
							2010-07-17 00:26:26 +01:00  
				
					
						
							
							
								 
						
							
							
								99a6950b30 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-07-14 23:29:04 +01:00  
				
					
						
							
							
								 
						
							
							
								466254105c 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-07-14 23:04:25 +01:00  
				
					
						
							
							
								 
						
							
							
								264f4f07cd 
								
							
								 
							
						 
						
							
							
								
								Detach attachments displaced by other attachments  
							
							
							
						 
						
							2010-07-14 23:04:05 +01:00  
				
					
						
							
							
								 
						
							
							
								8c10cb5ffe 
								
							
								 
							
						 
						
							
							
								
								improve closing of load/save iar streams in the event of a problem  
							
							
							
						 
						
							2010-07-14 20:43:35 +01:00  
				
					
						
							
							
								 
						
							
							
								e1ea82b329 
								
							
								 
							
						 
						
							
							
								
								Major attachments cleanup. Remove unused AttachObject ClientView method  
							
							... 
							
							
							
							Clean up use of AttachObject throughout, reduce number of overloads
and number of parameters 
							
						 
						
							2010-07-14 19:51:12 +01:00  
				
					
						
							
							
								 
						
							
							
								a7b5fe6a88 
								
							
								 
							
						 
						
							
							
								
								Remove useless quaternion parameter from AttachObject sig  
							
							
							
						 
						
							2010-07-14 19:49:54 +01:00  
				
					
						
							
							
								 
						
							
							
								12858122d5 
								
							
								 
							
						 
						
							
							
								
								Fixes mantis  #4870 .  
							
							
							
						 
						
							2010-07-14 11:02:41 -07:00  
				
					
						
							
							
								 
						
							
							
								0080c3b1f4 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-07-14 17:13:04 +01:00  
				
					
						
							
							
								 
						
							
							
								71433075a9 
								
							
								 
							
						 
						
							
							
								
								Fix obvious bug in XInventoryService.GetFolderItems() which was preventing the iar module from being able to save single item iars  
							
							
							
						 
						
							2010-07-14 17:12:12 +01:00  
				
					
						
							
							
								 
						
							
							
								39cd57598b 
								
							
								 
							
						 
						
							
							
								
								Fix a permissions issue  
							
							
							
						 
						
							2010-07-14 16:12:44 +01:00  
				
					
						
							
							
								 
						
							
							
								33aa7ba7dc 
								
							
								 
							
						 
						
							
							
								
								Revert "More on mantis  #4869 . This fixes the problem of objects showing up as no copy when they are copy-able. It works, but I have no idea what I'm doing."  
							
							... 
							
							
							
							Cuauses a permission escalation. do NOT USE the preceding commit 
							
						 
						
							2010-07-14 14:59:34 +01:00  
				
					
						
							
							
								 
						
							
							
								bec1d7cc36 
								
							
								 
							
						 
						
							
							
								
								Removed left-over debug messages.  
							
							
							
						 
						
							2010-07-14 07:00:24 -07:00  
				
					
						
							
							
								 
						
							
							
								87fb19162e 
								
							
								 
							
						 
						
							
							
								
								More on mantis  #4869 . This fixes the problem of objects showing up as no copy when they are copy-able. It works, but I have no idea what I'm doing.  
							
							
							
						 
						
							2010-07-14 06:57:56 -07:00  
				
					
						
							
							
								 
						
							
							
								d64c09160c 
								
							
								 
							
						 
						
							
							
								
								Removed some more debug messages.  
							
							
							
						 
						
							2010-07-14 04:18:13 -07:00  
				
					
						
							
							
								 
						
							
							
								cd8bb316ea 
								
							
								 
							
						 
						
							
							
								
								Remove getting the object capacity from the money module. It is now set  
							
							... 
							
							
							
							directly from the Region Info (and the region ini file) 
							
						 
						
							2010-07-14 03:51:00 +01:00  
				
					
						
							
							
								 
						
							
							
								dd14016885 
								
							
								 
							
						 
						
							
							
								
								Revamp the permissions propagation. This MAY mess up. Please test.  
							
							... 
							
							
							
							Change the slam bit from 3 to 4. Assume the old slam bit is always set.
The new slam bit is a "changed owner" bit, correcting a bug where an item
passed from the creator to another with less than full perms, then back (sale
test) would arrive back full perm. Lots of in-code docs. 
							
						 
						
							2010-07-13 20:45:16 +01:00  
				
					
						
							
							
								 
						
							
							
								bed36901d1 
								
							
								 
							
						 
						
							
							
								
								Add CreateSelected flag onto objects rezzed from inventory  
							
							
							
						 
						
							2010-07-13 20:37:12 +01:00  
				
					
						
							
							
								 
						
							
							
								86f3f83250 
								
							
								 
							
						 
						
							
							
								
								uncomment a load iar code line I accidentally commented in the last commit  
							
							... 
							
							
							
							hooray for automated tests 
							
						 
						
							2010-07-12 23:37:08 +01:00  
				
					
						
							
							
								 
						
							
							
								3156f4bbeb 
								
							
								 
							
						 
						
							
							
								
								comment out a lot of the debug log messages when loading an iar  
							
							... 
							
							
							
							these are very redundant now and cause issues when loading large iars
diva, you may want to cherry pick this for 0.7-post-fixes since it only comments out log lines and nothing else 
							
						 
						
							2010-07-12 23:00:01 +01:00  
				
					
						
							
							
								 
						
							
							
								26621ca500 
								
							
								 
							
						 
						
							
							
								
								Add scripted controllers into agent intersim messaging  
							
							
							
						 
						
							2010-07-11 14:50:14 +01:00  
				
					
						
							
							
								 
						
							
							
								eaea89bbb7 
								
							
								 
							
						 
						
							
							
								
								Remove localID from script controls data. It won't transfer to another  
							
							... 
							
							
							
							region anyway 
							
						 
						
							2010-07-11 13:09:11 +01:00  
				
					
						
							
							
								 
						
							
							
								1169bfeaf3 
								
							
								 
							
						 
						
							
							
								
								Make taken items go back to the folder they came from  
							
							
							
						 
						
							2010-07-10 10:43:34 +01:00  
				
					
						
							
							
								 
						
							
							
								6352fc5f57 
								
							
								 
							
						 
						
							
							
								
								Bug in 0.6.9 sometimes restoring script state causes region console to crash due to unhandled file lock exception. Attempt to resolve by wrapping several instances of file create / read logic in using statements and added some error handling for locked file exceptions. If it is IDisposable, it must be disposed! The close statements are unnecessary but harmless so I have left those in. The end of the using block will close and dispose automagically.  
							
							
							
						 
						
							2010-07-09 18:23:48 +01:00  
				
					
						
							
							
								 
						
							
							
								d2fea2bb29 
								
							
								 
							
						 
						
							
							
								
								These 2 files want to be committed.  
							
							
							
						 
						
							2010-07-08 16:05:59 -07:00  
				
					
						
							
							
								 
						
							
							
								df9d4cd9b2 
								
							
								 
							
						 
						
							
							
								
								llVecNorm() now returns a zero-length vector when one is supplied as input. Addresses Mantis  #4752  
							
							
							
						 
						
							2010-07-08 10:06:08 -07:00  
				
					
						
							
							
								 
						
							
							
								815dd73cf3 
								
							
								 
							
						 
						
							
							
								
								fix a potential division by zero  
							
							
							
						 
						
							2010-07-08 10:01:23 -07:00  
				
					
						
							
							
								 
						
							
							
								32cfdb0f6a 
								
							
								 
							
						 
						
							
							
								
								Switched order of conditionals.  
							
							
							
						 
						
							2010-07-07 02:40:51 -07:00  
				
					
						
							
							
								 
						
							
							
								07559707c5 
								
							
								 
							
						 
						
							
							
								
								Fixes problem where "Adult" regions were reported as being of type "Unknown".  
							
							
							
						 
						
							2010-07-07 02:37:22 -07:00  
				
					
						
							
							
								 
						
							
							
								657056a73f 
								
							
								 
							
						 
						
							
							
								
								Fixes mantis  #4845  
							
							
							
						 
						
							2010-07-05 08:48:02 -07:00  
				
					
						
							
							
								 
						
							
							
								debc780654 
								
							
								 
							
						 
						
							
							
								
								Fixes additional bug reported in mantis  #4841 .  
							
							
							
						 
						
							2010-07-05 07:14:32 -07:00  
				
					
						
							
							
								 
						
							
							
								c7e4880a5e 
								
							
								 
							
						 
						
							
							
								
								One more buglet fixed related to mantis  #4841  -- auto-returns were still chocking on a null pointer exception.  
							
							
							
						 
						
							2010-07-05 03:36:26 -07:00  
				
					
						
							
							
								 
						
							
							
								b84f72df0b 
								
							
								 
							
						 
						
							
							
								
								Got rid of all hyperassets references. Also fixed accessing textures in user's inventory in foreign grids.  
							
							
							
						 
						
							2010-07-04 14:59:15 -07:00  
				
					
						
							
							
								 
						
							
							
								02a15bc787 
								
							
								 
							
						 
						
							
							
								
								Started to clean up the mess with HyperAssets in LLClientView. Fixed HG access to Notecards in user's inventory.  
							
							
							
						 
						
							2010-07-04 13:56:03 -07:00  
				
					
						
							
							
								 
						
							
							
								abe0a9ff49 
								
							
								 
							
						 
						
							
							
								
								Fixes the obvious problem in mantis  #4841 . Melanie needs to look at other potential problems there, though.  
							
							
							
						 
						
							2010-07-04 02:59:38 -07:00  
				
					
						
							
							
								 
						
							
							
								79c1eb1e39 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-07-02 06:36:08 -07:00  
				
					
						
							
							
								 
						
							
							
								490f1c144c 
								
							
								 
							
						 
						
							
							
								
								Fixes mantis  #4782  
							
							
							
						 
						
							2010-07-02 06:35:38 -07:00  
				
					
						
							
							
								 
						
							
							
								e15f6905a5 
								
							
								 
							
						 
						
							
							
								
								Clean up IMoneyModule and adjust the other modules to the changes  
							
							
							
						 
						
							2010-07-02 06:13:58 +01:00  
				
					
						
							
							
								 
						
							
							
								fda9d7b75e 
								
							
								 
							
						 
						
							
							
								
								Remove GetEconomyData and the economy data structure (unused)  
							
							
							
						 
						
							2010-07-02 04:45:03 +01:00  
				
					
						
							
							
								 
						
							
							
								9e0b562c6e 
								
							
								 
							
						 
						
							
							
								
								Fox another scripting nasty. Stuff no system.string objects into lists  
							
							
							
						 
						
							2010-07-02 04:21:07 +01:00  
				
					
						
							
							
								 
						
							
							
								848623eea5 
								
							
								 
							
						 
						
							
							
								
								Fix a dumb little sign error that makes a LSL wiki example fail  
							
							
							
						 
						
							2010-07-02 03:04:43 +01:00  
				
					
						
							
							
								 
						
							
							
								54d7f6ef43 
								
							
								 
							
						 
						
							
							
								
								Add region name on the end of script startup debug messages  
							
							
							
						 
						
							2010-07-01 21:34:53 +01:00  
				
					
						
							
							
								 
						
							
							
								8326f36cda 
								
							
								 
							
						 
						
							
							
								
								minor: comment out high volume texture serving module debug message  
							
							
							
						 
						
							2010-06-30 22:07:28 +01:00  
				
					
						
							
							
								 
						
							
							
								dd579cf615 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-06-30 21:26:43 +01:00  
				
					
						
							
							
								 
						
							
							
								1db2921782 
								
							
								 
							
						 
						
							
							
								
								Fix scripts in rezzed objects not starting (Mantis  #4775 )  
							
							
							
						 
						
							2010-06-30 21:25:39 +01:00  
				
					
						
							
							
								 
						
							
							
								5925aac859 
								
							
								 
							
						 
						
							
							
								
								Add --merge switch to load iar.  
							
							... 
							
							
							
							When this switch is used, iar folders are merged with existing same-name user inventory folders.
This makes it a little easier to back and restore entire individual user inventories, among other things
Added unit test to check behaviour 
							
						 
						
							2010-06-30 00:10:44 +01:00  
				
					
						
							
							
								 
						
							
							
								be0af01061 
								
							
								 
							
						 
						
							
							
								
								Revert "stop exceptions in setting and getting state from propogating since they aren't fatal to operations"  
							
							... 
							
							
							
							This reverts commit 94cb6fc916 
							
						 
						
							2010-06-29 23:43:38 +01:00  
				
					
						
							
							
								 
						
							
							
								714367efb9 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-06-29 21:51:56 +01:00  
				
					
						
							
							
								 
						
							
							
								d06b977ed1 
								
							
								 
							
						 
						
							
							
								
								Remove the override from DeletToInventory in HGInventoryAccessModule. This may be causing the infinite loop, not sure.  
							
							
							
						 
						
							2010-06-29 14:21:48 -07:00  
				
					
						
							
							
								 
						
							
							
								6701fc2ffa 
								
							
								 
							
						 
						
							
							
								
								Fix the XML serializationt to provide an empty script state element if  
							
							... 
							
							
							
							the script hasn't yet saved state, or can't save state because of a loop 
							
						 
						
							2010-06-29 21:50:52 +01:00  
				
					
						
							
							
								 
						
							
							
								5d11833ae1 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-06-29 20:36:36 +01:00  
				
					
						
							
							
								 
						
							
							
								94cb6fc916 
								
							
								 
							
						 
						
							
							
								
								stop exceptions in setting and getting state from propogating since they aren't fatal to operations  
							
							... 
							
							
							
							this will hopefully stop "save oar" from failing if a script asset is corrupt 
							
						 
						
							2010-06-29 21:08:09 +01:00  
				
					
						
							
							
								 
						
							
							
								5964084d25 
								
							
								 
							
						 
						
							
							
								
								Fix a nullref on autoreturn  
							
							
							
						 
						
							2010-06-29 20:36:17 +01:00  
				
					
						
							
							
								 
						
							
							
								c607e6f3b8 
								
							
								 
							
						 
						
							
							
								
								Revert "don't report the null uuid as a missing asset on saving oars/iars"  
							
							... 
							
							
							
							This reverts commit 5ce119174e 
							
						 
						
							2010-06-29 20:30:22 +01:00  
				
					
						
							
							
								 
						
							
							
								cf15558c9e 
								
							
								 
							
						 
						
							
							
								
								This file wants to be committed.  
							
							
							
						 
						
							2010-06-29 06:25:12 -07:00  
				
					
						
							
							
								 
						
							
							
								fa3f448324 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-06-29 04:40:02 -07:00  
				
					
						
							
							
								 
						
							
							
								08e3389790 
								
							
								 
							
						 
						
							
							
								
								Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG xinventory is the folder "My Inventory". Also changed the Suitcase folder name to "My Suitcase".  
							
							
							
						 
						
							2010-06-29 04:38:15 -07:00  
				
					
						
							
							
								 
						
							
							
								9fde9085a0 
								
							
								 
							
						 
						
							
							
								
								Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken comments in InventoryAccessModule.  
							
							
							
						 
						
							2010-06-29 02:07:10 -07:00  
				
					
						
							
							
								 
						
							
							
								621195e4f1 
								
							
								 
							
						 
						
							
							
								
								Thanks Micheil Merlin for Mantis  #4784 : [PATCH] llRotBetween does not return correct rotations for a 180 degree angle between vectors  
							
							... 
							
							
							
							Signed-off-by: dahlia <dahliaTrimble@gmail.removeme.com> 
							
						 
						
							2010-06-28 17:33:47 -07:00  
				
					
						
							
							
								 
						
							
							
								d123350164 
								
							
								 
							
						 
						
							
							
								
								One more bug fix in FriendsModule: GrantRights. One of the caches was not being updated.  
							
							
							
						 
						
							2010-06-28 16:04:12 -07:00  
				
					
						
							
							
								 
						
							
							
								0a82d10fc4 
								
							
								 
							
						 
						
							
							
								
								Change the way IRegionModule us referenced by IEmailModule to  
							
							... 
							
							
							
							allow later conversion to new style 
							
						 
						
							2010-06-28 03:14:05 +01:00  
				
					
						
							
							
								 
						
							
							
								85a9c305a2 
								
							
								 
							
						 
						
							
							
								
								Remove AgentID and GroupOD from the signature of SOG.Copy(). They were never  
							
							... 
							
							
							
							used, but made for a very mispleading read of the code in the callers. 
							
						 
						
							2010-06-28 01:43:26 +01:00  
				
					
						
							
							
								 
						
							
							
								4cdda2cae9 
								
							
								 
							
						 
						
							
							
								
								Fix Copy on Ray, Drag Copy and other little things. Removed the wrong and  
							
							... 
							
							
							
							nonworking ownership assignment in SOG, which messed things up before.
No longer trust the client to send the ID of the person something is copied
as, since it allows to run a script with someone else's permissions. Properly
adjust inventory ownership and perms. 
							
						 
						
							2010-06-28 01:36:40 +01:00  
				
					
						
							
							
								 
						
							
							
								660a560d3b 
								
							
								 
							
						 
						
							
							
								
								Make drag copy and copy-on-ray handle friends list perms properly  
							
							
							
						 
						
							2010-06-27 20:59:51 +01:00  
				
					
						
							
							
								 
						
							
							
								3612a5252b 
								
							
								 
							
						 
						
							
							
								
								Fix more perms weirdness. Preserve "Locked" status across gives and rez/take.  
							
							... 
							
							
							
							Preserve "Anyone can move" flag in most cases. 
							
						 
						
							2010-06-27 20:23:33 +01:00  
				
					
						
							
							
								 
						
							
							
								205d2496f6 
								
							
								 
							
						 
						
							
							
								
								Fix permission propagation to prevent permanently locked objects from being  
							
							... 
							
							
							
							created. 
							
						 
						
							2010-06-27 20:04:39 +01:00  
				
					
						
							
							
								 
						
							
							
								a4a808818f 
								
							
								 
							
						 
						
							
							
								
								don't report the null uuid as a missing asset on saving oars/iars  
							
							
							
						 
						
							2010-06-25 21:48:19 +01:00  
				
					
						
							
							
								 
						
							
							
								4a5979c311 
								
							
								 
							
						 
						
							
							
								
								minor: remove some mono compiler warnings  
							
							
							
						 
						
							2010-06-25 21:09:15 +01:00  
				
					
						
							
							
								 
						
							
							
								52b711af82 
								
							
								 
							
						 
						
							
							
								
								stop KeyNotFoundException() being thrown in RemoveScenePresence if the agent isn't present in the presence dictionary  
							
							... 
							
							
							
							the code to do this was there but was being circumvented by newmap[agentID] before the check actually took place 
							
						 
						
							2010-06-25 18:55:20 +01:00  
				
					
						
							
							
								 
						
							
							
								2c4df19805 
								
							
								 
							
						 
						
							
							
								
								minor: Move log information about SYSTEMIP to the place where it's resolved  
							
							
							
						 
						
							2010-06-25 18:29:02 +01:00  
				
					
						
							
							
								 
						
							
							
								5a071dc798 
								
							
								 
							
						 
						
							
							
								
								Move loading of parcels to before script start. Scripts using parcel functions  
							
							... 
							
							
							
							can fail if no land is loaded 
							
						 
						
							2010-06-24 03:24:38 +01:00  
				
					
						
							
							
								 
						
							
							
								c404c5fb54 
								
							
								 
							
						 
						
							
							
								
								Thank you, Snoopy, for a patch to reduce sim script startup CPU usage  
							
							
							
						 
						
							2010-06-23 21:14:28 +01:00