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  
				
					
						
							
							
								 
						
							
							
								576faee203 
								
							
								 
							
						 
						
							
							
								
								minor: change some logging levels  
							
							
							
						 
						
							2010-08-11 23:17:29 +01:00  
				
					
						
							
							
								 
						
							
							
								686f44c575 
								
							
								 
							
						 
						
							
							
								
								minor: change "no [GridInfo] config" warning to refer to "configuration files" rather than "OpenSim.ini"  
							
							
							
						 
						
							2010-08-11 23:16:33 +01: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  
				
					
						
							
							
								 
						
							
							
								7741143fb5 
								
							
								 
							
						 
						
							
							
								
								Enforce DB limits on region name to 32 chars, or else (not good). Removed a piece of code from Hyperlinker that didn't work anyway. Shortened the hyperlink region name.  
							
							
							
						 
						
							2010-08-10 11:17:38 -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  
				
					
						
							
							
								 
						
							
							
								3b26baf282 
								
							
								 
							
						 
						
							
							
								
								Even if all data migratios are up to date, still print the current revision to the log  
							
							
							
						 
						
							2010-08-09 22:54:13 +01:00  
				
					
						
							
							
								 
						
							
							
								144fc20e87 
								
							
								 
							
						 
						
							
							
								
								Make fallbacks work, the destination was never actually updated with the fallback details.  
							
							... 
							
							
							
							Signed-off-by: Melanie <melanie@t-data.com> 
							
						 
						
							2010-08-09 02:23:59 +01:00  
				
					
						
							
							
								 
						
							
							
								bc7ee7ba88 
								
							
								 
							
						 
						
							
							
								
								Remove "Could not authorize your session into the region" message in favor  
							
							... 
							
							
							
							of sending back the actual error message provided by the sim. 
							
						 
						
							2010-08-09 00:48:08 +01:00  
				
					
						
							
							
								 
						
							
							
								a5e4a2bb3b 
								
							
								 
							
						 
						
							
							
								
								Add distance sort for null, too  
							
							
							
						 
						
							2010-08-08 18:18:42 +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  
				
					
						
							
							
								 
						
							
							
								af261ff758 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-08-08 17:39:26 +01:00  
				
					
						
							
							
								 
						
							
							
								a87dbe198c 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-08-08 09:51:17 -07:00  
				
					
						
							
							
								 
						
							
							
								1314c87f36 
								
							
								 
							
						 
						
							
							
								
								Enabled GridInfoServiceInConnector for standalones.  
							
							
							
						 
						
							2010-08-08 09:50:41 -07:00  
				
					
						
							
							
								 
						
							
							
								1f25b9e8db 
								
							
								 
							
						 
						
							
							
								
								Thank you, Marck00, for a patch that implemented region distance sorting  
							
							... 
							
							
							
							for fallback regions. Applied with changes. 
							
						 
						
							2010-08-08 17:37:50 +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  
				
					
						
							
							
								 
						
							
							
								ab5a461c5c 
								
							
								 
							
						 
						
							
							
								
								Add search URL to Login Service  
							
							
							
						 
						
							2010-08-07 22:25:29 +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  
				
					
						
							
							
								 
						
							
							
								85d7d0583e 
								
							
								 
							
						 
						
							
							
								
								Fix XStats formatting:  
							
							... 
							
							
							
							Recent libomv update broke the json serialization for
	XStats. This uses String.Format to convert all data to
	strings with fixed decimal (2 places ), or integer formats
	as appropriate. 
							
						 
						
							2010-08-06 23:27:57 +01:00  
				
					
						
							
							
								 
						
							
							
								1cffeab99d 
								
							
								 
							
						 
						
							
							
								
								Relocate one System.Core reference from last commit to the Tests project  
							
							... 
							
							
							
							Ooops, shouldn't have assumed that the tests project came after the main on 
							
						 
						
							2010-08-06 22:53:43 +01:00  
				
					
						
							
							
								 
						
							
							
								204c05974f 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-08-06 22:45:37 +01:00  
				
					
						
							
							
								 
						
							
							
								a9bbff0cd3 
								
							
								 
							
						 
						
							
							
								
								Add System.Core references to OpenSim.Region.CoreModules.* to fix windows build  
							
							... 
							
							
							
							This addresses http://opensimulator.org/mantis/view.php?id=4923  
							
						 
						
							2010-08-06 22:44:44 +01:00  
				
					
						
							
							
								 
						
							
							
								6321d85ebf 
								
							
								 
							
						 
						
							
							
								
								These files want to be committed -- white space weirdness.  
							
							
							
						 
						
							2010-08-06 11:00:25 -07:00  
				
					
						
							
							
								 
						
							
							
								2369063640 
								
							
								 
							
						 
						
							
							
								
								HACK ALERT! There's some underlying bug in the HTTP server that makes requests come up with Accept headers from previous requests. Until that gets fixed, this hack goes in.  
							
							
							
						 
						
							2010-08-06 10:59:19 -07:00  
				
					
						
							
							
								 
						
							
							
								1270727c96 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'moap'  
							
							
							
						 
						
							2010-08-06 18:29:30 +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  
				
					
						
							
							
								 
						
							
							
								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