b91857b8f7 
								
							
								 
							
						 
						
							
							
								
								Adding AddXmlRpcHandler(name, method, bool) to selectively disable  
							
							... 
							
							
							
							KeepAlive for certain XmlRpc handlers.
Making use of new AddXmlRpcHandler method in RemoteAdminPlugin to
avoid clients waiting indefinitely for response.
taking note of BaseHttpServer parameter in CommunicationsManager
constructor (was passed it but then just ignored so far). 
							
						 
						
							2008-10-23 10:15:19 +00:00  
				
					
						
							
							
								 
						
							
							
								dbd8e1edb5 
								
							
								 
							
						 
						
							
							
								
								cleaning up commented lines in IRCConnector; changing access_password  
							
							... 
							
							
							
							logic to use a regexp. 
							
						 
						
							2008-10-23 09:58:12 +00:00  
				
					
						
							
							
								 
						
							
							
								f919b86156 
								
							
								 
							
						 
						
							
							
								
								Thank you kindly, Idb for a patch that:  
							
							... 
							
							
							
							Added AGENT_ATTACHMENTS and AGENT_SCRIPTED to llGetAgentInfo
Added to llGetAgentSize to include shoes in avatar height calculation. 
							
						 
						
							2008-10-22 23:07:45 +00:00  
				
					
						
							
							
								 
						
							
							
								2e8730055b 
								
							
								 
							
						 
						
							
							
								
								- Final fixes to the code coverage test (nant test-cov).  
							
							... 
							
							
							
							Observation: Monocov currently works only with mono
  1.2.x, implementation will be halted until it supports
  mono 2.0. Will be left in tree for future development. 
							
						 
						
							2008-10-22 17:45:49 +00:00  
				
					
						
							
							
								 
						
							
							
								50180984fa 
								
							
								 
							
						 
						
							
							
								
								- Inserted code coverage monocov. To run do nant test-cov.  
							
							... 
							
							
							
							Creates a new directory cov and exports to html files in
  subdirectories. 
							
						 
						
							2008-10-22 17:45:43 +00:00  
				
					
						
							
							
								 
						
							
							
								029c7a0eab 
								
							
								 
							
						 
						
							
							
								
								- Fix 3 comments starting with : instead of ;  
							
							
							
						 
						
							2008-10-22 17:22:25 +00:00  
				
					
						
							
							
								 
						
							
							
								80689c98b4 
								
							
								 
							
						 
						
							
							
								
								- Added BaseHttpServer.Stop  
							
							... 
							
							
							
							- Added "register" command to MessagingServer to re-register with the
  UserServer after that crashed/was restarted. 
							
						 
						
							2008-10-22 17:06:23 +00:00  
				
					
						
							
							
								 
						
							
							
								809a1d3367 
								
							
								 
							
						 
						
							
							
								
								Thank you kindly, Nlin for a patch that:  
							
							... 
							
							
							
							Attached patch adds detection of AGENT_WALKING 
status to LSL function llGetAgentInfo() 
							
						 
						
							2008-10-22 14:09:58 +00:00  
				
					
						
							
							
								 
						
							
							
								3c99f027b5 
								
							
								 
							
						 
						
							
							
								
								Thank you both Nlin and M.Igarashi for a patch that:  
							
							... 
							
							
							
							Attached patch protects against a NullReferenceException 
in SceneObjectGroup.stopMoveToTarget (used by LSL function 
llStopMoveToTarget). Thanks to M. Igarashi. 
							
						 
						
							2008-10-22 14:06:07 +00:00  
				
					
						
							
							
								 
						
							
							
								659ad99993 
								
							
								 
							
						 
						
							
							
								
								And fix it  
							
							
							
						 
						
							2008-10-22 03:50:45 +00:00  
				
					
						
							
							
								 
						
							
							
								a8523dddb6 
								
							
								 
							
						 
						
							
							
								
								Prevent an object with a null RootPart in delete queue from stopping  
							
							... 
							
							
							
							the deleting of other, valid objects 
							
						 
						
							2008-10-22 03:49:38 +00:00  
				
					
						
							
							
								 
						
							
							
								f9b3ef32c6 
								
							
								 
							
						 
						
							
							
								
								Remove the gratuitious prim deletes caused by linking. This makes linking  
							
							... 
							
							
							
							a bit faster. 
							
						 
						
							2008-10-22 03:32:45 +00:00  
				
					
						
							
							
								 
						
							
							
								dfc12d591c 
								
							
								 
							
						 
						
							
							
								
								* Add a config option for filtering collisions.   Sometimes, under load, this seems to cause bouncing on really thin flat prim.  
							
							
							
						 
						
							2008-10-22 01:52:12 +00:00  
				
					
						
							
							
								 
						
							
							
								f44742f75f 
								
							
								 
							
						 
						
							
							
								
								Pare the groups module down to basics. Adjust dependent files so that a  
							
							... 
							
							
							
							real groups module can even be implemented. 
							
						 
						
							2008-10-21 22:54:31 +00:00  
				
					
						
							
							
								 
						
							
							
								6df1517b1f 
								
							
								 
							
						 
						
							
							
								
								fixing OpenSim.ini.example for IRC, adding example for Concierge.  
							
							
							
						 
						
							2008-10-21 18:05:03 +00:00  
				
					
						
							
							
								 
						
							
							
								2a506f0cb2 
								
							
								 
							
						 
						
							
							
								
								adding "welcome" support to Concierge: allows to specify via  
							
							... 
							
							
							
							welcomes = /path/to/welcome/files/directory
a directory in which you can place welcome templates for concierged
regions (those regions that match the "regions" regexp). you can use
format substitution:
       0: will be replaced by avatar name of the avatar entering the region
       1: will be replaced by region name
       2: will be replaced the name of the concierge 
							
						 
						
							2008-10-21 17:55:25 +00:00  
				
					
						
							
							
								 
						
							
							
								d0cc193456 
								
							
								 
							
						 
						
							
							
								
								cleanup.  
							
							
							
						 
						
							2008-10-21 17:45:18 +00:00  
				
					
						
							
							
								 
						
							
							
								0d4e391f75 
								
							
								 
							
						 
						
							
							
								
								Update svn properties, minor formatting cleanup.  
							
							
							
						 
						
							2008-10-21 14:08:30 +00:00  
				
					
						
							
							
								 
						
							
							
								4218744a26 
								
							
								 
							
						 
						
							
							
								
								fixing real cause of  #2445  &  #2449 : Position was <0, 0, 0> for  
							
							... 
							
							
							
							OSChatMessage coming from client. 
							
						 
						
							2008-10-21 13:34:43 +00:00  
				
					
						
							
							
								 
						
							
							
								fd108872d8 
								
							
								 
							
						 
						
							
							
								
								fixes   #2445  &  #2449 . interim fix that will make listeners work  
							
							... 
							
							
							
							again. need to investigate why chat position is catastrophically off. 
							
						 
						
							2008-10-21 08:51:27 +00:00  
				
					
						
							
							
								 
						
							
							
								931b04485d 
								
							
								 
							
						 
						
							
							
								
								More work in vertex normals and texture UVs. Syncing code with pyov.  
							
							
							
						 
						
							2008-10-21 01:35:05 +00:00  
				
					
						
							
							
								 
						
							
							
								5865a2b8f8 
								
							
								 
							
						 
						
							
							
								
								Set a default creation date on inventory and task inventory items  
							
							
							
						 
						
							2008-10-21 00:44:57 +00:00  
				
					
						
							
							
								 
						
							
							
								81e220af8d 
								
							
								 
							
						 
						
							
							
								
								Mantis  #2439  
							
							... 
							
							
							
							MemberwiseClone() also clones the "already backed up" flag, preventing prims
created by drag-copying from being persisted. If such a prim is made the root
prims of a link set, the entire set will not be persisted. Fixed now. 
							
						 
						
							2008-10-20 22:14:24 +00:00  
				
					
						
							
							
								 
						
							
							
								e2abd2bf55 
								
							
								 
							
						 
						
							
							
								
								From: Alan Webb (alan_webb@us.ibm.com)  
							
							... 
							
							
							
							missing Gesture .dat files to accompany the previous check-in. 
							
						 
						
							2008-10-20 18:23:53 +00:00  
				
					
						
							
							
								 
						
							
							
								12640b8d78 
								
							
								 
							
						 
						
							
							
								
								From: Alan Webb (alan_webb@us.ibm.com)  
							
							... 
							
							
							
							Fixing types of gestures and animations. 
							
						 
						
							2008-10-20 18:11:05 +00:00  
				
					
						
							
							
								 
						
							
							
								12042cdc2b 
								
							
								 
							
						 
						
							
							
								
								From: Alan Webb <alan_webb@us.ibm.com>  
							
							... 
							
							
							
							cleanups and assorted fixes to REST inventory, asset, and appearance
services. 
							
						 
						
							2008-10-20 18:07:06 +00:00  
				
					
						
							
							
								 
						
							
							
								1fc6872f20 
								
							
								 
							
						 
						
							
							
								
								actually enabling SaveOAR XmlRpc ;-)  
							
							
							
						 
						
							2008-10-20 17:53:15 +00:00  
				
					
						
							
							
								 
						
							
							
								72a388a7b6 
								
							
								 
							
						 
						
							
							
								
								cleaning up IRCBridgeModule to allow for configuration from in-world,  
							
							... 
							
							
							
							chat relaying via private channels, and old IRCBridgeModule
behaviour. also cleaning up IRCBridgeModule's OpenSim.ini
configuration variable names (still supporting "old" variable
names). refactored IRCChatModule into IRCConnector and incorporating
watchdog from IRCBridgeModule into IRCConnector.
enabling ChatModule to be used as a super-class and utilizing it in
ConciergeModule. 
							
						 
						
							2008-10-20 17:31:54 +00:00  
				
					
						
							
							
								 
						
							
							
								caf10245af 
								
							
								 
							
						 
						
							
							
								
								Mantis  #2438  
							
							... 
							
							
							
							Fix llSetVehicleFloatParam to accept LSL_Float 
							
						 
						
							2008-10-20 07:47:20 +00:00  
				
					
						
							
							
								 
						
							
							
								e9134a050a 
								
							
								 
							
						 
						
							
							
								
								Thank you kindly, Idb for a patch that solves:  
							
							... 
							
							
							
							lsl conformity, llPushObject incorrectly 
restricts  the pushing of objects based 
on region and parcel flags 
							
						 
						
							2008-10-20 01:42:02 +00:00  
				
					
						
							
							
								 
						
							
							
								a5d945e199 
								
							
								 
							
						 
						
							
							
								
								Thank you kindly, Idb for a patch that solves:  
							
							... 
							
							
							
							llWind always returns a zero vector. In the attached 
patch the WindModule has been changed slightly to 
make wind data available for llWind 
							
						 
						
							2008-10-19 21:11:13 +00:00  
				
					
						
							
							
								 
						
							
							
								923f9fb749 
								
							
								 
							
						 
						
							
							
								
								* minor: remove mono warnings  
							
							
							
						 
						
							2008-10-19 18:45:41 +00:00  
				
					
						
							
							
								 
						
							
							
								3b381523eb 
								
							
								 
							
						 
						
							
							
								
								* refactor: move loadInv and saveInv command line param functions up to the interactive OpenSim class  
							
							... 
							
							
							
							* direct module import is temporary 
							
						 
						
							2008-10-19 18:26:44 +00:00  
				
					
						
							
							
								 
						
							
							
								6e98233b2e 
								
							
								 
							
						 
						
							
							
								
								* Restore loaded inventory items to the given folder  
							
							... 
							
							
							
							* Among many other deficiencies, currently a cache clear and relog is needed to see them, which is highly unsatisfactory
* No user funcionality yet 
							
						 
						
							2008-10-19 18:19:18 +00:00  
				
					
						
							
							
								 
						
							
							
								f7205da1d9 
								
							
								 
							
						 
						
							
							
								
								* move command line parsing code from inventory archive modules to opensim server  
							
							... 
							
							
							
							* use default inventory archive name if none is given
* other minor cleanups
* this facility is not useable yet 
							
						 
						
							2008-10-19 17:51:42 +00:00  
				
					
						
							
							
								 
						
							
							
								ed8a20dd60 
								
							
								 
							
						 
						
							
							
								
								* Fixed UDP server (again)  
							
							... 
							
							
							
							* Guys, there's an endless loop there *ON PURPOSE*.  Please don't try to *fix* it.  We must continue to process the UDP stream buffer on clients that disconnected nastily until it ends or the UDP server accept thread will die a horrible death. 
							
						 
						
							2008-10-19 17:02:39 +00:00  
				
					
						
							
							
								 
						
							
							
								1ee10d919a 
								
							
								 
							
						 
						
							
							
								
								Added calling cards. Fixes Mantis#2409 and part of  #1515 .  
							
							
							
						 
						
							2008-10-19 16:49:10 +00:00  
				
					
						
							
							
								 
						
							
							
								7812133138 
								
							
								 
							
						 
						
							
							
								
								Update svn properties.  
							
							
							
						 
						
							2008-10-19 09:51:10 +00:00  
				
					
						
							
							
								 
						
							
							
								b6396bc9a7 
								
							
								 
							
						 
						
							
							
								
								More progress towards implementing vertex normals - not complete yet.  
							
							
							
						 
						
							2008-10-19 09:04:25 +00:00  
				
					
						
							
							
								 
						
							
							
								6362760d30 
								
							
								 
							
						 
						
							
							
								
								* Null check before UseCircuitCode Check or the server crashes on packet loss!  
							
							
							
						 
						
							2008-10-19 01:06:50 +00:00  
				
					
						
							
							
								 
						
							
							
								692f4259fb 
								
							
								 
							
						 
						
							
							
								
								* Add root agent list/check for mapitem requests.  
							
							
							
						 
						
							2008-10-19 00:29:37 +00:00  
				
					
						
							
							
								 
						
							
							
								16d8c40a93 
								
							
								 
							
						 
						
							
							
								
								A small attempt to make persisting prims more reliable  
							
							
							
						 
						
							2008-10-19 00:06:33 +00:00  
				
					
						
							
							
								 
						
							
							
								af7fcb540c 
								
							
								 
							
						 
						
							
							
								
								Add a resource file on Strawberry's patch I missed  
							
							
							
						 
						
							2008-10-18 16:31:05 +00:00  
				
					
						
							
							
								 
						
							
							
								11fd935038 
								
							
								 
							
						 
						
							
							
								
								* Changed the dupe collision depth limiter to be slightly more restrictive. (less chance for a dupe)  
							
							
							
						 
						
							2008-10-18 16:20:02 +00:00  
				
					
						
							
							
								 
						
							
							
								1bd33aa51a 
								
							
								 
							
						 
						
							
							
								
								Prevent a null root part from stopping objects from being persisted, also  
							
							... 
							
							
							
							remove any such objectsd from backup 
							
						 
						
							2008-10-18 15:43:02 +00:00  
				
					
						
							
							
								 
						
							
							
								3a75a54da1 
								
							
								 
							
						 
						
							
							
								
								- Fix Util.UnixTimeSinceEpoch:  
							
							... 
							
							
							
							* Unix epoch starts at midnight, not at 8:00am
  * All date/time handling should be done in UTC in the server, not in
    the local timezone.
  * Refactor out repeated computation of a constant value
- Added setting of CreationTime to some places where inventoryitems
  are created
This fixes Mantis#2390. 
							
						 
						
							2008-10-18 15:26:41 +00:00  
				
					
						
							
							
								 
						
							
							
								48890ea349 
								
							
								 
							
						 
						
							
							
								
								Guard against a null ref that can prevent objects from being persisted  
							
							
							
						 
						
							2008-10-18 15:23:29 +00:00  
				
					
						
							
							
								 
						
							
							
								c3ba97c80a 
								
							
								 
							
						 
						
							
							
								
								Thank you, Strawberry Fride, for a patch that brings MSSQL even with MySQL  
							
							
							
						 
						
							2008-10-18 13:04:35 +00:00  
				
					
						
							
							
								 
						
							
							
								264eeffd02 
								
							
								 
							
						 
						
							
							
								
								Fix thingd so that autoreturn also works when the user is not in the sim.  
							
							... 
							
							
							
							Also add experimental distance ordering for prims 
							
						 
						
							2008-10-18 07:27:39 +00:00  
				
					
						
							
							
								 
						
							
							
								efe3f3eb2a 
								
							
								 
							
						 
						
							
							
								
								Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.  
							
							... 
							
							
							
							Add rezzing time to objects. Add Object return and traffic fields to land
database. Add plumbing for auto return. Implement auto return.
Contains a migration. May contain nuts. 
							
						 
						
							2008-10-18 05:51:36 +00:00