8674604ff5 
								
							
								 
							
						 
						
							
							
								
								regrade osFormatString, osMatchString and osReplaceString to VeryLow.  
							
							... 
							
							
							
							I can't see that these present any real hazard to sim functioning. 
							
						 
						
							2012-07-05 21:10:59 +01:00  
				
					
						
							
							
								 
						
							
							
								462f7bccf9 
								
							
								 
							
						 
						
							
							
								
								minor: Add more information to OSFunctionThreatLevel and clarify some text in using PARCEL_OWNER, PARCEL_GROUP_MEMBER, ESTATE_MANAGER, ESTATE_OWNER permission categories  
							
							
							
						 
						
							2012-07-05 20:58:20 +01:00  
				
					
						
							
							
								 
						
							
							
								510e809aba 
								
							
								 
							
						 
						
							
							
								
								porting console commands from raw2sculpt 3.2  
							
							
							
						 
						
							2012-07-05 00:16:31 +01:00  
				
					
						
							
							
								 
						
							
							
								951b45b80f 
								
							
								 
							
						 
						
							
							
								
								Add OSSL function osForceAttachToAvatarFromInventory()  
							
							... 
							
							
							
							This works like osForceAttachToAvatar() but allows an object to be directly specified from the script object's inventory rather than forcing it to be rezzed in the scene first.
Still only attaches objects to the owner of the script.
This allows one to bypass the complicated co-ordination of first rezzing objects in the scene before attaching them.
Threat level high. 
							
						 
						
							2012-07-05 00:05:06 +01:00  
				
					
						
							
							
								 
						
							
							
								7b327848d0 
								
							
								 
							
						 
						
							
							
								
								Use GetInventoryItem() in llRezAtRoot rather than iterating through a cloned dictionary  
							
							
							
						 
						
							2012-07-04 22:21:47 +01:00  
				
					
						
							
							
								 
						
							
							
								2f998fce1f 
								
							
								 
							
						 
						
							
							
								
								refactor: In llGetNotecardLine() use existing GetInventoryItem() rather than inspecting a clone of the TaskInventory dictionary that was not cloned thread-safe  
							
							
							
						 
						
							2012-07-04 22:00:39 +01:00  
				
					
						
							
							
								 
						
							
							
								1816ecb747 
								
							
								 
							
						 
						
							
							
								
								refactor: In llGetNumberOfNotecardLines() use existing GetInventoryItem() rather than inspecting a clone of the TaskInventory dictionary that was not cloned thread-safe  
							
							
							
						 
						
							2012-07-04 21:57:57 +01:00  
				
					
						
							
							
								 
						
							
							
								eacba4fc0b 
								
							
								 
							
						 
						
							
							
								
								refactor: use existing GetInventoryItem() in GetScriptByName(), itself renamed from ScriptByName()  
							
							
							
						 
						
							2012-07-04 21:54:30 +01:00  
				
					
						
							
							
								 
						
							
							
								9fac7fd932 
								
							
								 
							
						 
						
							
							
								
								refactor: In llGetInventoryType() use existing GetInventoryItem()  
							
							
							
						 
						
							2012-07-04 21:50:52 +01:00  
				
					
						
							
							
								 
						
							
							
								f2b0377c28 
								
							
								 
							
						 
						
							
							
								
								refactor: In llGetInventoryCreator() use existing GetInventoryItem()  
							
							
							
						 
						
							2012-07-04 21:49:21 +01:00  
				
					
						
							
							
								 
						
							
							
								d933bdbd59 
								
							
								 
							
						 
						
							
							
								
								refactor: In llGetInventoryPermMask() use existing GetInventoryItem()  
							
							
							
						 
						
							2012-07-04 21:47:20 +01:00  
				
					
						
							
							
								 
						
							
							
								f9fa34408d 
								
							
								 
							
						 
						
							
							
								
								refactor: in llGetInventoryPermMask use existing GetInventoryItem()  
							
							
							
						 
						
							2012-07-04 21:42:04 +01:00  
				
					
						
							
							
								 
						
							
							
								857494f6bd 
								
							
								 
							
						 
						
							
							
								
								refactor: In llRemoteLoadScriptPin() use existing GetInventoryItem()  
							
							
							
						 
						
							2012-07-04 21:36:44 +01:00  
				
					
						
							
							
								 
						
							
							
								dff7cae2ee 
								
							
								 
							
						 
						
							
							
								
								refactor: replace use of LSL_Api.GetTaskInventoryItem() with existing GetInventoryItem()  
							
							
							
						 
						
							2012-07-04 21:33:35 +01:00  
				
					
						
							
							
								 
						
							
							
								0e3fce9b5c 
								
							
								 
							
						 
						
							
							
								
								refactor: In llGetInventoryKey() use existing GetInventoryItem()  
							
							
							
						 
						
							2012-07-04 21:25:58 +01:00  
				
					
						
							
							
								 
						
							
							
								4b2b14dad1 
								
							
								 
							
						 
						
							
							
								
								In llMessageLinked() use GetInventoryItems() rather than cloning TaskInventory directory  
							
							... 
							
							
							
							GetInventoryItems() returns a new list and so is equivalent, and creates this list under lock whereas Clone() is not thread-safe 
							
						 
						
							2012-07-04 21:22:43 +01:00  
				
					
						
							
							
								 
						
							
							
								3769739ca7 
								
							
								 
							
						 
						
							
							
								
								In llRequestInventoryData() use GetInventoryItems() rather than cloning TaskInventory directory  
							
							... 
							
							
							
							GetInventoryItems() returns a new list and so is equivalent, and creates this list under lock whereas Clone() is not thread-safe 
							
						 
						
							2012-07-04 21:19:16 +01:00  
				
					
						
							
							
								 
						
							
							
								3717812ce0 
								
							
								 
							
						 
						
							
							
								
								refactor: In llCollisionSound() use existing GetInventoryItem() method rather than have it iterate through TaskInventory itself.  
							
							
							
						 
						
							2012-07-04 21:15:00 +01:00  
				
					
						
							
							
								 
						
							
							
								ae64d089c6 
								
							
								 
							
						 
						
							
							
								
								refactor: In llRemoveInventory() use existing GetInventoryItem() method rather than have it iterate through TaskInventory itself.  
							
							
							
						 
						
							2012-07-04 21:05:51 +01:00  
				
					
						
							
							
								 
						
							
							
								58b13d51a7 
								
							
								 
							
						 
						
							
							
								
								refactor: make llGiveInventory() use existing GetInventoryItem() method rather than iterate through TaskInventory itself.  
							
							
							
						 
						
							2012-07-04 20:57:48 +01:00  
				
					
						
							
							
								 
						
							
							
								21ecc1a695 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork  
							
							
							
						 
						
							2012-07-04 18:59:42 +02:00  
				
					
						
							
							
								 
						
							
							
								bc5d554f54 
								
							
								 
							
						 
						
							
							
								
								use the pollEvent timeout paramenter on pooling  
							
							
							
						 
						
							2012-07-04 17:58:32 +01:00  
				
					
						
							
							
								 
						
							
							
								c5d2151674 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork  
							
							
							
						 
						
							2012-07-04 18:41:36 +02:00  
				
					
						
							
							
								 
						
							
							
								02cb0bf80a 
								
							
								 
							
						 
						
							
							
								
								added a timeout paramenter to PollServiceEventArgs, so each type can define it's timeout  
							
							
							
						 
						
							2012-07-04 17:40:02 +01:00  
				
					
						
							
							
								 
						
							
							
								5a09964c25 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork  
							
							
							
						 
						
							2012-07-04 16:11:47 +02:00  
				
					
						
							
							
								 
						
							
							
								e533eef962 
								
							
								 
							
						 
						
							
							
								
								*test2* http poll: increased again the pool rate do 10/s but increased timeout to 1s. So data there is less delay when there is new data, but enought waiting time for it to be avaiable  
							
							
							
						 
						
							2012-07-04 15:07:10 +01:00  
				
					
						
							
							
								 
						
							
							
								47170ba753 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork  
							
							
							
						 
						
							2012-07-04 07:16:27 +02:00  
				
					
						
							
							
								 
						
							
							
								b2fa20001f 
								
							
								 
							
						 
						
							
							
								
								*test* slow http retries pool rate to original 1s  
							
							
							
						 
						
							2012-07-04 06:14:47 +01:00  
				
					
						
							
							
								 
						
							
							
								a5247448c5 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork  
							
							
							
						 
						
							2012-07-04 05:19:44 +02:00  
				
					
						
							
							
								 
						
							
							
								5691a8b860 
								
							
								 
							
						 
						
							
							
								
								refactor: rename Watchdog.WATCHDOG_TIMEOUT_MS to DEFAULT_WATCHDOG_TIMEOUT_MS to reflect what it actually is  
							
							
							
						 
						
							2012-07-04 00:15:03 +01:00  
				
					
						
							
							
								 
						
							
							
								f7b4802577 
								
							
								 
							
						 
						
							
							
								
								Correct spelling mistake m_BanedViewers to m_BannedViewers  
							
							
							
						 
						
							2012-07-03 23:26:02 +01:00  
				
					
						
							
							
								 
						
							
							
								8183c2926d 
								
							
								 
							
						 
						
							
							
								
								minor: Add some method doc to HasGroupChanged and Schedule GroupForFull/PartUpdate() to indicate when region modules need to invoke them  
							
							
							
						 
						
							2012-07-03 23:19:11 +01:00  
				
					
						
							
							
								 
						
							
							
								3c9b9a848f 
								
							
								 
							
						 
						
							
							
								
								Fix issue in database tests where sogs being stored are not in a scene.  
							
							... 
							
							
							
							This puts an extra m_part.ParentGroup.Scene == null check at the top of SceneObjectPartInventory.QueryScriptStates() 
							
						 
						
							2012-07-03 22:58:58 +01:00  
				
					
						
							
							
								 
						
							
							
								3399596e0e 
								
							
								 
							
						 
						
							
							
								
								Adds a list of viewers that are allowed or banned from the region.  
							
							... 
							
							
							
							Signed-off-by: Melanie <melanie@t-data.com> 
							
						 
						
							2012-07-02 18:45:11 +01:00  
				
					
						
							
							
								 
						
							
							
								13640a256a 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' into avination  
							
							
							
						 
						
							2012-07-02 02:09:15 +02:00  
				
					
						
							
							
								 
						
							
							
								4f04ec5fc2 
								
							
								 
							
						 
						
							
							
								
								Implement the buggy version of llXorBase64Strings() for compatibility's sake  
							
							
							
						 
						
							2012-07-02 02:04:56 +02:00  
				
					
						
							
							
								 
						
							
							
								736d3d269f 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster  
							
							
							
						 
						
							2012-07-01 18:32:00 +01:00  
				
					
						
							
							
								 
						
							
							
								d32cf21576 
								
							
								 
							
						 
						
							
							
								
								Add preservation of running state of scripts when drag-copying.  
							
							
							
						 
						
							2012-07-01 18:30:59 +01:00  
				
					
						
							
							
								 
						
							
							
								7eb95c9ed9 
								
							
								 
							
						 
						
							
							
								
								Bring casing of llSHA1String in line with SL  
							
							
							
						 
						
							2012-07-01 18:05:35 +02:00  
				
					
						
							
							
								 
						
							
							
								e5eef139ed 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster  
							
							
							
						 
						
							2012-07-01 03:04:23 +01:00  
				
					
						
							
							
								 
						
							
							
								c5d4918b34 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork  
							
							
							
						 
						
							2012-07-01 02:42:10 +02:00  
				
					
						
							
							
								 
						
							
							
								d3f1fc79e5 
								
							
								 
							
						 
						
							
							
								
								*TO CHECK/REVIEW/REVERT/TEST whatever* pollService new requests get enqueued to unified requests queue directly. Retries get into that every 100ms. 3 working threads as before plus another that only does retries timming.  
							
							
							
						 
						
							2012-07-01 01:33:20 +01:00  
				
					
						
							
							
								 
						
							
							
								96270b1b28 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'avination' into ubitwork  
							
							
							
						 
						
							2012-07-01 00:08:31 +01:00  
				
					
						
							
							
								 
						
							
							
								ec7c7fe5f8 
								
							
								 
							
						 
						
							
							
								
								ubitode: create and use 4 off world collision spaces for offworld static prims  
							
							
							
						 
						
							2012-06-30 08:49:07 +01:00  
				
					
						
							
							
								 
						
							
							
								1926de5a05 
								
							
								 
							
						 
						
							
							
								
								Remove some mono compiler warnings  
							
							
							
						 
						
							2012-06-30 01:25:39 +01:00  
				
					
						
							
							
								 
						
							
							
								a4551b027b 
								
							
								 
							
						 
						
							
							
								
								Removing unused handling of incoming create object by userID and itemID only.  
							
							... 
							
							
							
							It appears this was never actually used since attachments were rezzed in other code.
This was never available on remote simulator comms, only local. 
							
						 
						
							2012-06-30 01:14:49 +01:00  
				
					
						
							
							
								 
						
							
							
								56c776066c 
								
							
								 
							
						 
						
							
							
								
								Remove code listed for removal in 0.7.3 that handled script restart for incoming attachments from pre-fatpack regions (versions of OpenSimulator more than a year old)  
							
							
							
						 
						
							2012-06-30 01:06:37 +01:00  
				
					
						
							
							
								 
						
							
							
								6137f37028 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster  
							
							... 
							
							
							
							Conflicts:
	OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
	OpenSim/Region/Framework/Scenes/Scene.cs 
							
						 
						
							2012-06-29 22:24:53 +01:00  
				
					
						
							
							
								 
						
							
							
								05cf51cbbd 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'avination' into careminster  
							
							... 
							
							
							
							Conflicts:
	OpenSim/Framework/Servers/HttpServer/PollServiceWorkerThread.cs 
							
						 
						
							2012-06-29 22:11:49 +01:00  
				
					
						
							
							
								 
						
							
							
								e9e409a794 
								
							
								 
							
						 
						
							
							
								
								Remove spammy debug  
							
							
							
						 
						
							2012-06-29 22:37:16 +02:00