ea3e0ef8a3 
								
							
								 
							
						 
						
							
							
								
								Bug fix in DataSnapshot, where a var was being used before being initialized.  
							
							
							
						 
						
							2013-02-28 14:20:07 -08:00  
				
					
						
							
							
								 
						
							
							
								239a8da74e 
								
							
								 
							
						 
						
							
							
								
								Fix potential concurrency issue since the LSL notecard cache was not being checked for expiry under lock  
							
							
							
						 
						
							2013-02-28 21:19:23 +00:00  
				
					
						
							
							
								 
						
							
							
								a523ed1e4d 
								
							
								 
							
						 
						
							
							
								
								Fix bug where simultaneous calls by different scripts to llGetNotecardLine() or llGetNumberOfNotecardLines() would sometimes not trigger a dataserver event.  
							
							... 
							
							
							
							This was because the notecard asset ID was being used as the request identifier.
Now using a random ID, in common with other code using the DataServer 
							
						 
						
							2013-02-28 21:15:14 +00:00  
				
					
						
							
							
								 
						
							
							
								14684116f8 
								
							
								 
							
						 
						
							
							
								
								Add regression tests for llGetNotecardLine()  
							
							
							
						 
						
							2013-02-28 20:57:03 +00:00  
				
					
						
							
							
								 
						
							
							
								9e0c678c1e 
								
							
								 
							
						 
						
							
							
								
								Robust.HG.ini.example updated to get an [Hypergrid] section too.  
							
							
							
						 
						
							2013-02-28 06:24:09 -08:00  
				
					
						
							
							
								 
						
							
							
								3cc3a8e5bf 
								
							
								 
							
						 
						
							
							
								
								Removed duplicate 'using' statement.  
							
							
							
						 
						
							2013-02-27 21:12:27 -08:00  
				
					
						
							
							
								 
						
							
							
								bb44758179 
								
							
								 
							
						 
						
							
							
								
								Switched to using the other Util function with a default value.  
							
							
							
						 
						
							2013-02-27 20:59:16 -08:00  
				
					
						
							
							
								 
						
							
							
								64b8ce73da 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2013-02-27 20:50:03 -08:00  
				
					
						
							
							
								 
						
							
							
								f1010d7b15 
								
							
								 
							
						 
						
							
							
								
								Moved the HG default variables out of [Startup] and into their own section [Hypergrid] in *Common.ini.example. Backwards compatible for now.  
							
							
							
						 
						
							2013-02-27 20:49:41 -08:00  
				
					
						
							
							
								 
						
							
							
								b892411575 
								
							
								 
							
						 
						
							
							
								
								Add comment to example region modules about need to add Assembly annotation if adding modules to a DLL which does not already have this  
							
							
							
						 
						
							2013-02-27 22:54:51 +00:00  
				
					
						
							
							
								 
						
							
							
								0e8ec5649e 
								
							
								 
							
						 
						
							
							
								
								Get "show modules" console command to obey selected command line region/s  
							
							
							
						 
						
							2013-02-27 22:32:14 +00:00  
				
					
						
							
							
								 
						
							
							
								647cb278c7 
								
							
								 
							
						 
						
							
							
								
								Get "show modules" console command to show modules in alphabetical order, and group shared and non-shared modules together  
							
							... 
							
							
							
							This is to make it easier to tell if a region has a certain module active or not 
							
						 
						
							2013-02-27 22:25:03 +00:00  
				
					
						
							
							
								 
						
							
							
								1bef19b914 
								
							
								 
							
						 
						
							
							
								
								Do not have the Freeswitch connector on by default in Robust ini example files.  
							
							... 
							
							
							
							This is not widely used (may even be currently broken), only allows very poor quality voice (not the fault of FreeSwitch)
and requires a complicated Freeswitch setup.
Having it on but not configured results in spurious warnings in the logs 
							
						 
						
							2013-02-27 21:45:31 +00:00  
				
					
						
							
							
								 
						
							
							
								9b045e72b6 
								
							
								 
							
						 
						
							
							
								
								Add asset name and description truncation warnings to SQLite database plugin for consistency.  
							
							
							
						 
						
							2013-02-27 21:41:21 +00:00  
				
					
						
							
							
								 
						
							
							
								74916ed777 
								
							
								 
							
						 
						
							
							
								
								Add more information to warnings logged when asset names and descriptions have to be truncated for database storage  
							
							... 
							
							
							
							On balance, I still think this is useful because asset names and descriptions can sometimes be helpful in determining what things are.
Even though they are never subsequently (inventory names/descriptions are always used instead). 
							
						 
						
							2013-02-27 21:35:54 +00:00  
				
					
						
							
							
								 
						
							
							
								61ba02e95f 
								
							
								 
							
						 
						
							
							
								
								minor: remove some mono compiler warnings in script regression tests  
							
							
							
						 
						
							2013-02-27 20:38:10 +00:00  
				
					
						
							
							
								 
						
							
							
								056f11c297 
								
							
								 
							
						 
						
							
							
								
								Show http poll handlers in separate http (poll) section of "show http-handlers" console command instead of never showing them (due to a previous bug).  
							
							... 
							
							
							
							The code was assuming that poll handlers were also included in general http handlers but this was not the case. 
							
						 
						
							2013-02-27 20:33:11 +00:00  
				
					
						
							
							
								 
						
							
							
								59bd099b03 
								
							
								 
							
						 
						
							
							
								
								Add regression test for llReleaseUrl() (and for llRequestUrl)  
							
							... 
							
							
							
							Forgot to add file for llRequestUrl() test in commit b8a7c8b 
							
						 
						
							2013-02-27 20:12:58 +00:00  
				
					
						
							
							
								 
						
							
							
								20760fde25 
								
							
								 
							
						 
						
							
							
								
								Improve description of GenerateMapTiles config option  
							
							
							
						 
						
							2013-02-27 00:31:54 +00:00  
				
					
						
							
							
								 
						
							
							
								917c1695a1 
								
							
								 
							
						 
						
							
							
								
								Add documentation on default or Warp3D image module choice to OpenSim.ini.example.  
							
							... 
							
							
							
							As before, default is MapImageModule.
Thanks to Ai Austin for pointing out this omission. 
							
						 
						
							2013-02-27 00:27:21 +00:00  
				
					
						
							
							
								 
						
							
							
								80c19b7cac 
								
							
								 
							
						 
						
							
							
								
								Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already.  
							
							
							
						 
						
							2013-02-27 00:21:02 +00:00  
				
					
						
							
							
								 
						
							
							
								2bfbfc5725 
								
							
								 
							
						 
						
							
							
								
								minor: Remove unnecessary very old System.Net reference in OpenSim.Region.ScriptEngine.Shared  
							
							
							
						 
						
							2013-02-26 23:43:06 +00:00  
				
					
						
							
							
								 
						
							
							
								ea4be309e8 
								
							
								 
							
						 
						
							
							
								
								minor: remove warning in ConfigurationLoaderTest  
							
							
							
						 
						
							2013-02-26 23:40:55 +00:00  
				
					
						
							
							
								 
						
							
							
								b8a7c8b26f 
								
							
								 
							
						 
						
							
							
								
								Add regression test for llRequestUrl()  
							
							
							
						 
						
							2013-02-26 23:36:36 +00:00  
				
					
						
							
							
								 
						
							
							
								bf9132e1c7 
								
							
								 
							
						 
						
							
							
								
								BulletSim: fix crash around race condition when a mesh asset cannot  
							
							... 
							
							
							
							be fetched.
Update TODO list. 
							
						 
						
							2013-02-26 11:32:01 -08:00  
				
					
						
							
							
								 
						
							
							
								2b53f08386 
								
							
								 
							
						 
						
							
							
								
								BulletSim: tweeks to make avatar jump work better.  
							
							
							
						 
						
							2013-02-25 21:58:00 -08:00  
				
					
						
							
							
								 
						
							
							
								a356978c79 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2013-02-25 16:28:12 -08:00  
				
					
						
							
							
								 
						
							
							
								00da59ae52 
								
							
								 
							
						 
						
							
							
								
								Mantis  #6552  -- stricter error (crash) if server URL is malformed.  
							
							
							
						 
						
							2013-02-25 16:27:41 -08:00  
				
					
						
							
							
								 
						
							
							
								d0cb4fc326 
								
							
								 
							
						 
						
							
							
								
								Move map related settings from [Startup] to a new [Map] section in OpenSim.ini  
							
							... 
							
							
							
							Existing map settings in [Startup] will continue to work, and if present will override anything in [Map]
However, the proper place for such settings would now be [Map]
This is to reduce the use of [Startup] as a bag for non-generic settings which should really go in sections, in common with other settings.
This commit also extends Diva's previous work to allow a default setting to be given when looking at multiple sections for settings. 
							
						 
						
							2013-02-25 23:04:38 +00:00  
				
					
						
							
							
								 
						
							
							
								66c5934d90 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2013-02-25 10:25:56 -08:00  
				
					
						
							
							
								 
						
							
							
								53470d5057 
								
							
								 
							
						 
						
							
							
								
								Missing var in [LoginService] for HG Robust.  
							
							
							
						 
						
							2013-02-25 10:25:36 -08:00  
				
					
						
							
							
								 
						
							
							
								f7aa018a78 
								
							
								 
							
						 
						
							
							
								
								Fixes mantis  #6551  -- misspelled key name. Also fixed an issue with the roles cache.  
							
							
							
						 
						
							2013-02-25 10:24:28 -08:00  
				
					
						
							
							
								 
						
							
							
								aa538fe36f 
								
							
								 
							
						 
						
							
							
								
								Add StatsManager registration for region specific stats as collected  
							
							... 
							
							
							
							by MonitorModule. Left existing functionality (command line and HTTP
fetch) and just added StatsManager registration. 
							
						 
						
							2013-02-24 07:48:02 -08:00  
				
					
						
							
							
								 
						
							
							
								b2495c9a1e 
								
							
								 
							
						 
						
							
							
								
								Streamline stat registration code in ServerStats. Remove most of the  
							
							... 
							
							
							
							usage of ProcessCounters which tend to fail oddly and are not supported
everywhere. 
							
						 
						
							2013-02-24 07:48:01 -08:00  
				
					
						
							
							
								 
						
							
							
								2aae046b95 
								
							
								 
							
						 
						
							
							
								
								Make StatsManager default output a little more readable  
							
							
							
						 
						
							2013-02-24 07:48:01 -08:00  
				
					
						
							
							
								 
						
							
							
								9f213892ea 
								
							
								 
							
						 
						
							
							
								
								Add EventHistogram.GetHistogramAsOSDMap that returns that parameters  
							
							... 
							
							
							
							about the histogram as well as the values. 
							
						 
						
							2013-02-24 07:48:00 -08:00  
				
					
						
							
							
								 
						
							
							
								ee8d726ec5 
								
							
								 
							
						 
						
							
							
								
								Modify StatsManager so console command "show stats category container"  
							
							... 
							
							
							
							only outputs the statistics in the specified container in the category. 
							
						 
						
							2013-02-24 07:48:00 -08:00  
				
					
						
							
							
								 
						
							
							
								8e67ad25b0 
								
							
								 
							
						 
						
							
							
								
								Addition of ServerStats shared region module which collects and registers  
							
							... 
							
							
							
							server wide statistics (CPU%, network bytes sent, ...) with StatsManager. 
							
						 
						
							2013-02-24 07:47:59 -08:00  
				
					
						
							
							
								 
						
							
							
								6a01683aeb 
								
							
								 
							
						 
						
							
							
								
								More clarification on the [Groups] section  
							
							
							
						 
						
							2013-02-23 11:24:11 -08:00  
				
					
						
							
							
								 
						
							
							
								a0161e7161 
								
							
								 
							
						 
						
							
							
								
								Further clarification on the same spot.  
							
							
							
						 
						
							2013-02-23 11:21:14 -08:00  
				
					
						
							
							
								 
						
							
							
								c72c238f5d 
								
							
								 
							
						 
						
							
							
								
								Improved documentation of Groups section.  
							
							
							
						 
						
							2013-02-23 11:16:50 -08:00  
				
					
						
							
							
								 
						
							
							
								d7115cfd46 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2013-02-22 15:58:06 -08:00  
				
					
						
							
							
								 
						
							
							
								0e8289cd00 
								
							
								 
							
						 
						
							
							
								
								Added new Util function for reading config vars that's more generic than the one I added yesterday -- this is for helping move config vars out of [Startup]  
							
							
							
						 
						
							2013-02-22 15:57:33 -08:00  
				
					
						
							
							
								 
						
							
							
								a93f06eb88 
								
							
								 
							
						 
						
							
							
								
								minor: Add doc to ScenePresence.IsInTransit to make it clear that this is set only for region crossing and not teleport, etc.  
							
							
							
						 
						
							2013-02-22 23:08:42 +00:00  
				
					
						
							
							
								 
						
							
							
								ccb7cce819 
								
							
								 
							
						 
						
							
							
								
								Make reset of EntityTransferStateMachine for an avatar transfer always happen despite unexpected exceptions.  
							
							... 
							
							
							
							This means that if such an exception does occur, the region does not need to be reset before that user can teleport from it again.
This is all Oren's code from his patch in http://opensimulator.org/mantis/view.php?id=6374  but I've chosen to split it in two. 
							
						 
						
							2013-02-22 21:59:00 +00:00  
				
					
						
							
							
								 
						
							
							
								0d08f81421 
								
							
								 
							
						 
						
							
							
								
								Err.. wrong dll name for groups in Robust.HG.ini.example  
							
							
							
						 
						
							2013-02-21 19:07:39 -08:00  
				
					
						
							
							
								 
						
							
							
								56c979afe8 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2013-02-21 17:27:03 -08:00  
				
					
						
							
							
								 
						
							
							
								0e5859d2b4 
								
							
								 
							
						 
						
							
							
								
								Minor formatting cleanup. No changes.  
							
							
							
						 
						
							2013-02-21 17:26:37 -08:00  
				
					
						
							
							
								 
						
							
							
								e515cdddec 
								
							
								 
							
						 
						
							
							
								
								Simplification of HG configs: HomeURI and GatekeeperURI now are defined as default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency.  
							
							
							
						 
						
							2013-02-21 17:26:19 -08:00  
				
					
						
							
							
								 
						
							
							
								76ee47c797 
								
							
								 
							
						 
						
							
							
								
								Add a virtual ToOSDMap() function to Monitoring.Stat for future  
							
							... 
							
							
							
							overloading by aggregation statistics and browser based stat viewers. 
							
						 
						
							2013-02-21 15:53:04 -08:00