7550b97e65 
								
							
								 
							
						 
						
							
							
								
								Log warning if we try to remove a UDP client that has already been removed.  
							
							
							
						 
						
							2012-06-07 04:00:29 +01:00  
				
					
						
							
							
								 
						
							
							
								98b46d48fe 
								
							
								 
							
						 
						
							
							
								
								Allow the thread watchdog to accept an alarm method that is invoked if the timeout is breached.  
							
							... 
							
							
							
							This alarm can then invoke this to log extra information.
This is used in LLUDPServer to show which client was being processed when incoming and outgoing udp watchdog alarms are triggered. 
							
						 
						
							2012-06-07 02:44:13 +01:00  
				
					
						
							
							
								 
						
							
							
								a945105003 
								
							
								 
							
						 
						
							
							
								
								Make timed bans / timed passes work as expected. Prevent transmission of media  
							
							... 
							
							
							
							URLs to banned clients. 
							
						 
						
							2012-06-07 00:24:33 +02:00  
				
					
						
							
							
								 
						
							
							
								5876a4d392 
								
							
								 
							
						 
						
							
							
								
								Prevent a null ref when getting the velocity of an avatar during login or  
							
							... 
							
							
							
							logout. 
							
						 
						
							2012-06-07 00:24:07 +02:00  
				
					
						
							
							
								 
						
							
							
								b02db11c69 
								
							
								 
							
						 
						
							
							
								
								Remove a null ref when an avatar's attachment gets the avatar velocity  
							
							... 
							
							
							
							while the avatar is logging in or out.
Also remove some unlocking calls without matching locking call. Merge
artefact cleanup, again. 
							
						 
						
							2012-06-06 20:38:42 +02:00  
				
					
						
							
							
								 
						
							
							
								a12336390f 
								
							
								 
							
						 
						
							
							
								
								Remove useless logging of a bare-names stack trace. It's meaningless  
							
							... 
							
							
							
							to a non-programmer and insufficient for a programmer.
Add commented debug output and data collection to troubleshoot
future locking issues. 
							
						 
						
							2012-06-06 20:37:29 +02:00  
				
					
						
							
							
								 
						
							
							
								67483a6e50 
								
							
								 
							
						 
						
							
							
								
								Remove two causes of recursive locking. Merge artefact cleanup.  
							
							
							
						 
						
							2012-06-06 20:36:47 +02:00  
				
					
						
							
							
								 
						
							
							
								e09a74493f 
								
							
								 
							
						 
						
							
							
								
								Reverse the logic of a conditional. Clears up a merge artefact.  
							
							
							
						 
						
							2012-06-06 20:35:37 +02:00  
				
					
						
							
							
								 
						
							
							
								34cb8a2ab3 
								
							
								 
							
						 
						
							
							
								
								Fix not sending TransferInfo when an asset is not found. This clogs  
							
							... 
							
							
							
							up the sound pipeline in the viewer. 
							
						 
						
							2012-06-06 20:35:00 +02:00  
				
					
						
							
							
								 
						
							
							
								c0b21d92c2 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'avination' into careminster  
							
							... 
							
							
							
							Conflicts:
	OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
	OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs 
							
						 
						
							2012-06-06 14:16:19 +01:00  
				
					
						
							
							
								 
						
							
							
								e733fb32cf 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster  
							
							... 
							
							
							
							Conflicts:
	OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs
	OpenSim/Region/Framework/Scenes/Scene.cs
	OpenSim/Region/Framework/Scenes/SimStatsReporter.cs 
							
						 
						
							2012-06-06 13:07:05 +01:00  
				
					
						
							
							
								 
						
							
							
								514dd85199 
								
							
								 
							
						 
						
							
							
								
								minor: Change log messages on Warp3DImageModule to show they are from this module  
							
							
							
						 
						
							2012-06-06 04:18:38 +01:00  
				
					
						
							
							
								 
						
							
							
								53c25a4778 
								
							
								 
							
						 
						
							
							
								
								Rename MapImageModule for Warp3D to Warp3DImageModule to match its class name and make it easier to distinguish between map image modules.  
							
							
							
						 
						
							2012-06-06 04:15:00 +01:00  
				
					
						
							
							
								 
						
							
							
								2b0de66216 
								
							
								 
							
						 
						
							
							
								
								Actively dispose of Bitmaps in Warp3D image module and world map module once we've finished with them.  
							
							... 
							
							
							
							This might help with memory leakage issues though I suspect it won't. 
							
						 
						
							2012-06-06 04:11:16 +01:00  
				
					
						
							
							
								 
						
							
							
								3b25021180 
								
							
								 
							
						 
						
							
							
								
								enabling all corners of a sim to be set in one call  
							
							
							
						 
						
							2012-06-06 02:47:47 +01:00  
				
					
						
							
							
								 
						
							
							
								abf94627f6 
								
							
								 
							
						 
						
							
							
								
								Ensure closure of bitmap and memory stream with using() statements in WorldViewModule.  
							
							... 
							
							
							
							If this has any effect then it will only be to the map images returned via requests to the /worldview simulator HTTP path (not enabled by default) 
							
						 
						
							2012-06-06 02:45:36 +01:00  
				
					
						
							
							
								 
						
							
							
								6adc810eaa 
								
							
								 
							
						 
						
							
							
								
								Stop accidentally reading 4 Int16s instead of 2 in SIZE section of Terragen file when loaded from a stream.  
							
							... 
							
							
							
							Fixes a bug introduced 2 weeks ago in 67ebe80 
							
						 
						
							2012-06-05 19:40:16 +01:00  
				
					
						
							
							
								 
						
							
							
								b5a908033c 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork  
							
							
							
						 
						
							2012-06-05 06:55:15 +02:00  
				
					
						
							
							
								 
						
							
							
								bdc62144ae 
								
							
								 
							
						 
						
							
							
								
								fix the real cause of double velocity  
							
							
							
						 
						
							2012-06-05 05:53:44 +01:00  
				
					
						
							
							
								 
						
							
							
								372b76031b 
								
							
								 
							
						 
						
							
							
								
								revert last bad commit  but fix recoil direction  
							
							
							
						 
						
							2012-06-05 05:52:25 +01:00  
				
					
						
							
							
								 
						
							
							
								d9cbe6a16e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork  
							
							
							
						 
						
							2012-06-05 05:50:22 +02:00  
				
					
						
							
							
								 
						
							
							
								768447e41b 
								
							
								 
							
						 
						
							
							
								
								Stop llRezAtRoot() from applying velocity setting impulse in World.RezObject, doing it only in itself, so its applyed after resuming scripts etc. It was giving twice the requested velocity.  
							
							
							
						 
						
							2012-06-05 04:43:23 +01:00  
				
					
						
							
							
								 
						
							
							
								fd8cb45664 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork  
							
							
							
						 
						
							2012-06-05 04:00:34 +02:00  
				
					
						
							
							
								 
						
							
							
								a5410c2c19 
								
							
								 
							
						 
						
							
							
								
								minor: Add user feedback when executing fix-phantoms  
							
							
							
						 
						
							2012-06-05 01:37:40 +01:00  
				
					
						
							
							
								 
						
							
							
								42179578fc 
								
							
								 
							
						 
						
							
							
								
								Allow fix-phantoms command to appear even if CombineContiguousRegions = false, since this allows one to go back from a megaregion to normal regions.  
							
							... 
							
							
							
							Adapted from a patch by Garmin Kawaguichi in http://opensimulator.org/mantis/view.php?id=6027 
Garmin says that fix-phantoms allows one to reset objects when going back from megaregion to normal regions as well as the othe rway around.
Thanks! 
							
						 
						
							2012-06-05 01:33:58 +01:00  
				
					
						
							
							
								 
						
							
							
								008c6a4610 
								
							
								 
							
						 
						
							
							
								
								Mantis 4597 AgentPaused packet is ignored.  
							
							... 
							
							
							
							The packet was actually being handled but not acted on.
This change extends the default timeout for paused clients to 5 minutes
and makes both the paused and non-paused timeout periods configurable. 
							
						 
						
							2012-06-05 01:22:05 +01:00  
				
					
						
							
							
								 
						
							
							
								170b820a11 
								
							
								 
							
						 
						
							
							
								
								Fix land collisions to work like SL.  
							
							
							
						 
						
							2012-06-05 01:53:25 +02:00  
				
					
						
							
							
								 
						
							
							
								01280e9b94 
								
							
								 
							
						 
						
							
							
								
								Remove unused ScenePresence list structure in llGetAgentList()  
							
							
							
						 
						
							2012-06-05 00:34:18 +01:00  
				
					
						
							
							
								 
						
							
							
								96d1ba90d7 
								
							
								 
							
						 
						
							
							
								
								Scale down per frame MS stats to match scaled simulator FPS stat.  
							
							... 
							
							
							
							This makes frame time stats properly tally with fps, which saves confusion and makes it easier to interpret numbers.
In some ways this is not so artifical - physics FPS runs at the higher rate. 
							
						 
						
							2012-06-05 00:27:51 +01:00  
				
					
						
							
							
								 
						
							
							
								655625ab87 
								
							
								 
							
						 
						
							
							
								
								Start sending spare frame time MS viewer stat.  Make frame time correctly display total frame time, not just non-spare time.  
							
							... 
							
							
							
							This makes it easier to see when components of frame time exceed normal permitted frame time.
Currently reflect scene frame times. 
							
						 
						
							2012-06-05 00:17:55 +01:00  
				
					
						
							
							
								 
						
							
							
								c3d9acc9a9 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2012-06-05 00:15:29 +01:00  
				
					
						
							
							
								 
						
							
							
								454445fe6a 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork  
							
							
							
						 
						
							2012-06-05 00:50:24 +02:00  
				
					
						
							
							
								 
						
							
							
								a7f4804f53 
								
							
								 
							
						 
						
							
							
								
								Properly show per frame millisecond statistics per frame, not as amount of time taken per second.  
							
							... 
							
							
							
							This is to make these statistics actually match their names (and also be more accurate as number of frames can vary under heavy load)
Currently using scene frames (11.23 every second) instead of physics frames (56.18 per second) 
							
						 
						
							2012-06-04 23:07:53 +01:00  
				
					
						
							
							
								 
						
							
							
								3229e32b4e 
								
							
								 
							
						 
						
							
							
								
								Add replaceable region modules to the "show modules" command  
							
							
							
						 
						
							2012-06-04 17:25:38 -04:00  
				
					
						
							
							
								 
						
							
							
								fd176aab8f 
								
							
								 
							
						 
						
							
							
								
								Actually trigger land collisions in the root even when a child collides  
							
							
							
						 
						
							2012-06-04 22:41:29 +02:00  
				
					
						
							
							
								 
						
							
							
								b0f6c9330a 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork  
							
							
							
						 
						
							2012-06-04 21:38:40 +02:00  
				
					
						
							
							
								 
						
							
							
								401b97788f 
								
							
								 
							
						 
						
							
							
								
								fix addforce/impulse.  
							
							
							
						 
						
							2012-06-04 20:35:12 +01:00  
				
					
						
							
							
								 
						
							
							
								1d75220fcc 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' into avination  
							
							
							
						 
						
							2012-06-04 21:09:42 +02:00  
				
					
						
							
							
								 
						
							
							
								28e5abd917 
								
							
								 
							
						 
						
							
							
								
								Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach positions.  
							
							
							
						 
						
							2012-06-04 21:05:56 +02:00  
				
					
						
							
							
								 
						
							
							
								9707a2d57c 
								
							
								 
							
						 
						
							
							
								
								Remove profile from basic configuration  
							
							
							
						 
						
							2012-06-04 18:24:02 +01:00  
				
					
						
							
							
								 
						
							
							
								d9d4fb10d9 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2012-06-04 18:22:43 +01:00  
				
					
						
							
							
								 
						
							
							
								f94ef37b46 
								
							
								 
							
						 
						
							
							
								
								Correct the delegate specification in EventManager.TriggerTerrainTainted. Looks like the wrong one was cut and pasted.  
							
							
							
						 
						
							2012-06-04 10:26:39 -07:00  
				
					
						
							
							
								 
						
							
							
								5c646e2603 
								
							
								 
							
						 
						
							
							
								
								Remove the "Profile" config as it's covered by the replaceable interface  
							
							
							
						 
						
							2012-06-04 18:22:09 +01:00  
				
					
						
							
							
								 
						
							
							
								207a5f17b5 
								
							
								 
							
						 
						
							
							
								
								When regions are set to shut down the instance, always send notifications to  
							
							... 
							
							
							
							all affected regions and disregard the region id parameter. 
							
						 
						
							2012-06-03 13:43:39 +02:00  
				
					
						
							
							
								 
						
							
							
								728249ba49 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster  
							
							
							
						 
						
							2012-06-03 02:36:28 +01:00  
				
					
						
							
							
								 
						
							
							
								729d90173f 
								
							
								 
							
						 
						
							
							
								
								Fix build break whree accidentally did inv.Folders rather than inv.Folders.Count in a minor change.  
							
							
							
						 
						
							2012-06-02 05:03:56 +01:00  
				
					
						
							
							
								 
						
							
							
								2de5479c3f 
								
							
								 
							
						 
						
							
							
								
								minor: tidy up some comments  
							
							
							
						 
						
							2012-06-02 05:01:56 +01:00  
				
					
						
							
							
								 
						
							
							
								01a2b0b289 
								
							
								 
							
						 
						
							
							
								
								Fix various issues with http inventory  
							
							... 
							
							
							
							1) The return messages were being wrongly populated with the names of asset, inventory and sale types when their corresponding integers should have been used instead.
2) Folders with links were including the linked items in the descendents figure, when only the links should be included.
3) Links and linked items in link folders were not being included in the return data, and not in the correct order.
Now that these issues have been addressed, outfits and attachments appear to work consistently when HTTP inventory is enabled (as is now the default). 
							
						 
						
							2012-06-02 04:57:10 +01:00  
				
					
						
							
							
								 
						
							
							
								8e735efff0 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'avination' into careminster  
							
							... 
							
							
							
							Conflicts:
	OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs 
							
						 
						
							2012-06-02 02:01:48 +01:00  
				
					
						
							
							
								 
						
							
							
								522f36345d 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster  
							
							... 
							
							
							
							Conflicts:
	OpenSim/Region/Framework/Scenes/SimStatsReporter.cs 
							
						 
						
							2012-06-02 01:40:42 +01:00