2e1269e4ca 
								
							
								 
							
						 
						
							
							
								
								Bug fix on friends notifications. OnClientClose and OnLogout ordering are unpredictable; when OnClientClosed happened first, it was removing the friends list, which would prevent OnLogout notifications to go out.  
							
							
							
						 
						
							2010-06-10 21:59:12 -07:00  
				
					
						
							
							
								 
						
							
							
								b2b6799f1c 
								
							
								 
							
						 
						
							
							
								
								Added more debug messages to try to pinpoint where login is failing for nebadon.  
							
							
							
						 
						
							2010-06-10 18:26:04 -07:00  
				
					
						
							
							
								 
						
							
							
								e80cb815df 
								
							
								 
							
						 
						
							
							
								
								Bug fix on attachments: attach->drop->attach works now.  
							
							
							
						 
						
							2010-06-09 12:51:24 -07:00  
				
					
						
							
							
								 
						
							
							
								1dce243661 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster-presence-refactor  
							
							
							
						 
						
							2010-06-09 20:25:05 +01:00  
				
					
						
							
							
								 
						
							
							
								2a71df1285 
								
							
								 
							
						 
						
							
							
								
								Reverting that last permissions check upon drop. Looks like all dropped attachments are deleted from inventory.  
							
							
							
						 
						
							2010-06-09 12:22:25 -07:00  
				
					
						
							
							
								 
						
							
							
								18bfe58de8 
								
							
								 
							
						 
						
							
							
								
								Bug fix on attachments: don't delete the item from inventory when it's dropped on the ground.  
							
							
							
						 
						
							2010-06-09 11:24:37 -07:00  
				
					
						
							
							
								 
						
							
							
								8fc5eda2c9 
								
							
								 
							
						 
						
							
							
								
								Bug fix in attachments: when attaching from inworld the item's parentFolderID was wrong.  
							
							
							
						 
						
							2010-06-09 10:55:37 -07:00  
				
					
						
							
							
								 
						
							
							
								1be53b58a7 
								
							
								 
							
						 
						
							
							
								
								Give attachments the same priority as other avatars in BestAvatarResponsiveness  
							
							... 
							
							
							
							policy 
							
						 
						
							2010-06-09 17:02:01 +01:00  
				
					
						
							
							
								 
						
							
							
								30d3ea3d4b 
								
							
								 
							
						 
						
							
							
								
								Give attachments the same priority as other avatars in BestAvatarResponsiveness  
							
							... 
							
							
							
							policy 
							
						 
						
							2010-06-09 17:00:24 +01:00  
				
					
						
							
							
								 
						
							
							
								6b2d2413f7 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster-presence-refactor  
							
							
							
						 
						
							2010-06-09 16:48:37 +01:00  
				
					
						
							
							
								 
						
							
							
								008e840cf2 
								
							
								 
							
						 
						
							
							
								
								Add the BEGIN; I had missed  
							
							
							
						 
						
							2010-06-09 16:37:20 +01:00  
				
					
						
							
							
								 
						
							
							
								668c3b4062 
								
							
								 
							
						 
						
							
							
								
								Re-add Migration version 32, which apparently got dropped completely.  
							
							
							
						 
						
							2010-06-09 16:34:18 +01:00  
				
					
						
							
							
								 
						
							
							
								796e9b5cb4 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-06-09 03:52:24 +01:00  
				
					
						
							
							
								 
						
							
							
								16439fa354 
								
							
								 
							
						 
						
							
							
								
								If a script is deleted before it gets compiled, don't even bother to try  
							
							... 
							
							
							
							compiling it 
							
						 
						
							2010-06-09 03:51:43 +01:00  
				
					
						
							
							
								 
						
							
							
								ca2abc43ad 
								
							
								 
							
						 
						
							
							
								
								Refactor SendCoarseLocations for better performance. Instead of computing list of all locations fresh for every scene presence on every frame, we will instead compute the list once every 50 frames and send to all connected presences at that time. Also, we only add 60 items to the list when there are more than 60 presences in the scene. For 1000 users, this change yields a 99.8% reduction in list processing and a 98% reduction in network bandwidth for coarse locations.  
							
							
							
						 
						
							2010-06-08 16:44:18 -07:00  
				
					
						
							
							
								 
						
							
							
								0520b62955 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-06-08 15:52:56 -07:00  
				
					
						
							
							
								 
						
							
							
								5c0068723f 
								
							
								 
							
						 
						
							
							
								
								Changed XInventoryData's CreatorID to a string.  
							
							
							
						 
						
							2010-06-08 15:52:26 -07:00  
				
					
						
							
							
								 
						
							
							
								9b9804a498 
								
							
								 
							
						 
						
							
							
								
								* Changed CreatorIDs consistently to varchar(128)  
							
							... 
							
							
							
							* Deleted redundant migration for assets in SQLite
* Rewrote XInventory migrations in SQLite in the new style 
							
						 
						
							2010-06-08 15:47:14 -07:00  
				
					
						
							
							
								 
						
							
							
								20ea823c19 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster-presence-refactor  
							
							
							
						 
						
							2010-06-08 22:07:01 +01:00  
				
					
						
							
							
								 
						
							
							
								933bfd17f7 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-06-08 22:05:49 +01:00  
				
					
						
							
							
								 
						
							
							
								a791689ceb 
								
							
								 
							
						 
						
							
							
								
								Make the text mode remote console really work. It can now be used to send  
							
							... 
							
							
							
							multi-word commands with proper quoting, handles arguments with spaces
and allows interactive use, e.g. user creation. 
							
						 
						
							2010-06-08 22:05:06 +01:00  
				
					
						
							
							
								 
						
							
							
								c8b301a644 
								
							
								 
							
						 
						
							
							
								
								Improve instructions for [Groups] setup in OpenSim.ini.example  
							
							
							
						 
						
							2010-06-08 21:12:01 +01:00  
				
					
						
							
							
								 
						
							
							
								7d75dc1294 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor  
							
							
							
						 
						
							2010-06-08 22:04:09 +02:00  
				
					
						
							
							
								 
						
							
							
								54209907f3 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor  
							
							
							
						 
						
							2010-06-08 16:15:45 -04:00  
				
					
						
							
							
								 
						
							
							
								6e2cc98eac 
								
							
								 
							
						 
						
							
							
								
								Fixed llMoveToTarget() and Rotation Lock/Enable (ChODE/ODEPrim only)  
							
							
							
						 
						
							2010-06-08 16:15:16 -04:00  
				
					
						
							
							
								 
						
							
							
								4921d5ac2d 
								
							
								 
							
						 
						
							
							
								
								Make the text mode remote console really work. It can now be used to send  
							
							... 
							
							
							
							multi-word commands with proper quoting, handles arguments with spaces
and allows interactive use, e.g. user creation. 
							
						 
						
							2010-06-08 22:03:08 +02:00  
				
					
						
							
							
								 
						
							
							
								24c36f26d5 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-06-08 20:07:50 +01:00  
				
					
						
							
							
								 
						
							
							
								21246395be 
								
							
								 
							
						 
						
							
							
								
								Comment out the attachment update reordering mechanism in LLClientView since this doesn't appear necessary when the prim priorities are adjusted so that root prim updates are always sent before child prim updates.  
							
							
							
						 
						
							2010-06-08 15:38:53 +01:00  
				
					
						
							
							
								 
						
							
							
								db73b1c64e 
								
							
								 
							
						 
						
							
							
								
								Adjust object update priorities such that root prims are sent to the viewer before child prims.  
							
							... 
							
							
							
							This was originally a fix for huds, since child prims fail to display if the viewer doesn't receive the root prim update first.
However, on the advice of jhurliman, this has been done for all objects, both ordinary and attachments.
The separate mechanism in LLClientView which prevents child prim updates being sent out first is still present temporarily.
This is a foreport of the equivalent fix in 0.6.9-post-fixes, though that was for attachments only. 
							
						 
						
							2010-06-08 15:32:18 +01:00  
				
					
						
							
							
								 
						
							
							
								b6076d7b33 
								
							
								 
							
						 
						
							
							
								
								Reduce number of full updates sent on region crossing for attachments/huds to 1 from 3  
							
							... 
							
							
							
							This is one step towards reducing hud glitches on region crossing, since the viewer fails to display prims if it receives child full updates before the root prim full update
This commit also introduces a mechanism in LLClientView to stop child attachment updates ever going out before the root one
This is a very temporary mechanism and will be commented out when the next step of the fix (to give root prims higher udpate priority) is committed
This code is a foreport from the equivalent changes in 0.6.9-post-fixes 
							
						 
						
							2010-06-08 15:07:57 +01:00  
				
					
						
							
							
								 
						
							
							
								d2dfbbe339 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster-presence-refactor  
							
							
							
						 
						
							2010-06-08 00:44:53 +01:00  
				
					
						
							
							
								 
						
							
							
								a246cbce8d 
								
							
								 
							
						 
						
							
							
								
								Add a migration to adjust types in the WL table. The new connector likes that  
							
							... 
							
							
							
							better 
							
						 
						
							2010-06-08 00:37:38 +01:00  
				
					
						
							
							
								 
						
							
							
								74d62901c8 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster-presence-refactor  
							
							
							
						 
						
							2010-06-07 00:44:36 +01:00  
				
					
						
							
							
								 
						
							
							
								d91bd7646d 
								
							
								 
							
						 
						
							
							
								
								Add a call to SOG.ResumeScripts() after region crossing / teleport  
							
							
							
						 
						
							2010-06-07 00:11:30 +01:00  
				
					
						
							
							
								 
						
							
							
								fad5158ab4 
								
							
								 
							
						 
						
							
							
								
								Add a call to SOG.ResumeScripts() after region crossing / teleport  
							
							
							
						 
						
							2010-06-07 00:09:44 +02:00  
				
					
						
							
							
								 
						
							
							
								ab3afd5f42 
								
							
								 
							
						 
						
							
							
								
								* Bug fix in TP home: typo in unpacking of GridUserInfo.  
							
							... 
							
							
							
							* Bug fix in TPs across neighboring regions: bug was introduced when getting rid of crashed sessions. 
							
						 
						
							2010-06-05 09:39:09 -07:00  
				
					
						
							
							
								 
						
							
							
								fe3e1c67ae 
								
							
								 
							
						 
						
							
							
								
								Bug fix: update the list of friends upon MakeRoot, because child agents don't get notified of new friendships.  
							
							
							
						 
						
							2010-06-05 06:56:36 -07:00  
				
					
						
							
							
								 
						
							
							
								e962c44749 
								
							
								 
							
						 
						
							
							
								
								Fix support for PRIM_SCULPT_FLAG_INVERT and PRIM_SCULPT_FLAG_MIRROR in the llSetPrimitiveParams series of functions. This makes it possible to mirror a sculpt by script.  
							
							
							
						 
						
							2010-06-04 19:36:31 -07:00  
				
					
						
							
							
								 
						
							
							
								63797445be 
								
							
								 
							
						 
						
							
							
								
								various refactorings on methods to replicate IAR paths to user inventory in order to improve readability  
							
							
							
						 
						
							2010-06-05 00:48:33 +01:00  
				
					
						
							
							
								 
						
							
							
								3c3df9f3e9 
								
							
								 
							
						 
						
							
							
								
								refactor: do pathname trimming outside of ReplicateArchivePathToUserInventory()  
							
							
							
						 
						
							2010-06-04 23:34:42 +01:00  
				
					
						
							
							
								 
						
							
							
								72bd68a21f 
								
							
								 
							
						 
						
							
							
								
								add ability for load iar/save iar to take in arbitrary options  
							
							... 
							
							
							
							not used for anything yet 
							
						 
						
							2010-06-04 22:17:23 +01:00  
				
					
						
							
							
								 
						
							
							
								0526d3a535 
								
							
								 
							
						 
						
							
							
								
								bring TestLoadIarV0_1AbsentUsers() back online  
							
							
							
						 
						
							2010-06-04 21:19:37 +01:00  
				
					
						
							
							
								 
						
							
							
								a08ace300b 
								
							
								 
							
						 
						
							
							
								
								bring TestIarV0_1WithEscapedChars() back online  
							
							
							
						 
						
							2010-06-04 21:15:25 +01:00  
				
					
						
							
							
								 
						
							
							
								c5878b6610 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster-presence-refactor  
							
							
							
						 
						
							2010-06-04 21:11:15 +01:00  
				
					
						
							
							
								 
						
							
							
								f523c2033d 
								
							
								 
							
						 
						
							
							
								
								bring test TestLoadIarV0_1ExistingUsers() back online  
							
							
							
						 
						
							2010-06-04 21:11:13 +01:00  
				
					
						
							
							
								 
						
							
							
								df2bcf7b6b 
								
							
								 
							
						 
						
							
							
								
								remove pointless mock user account service since the real one can now be easily configured for test purposes  
							
							
							
						 
						
							2010-06-04 20:56:24 +01:00  
				
					
						
							
							
								 
						
							
							
								f319d2ef5e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-06-04 20:44:01 +01:00  
				
					
						
							
							
								 
						
							
							
								75878c8f43 
								
							
								 
							
						 
						
							
							
								
								get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAuthenticationData plugin  
							
							... 
							
							
							
							additional tweaks to get this working properly 
							
						 
						
							2010-06-04 20:43:05 +01:00  
				
					
						
							
							
								 
						
							
							
								281eb0c626 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-06-04 11:00:29 -07:00  
				
					
						
							
							
								 
						
							
							
								952029380a 
								
							
								 
							
						 
						
							
							
								
								Fixed a couple of buglets in Friendship offers / acceptance / decline when avies are in different sims.  
							
							
							
						 
						
							2010-06-04 10:59:59 -07:00